From 8c1d9f38e43d6a1b8ae7aab3fcd4ecedc97c3638 Mon Sep 17 00:00:00 2001 From: Raoul <50175388+HariboInc@users.noreply.github.com> Date: Sat, 1 Oct 2022 23:35:01 +0200 Subject: [PATCH 1/2] refactor(esx_shops): Dutch translations --- [esx_addons]/esx_shops/locales/nl.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 [esx_addons]/esx_shops/locales/nl.lua diff --git a/[esx_addons]/esx_shops/locales/nl.lua b/[esx_addons]/esx_shops/locales/nl.lua new file mode 100644 index 00000000..13d59a2e --- /dev/null +++ b/[esx_addons]/esx_shops/locales/nl.lua @@ -0,0 +1,12 @@ +Locales['nl'] = { + ['shop'] = 'winkel', + ['shops'] = 'winkels', + ['press_menu'] = 'klik op [E] om de ~g~winkel~s~ te gebruiken.', + ['shop_item'] = '$%s', + ['bought'] = 'Je hebt ~b~%sx %s~s~ gekocht voor ~b~$%s', + ['not_enough'] = 'je hebt ~r~niet~s~ genoeg geld, je mist nog ~b~$%s!', + ['player_cannot_hold'] = 'je hebt ~r~niet~s~ genoeg ruimte in je inventaris!', + ['shop_confirm'] = 'koop %sx %s voor $%s?', + ['no'] = 'nee', + ['yes'] = 'ja', +} From b282c9522f68fe64775c25393c472b3f99500cda Mon Sep 17 00:00:00 2001 From: Raoul <50175388+HariboInc@users.noreply.github.com> Date: Sat, 1 Oct 2022 23:45:32 +0200 Subject: [PATCH 2/2] =?UTF-8?q?refactor(esx=5Fshops):=20Dutch=20Translatio?= =?UTF-8?q?ns=20=E2=82=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- [esx_addons]/esx_shops/locales/nl.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/[esx_addons]/esx_shops/locales/nl.lua b/[esx_addons]/esx_shops/locales/nl.lua index 13d59a2e..716dea60 100644 --- a/[esx_addons]/esx_shops/locales/nl.lua +++ b/[esx_addons]/esx_shops/locales/nl.lua @@ -4,9 +4,9 @@ Locales['nl'] = { ['press_menu'] = 'klik op [E] om de ~g~winkel~s~ te gebruiken.', ['shop_item'] = '$%s', ['bought'] = 'Je hebt ~b~%sx %s~s~ gekocht voor ~b~$%s', - ['not_enough'] = 'je hebt ~r~niet~s~ genoeg geld, je mist nog ~b~$%s!', + ['not_enough'] = 'je hebt ~r~niet~s~ genoeg geld, je mist nog ~b~€%s!', ['player_cannot_hold'] = 'je hebt ~r~niet~s~ genoeg ruimte in je inventaris!', - ['shop_confirm'] = 'koop %sx %s voor $%s?', + ['shop_confirm'] = 'koop %sx %s voor €%s?', ['no'] = 'nee', ['yes'] = 'ja', }