Merge pull request #517 from HariboInc/patch-5

refactor(esx_shops): Dutch translations
This commit is contained in:
Benzo
2022-10-02 19:10:02 +02:00
committed by GitHub
+12
View File
@@ -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',
}