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:
+6
-6
@@ -8,20 +8,20 @@ local Translations = {
|
|||||||
company_too_poor = 'Şirketin hiç parası yok.',
|
company_too_poor = 'Şirketin hiç parası yok.',
|
||||||
item_not_exist = 'Eşya mevcut değil.',
|
item_not_exist = 'Eşya mevcut değil.',
|
||||||
too_heavy = 'Envanter çok dolu',
|
too_heavy = 'Envanter çok dolu',
|
||||||
duplicate_license = 'Aynı rockstar lisansı şu an sunucuda!',
|
duplicate_license = 'Aynı rockstar lisansı zaten şu an sunucuda!',
|
||||||
no_valid_license = 'Geçerli rockstar lisans bulunamadı.',
|
no_valid_license = 'Geçerli bir rockstar lisans bulunamadı.',
|
||||||
not_whitelisted = 'Bu sunucuda whitelistin yok.'
|
not_whitelisted = 'Bu sunucuda whitelistin yok.'
|
||||||
},
|
},
|
||||||
success = {},
|
success = {},
|
||||||
info = {
|
info = {
|
||||||
received_paycheck = 'Maaş çekinizi aldınız $%{value}',
|
received_paycheck = '$%{value} tutarında bir maaş çeki aldın.',
|
||||||
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 = 'Mesaiye girdin.',
|
||||||
off_duty = 'Şimdi görevden alındın!',
|
off_duty = 'Mesaiden çıktın.',
|
||||||
checking_ban = 'Merhaba %s. Banlı mısın diye kontrol ediyoruz.',
|
checking_ban = 'Merhaba %s. Banlı mısın diye kontrol ediyoruz.',
|
||||||
join_server = 'Merhaba %s. {Server Name} adlı sunucumuza hoş geldin.',
|
join_server = 'Merhaba %s. {Server Name} adlı sunucumuza hoş geldin.',
|
||||||
checking_whitelisted = 'Merhaba %s. Giriş iznin var mı diye kontrol ediyoruz.'
|
checking_whitelisted = 'Merhaba %s. Whitelist\'in var mı diye kontrol ediyoruz.'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user