diff --git a/[esx_addons]/esx_accessories/locales/it.lua b/[esx_addons]/esx_accessories/locales/it.lua new file mode 100644 index 00000000..f38b7e50 --- /dev/null +++ b/[esx_addons]/esx_accessories/locales/it.lua @@ -0,0 +1,19 @@ +Locales ['it'] = { + ['valid_purchase'] = 'confermare l\'acquisto?', + ['yes'] = 'si ($%s)', + ['no'] = 'no', + ['helmet'] = 'casco / cappello', + ['glasses'] = 'occhiali', + ['mask'] = 'maschera', + ['ears'] = 'accessori per le orecchie', + ['shop'] = '%s negozio', + ['set_unset'] = 'indossare / togliere', + ['not_enough_money'] = 'non hai abbastanza soldi', + ['press_access'] = 'premi [E] per accedere al menu', + ['accessories_blip'] = 'accessori', + ['no_ears'] = 'non hai accessori per le orecchie', + ['no_glasses'] = 'non hai gli occhiali', + ['no_helmet'] = 'non hai il casco', + ['no_mask'] = 'non hai una maschera', + ['you_paid'] = 'hai pagato $%s', +} diff --git a/[esx_addons]/esx_allowlist/locales/it.lua b/[esx_addons]/esx_allowlist/locales/it.lua new file mode 100644 index 00000000..a0ec9366 --- /dev/null +++ b/[esx_addons]/esx_allowlist/locales/it.lua @@ -0,0 +1,8 @@ +Locales['it'] = { + ['allowlist_check'] = 'verifica Allowlisted.', + ['not_allowlisted'] = 'devi essere nella Allowlisted per unirti a questo server!', + ['allowlist_empty'] = 'non ci sono allowlists salvate per questo server.', + ['license_missing'] = 'Errore: il tuo identificatore รจ mancante!', + ['help_allowlist_add'] = 'aggiungi qualcuno alla allowlist', + ['help_allowlist_load'] = 'ricarica la allowlist', +} diff --git a/[esx_addons]/esx_barbershop/locales/it.lua b/[esx_addons]/esx_barbershop/locales/it.lua new file mode 100644 index 00000000..ac483953 --- /dev/null +++ b/[esx_addons]/esx_barbershop/locales/it.lua @@ -0,0 +1,9 @@ +Locales['it'] = { + ['valid_purchase'] = 'confermare l\'acquisto?', + ['yes'] = 'si', + ['no'] = 'no', + ['not_enough_money'] = 'non hai abbastanza soldi', + ['press_access'] = 'premi [E] per accedere al negozio.', + ['barber_blip'] = 'barbiere', + ['you_paid'] = 'hai pagato $%s', +}