Merge pull request #17 from xLamday/patch-3

Create it.lua
This commit is contained in:
Luke
2022-01-19 17:44:55 +00:00
committed by GitHub
+13
View File
@@ -0,0 +1,13 @@
Locales['it'] = {
['new_message'] = '~b~Hai ricevuto un messaggio:~s~ %s',
['press_take_call'] = '%s - Premi ~INPUT_CONTEXT~ per rispondere',
['taken_call'] = '~y~%s~s~ chiamata in corso...',
['gps_position'] = 'La destinazione è stata aggiunta al tuo GPS',
['message_sent'] = 'Messaggio inviato',
['cannot_add_self'] = 'Non puoi aggiungere te stesso!',
['number_in_contacts'] = 'Questo numero è già presente nella lista contatti',
['contact_added'] = 'Contatto aggiunto!',
['contact_removed'] = 'Contatto rimosso!',
['number_not_assigned'] = 'Il numero non è stato assegnato!',
['invalid_number'] = 'Numero inserito non valido',
}