refactor(esx_shops): Dutch Translations €

This commit is contained in:
Raoul
2022-10-01 23:45:32 +02:00
committed by GitHub
parent 8c1d9f38e4
commit b282c9522f
+2 -2
View File
@@ -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',
}