Files
gpustack-ui/src/locales/tr-TR/apikeys.ts
T
gitlawrandjialin 42ac377c17 feat: tease enterprise multi-tenancy and API key controls in OSS
Add an Organizations menu entry (admin-only) that routes to an upsell
page explaining the multi-tenancy module, and surface disabled
IP Access Control / Quota Limit items in the API Key dropdown with a
tooltip pointing at the enterprise edition. Both placeholders are
shadowed by the enterprise plugin at build time: the route merger
removes the OSS Organizations entry by name, and the dropdown skips
each placeholder when the same key is contributed via configActions.
2026-06-05 16:41:34 +08:00

30 lines
1.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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ı',
'apikeys.accessScope.all': 'All',
'apikeys.accessScope.management': 'Platform Management',
'apikeys.accessScope.inference': 'Inference APIs',
'apikeys.access.permissions': 'Access Permissions',
'apikeys.type.auto': 'Auto-generated',
'apikeys.type.custom': 'Custom',
'apikeys.button.ipConfig': 'IP Access Control',
'quotaLimits.button.title': 'Quota Limit'
};