Files
gpustack-ui/src/locales/tr-TR/users.ts
T
lofyerandClaude Opus 4.8 62351a781f feat(branding): rebrand user-facing GPUStack to MesaStack
Applied via scripts/rebrand across UI labels, page title, and all
locale strings (en/zh/ja/ru/tr). Functional references untouched:
npm package, URLs, paths, JS identifiers, GPUSTACK_ constants, and the
X-GPUStack-Model header. The backend-contract startsWith string in
llmodels/hooks keeps "GPUStack server" to stay matchable. Logo images
intentionally left unchanged for now.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-30 22:16:17 +08:00

47 lines
2.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 {
'users.title': 'Kullanıcılar',
'users.button.create': 'Kullanıcı Ekle',
'users.form.edit': 'Kullanıcıyı Düzenle',
'users.form.create': 'Kullanıcı Ekle',
'users.table.username': 'Kullanıcı Adı',
'users.table.role': 'Rol',
'users.table.status': 'Durum',
'users.status.active': 'Aktif',
'users.status.inactive': 'Pasif',
'users.form.active': 'Hesap Etkin',
'users.form.active.description':
'Bu kullanıcı hesabını etkinleştir veya devre dışı bırak',
'users.form.fullname': 'Tam Ad',
'users.form.source': 'Kaynak',
'users.table.user': 'kullanıcılar',
'users.form.admin': 'Yönetici',
'users.form.user': 'Kullanıcı',
'users.form.newpassword': 'Yeni Şifre',
'users.form.currentpassword': 'Mevcut Şifre',
'users.form.updatepassword': 'Şifreyi Değiştir',
'users.form.rule.password':
'Büyük ve küçük harf, rakam ve özel karakter(!@#$%^&*_+) içermelidir, 6 ile 64 karakter arasında olmalıdır, boşluk kullanılamaz.',
'users.password.uppcase': 'En az bir büyük harf',
'users.password.lowercase': 'En az bir küçük harf',
'users.password.number': 'En az bir rakam',
'users.password.special': 'En az bir özel karakter',
'users.password.length': 'Uzunluk 6 ile 64 karakter arasında',
'users.password.modify.title': 'Şifreyi Değiştir',
'users.password.modify.description':
'Hesabınızın güvenliği için lütfen başlangıç şifrenizi değiştirin.',
'users.password.modify.tips':
'Parolanızı düzenli olarak güncellemek hesabınızın güvenliğini korumaya yardımcı olur.',
'users.password.confirm': 'Yeni Şifreyi Onayla',
'users.password.confirm.empty': 'Lütfen yeni şifreyi tekrar girin.',
'users.password.confirm.error': 'Girilen iki şifre eşleşmiyor.',
'users.login.title': 'Giriş yap:',
'users.version.islatest': 'MesaStack {version} en güncel sürümdür',
'users.version.update': 'MesaStack {version} kullanılabilir',
'users.settings.title': 'Kullanıcı Ayarları',
'users.status.activate': 'Hesabı Etkinleştir',
'users.status.deactivate': 'Hesabı Devre Dışı Bırak',
'users.status.inactiveAccount': 'Pasif Hesap',
'users.login.getInitialPassword':
'Başlangıç yönetici şifresini almak için MesaStack Sunucunuzda aşağıdaki komutu çalıştırın.'
};