Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Stardrop/i18n/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
"ui.main_window.menu_headers.nexus_install": "Nexus 模组更新",
"ui.main_window.menu_headers.install_timestamp": "安装时间",
"ui.main_window.menu_headers.last_updated": "上次更新时间",
"ui.main_window.menu_headers.notes": "备注",
"ui.main_window.menu_headers.link": "链接",

// Main Window - Labels
"ui.main_window.labels.profile": "个性化设置",
Expand Down Expand Up @@ -102,6 +104,16 @@
"ui.main_window.combobox.group": "分类规则",
"ui.main_window.combobox.top_level_group": "根文件夹",

// Missing Mods Window
"ui.missing_mods_window.textblock.drag_and_drop": "将缺失模组文件拖到上方",
"ui.missing_mods_window.button.continue": "继续",

// Profile Export Window
"ui.profile_export_window.text.options": "设置",
"ui.profile_export_window.checkbox.include_mod_configs": "包括模组配置",
"ui.profile_export_window.checkbox.include_disabled_mods": "包括禁用模组",
"ui.profile_export_window.checkbox.include_mod_notes": "包括模组备注",

// Settings Window - Labels
"ui.settings_window.labels.smapi_path": "SMAPI 路径",
"ui.settings_window.labels.mod_path": "模组文件夹路径",
Expand Down Expand Up @@ -238,14 +250,18 @@
"ui.message.require_nexus_login": "此操作需要填写 Nexus Mods API",
"ui.message.succeeded_nexus_install": "成功通过 Nexus Mods 安装了以下模组:\n\n{0}",
"ui.message.confirm_mod_update_caution": "{0}\n更新警告:\n\n{1}\n\n是否继续进行更新?",
"ui.message.confirm_missing_mod_handling": "以下在[{0}]个性化设置文档中的模组并未安装:\n\n{1}\n\n你想要手动安装这些缺失模组吗?",
"ui.message.missing_mod_extra_count": "\n+ 以及其余{0}个模组",

// Window Names
"ui.window.settings.name": "设置",
"ui.window.profiles.name": "个性化设置",
"ui.window.profiles_export.name": "导出个性化设置",
"ui.window.profile_naming.name": "个性化设置名称",
"ui.window.nexus_login.name": "Nexus Mods 个人 API 密钥",
"ui.window.nexus_login_actual.name": "Nexus Mods API 密钥",
"ui.window.nexus_user.name": "Nexus Mods 用户信息",
"ui.window.missing_mods.name": "缺失模组",

// Internals
"internal.connected": "已连接",
Expand All @@ -261,6 +277,8 @@
"internal.no_all": "全否",
"internal.ok": "确定",
"internal.unlock": "解除锁定",
"internal.ignore": "忽略",
"internal.cancel": "取消",

// Internals - Measurements
"internal.measurements.bytes_size": "B",
Expand Down
Loading