From 72eb4cc4d9b8ad44477a25a50e2119ab10efc4b8 Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:05:34 +0200 Subject: [PATCH] Italian language for esx_allowlist --- [esx_addons]/esx_allowlist/locales/it.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 [esx_addons]/esx_allowlist/locales/it.lua 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', +}