mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-27 07:31:45 -03:00
v2.4.4: Rename Profiles to Configurations, add Identity Switcher
- Rename "Profiles" to "Configurations" in all UI text and 11 locale files - Add identity switcher dropdown in header (green accent, fa-id-badge icon) - Quick-switch player identity without opening Settings - "Manage" action opens UUID Management modal - Header tooltips explaining what each dropdown does - Config dropdown icon changed from fa-user-circle to fa-sliders-h - Global Escape key handler for closing modals and dropdowns - Fix identity selector not clickable (missing -webkit-app-region: no-drag) - Sync header identity name after all identity-changing operations - XSS protection in identity list rendering Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Oyuncular:",
|
||||
"manageProfiles": "Profilleri Yönet",
|
||||
"manageProfiles": "Yönet",
|
||||
"manageIdentities": "Yönet",
|
||||
"identityTooltip": "Oyun içinde kullanılan oyuncu adınız ve UUID'niz",
|
||||
"configTooltip": "Oyun yapılandırması: modlar, Java ve bellek ayarları",
|
||||
"defaultProfile": "Varsayılan"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "UUID Yönetimi",
|
||||
"currentUserUUID": "Geçerli Kullanıcı UUID",
|
||||
"allPlayerUUIDs": "Tüm Oyuncu UUID'leri",
|
||||
"generateNew": "Yeni UUID Oluştur",
|
||||
"addIdentity": "Kimlik Ekle",
|
||||
"usernamePlaceholder": "Kullanıcı Adı",
|
||||
"add": "Ekle",
|
||||
"cancel": "İptal",
|
||||
"advanced": "Gelişmiş",
|
||||
"loadingUUIDs": "UUID'ler yükleniyor...",
|
||||
"setCustomUUID": "Özel UUID Ayarla",
|
||||
"customPlaceholder": "Özel UUID girin (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "UUID'yi Kopyala",
|
||||
"regenerateTooltip": "Yeni UUID Oluştur"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Profilleri Yönet",
|
||||
"newProfilePlaceholder": "Yeni Profil Adı",
|
||||
"createProfile": "Profil Oluştur"
|
||||
"configurations": {
|
||||
"modalTitle": "Yapılandırmaları Yönet",
|
||||
"newProfilePlaceholder": "Yeni Yapılandırma Adı",
|
||||
"createProfile": "Yapılandırma Oluştur"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Discord topluluğumuza katılın!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Donanım hızlandırma ayarı kaydedildi",
|
||||
"hwAccelSaveFailed": "Donanım hızlandırma ayarı kaydedilemedi",
|
||||
"noUsername": "Kullanıcı adı yapılandırılmadı. Lütfen önce kullanıcı adınızı kaydedin.",
|
||||
"identityAdded": "Kimlik başarıyla eklendi!",
|
||||
"identityAddFailed": "Kimlik eklenemedi",
|
||||
"switchUsernameSuccess": "\"{username}\" adına başarıyla geçildi!",
|
||||
"switchUsernameFailed": "Kullanıcı adı değiştirilemedi",
|
||||
"playerNameTooLong": "Oyuncu adı 16 karakter veya daha az olmalıdır"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Kuruluyur...",
|
||||
"extracting": "Ayıklanıyor...",
|
||||
"verifying": "Doğrulanıyor...",
|
||||
"switchingProfile": "Profil değiştiriliyor...",
|
||||
"profileSwitched": "Profil değiştirildi!",
|
||||
"switchingProfile": "Yapılandırma değiştiriliyor...",
|
||||
"profileSwitched": "Yapılandırma değiştirildi!",
|
||||
"startingGame": "Oyun başlatılıyor...",
|
||||
"launching": "BAŞLATILIYOR...",
|
||||
"uninstallingGame": "Oyun kaldırılıyor...",
|
||||
|
||||
Reference in New Issue
Block a user