diff --git a/src/Starward.Language/Lang.Designer.cs b/src/Starward.Language/Lang.Designer.cs index d42683ce9..37358e344 100644 --- a/src/Starward.Language/Lang.Designer.cs +++ b/src/Starward.Language/Lang.Designer.cs @@ -1951,7 +1951,16 @@ public static string GachaImportAndExportWindow_Count { return ResourceManager.GetString("GachaImportAndExportWindow_Count", resourceCulture); } } - + + /// + /// 查找类似 Archive Type 的本地化字符串。 + /// + public static string GachaImportAndExportWindow_ArchiveType { + get { + return ResourceManager.GetString("GachaImportAndExportWindow_ArchiveType", resourceCulture); + } + } + /// /// 查找类似 Export 的本地化字符串。 /// @@ -2214,14 +2223,32 @@ public static string GachaLogPage_ImportAndExport { } /// - /// 查找类似 Import from JSON 的本地化字符串。 + /// 查找类似 Import from {0} 的本地化字符串。 /// - public static string GachaLogPage_ImportFromJson { + public static string GachaLogPage_ImportFrom0 { get { - return ResourceManager.GetString("GachaLogPage_ImportFromJson", resourceCulture); + return ResourceManager.GetString("GachaLogPage_ImportFrom0", resourceCulture); } } - + + /// + /// 查找类似 UIGF v3.0 does not support Miliastra Wonderland Ode 的本地化字符串。 + /// + public static string GachaLogPage_UIGF30DoesNotSupportMiliastraWonderlandOde { + get { + return ResourceManager.GetString("GachaLogPage_UIGF30DoesNotSupportMiliastraWonderlandOde", resourceCulture); + } + } + + /// + /// 查找类似 This account has Miliastra Wonderland Ode records, but the UIGF v3.0 format cannot carry them. 的本地化字符串。 + /// + public static string GachaLogPage_UIGF30DoesNotSupportMiliastraWonderlandOdeDesc { + get { + return ResourceManager.GetString("GachaLogPage_UIGF30DoesNotSupportMiliastraWonderlandOdeDesc", resourceCulture); + } + } + /// /// 查找类似 Input URL 的本地化字符串。 /// diff --git a/src/Starward.Language/Lang.resx b/src/Starward.Language/Lang.resx index 131330879..7120a3edd 100644 --- a/src/Starward.Language/Lang.resx +++ b/src/Starward.Language/Lang.resx @@ -343,8 +343,14 @@ closing the program during decompression will cause game file corruption. Export as - - Import from JSON + + Import from {0} + + + UIGF v3.0 does not support Miliastra Wonderland Ode + + + This account has Miliastra Wonderland Ode records, but the UIGF v3.0 format cannot carry them. If you continue, those records will be left out of the exported file. To export them, use UIGF v4.2 instead. Show Novice Gacha Type @@ -1917,6 +1923,9 @@ You are welcome to submit the exported data to the following repository: Count + + Archive Type + Time (Server Time Zone) diff --git a/src/Starward.Language/Lang.zh-CN.resx b/src/Starward.Language/Lang.zh-CN.resx index bbc6bd77f..55a6bfc72 100644 --- a/src/Starward.Language/Lang.zh-CN.resx +++ b/src/Starward.Language/Lang.zh-CN.resx @@ -343,8 +343,14 @@ 导出为 - - 从 JSON 导入 + + 从 {0} 导入 + + + UIGF v3.0 不支持千星奇域 + + + 当前账号存在千星奇域抽卡记录,但 UIGF v3.0 格式无法承载这部分数据。若选择继续,导出的文件将不包含千星奇域记录。如需导出,请改用 UIGF v4.2。 显示新手卡池 @@ -1917,6 +1923,9 @@ 数量 + + 档案类型 + 时间 (服务器时区) diff --git a/src/Starward/Features/Gacha/GachaLogPage.xaml b/src/Starward/Features/Gacha/GachaLogPage.xaml index 892827ba8..e382b6ec3 100644 --- a/src/Starward/Features/Gacha/GachaLogPage.xaml +++ b/src/Starward/Features/Gacha/GachaLogPage.xaml @@ -209,10 +209,10 @@ HorizontalAlignment="Stretch" Command="{x:Bind ExportGachaLogCommand}" CommandParameter="json" - Content="Json" + Content="{x:Bind LegacyFormatName}" CornerRadius="0,4,4,0" /> - + - + + +