Files
slash-e/frontend/locales/tr.json
T
Johnny ec5db24b2a chore: remove custom style
- Deleted the custom_style field from WorkspaceProfile and WorkspaceSetting messages in workspace_service.proto.
- Updated the corresponding Go files and gRPC service implementations to reflect the removal of custom_style.
- Removed references to custom_style in the API documentation and Swagger definitions.
- Adjusted the workspace setting migration logic to exclude custom_style.
- Updated README files to remove mentions of custom_style.
- Bumped protoc-gen-go and protoc-gen-go-grpc versions in generated files.
2025-12-21 21:32:01 +08:00

78 lines
1.8 KiB
JSON
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.
{
"common": {
"about": "Hakkında",
"loading": "Yükleniyor",
"cancel": "İptal",
"save": "Kaydet",
"create": "Oluştur",
"download": "İndir",
"edit": "Düzenle",
"delete": "Sil",
"language": "Dil",
"search": "Ara",
"email": "E-posta",
"password": "Şifre",
"account": "Hesap"
},
"auth": {
"sign-in": "Giriş yap",
"sign-up": "Kaydol",
"sign-out": "Çıkış yap",
"create-your-account": "Hesabınızı oluşturun"
},
"analytics": {
"self": "Analizler",
"top-sources": "En İyi Kaynaklar",
"source": "Kaynak",
"visitors": "Ziyâretçiler",
"devices": "Cihazlar",
"browser": "Tarayıcı",
"browsers": "Tarayıcılar",
"operating-system": "İşletim Sistemi"
},
"shortcut": {
"visits": "{{count}} ziyaret",
"visibility": {
"workspace": {
"self": "Çalışma Alanı",
"description": "Çalışma alanı üyeleri erişebilir"
},
"public": {
"self": "Herkese açık",
"description": "İnternette herkese görünür"
}
}
},
"filter": {
"all": "Hepsi",
"mine": "Benim",
"compact-mode": "Kompakt mod",
"order-by": "Sırala",
"direction": "Yön"
},
"user": {
"self": "Kullanıcı",
"nickname": "Takma ad",
"email": "E-posta",
"role": "Rol",
"profile": "Profil",
"action": {
"add-user": "Kullanıcı ekle"
}
},
"settings": {
"self": "Ayarlar",
"preference": {
"self": "Tercihler",
"color-theme": "Renk teması"
},
"workspace": {
"self": "Çalışma alanı ayarları",
"enable-user-signup": {
"self": "Kullanıcı kaydını etkinleştir",
"description": "Etkinleştirildiğinde, diğer kullanıcılar kaydolabilir."
},
"default-visibility": "Varsayılan görünürlük"
}
}
}