From cffdbb5a0d198cf5ba339ed876de228d2d9ee3af Mon Sep 17 00:00:00 2001 From: CsokiHUN Date: Tue, 26 Apr 2022 17:56:51 +0200 Subject: [PATCH] Add 'hu' locale - esx_atm --- [esx_addons]/esx_atm/locales/hu.lua | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 [esx_addons]/esx_atm/locales/hu.lua diff --git a/[esx_addons]/esx_atm/locales/hu.lua b/[esx_addons]/esx_atm/locales/hu.lua new file mode 100644 index 00000000..7c643f94 --- /dev/null +++ b/[esx_addons]/esx_atm/locales/hu.lua @@ -0,0 +1,7 @@ +Locales["hu"] = { + ["invalid_amount"] = "~r~Érvénytelen a megadott összeg~s~", + ["deposit_money"] = "Befizettél ~g~$%s-t~s~", + ["withdraw_money"] = "Kivettél ~g~$%s-t~s~", + ["press_e_atm"] = "Nyomd meg a ~INPUT_PICKUP~ gombot az ~g~ATM~s~ használatához", + ["atm_blip"] = "ATM", +}