From 1ad924f14c4b914736719cb5ecf05c806af4ce75 Mon Sep 17 00:00:00 2001 From: Raoul <50175388+HariboInc@users.noreply.github.com> Date: Tue, 27 Sep 2022 22:54:37 +0200 Subject: [PATCH] refactor(esx_clothesshop): Dutch Translations --- [esx_addons]/esx_clotheshop/locales/nl.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 [esx_addons]/esx_clotheshop/locales/nl.lua diff --git a/[esx_addons]/esx_clotheshop/locales/nl.lua b/[esx_addons]/esx_clotheshop/locales/nl.lua new file mode 100644 index 00000000..14989059 --- /dev/null +++ b/[esx_addons]/esx_clotheshop/locales/nl.lua @@ -0,0 +1,12 @@ +Locales['nl'] = { + ['valid_this_purchase'] = 'bevestig deze aankoop?', + ['yes'] = 'ja', + ['no'] = 'nee', + ['not_enough_money'] = 'je hebt niet genoeg geld', + ['press_menu'] = 'klik op [E] om de kleding winkel te bezoeken.', + ['clothes'] = 'kleding winkel', + ['you_paid'] = 'je betaalde $%s', + ['save_in_dressing'] = 'wil je deze outfit opslaan in je garderobe?', + ['name_outfit'] = 'geef je outfit een naam', + ['saved_outfit'] = 'je outfit is opgeslagen.', +}