From 5993c783447001d6c55f47f5985f019c17224616 Mon Sep 17 00:00:00 2001 From: _Neo_ Date: Fri, 16 Jan 2026 19:45:51 +0200 Subject: [PATCH] Another entry to UserProfiles.json --- assets/Locales/Root.json | 25 ------------------- assets/Locales/UserProfiles.json | 25 +++++++++++++++++++ .../UI/Controls/NavigationDialogHost.axaml.cs | 2 +- 3 files changed, 26 insertions(+), 26 deletions(-) diff --git a/assets/Locales/Root.json b/assets/Locales/Root.json index e2b5393e7..86b062eb1 100644 --- a/assets/Locales/Root.json +++ b/assets/Locales/Root.json @@ -13825,31 +13825,6 @@ "zh_TW": "成功安裝新增的金鑰檔案。" } }, - { - "ID": "DialogUserProfileDeletionWarningMessage", - "Translations": { - "ar_SA": "لن تكون هناك ملفات الشخصية أخرى لفتحها إذا تم حذف الملف الشخصي المحدد", - "de_DE": "Es können keine anderen Profile geöffnet werden, wenn das ausgewählte Profil gelöscht wird.", - "el_GR": "Δεν θα υπάρχουν άλλα προφίλ εάν διαγραφεί το επιλεγμένο", - "en_US": "There would be no other profiles to be opened if selected profile is deleted", - "es_ES": "Si eliminas el perfil seleccionado no quedará ningún otro perfil", - "fr_FR": "Il n'y aurait aucun autre profil à ouvrir si le profil sélectionné est supprimé", - "he_IL": "לא יהיו פרופילים אחרים שייפתחו אם הפרופיל שנבחר יימחק", - "it_IT": "Non ci sarebbero altri profili da aprire se il profilo selezionato venisse cancellato", - "ja_JP": "選択されたプロファイルを削除すると,プロファイルがひとつも存在しなくなります", - "ko_KR": "선택한 프로필을 삭제하면 다른 프로필을 열 수 없음", - "no_NO": "Det vil ikke være noen profiler å åpnes hvis valgt profil blir slettet", - "pl_PL": "Nie będzie innych profili do otwarcia, jeśli wybrany profil zostanie usunięty", - "pt_BR": "Não haveria nenhum perfil selecionado se o perfil atual fosse deletado", - "ru_RU": "Если выбранный профиль будет удален, другие профили не будут открываться.", - "sv_SE": "Det skulle inte finnas några andra profiler att öppnas om angiven profil tas bort", - "th_TH": "จะไม่มีโปรไฟล์อื่นให้เปิดหากโปรไฟล์ที่เลือกถูกลบ", - "tr_TR": "Seçilen profil silinirse kullanılabilen başka profil kalmayacak", - "uk_UA": "Якщо вибраний профіль буде видалено, інші профілі не відкриватимуться", - "zh_CN": "删除后将没有可用的账户", - "zh_TW": "如果刪除選取的設定檔,將無法開啟其他設定檔" - } - }, { "ID": "DialogControllerSettingsModifiedConfirmMessage", "Translations": { diff --git a/assets/Locales/UserProfiles.json b/assets/Locales/UserProfiles.json index f90c38304..1dace1821 100644 --- a/assets/Locales/UserProfiles.json +++ b/assets/Locales/UserProfiles.json @@ -700,6 +700,31 @@ "zh_TW": "刪除所選設定檔?" } }, + { + "ID": "DialogUserProfileDeletionWarningMessage", + "Translations": { + "ar_SA": "لن تكون هناك ملفات الشخصية أخرى لفتحها إذا تم حذف الملف الشخصي المحدد.", + "de_DE": "Es können keine anderen Profile geöffnet werden, wenn das ausgewählte Profil gelöscht wird.", + "el_GR": "Δεν θα υπάρχουν άλλα προφίλ εάν διαγραφεί το επιλεγμένο.", + "en_US": "There would be no other profiles to be opened if selected profile is deleted.", + "es_ES": "Si eliminas el perfil seleccionado no quedará ningún otro perfil.", + "fr_FR": "Il n'y aurait aucun autre profil à ouvrir si le profil sélectionné est supprimé.", + "he_IL": "לא יהיו פרופילים אחרים שייפתחו אם הפרופיל שנבחר יימחק.", + "it_IT": "Non ci sarebbero altri profili da aprire se il profilo selezionato venisse cancellato.", + "ja_JP": "選択されたプロファイルを削除すると,プロファイルがひとつも存在しなくなります.", + "ko_KR": "선택한 프로필을 삭제하면 다른 프로필을 열 수 없음.", + "no_NO": "Det vil ikke være noen profiler å åpnes hvis valgt profil blir slettet.", + "pl_PL": "Nie będzie innych profili do otwarcia, jeśli wybrany profil zostanie usunięty.", + "pt_BR": "Não haveria nenhum perfil selecionado se o perfil atual fosse deletado.", + "ru_RU": "Если выбранный профиль будет удален, другие профили не будут открываться.", + "sv_SE": "Det skulle inte finnas några andra profiler att öppnas om angiven profil tas bort.", + "th_TH": "จะไม่มีโปรไฟล์อื่นให้เปิดหากโปรไฟล์ที่เลือกถูกลบ", + "tr_TR": "Seçilen profil silinirse kullanılabilen başka profil kalmayacak.", + "uk_UA": "Якщо вибраний профіль буде видалено, інші профілі не відкриватимуться.", + "zh_CN": "删除后将没有可用的账户。", + "zh_TW": "如果刪除選取的設定檔,將無法開啟其他設定檔。" + } + }, { "ID": "ButtonDelete", "Translations": { diff --git a/src/Ryujinx/UI/Controls/NavigationDialogHost.axaml.cs b/src/Ryujinx/UI/Controls/NavigationDialogHost.axaml.cs index 8f145196a..f4632a98a 100644 --- a/src/Ryujinx/UI/Controls/NavigationDialogHost.axaml.cs +++ b/src/Ryujinx/UI/Controls/NavigationDialogHost.axaml.cs @@ -156,7 +156,7 @@ namespace Ryujinx.Ava.UI.Controls { _ = Dispatcher.UIThread.InvokeAsync(async () => await ContentDialogHelper.CreateErrorDialog( - LocaleManager.Instance[LocaleKeys.DialogUserProfileDeletionWarningMessage])); + LocaleManager.Instance[LocaleKeys.UserProfiles_DialogUserProfileDeletionWarningMessage])); return; }