From 6b4eb0b88fabca598a73c608f5dfee25fb71c077 Mon Sep 17 00:00:00 2001 From: Raoul <50175388+HariboInc@users.noreply.github.com> Date: Sun, 2 Oct 2022 00:29:33 +0200 Subject: [PATCH] refactor(esx_rpchat): Dutch translations --- [esx_addons]/esx_rpchat/locales/nl.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 [esx_addons]/esx_rpchat/locales/nl.lua diff --git a/[esx_addons]/esx_rpchat/locales/nl.lua b/[esx_addons]/esx_rpchat/locales/nl.lua new file mode 100644 index 00000000..12a8cb09 --- /dev/null +++ b/[esx_addons]/esx_rpchat/locales/nl.lua @@ -0,0 +1,11 @@ +Locales['nl'] = { + ['ooc_prefix'] = 'OOC | %s', + ['twt_help'] = 'stuur tweet', + ['twt_prefix'] = '^0[^4Twitter^0] (^5@%s^0)', + ['me_help'] = 'persoonlijke actie', + ['me_prefix'] = 'ik | %s', + ['do_help'] = 'RP informatie', + ['do_prefix'] = 'doe | %s', + ['generic_argument_name'] = 'bericht', + ['generic_argument_help'] = 'het bericht', +}