From 25079658a20cec4b4aeb5d227adb27ccac6ccacc Mon Sep 17 00:00:00 2001 From: CsokiHUN Date: Wed, 27 Apr 2022 09:46:37 +0200 Subject: [PATCH] Add hungarian translations - esx_voice --- [esx_addons]/esx_voice/locales/hu.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 [esx_addons]/esx_voice/locales/hu.lua diff --git a/[esx_addons]/esx_voice/locales/hu.lua b/[esx_addons]/esx_voice/locales/hu.lua new file mode 100644 index 00000000..28084e7b --- /dev/null +++ b/[esx_addons]/esx_voice/locales/hu.lua @@ -0,0 +1,6 @@ +Locales ['en'] = { + ['voice'] = '~y~Beszéd: ~s~%s', + ['normal'] = 'normál', + ['shout'] = 'kiáltás', + ['whisper'] = 'suttogás', +}