From 3374ddaabf6c09b39efa2afc7ded35075781d021 Mon Sep 17 00:00:00 2001 From: Raoul <50175388+HariboInc@users.noreply.github.com> Date: Tue, 27 Sep 2022 22:37:06 +0200 Subject: [PATCH] refactor(esx_skin): Dutch translations --- [esx]/esx_skin/locales/nl.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 [esx]/esx_skin/locales/nl.lua diff --git a/[esx]/esx_skin/locales/nl.lua b/[esx]/esx_skin/locales/nl.lua new file mode 100644 index 00000000..1e032ecf --- /dev/null +++ b/[esx]/esx_skin/locales/nl.lua @@ -0,0 +1,6 @@ +Locales['nl'] = { + ['skin_menu'] = 'Kleding Menu', + ['use_rotate_view'] = 'gebruik ~INPUT_FRONTEND_LS~ en ~INPUT_CHARACTER_WHEEL~ om de camera te draaien.', + ['skin'] = 'verander outfit', + ['saveskin'] = 'sla outfit op in je kledingkast.', +}