From e34f9e1663e41874bfd967327d8840f4dbe37d9c Mon Sep 17 00:00:00 2001 From: Unslaught <102593774+unslaught@users.noreply.github.com> Date: Thu, 7 Apr 2022 22:34:59 +0200 Subject: [PATCH] Dutch Translations Added Dutch translations --- [esx_addons]/esx_atm/locales/nl.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 [esx_addons]/esx_atm/locales/nl.lua diff --git a/[esx_addons]/esx_atm/locales/nl.lua b/[esx_addons]/esx_atm/locales/nl.lua new file mode 100644 index 00000000..0adcdc13 --- /dev/null +++ b/[esx_addons]/esx_atm/locales/nl.lua @@ -0,0 +1,7 @@ +Locales['nl'] = { + ['invalid_amount'] = '~r~Ongeldige hoeveelheid geld~s~', + ['deposit_money'] = '~g~€%s~s~ Gestort', + ['withdraw_money'] = '~g~€%s~s~ Opgenomen', + ['press_e_atm'] = 'Druk op ~INPUT_PICKUP~ om op te nemen of te storten ~g~PIN~s~', + ['atm_blip'] = 'PIN', +}