Minor Adjustments

This commit is contained in:
_Neo_ 2025-11-13 19:39:22 +02:00
parent 8b74344f62
commit 0bb85249a8
2 changed files with 21 additions and 21 deletions

View file

@ -3070,26 +3070,26 @@
{ {
"ID": "StatusBarXCIFileTrimming", "ID": "StatusBarXCIFileTrimming",
"Translations": { "Translations": {
"ar_SA": "جاري تقليم ملف XCI '{0}'", "ar_SA": "جاري تقليم '{0}'",
"de_DE": "Schneide XCI-Datei '{0}'", "de_DE": "Schneide '{0}'",
"el_GR": "Κόβει το αρχείο XCI '{0}'", "el_GR": "Κόβει το '{0}'",
"en_US": "Trimming XCI File '{0}'", "en_US": "Trimming '{0}'",
"es_ES": "Recortando el archivo XCI '{0}'", "es_ES": "Recortando '{0}'",
"fr_FR": "Réduction du fichier XCI '{0}'", "fr_FR": "Réduction de '{0}'",
"he_IL": "חיתוך קובץ XCI '{0}'", "he_IL": "חיתוך '{0}'",
"it_IT": "Trimming del file XCI '{0}'", "it_IT": "Trimming del '{0}'",
"ja_JP": "XCIファイル '{0}' をトリミング中", "ja_JP": "'{0}' をトリミング中",
"ko_KR": "XCI 파일 '{0}' 트리밍", "ko_KR": "'{0}' 트리밍",
"no_NO": "Trimming av XCI-fil '{0}'", "no_NO": "Trimming av '{0}'",
"pl_PL": "Przycinanie pliku XCI '{0}'", "pl_PL": "Przycinanie '{0}'",
"pt_BR": "Reduzindo o arquivo XCI '{0}'", "pt_BR": "Reduzindo '{0}'",
"ru_RU": "Обрезка XCI файла '{0}'", "ru_RU": "Обрезка '{0}'",
"sv_SE": "Trimmar XCI-filen '{0}'", "sv_SE": "Trimmar '{0}'",
"th_TH": "กำลังตัดไฟล์ XCI '{0}'", "th_TH": "กำลังตัด '{0}'",
"tr_TR": "XCI Dosyası '{0}' Kısaltılıyor", "tr_TR": "'{0}' Kısaltılıyor",
"uk_UA": "Обрізка XCI файлу '{0}'", "uk_UA": "Обрізка '{0}'",
"zh_CN": "正在修剪 XCI 文件 '{0}'", "zh_CN": "正在修剪 '{0}'",
"zh_TW": "正在修剪 XCI 檔案 '{0}'" "zh_TW": "正在修剪 '{0}'"
} }
}, },
{ {

View file

@ -2059,7 +2059,7 @@ namespace Ryujinx.Ava.UI.ViewModels
{ {
StatusBarProgressStatusText = StatusBarProgressStatusText =
LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.StatusBarXCIFileTrimming, LocaleManager.Instance.UpdateAndGetDynamicValue(LocaleKeys.StatusBarXCIFileTrimming,
Path.GetFileName(filename)); Path.GetFileNameWithoutExtension(filename));
StatusBarProgressStatusVisible = true; StatusBarProgressStatusVisible = true;
StatusBarProgressMaximum = 1; StatusBarProgressMaximum = 1;
StatusBarProgressValue = 0; StatusBarProgressValue = 0;