Skip to content

Commit 7303ef3

Browse files
authored
Merge pull request #199 from CuteCat233/development
Update zh.json
2 parents c2b790c + 0c0ee6a commit 7303ef3

File tree

1 file changed

+27
-3
lines changed

1 file changed

+27
-3
lines changed

Stardrop/i18n/zh.json

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ui.main_window.menu_items.context.open_mod_page": "打开模组页面",
2626
"ui.main_window.menu_items.context.open_config": "打开配置文件",
2727
"ui.main_window.menu_items.context.show_whole_mod_group": "显示所有Mod组",
28-
"ui.main_window.menu_items.context.show_authors_mods": "显示作者的mod",
28+
"ui.main_window.menu_items.context.show_authors_mods": "显示相同作者Mod",
2929
"ui.main_window.menu_items.context.open": "打开...",
3030
"ui.main_window.menu_items.context.filters": "过滤",
3131
"ui.main_window.menu_items.context.options": "选项",
@@ -82,6 +82,9 @@
8282
"ui.main_window.button.update_status.list_available_updates": "可更新模组:{0}",
8383
"ui.main_window.button.update_status.failed": "模组更新检查失败",
8484

85+
// Main Window - Buttons - Downloads
86+
"ui.main_window.buttons.downloads.label": "下载中:({0})",
87+
8588
// Main Window - ComboBox
8689
"ui.main_window.combobox.show_all_mods": "显示所有模组",
8790
"ui.main_window.combobox.show_mods_with_configs": "显示可配置模组",
@@ -151,6 +154,16 @@
151154
"ui.nexus_login.labels.username": "用户名: {0}",
152155
"ui.nexus_login.labels.is_premium": "是否为高级会员: {0}",
153156

157+
// Downloads Panel - Labels
158+
"ui.downloads_panel.download_canceled": "已取消",
159+
"ui.downloads_panel.download_failed": "下载失败",
160+
"ui_downloads_panel.download_success": "完成!",
161+
"ui.downloads_panel.no_downloads_label": "队列中无下载",
162+
163+
// Downloads Panel - Tooltips
164+
"ui.downloads_panel.tooltips.cancel_button": "取消",
165+
"ui.downloads_panel.tooltips.remove_button": "移除下载完成/失败模组", // Tooltip for the button that clears out a completed or failed download
166+
154167
// Warnings
155168
"ui.warning.unable_to_add_profile": "无法添加 {0},已经存在同名配置文件!",
156169
"ui.warning.given_mod_folder_does_not_exist": "给定模组文件夹路径不存在。\n\n恢复到之前的路径。",
@@ -163,9 +176,12 @@
163176
"ui.warning.SMAPI_downloading": "正在从 GitHub 下载最新版本的 SMAPI",
164177
"ui.warning.SMAPI_installing": "正在更新 SMAPI 到最新版本",
165178
"ui.warning.SMAPI_up_to_date": "SMAPI 已经是最新版本。\n\n{0} 已经是最新版本。",
179+
"ui.warning.install_mod_attempt_count": "正在安装{0}模组",
166180
"ui.warning.mod_installing": "正在安装 {0}",
167181
"ui.warning.mod_updating": "正在更新 {0}",
168-
182+
"ui.warning.mod_deleting": "正在删除{0}个旧模组",
183+
"ui.warning.failed_to_delete": "{0}个模组删除失败\n\n模组文件可能被锁定,查看日志以获取更多细节",
184+
"ui.warning.failed_to_delete_during_update": "{0}个旧模组删除失败\n\n模组可能没有正确安装",
169185
"ui.warning.unable_to_locate_smapi": "无法定位 StardewModdingAPI.exe\n\n请在 视图 > 设置 \n设置正确的文件路径",
170186
"ui.warning.mod_config_saved_but_not_enabled": "已将模组配置设置保存到配置文件{0},但未启用“对不同配置文件启用不同的模组配置”。\n\n可在 视图 > 设置 中勾选“对不同配置文件启用不同的模组配置”,以便 Stardrop 能自动保存和应用模组配置的更改。",
171187
"ui.warning.unable_to_determine_profile": "无法确定选定的配置文件。\n\nSMAPI 将不会启动。",
@@ -233,5 +249,13 @@
233249
"internal.no": "",
234250
"internal.no_all": "全否",
235251
"internal.ok": "确定",
236-
"internal.unlock": "解除锁定"
252+
"internal.unlock": "解除锁定",
253+
254+
// Internals - Measurements
255+
"internal.measurements.bytes_size": "B",
256+
"internal.measurements.bytes_per_second": "B/s",
257+
"internal.measurements.kilobytes_size": "KB",
258+
"internal.measurements.kilobytes_per_second": "KB/s",
259+
"internal.measurements.megabytes_size": "MB",
260+
"internal.measurements.megabytes_per_second": "MB/s"
237261
}

0 commit comments

Comments
 (0)