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.
30 lines
1.3 KiB
TypeScript
30 lines
1.3 KiB
TypeScript
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'
|
||
};
|