From d300c1f09a38a4925de9ca427793452cfdb5af57 Mon Sep 17 00:00:00 2001 From: Flamba Date: Thu, 12 Jan 2023 23:06:46 +1100 Subject: [PATCH] feat(esx_accsessories): Add tr locales/translation --- [esx_addons]/esx_accessories/locales/tr.lua | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 [esx_addons]/esx_accessories/locales/tr.lua diff --git a/[esx_addons]/esx_accessories/locales/tr.lua b/[esx_addons]/esx_accessories/locales/tr.lua new file mode 100644 index 00000000..d8331070 --- /dev/null +++ b/[esx_addons]/esx_accessories/locales/tr.lua @@ -0,0 +1,19 @@ +Locales ['tr'] = { + ['valid_purchase'] = 'Bunu satın almak istiyor musun?', + ['yes'] = 'evet ($%s)', + ['no'] = 'hayır', + ['helmet'] = 'kask / şapka', + ['glasses'] = 'gözlük', + ['mask'] = 'maske', + ['ears'] = 'kulak aksesuarları', + ['shop'] = '%s Dükkan', + ['set_unset'] = 'Giy / çıkar', + ['not_enough_money'] = 'yeterli paran yok', + ['press_access'] = 'menüye erişmek için [E] tuşuna basın', + ['accessories_blip'] = 'Aksesuarlar', + ['no_ears'] = 'kulak aksesuarların yok', + ['no_glasses'] = 'senin gözlüğün yok', + ['no_helmet'] = 'senin kaskın yok', + ['no_mask'] = 'senin masken yok', + ['you_paid'] = 'sen $%s ödedin', +}