mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
98341ef8e7
Added Turkish language support.
9 lines
455 B
Lua
9 lines
455 B
Lua
Locales['tr'] = {
|
||
['whitelist_check'] = 'bu sunucuda beyaz listede olduğunuzdan emin olunuluyor . . .',
|
||
['not_whitelisted'] = 'bu sunucuda beyaz listede değilsiniz',
|
||
['whitelist_empty'] = 'beyaz liste henüz yüklenmedi yada beyaz listede kimse bulunmuyor',
|
||
['license_missing'] = 'lisansınız bulunamadı',
|
||
['help_whitelist_add'] = 'beyaz listeye birini ekle',
|
||
['help_whitelist_load'] = 'beyaz listeyi tekrardan yükle',
|
||
}
|