From 2e4028089330716c745d748c8cd2af492cb63428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=BCrkay=20Tanr=C4=B1kulu?= Date: Sat, 19 Dec 2020 23:27:29 +0300 Subject: [PATCH] Turkish translation implemented --- fxmanifest.lua | 2 ++ locales/tr.lua | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 locales/tr.lua diff --git a/fxmanifest.lua b/fxmanifest.lua index e8354332..c58f6d49 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -16,6 +16,7 @@ server_scripts { 'locales/es.lua', 'locales/cs.lua', 'locales/pl.lua', + 'locales/tr.lua', 'config.lua', 'server/main.lua' } @@ -30,6 +31,7 @@ client_scripts { 'locales/es.lua', 'locales/cs.lua', 'locales/pl.lua', + 'locales/tr.lua', 'config.lua', 'client/main.lua' } diff --git a/locales/tr.lua b/locales/tr.lua new file mode 100644 index 00000000..69edd2f4 --- /dev/null +++ b/locales/tr.lua @@ -0,0 +1,9 @@ +Locales['tr'] = { + ['valid_purchase'] = 'bu işlemi doğruluyor musun?', + ['yes'] = 'evet', + ['no'] = 'hayır', + ['not_enough_money'] = 'yeterli miktarda paranız yok', + ['press_access'] = '~y~Berbere~s~ erişmek için ~INPUT_CONTEXT~ basın', + ['barber_blip'] = 'berber', + ['you_paid'] = '~g~$%s~s~ ödedin', + }