From cc310cfca0386f73cfbd79bce8465027a7c9c1cc Mon Sep 17 00:00:00 2001 From: CsokiHUN Date: Wed, 27 Apr 2022 09:46:58 +0200 Subject: [PATCH] Add hungarian translations - esx_whitelist --- [esx_addons]/esx_whitelist/locales/hu.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 [esx_addons]/esx_whitelist/locales/hu.lua diff --git a/[esx_addons]/esx_whitelist/locales/hu.lua b/[esx_addons]/esx_whitelist/locales/hu.lua new file mode 100644 index 00000000..4b1c7de1 --- /dev/null +++ b/[esx_addons]/esx_whitelist/locales/hu.lua @@ -0,0 +1,8 @@ +Locales['hu'] = { + ['whitelist_check'] = 'Ellenőrzi, hogy fent vagy-e az engedélyezett listára.', + ['not_whitelisted'] = 'Engedélyezettnek kell lenned ahhoz, hogy csatlakozz ehhez a szerverhez!', + ['whitelist_empty'] = 'Ehhez a szerverhez nincsenek mentett engedélyezési listák.', + ['license_missing'] = 'Hiba: Te Identifier-ed hiányzik!', + ['help_whitelist_add'] = 'jétékos felvéltele a whitelist-re', + ['help_whitelist_load'] = 'whitelist újratöltése', +}