mirror of
https://git.sanhost.net/sanasol/hytale-f2p
synced 2026-02-26 23:21:49 -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": "اللاعبون:",
|
||||
"manageProfiles": "إدارة الملفات الشخصية",
|
||||
"manageProfiles": "إدارة",
|
||||
"manageIdentities": "إدارة",
|
||||
"identityTooltip": "اسم اللاعب ومعرّف UUID المستخدمان في اللعبة",
|
||||
"configTooltip": "إعدادات اللعبة: المودات، Java والذاكرة",
|
||||
"defaultProfile": "الافتراضي"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "إدارة UUID",
|
||||
"currentUserUUID": "UUID المستخدم الحالي",
|
||||
"allPlayerUUIDs": "جميع معرفات UUID للاعبين",
|
||||
"generateNew": "إنشاء UUID جديد",
|
||||
"addIdentity": "إضافة هوية",
|
||||
"usernamePlaceholder": "اسم المستخدم",
|
||||
"add": "إضافة",
|
||||
"cancel": "إلغاء",
|
||||
"advanced": "متقدم",
|
||||
"loadingUUIDs": "جاري تحميل الـ UUIDs...",
|
||||
"setCustomUUID": "تعيين UUID مخصص",
|
||||
"customPlaceholder": "أدخل UUID مخصص (الصيغة: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "نسخ UUID",
|
||||
"regenerateTooltip": "إنشاء UUID جديد"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "إدارة الملفات الشخصية",
|
||||
"newProfilePlaceholder": "اسم الملف الشخصي الجديد",
|
||||
"createProfile": "إنشاء ملف شخصي"
|
||||
"configurations": {
|
||||
"modalTitle": "إدارة التكوينات",
|
||||
"newProfilePlaceholder": "اسم التكوين الجديد",
|
||||
"createProfile": "إنشاء تكوين"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "انضم إلى مجتمعنا على ديسكورد!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "تم حفظ إعداد تسريع الأجهزة",
|
||||
"hwAccelSaveFailed": "فشل حفظ إعداد تسريع الأجهزة",
|
||||
"noUsername": "لم يتم تهيئة اسم مستخدم. يرجى حفظ اسم المستخدم أولاً.",
|
||||
"identityAdded": "تمت إضافة الهوية بنجاح!",
|
||||
"identityAddFailed": "فشل في إضافة الهوية",
|
||||
"switchUsernameSuccess": "تم التبديل إلى المستخدم \"{username}\" بنجاح!",
|
||||
"switchUsernameFailed": "فشل تبديل اسم المستخدم",
|
||||
"playerNameTooLong": "يجب أن يكون اسم اللاعب 16 حرفاً أو أقل"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "جاري التثبيت...",
|
||||
"extracting": "جاري الاستخراج...",
|
||||
"verifying": "جاري التحقق...",
|
||||
"switchingProfile": "جاري تبديل الملف الشخصي...",
|
||||
"profileSwitched": "تم تبديل الملف الشخصي!",
|
||||
"switchingProfile": "جاري تبديل التكوين...",
|
||||
"profileSwitched": "تم تبديل التكوين!",
|
||||
"startingGame": "جاري بدء اللعبة...",
|
||||
"launching": "جاري التشغيل...",
|
||||
"uninstallingGame": "جاري إلغاء تثبيت اللعبة...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Spieler:",
|
||||
"manageProfiles": "Profile verwalten",
|
||||
"manageProfiles": "Verwalten",
|
||||
"manageIdentities": "Verwalten",
|
||||
"identityTooltip": "Dein Spielername und UUID im Spiel",
|
||||
"configTooltip": "Spielkonfiguration: Mods, Java- und Speichereinstellungen",
|
||||
"defaultProfile": "Standard"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "UUID-Verwaltung",
|
||||
"currentUserUUID": "Aktuelle Benutzer-UUID",
|
||||
"allPlayerUUIDs": "Alle Spieler-UUIDs",
|
||||
"generateNew": "Neue UUID generieren",
|
||||
"addIdentity": "Identität hinzufügen",
|
||||
"usernamePlaceholder": "Benutzername",
|
||||
"add": "Hinzufügen",
|
||||
"cancel": "Abbrechen",
|
||||
"advanced": "Erweitert",
|
||||
"loadingUUIDs": "UUIDs werden geladen...",
|
||||
"setCustomUUID": "Benutzerdefinierte UUID festlegen",
|
||||
"customPlaceholder": "Benutzerdefinierte UUID eingeben (Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "UUID kopieren",
|
||||
"regenerateTooltip": "Neue UUID generieren"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Profile verwalten",
|
||||
"newProfilePlaceholder": "Neuer Profilname",
|
||||
"createProfile": "Profil erstellen"
|
||||
"configurations": {
|
||||
"modalTitle": "Konfigurationen verwalten",
|
||||
"newProfilePlaceholder": "Neuer Konfigurationsname",
|
||||
"createProfile": "Konfiguration erstellen"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Tritt unserer Discord-Community bei!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Hardware-Beschleunigungseinstellung gespeichert",
|
||||
"hwAccelSaveFailed": "Hardware-Beschleunigungseinstellung konnte nicht gespeichert werden",
|
||||
"noUsername": "Kein Benutzername konfiguriert. Bitte speichere zuerst deinen Benutzernamen.",
|
||||
"identityAdded": "Identität erfolgreich hinzugefügt!",
|
||||
"identityAddFailed": "Fehler beim Hinzufügen der Identität",
|
||||
"switchUsernameSuccess": "Erfolgreich zu \"{username}\" gewechselt!",
|
||||
"switchUsernameFailed": "Benutzername konnte nicht gewechselt werden",
|
||||
"playerNameTooLong": "Spielername darf maximal 16 Zeichen haben"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Installiere...",
|
||||
"extracting": "Entpacke...",
|
||||
"verifying": "Überprüfe...",
|
||||
"switchingProfile": "Profil wird gewechselt...",
|
||||
"profileSwitched": "Profil gewechselt!",
|
||||
"switchingProfile": "Konfiguration wird gewechselt...",
|
||||
"profileSwitched": "Konfiguration gewechselt!",
|
||||
"startingGame": "Spiel wird gestartet...",
|
||||
"launching": "STARTET...",
|
||||
"uninstallingGame": "Spiel wird deinstalliert...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Players:",
|
||||
"manageProfiles": "Manage Profiles",
|
||||
"manageProfiles": "Manage",
|
||||
"manageIdentities": "Manage",
|
||||
"identityTooltip": "Your player name & UUID used in-game",
|
||||
"configTooltip": "Game config: mods, Java & memory settings",
|
||||
"defaultProfile": "Default"
|
||||
},
|
||||
"install": {
|
||||
@@ -162,21 +165,24 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "UUID Management",
|
||||
"currentUserUUID": "Current User UUID",
|
||||
"allPlayerUUIDs": "All Player UUIDs",
|
||||
"generateNew": "Generate New UUID",
|
||||
"addIdentity": "Add Identity",
|
||||
"usernamePlaceholder": "Username",
|
||||
"add": "Add",
|
||||
"cancel": "Cancel",
|
||||
"advanced": "Advanced",
|
||||
"loadingUUIDs": "Loading UUIDs...",
|
||||
"setCustomUUID": "Set Custom UUID",
|
||||
"setCustomUUID": "Set Custom UUID for Current User",
|
||||
"customPlaceholder": "Enter custom UUID (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
"setUUID": "Set UUID",
|
||||
"warning": "Warning: Setting a custom UUID will change your current player identity",
|
||||
"copyTooltip": "Copy UUID",
|
||||
"regenerateTooltip": "Generate New UUID"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Manage Profiles",
|
||||
"newProfilePlaceholder": "New Profile Name",
|
||||
"createProfile": "Create Profile"
|
||||
"configurations": {
|
||||
"modalTitle": "Manage Configurations",
|
||||
"newProfilePlaceholder": "New Configuration Name",
|
||||
"createProfile": "Create Configuration"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Join our Discord community!",
|
||||
@@ -230,6 +236,8 @@
|
||||
"hwAccelSaved": "Hardware acceleration setting saved",
|
||||
"hwAccelSaveFailed": "Failed to save hardware acceleration setting",
|
||||
"noUsername": "No username configured. Please save your username first.",
|
||||
"identityAdded": "Identity added successfully!",
|
||||
"identityAddFailed": "Failed to add identity",
|
||||
"switchUsernameSuccess": "Switched to \"{username}\" successfully!",
|
||||
"switchUsernameFailed": "Failed to switch username",
|
||||
"playerNameTooLong": "Player name must be 16 characters or less",
|
||||
@@ -266,8 +274,8 @@
|
||||
"installing": "Installing...",
|
||||
"extracting": "Extracting...",
|
||||
"verifying": "Verifying...",
|
||||
"switchingProfile": "Switching profile...",
|
||||
"profileSwitched": "Profile switched!",
|
||||
"switchingProfile": "Switching configuration...",
|
||||
"profileSwitched": "Configuration switched!",
|
||||
"startingGame": "Starting game...",
|
||||
"launching": "LAUNCHING...",
|
||||
"uninstallingGame": "Uninstalling game...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Jugadores:",
|
||||
"manageProfiles": "Gestionar Perfiles",
|
||||
"manageProfiles": "Gestionar",
|
||||
"manageIdentities": "Gestionar",
|
||||
"identityTooltip": "Tu nombre de jugador y UUID usados en el juego",
|
||||
"configTooltip": "Configuración del juego: mods, Java y memoria",
|
||||
"defaultProfile": "Predeterminado"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "Gestión de UUID",
|
||||
"currentUserUUID": "UUID del usuario actual",
|
||||
"allPlayerUUIDs": "Todos los UUIDs de jugadores",
|
||||
"generateNew": "Generar nuevo UUID",
|
||||
"addIdentity": "Añadir identidad",
|
||||
"usernamePlaceholder": "Nombre de usuario",
|
||||
"add": "Añadir",
|
||||
"cancel": "Cancelar",
|
||||
"advanced": "Avanzado",
|
||||
"loadingUUIDs": "Cargando UUIDs...",
|
||||
"setCustomUUID": "Establecer UUID personalizado",
|
||||
"customPlaceholder": "Ingresa un UUID personalizado (formato: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "Copiar UUID",
|
||||
"regenerateTooltip": "Generar nuevo UUID"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Gestionar perfiles",
|
||||
"newProfilePlaceholder": "Nombre del nuevo perfil",
|
||||
"createProfile": "Crear perfil"
|
||||
"configurations": {
|
||||
"modalTitle": "Gestionar Configuraciones",
|
||||
"newProfilePlaceholder": "Nombre de la nueva configuración",
|
||||
"createProfile": "Crear Configuración"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "¡Únete a nuestra comunidad de Discord!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Configuración de aceleración por hardware guardada",
|
||||
"hwAccelSaveFailed": "Error al guardar la configuración de aceleración por hardware",
|
||||
"noUsername": "No hay nombre de usuario configurado. Por favor, guarda tu nombre de usuario primero.",
|
||||
"identityAdded": "¡Identidad añadida con éxito!",
|
||||
"identityAddFailed": "Error al añadir identidad",
|
||||
"switchUsernameSuccess": "¡Cambiado a \"{username}\" con éxito!",
|
||||
"switchUsernameFailed": "Error al cambiar nombre de usuario",
|
||||
"playerNameTooLong": "El nombre del jugador debe tener 16 caracteres o menos"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Instalando...",
|
||||
"extracting": "Extrayendo...",
|
||||
"verifying": "Verificando...",
|
||||
"switchingProfile": "Cambiando perfil...",
|
||||
"profileSwitched": "¡Perfil cambiado!",
|
||||
"switchingProfile": "Cambiando configuración...",
|
||||
"profileSwitched": "¡Configuración cambiada!",
|
||||
"startingGame": "Iniciando juego...",
|
||||
"launching": "INICIANDO...",
|
||||
"uninstallingGame": "Desinstalando juego...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Joueurs:",
|
||||
"manageProfiles": "Gérer les Profils",
|
||||
"manageProfiles": "Gérer",
|
||||
"manageIdentities": "Gérer",
|
||||
"identityTooltip": "Votre nom de joueur et UUID utilisés en jeu",
|
||||
"configTooltip": "Configuration du jeu : mods, Java et mémoire",
|
||||
"defaultProfile": "Par défaut"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "Gestion UUID",
|
||||
"currentUserUUID": "UUID Utilisateur Actuel",
|
||||
"allPlayerUUIDs": "Tous les UUIDs Joueurs",
|
||||
"generateNew": "Générer Nouvel UUID",
|
||||
"addIdentity": "Ajouter une identité",
|
||||
"usernamePlaceholder": "Nom d'utilisateur",
|
||||
"add": "Ajouter",
|
||||
"cancel": "Annuler",
|
||||
"advanced": "Avancé",
|
||||
"loadingUUIDs": "Chargement des UUIDs...",
|
||||
"setCustomUUID": "Définir UUID Personnalisé",
|
||||
"customPlaceholder": "Entrez UUID personnalisé (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "Copier UUID",
|
||||
"regenerateTooltip": "Générer Nouvel UUID"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Gérer les Profils",
|
||||
"newProfilePlaceholder": "Nom du Nouveau Profil",
|
||||
"createProfile": "Créer un Profil"
|
||||
"configurations": {
|
||||
"modalTitle": "Gérer les Configurations",
|
||||
"newProfilePlaceholder": "Nom de la Nouvelle Configuration",
|
||||
"createProfile": "Créer une Configuration"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Rejoignez notre communauté Discord!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Paramètre d'accélération matérielle sauvegardé",
|
||||
"hwAccelSaveFailed": "Échec de la sauvegarde du paramètre d'accélération matérielle",
|
||||
"noUsername": "Aucun nom d'utilisateur configuré. Veuillez d'abord enregistrer votre nom d'utilisateur.",
|
||||
"identityAdded": "Identité ajoutée avec succès !",
|
||||
"identityAddFailed": "Échec de l'ajout de l'identité",
|
||||
"switchUsernameSuccess": "Basculé vers \"{username}\" avec succès!",
|
||||
"switchUsernameFailed": "Échec du changement de nom d'utilisateur",
|
||||
"playerNameTooLong": "Le nom du joueur doit comporter 16 caractères ou moins"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Installation...",
|
||||
"extracting": "Extraction...",
|
||||
"verifying": "Vérification...",
|
||||
"switchingProfile": "Changement de profil...",
|
||||
"profileSwitched": "Profil changé!",
|
||||
"switchingProfile": "Changement de configuration...",
|
||||
"profileSwitched": "Configuration changée !",
|
||||
"startingGame": "Démarrage du jeu...",
|
||||
"launching": "LANCEMENT...",
|
||||
"uninstallingGame": "Désinstallation du jeu...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Pemain:",
|
||||
"manageProfiles": "Kelola Profil",
|
||||
"manageProfiles": "Kelola",
|
||||
"manageIdentities": "Kelola",
|
||||
"identityTooltip": "Nama pemain & UUID yang digunakan dalam game",
|
||||
"configTooltip": "Konfigurasi game: mod, Java & pengaturan memori",
|
||||
"defaultProfile": "Default"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "Manajemen UUID",
|
||||
"currentUserUUID": "UUID Pengguna Saat Ini",
|
||||
"allPlayerUUIDs": "Semua UUID Pemain",
|
||||
"generateNew": "Hasilkan UUID Baru",
|
||||
"addIdentity": "Tambah Identitas",
|
||||
"usernamePlaceholder": "Nama Pengguna",
|
||||
"add": "Tambah",
|
||||
"cancel": "Batal",
|
||||
"advanced": "Lanjutan",
|
||||
"loadingUUIDs": "Memuat UUID...",
|
||||
"setCustomUUID": "Setel UUID Kustom",
|
||||
"customPlaceholder": "Masukkan UUID kustom (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "Salin UUID",
|
||||
"regenerateTooltip": "Hasilkan UUID Baru"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Kelola Profil",
|
||||
"newProfilePlaceholder": "Nama Profil Baru",
|
||||
"createProfile": "Buat Profil"
|
||||
"configurations": {
|
||||
"modalTitle": "Kelola Konfigurasi",
|
||||
"newProfilePlaceholder": "Nama Konfigurasi Baru",
|
||||
"createProfile": "Buat Konfigurasi"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Gabung komunitas Discord kami!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Pengaturan akselerasi perangkat keras disimpan",
|
||||
"hwAccelSaveFailed": "Gagal menyimpan pengaturan akselerasi perangkat keras",
|
||||
"noUsername": "Nama pengguna belum dikonfigurasi. Silakan simpan nama pengguna terlebih dahulu.",
|
||||
"identityAdded": "Identitas berhasil ditambahkan!",
|
||||
"identityAddFailed": "Gagal menambahkan identitas",
|
||||
"switchUsernameSuccess": "Berhasil beralih ke \"{username}\"!",
|
||||
"switchUsernameFailed": "Gagal beralih nama pengguna",
|
||||
"playerNameTooLong": "Nama pemain harus 16 karakter atau kurang"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Menginstal...",
|
||||
"extracting": "Mengekstrak...",
|
||||
"verifying": "Memverifikasi...",
|
||||
"switchingProfile": "Beralih profil...",
|
||||
"profileSwitched": "Profil dialihkan!",
|
||||
"switchingProfile": "Beralih konfigurasi...",
|
||||
"profileSwitched": "Konfigurasi dialihkan!",
|
||||
"startingGame": "Memulai game...",
|
||||
"launching": "MELUNCURKAN...",
|
||||
"uninstallingGame": "Menghapus instalasi game...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Graczy:",
|
||||
"manageProfiles": "Zarządzaj Profilami",
|
||||
"manageProfiles": "Zarządzaj",
|
||||
"manageIdentities": "Zarządzaj",
|
||||
"identityTooltip": "Twoja nazwa gracza i UUID używane w grze",
|
||||
"configTooltip": "Konfiguracja gry: mody, Java i ustawienia pamięci",
|
||||
"defaultProfile": "Domyślny"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "Zarządzanie UUID",
|
||||
"currentUserUUID": "Aktualny UUID użytkownika",
|
||||
"allPlayerUUIDs": "Wszystkie identyfikatory UUID graczy",
|
||||
"generateNew": "Wygeneruj nowy UUID",
|
||||
"addIdentity": "Dodaj tożsamość",
|
||||
"usernamePlaceholder": "Nazwa użytkownika",
|
||||
"add": "Dodaj",
|
||||
"cancel": "Anuluj",
|
||||
"advanced": "Zaawansowane",
|
||||
"loadingUUIDs": "Ładowanie UUID...",
|
||||
"setCustomUUID": "Ustaw niestandardowy UUID",
|
||||
"customPlaceholder": "Wprowadź niestandardowy UUID (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "Kopiuj UUID",
|
||||
"regenerateTooltip": "Wygeneruj nowy UUID"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Zarządzaj Profilami",
|
||||
"newProfilePlaceholder": "Nowa Nazwa Profilu",
|
||||
"createProfile": "Utwórz Profil"
|
||||
"configurations": {
|
||||
"modalTitle": "Zarządzaj Konfiguracjami",
|
||||
"newProfilePlaceholder": "Nazwa Nowej Konfiguracji",
|
||||
"createProfile": "Utwórz Konfigurację"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Dołącz do naszej społeczności Discord!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Zapisano ustawienie przyspieszenia sprzętowego",
|
||||
"hwAccelSaveFailed": "Nie udało się zapisać ustawienia przyspieszenia sprzętowego",
|
||||
"noUsername": "Nie skonfigurowano nazwy użytkownika. Najpierw zapisz swoją nazwę użytkownika.",
|
||||
"identityAdded": "Tożsamość dodana pomyślnie!",
|
||||
"identityAddFailed": "Nie udało się dodać tożsamości",
|
||||
"switchUsernameSuccess": "Pomyślnie przełączono na \"{username}\"!",
|
||||
"switchUsernameFailed": "Nie udało się przełączyć nazwy użytkownika",
|
||||
"playerNameTooLong": "Nazwa gracza musi mieć 16 znaków lub mniej"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Instalowanie...",
|
||||
"extracting": "Ekstraktowanie...",
|
||||
"verifying": "Weryfikowanie...",
|
||||
"switchingProfile": "Przełączanie profilu...",
|
||||
"profileSwitched": "Profil zmieniony!",
|
||||
"switchingProfile": "Przełączanie konfiguracji...",
|
||||
"profileSwitched": "Konfiguracja zmieniona!",
|
||||
"startingGame": "Uruchamianie gry...",
|
||||
"launching": "URUCHAMIANIE...",
|
||||
"uninstallingGame": "Odinstalowywanie gry...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Jogadores:",
|
||||
"manageProfiles": "Gerenciar Perfis",
|
||||
"manageProfiles": "Gerenciar",
|
||||
"manageIdentities": "Gerenciar",
|
||||
"identityTooltip": "Seu nome de jogador e UUID usados no jogo",
|
||||
"configTooltip": "Configuração do jogo: mods, Java e memória",
|
||||
"defaultProfile": "Padrão"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "Gerenciamento de UUID",
|
||||
"currentUserUUID": "UUID do usuário atual",
|
||||
"allPlayerUUIDs": "Todos os UUIDs de jogadores",
|
||||
"generateNew": "Gerar novo UUID",
|
||||
"addIdentity": "Adicionar identidade",
|
||||
"usernamePlaceholder": "Nome de usuário",
|
||||
"add": "Adicionar",
|
||||
"cancel": "Cancelar",
|
||||
"advanced": "Avançado",
|
||||
"loadingUUIDs": "Carregando UUIDs...",
|
||||
"setCustomUUID": "Definir UUID personalizado",
|
||||
"customPlaceholder": "Digite um UUID personalizado (formato: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "Copiar UUID",
|
||||
"regenerateTooltip": "Gerar novo UUID"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Gerenciar perfis",
|
||||
"newProfilePlaceholder": "Nome do novo perfil",
|
||||
"createProfile": "Criar perfil"
|
||||
"configurations": {
|
||||
"modalTitle": "Gerenciar Configurações",
|
||||
"newProfilePlaceholder": "Nome da Nova Configuração",
|
||||
"createProfile": "Criar Configuração"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Junte-se à nossa comunidade do Discord!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Configuração de aceleração de hardware salva",
|
||||
"hwAccelSaveFailed": "Falha ao salvar configuração de aceleração de hardware",
|
||||
"noUsername": "Nenhum nome de usuário configurado. Por favor, salve seu nome de usuário primeiro.",
|
||||
"identityAdded": "Identidade adicionada com sucesso!",
|
||||
"identityAddFailed": "Falha ao adicionar identidade",
|
||||
"switchUsernameSuccess": "Alterado para \"{username}\" com sucesso!",
|
||||
"switchUsernameFailed": "Falha ao trocar nome de usuário",
|
||||
"playerNameTooLong": "O nome do jogador deve ter 16 caracteres ou menos"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Instalando...",
|
||||
"extracting": "Extraindo...",
|
||||
"verifying": "Verificando...",
|
||||
"switchingProfile": "Alternando perfil...",
|
||||
"profileSwitched": "Perfil alternado!",
|
||||
"switchingProfile": "Alternando configuração...",
|
||||
"profileSwitched": "Configuração alternada!",
|
||||
"startingGame": "Iniciando jogo...",
|
||||
"launching": "INICIANDO...",
|
||||
"uninstallingGame": "Desinstalando jogo...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Игроки:",
|
||||
"manageProfiles": "Управлять профилями:",
|
||||
"manageProfiles": "Управление",
|
||||
"manageIdentities": "Управление",
|
||||
"identityTooltip": "Ваш игровой ник и UUID, используемые в игре",
|
||||
"configTooltip": "Конфигурация игры: моды, Java и настройки памяти",
|
||||
"defaultProfile": "По умолчанию"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "Управление UUID",
|
||||
"currentUserUUID": "UUID текущего пользователя",
|
||||
"allPlayerUUIDs": "UUID всех игроков",
|
||||
"generateNew": "Сгенерировать новый UUID",
|
||||
"addIdentity": "Добавить личность",
|
||||
"usernamePlaceholder": "Имя пользователя",
|
||||
"add": "Добавить",
|
||||
"cancel": "Отмена",
|
||||
"advanced": "Дополнительно",
|
||||
"loadingUUIDs": "Загрузка UUID...",
|
||||
"setCustomUUID": "Установить кастомный UUID",
|
||||
"customPlaceholder": "Ввести кастомный UUID (форматы: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "Скопировать UUID",
|
||||
"regenerateTooltip": "Сгенерировать новый UUID"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Управление профилями",
|
||||
"newProfilePlaceholder": "Новое имя профиля",
|
||||
"createProfile": "Создать профиль"
|
||||
"configurations": {
|
||||
"modalTitle": "Управление конфигурациями",
|
||||
"newProfilePlaceholder": "Название новой конфигурации",
|
||||
"createProfile": "Создать конфигурацию"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Присоединитесь к нашему сообществу в Discord!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Настройка аппаратного ускорения сохранена!",
|
||||
"hwAccelSaveFailed": "Не удалось сохранить настройку аппаратного ускорения",
|
||||
"noUsername": "Имя пользователя не настроено. Пожалуйста, сначала сохраните имя пользователя.",
|
||||
"identityAdded": "Личность успешно добавлена!",
|
||||
"identityAddFailed": "Не удалось добавить личность",
|
||||
"switchUsernameSuccess": "Успешно переключено на \"{username}\"!",
|
||||
"switchUsernameFailed": "Не удалось переключить имя пользователя",
|
||||
"playerNameTooLong": "Имя игрока должно быть не более 16 символов"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Установка...",
|
||||
"extracting": "Извлечение...",
|
||||
"verifying": "Проверка...",
|
||||
"switchingProfile": "Смена профиля...",
|
||||
"profileSwitched": "Профиль сменён!",
|
||||
"switchingProfile": "Смена конфигурации...",
|
||||
"profileSwitched": "Конфигурация изменена!",
|
||||
"startingGame": "Запуск игры...",
|
||||
"launching": "ЗАПУСК...",
|
||||
"uninstallingGame": "Удаление игры...",
|
||||
|
||||
@@ -8,7 +8,10 @@
|
||||
},
|
||||
"header": {
|
||||
"playersLabel": "Spelare:",
|
||||
"manageProfiles": "Hantera profiler",
|
||||
"manageProfiles": "Hantera",
|
||||
"manageIdentities": "Hantera",
|
||||
"identityTooltip": "Ditt spelarnamn och UUID som används i spelet",
|
||||
"configTooltip": "Spelkonfiguration: moddar, Java- och minnesinställningar",
|
||||
"defaultProfile": "Standard"
|
||||
},
|
||||
"install": {
|
||||
@@ -151,9 +154,12 @@
|
||||
},
|
||||
"uuid": {
|
||||
"modalTitle": "UUID-hantering",
|
||||
"currentUserUUID": "Nuvarande användar-UUID",
|
||||
"allPlayerUUIDs": "Alla spelare-UUID:er",
|
||||
"generateNew": "Generera ny UUID",
|
||||
"addIdentity": "Lägg till identitet",
|
||||
"usernamePlaceholder": "Användarnamn",
|
||||
"add": "Lägg till",
|
||||
"cancel": "Avbryt",
|
||||
"advanced": "Avancerat",
|
||||
"loadingUUIDs": "Laddar UUID:er...",
|
||||
"setCustomUUID": "Ange anpassad UUID",
|
||||
"customPlaceholder": "Ange anpassad UUID (format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)",
|
||||
@@ -162,10 +168,10 @@
|
||||
"copyTooltip": "Kopiera UUID",
|
||||
"regenerateTooltip": "Generera ny UUID"
|
||||
},
|
||||
"profiles": {
|
||||
"modalTitle": "Hantera profiler",
|
||||
"newProfilePlaceholder": "Nytt profilnamn",
|
||||
"createProfile": "Skapa profil"
|
||||
"configurations": {
|
||||
"modalTitle": "Hantera konfigurationer",
|
||||
"newProfilePlaceholder": "Nytt konfigurationsnamn",
|
||||
"createProfile": "Skapa konfiguration"
|
||||
},
|
||||
"discord": {
|
||||
"notificationText": "Gå med i vår Discord-gemenskap!",
|
||||
@@ -219,6 +225,8 @@
|
||||
"hwAccelSaved": "Hårdvaruaccelerationsinställning sparad",
|
||||
"hwAccelSaveFailed": "Misslyckades med att spara hårdvaruaccelerationsinställning",
|
||||
"noUsername": "Inget användarnamn konfigurerat. Vänligen spara ditt användarnamn först.",
|
||||
"identityAdded": "Identitet tillagd!",
|
||||
"identityAddFailed": "Kunde inte lägga till identitet",
|
||||
"switchUsernameSuccess": "Bytte till \"{username}\" framgångsrikt!",
|
||||
"switchUsernameFailed": "Misslyckades med att byta användarnamn",
|
||||
"playerNameTooLong": "Spelarnamnet måste vara 16 tecken eller mindre"
|
||||
@@ -247,8 +255,8 @@
|
||||
"installing": "Installerar...",
|
||||
"extracting": "Extraherar...",
|
||||
"verifying": "Verifierar...",
|
||||
"switchingProfile": "Byter profil...",
|
||||
"profileSwitched": "Profil bytt!",
|
||||
"switchingProfile": "Byter konfiguration...",
|
||||
"profileSwitched": "Konfiguration bytt!",
|
||||
"startingGame": "Startar spel...",
|
||||
"launching": "STARTAR...",
|
||||
"uninstallingGame": "Avinstallerar spel...",
|
||||
|
||||
@@ -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