mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-09-04 17:23:31 +00:00
Update tr.lua
This commit is contained in:
+15
-9
@@ -1,13 +1,16 @@
|
|||||||
local Translations = {
|
local Translations = {
|
||||||
error = {
|
error = {
|
||||||
not_online = 'Oyuncu çevrimiçi değil',
|
not_online = 'Oyuncu çevrimiçi değil.',
|
||||||
wrong_format = 'Yanlış birim',
|
wrong_format = 'Yanlış format.',
|
||||||
missing_args = 'Her argüman girilmedi (x, y, z)',
|
missing_args = 'Hiçbir argüman girilmedi. (x, y, z)',
|
||||||
missing_args2 = 'Tüm argümanlar doldurulmalıdır!',
|
missing_args2 = 'Tüm argümanlar doldurulmalıdır.',
|
||||||
no_access = 'Bu komuta erişim yok',
|
no_access = 'Bu komuta erişimin yok.',
|
||||||
company_too_poor = 'İşvereniniz bozuk',
|
company_too_poor = 'İşvereninizin hiç parası yok.',
|
||||||
item_not_exist = 'Öğe mevcut değil',
|
item_not_exist = 'Eşya mevcut değil',
|
||||||
too_heavy = 'Envanter çok dolu'
|
too_heavy = 'Envanter çok dolu',
|
||||||
|
duplicate_license = 'Çoğaltılan Rockstar lisans bulundu!',
|
||||||
|
no_valid_license = 'Rockstar lisans bulunamadı.',
|
||||||
|
not_whitelisted = 'Bu sunucuda whitelistin yok.'
|
||||||
},
|
},
|
||||||
success = {},
|
success = {},
|
||||||
info = {
|
info = {
|
||||||
@@ -15,7 +18,10 @@ local Translations = {
|
|||||||
job_info = 'İş: %{value} | Seviye: %{value2} | Görev: %{value3}',
|
job_info = 'İş: %{value} | Seviye: %{value2} | Görev: %{value3}',
|
||||||
gang_info = 'Çete: %{value} | Seviye: %{value2}',
|
gang_info = 'Çete: %{value} | Seviye: %{value2}',
|
||||||
on_duty = 'Şimdi görev başındasın!',
|
on_duty = 'Şimdi görev başındasın!',
|
||||||
off_duty = 'Şimdi görevden alındın!'
|
off_duty = 'Şimdi görevden alındın!',
|
||||||
|
checking_ban = 'Merhaba %s. Banlı mısın diye kontrol ediyoruz.',
|
||||||
|
join_server = 'Merhaba %s. {Server Name} adlı sunucumuza hoş geldin.',
|
||||||
|
checking_whitelisted = 'Merhaba %s. Giriş iznin var mı diye kontrol ediyoruz.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user