diff --git a/WonderLab/Assets/Languages/en-US.axaml b/WonderLab/Assets/Languages/en-US.axaml
index cf75c682..9c41db4e 100644
--- a/WonderLab/Assets/Languages/en-US.axaml
+++ b/WonderLab/Assets/Languages/en-US.axaml
@@ -9,9 +9,22 @@
Launch
+ There is no gmae core, click here to choose
+
+ All Game Cores
+ Install a new game core
+ Local modpacks
+ Search from your game library...
+
+
+ Tasks Center
+ Running
+ task
+ Task List
+ There is nothing to do
- Extra Resource
+ Extra Resource
Tap here to search
Download Minecraft
Find all versions Minecraft here
@@ -62,14 +75,16 @@
Server support
Technical support
+ Icon library references
Open Source Library References
- Account Settings
+ Account Settings
+ Account Actions
Add new account
Choose account type
- Choose an account type, accounts' infomation will be saved in this machine
+ Choose an account type, accounts' infomation will be saved locally
Add Microsoft account
Use authentication code
@@ -86,23 +101,30 @@
Add offline account
Enter name
+ Operation for this account
+
+ Last used: never used
+
Microsoft
- Third-party
Offline
+ Third Party
+ Appearance Settings
Appearance Settings
Theme
+ Keep botton panel center
+
Background rendering mode
- Background Pictue Settings
- Change pictue
+ Background Picture Settings
+ Change picture
Background parallax effects
Wallpaper gradual blur
Wallpaper blur value
Language Settings
- Select your language
+ Select language
Debug Mode Settings
Debug mode
@@ -110,6 +132,7 @@
Jump to OOBE
+ Launch Settings
Minecraft Directory Settings
Select directory
Add directory
@@ -126,9 +149,10 @@
Auto allocate suitable memory
Game direcotories isolated
- Full screen mode
+ Full screen
+ Network Settings
Mirror Settings
Enable mirror download
Download Settings
@@ -144,7 +168,7 @@
Launch!
Sorry, isn't finished
-
+
Your testing-user token
Enter your testing-user's UUID:
@@ -159,8 +183,11 @@
Search
Next
Sure
+ Cancel
Continue
Refresh
+ Unknown
+ Reselect
Light
Dark
@@ -174,10 +201,10 @@
You have been changed Debug option, restart launcher to make it work!
-
- Unknown
- Expand
- Collapse
- Find your game core here
+
+
+ This?
+ Are you sure about launching with this profile?
+ Drag profile here
diff --git a/WonderLab/Assets/Languages/zh-CN.axaml b/WonderLab/Assets/Languages/zh-CN.axaml
index bd13e19f..a6e8c6d4 100644
--- a/WonderLab/Assets/Languages/zh-CN.axaml
+++ b/WonderLab/Assets/Languages/zh-CN.axaml
@@ -9,9 +9,22 @@
启动
+ 未选择任何核心,点击展开选择页面
+
+ 全部核心
+ 安装新的游戏核心
+ 导入本地整合包
+ 搜索游戏库...
+
+
+ 任务中心
+ 当前正在执行
+ 个任务
+ 任务列表
+ 今日无事可做
- 扩展资源
+ 扩展资源
猜你想搜
下载 Minecraft
在此寻你所寻
@@ -62,10 +75,12 @@
服务器支持
技术支持
+ 部分图标引用自
开源库引用
- 账户设置
+ 账户设置
+ 账户操作
添加新账户
选择验证类型
@@ -86,14 +101,21 @@
增添离线账户
请输入名称
- 微软
- 第三方
- 离线
+ 此账户可以执行的操作
+
+ 上次使用: 从未使用
+
+ 微软账号
+ 离线账号
+ 第三方账号
+ 个性化设置
外观设置
主题
+ 底栏居中对齐
+
背景渲染模式
背景图片设置
更改图片
@@ -110,6 +132,7 @@
一键跳转 OOBE
+ 启动设置
Minecraft 目录设置
选择目录
增加目录
@@ -129,6 +152,7 @@
全屏模式
+ 网络设置
镜像源设置
用镜像源
下载设置
@@ -159,9 +183,12 @@
搜索
下一步
确定
+ 取消
继续
刷新
-
+ 未知
+ 重新选择
+
亮色
暗色
自适应
@@ -174,10 +201,10 @@
您更改了调试(Debug)模式选项,如要使功能生效请重启程序!
-
- 未知
- 展开界面
- 收起界面
- 在此处查找您的本地游戏实例
+
+ 就用这个?
+ 确定用此档案启动游戏?
+ 拖动档案至此处
+
diff --git a/WonderLab/ViewModels/Pages/Setting/AccountSettingPageViewModel.cs b/WonderLab/ViewModels/Pages/Setting/AccountSettingPageViewModel.cs
index a0049941..df5fc11d 100644
--- a/WonderLab/ViewModels/Pages/Setting/AccountSettingPageViewModel.cs
+++ b/WonderLab/ViewModels/Pages/Setting/AccountSettingPageViewModel.cs
@@ -78,8 +78,8 @@ private void AccountViewHandle(object obj, AccountViewMessage accountMessage) {
private void AccountChangeHandle(object obj, AccountChangeNotificationMessage accountMessage) {
if (Accounts.Remove(accountMessage.Account)) {
_notificationService.QueueJob(new NotificationViewData {
- Title = "ɹ",
- Content = $"ѳɹ˻ {accountMessage.Account.Account.Name} Ƴ",
+ Title = "Success",
+ Content = $"成功移除 {accountMessage.Account.Account.Name} 账户",
NotificationType = NotificationType.Success
});
}
diff --git a/WonderLab/Views/Controls/Themes/Controls/DialogContentPanelTheme.axaml b/WonderLab/Views/Controls/Themes/Controls/DialogContentPanelTheme.axaml
index 3a6c2df2..0846f696 100644
--- a/WonderLab/Views/Controls/Themes/Controls/DialogContentPanelTheme.axaml
+++ b/WonderLab/Views/Controls/Themes/Controls/DialogContentPanelTheme.axaml
@@ -67,7 +67,7 @@
CommandParameter="{TemplateBinding PrimaryButtonCommandParameter}"/>