feat(i18n): add Turkish (tr-TR) locale translation
Add complete Turkish localization for the GPUStack UI including all 18 translation files covering common UI, menus, dashboard, models, playground, resources, API keys, users, backends, benchmarks, clusters, providers, routes, shortcuts, usage, and vendor names.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
export default {
|
||||
'apikeys.title': 'API Anahtarları',
|
||||
'apikeys.table.apikeys': 'anahtarlar',
|
||||
'apikeys.table.key': 'Anahtar',
|
||||
'apikeys.button.create': 'API Anahtarı Ekle',
|
||||
'apikeys.button.edit': 'API Anahtarını Düzenle',
|
||||
'apikeys.title.save': 'API Anahtarını Kaydet',
|
||||
'apikeys.form.expiretime': 'Son Kullanma',
|
||||
'apikeys.form.apikey': 'API Anahtarı',
|
||||
'apikeys.table.name': 'Anahtar Adı',
|
||||
'apikeys.table.save.tips':
|
||||
'Anahtarınızı hemen kopyaladığınızdan emin olun. Tekrar görüntüleyemezsiniz.',
|
||||
'apikeys.form.expiration.7days': '7 gün',
|
||||
'apikeys.form.expiration.1month': '1 ay',
|
||||
'apikeys.form.expiration.6months': '6 ay',
|
||||
'apikeys.form.expiration.never': 'Süresiz',
|
||||
'apikeys.table.bindModels': 'Model Erişimi',
|
||||
'apikeys.models.all': 'Tüm modeller',
|
||||
'apikeys.models.selected': 'İzin verilen modeller',
|
||||
'apikeys.models.noModelsFound': 'Model bulunamadı'
|
||||
};
|
||||
Reference in New Issue
Block a user