1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 21:45:04 +01:00
AIO-switch-updater/resources/i18n/zh-CN/menus.json

207 lines
13 KiB
JSON
Raw Normal View History

{
2021-03-01 18:19:17 +00:00
"about": {
"title": "多工具合一任天堂Switch更新器",
2022-02-20 19:31:24 +00:00
"copyright": "多工具合一任天堂Switch更新器遵循 GPL-3.0 协议",
"disclaimers": "\u25c6 除了从主Gbatemp线程镜像的金手指外本软件作者不拥有任何金手指。所有的功劳归于各自的所有者。\n\u25c6 链接每30分钟刷新一次. 如果链接在30分钟后仍然有问题请到GitHub给作者issue。",
"donate": "\u25c6 喜欢这个程序?考虑捐赠以支持我的努力: 'https://git.io/donate_homlet'"
2021-03-01 18:19:17 +00:00
},
"cheats": {
"installed": "安装金手指",
"label": "以下游戏在您上次使用此程序时收到了金手指更新。请注意,尽管已为游戏下载金手指,但金手指可能不匹配游戏当前的版本。",
2021-03-01 18:19:17 +00:00
"downloading": "下载中:\n最新的金手指\n\n来自:\n",
"dl_latest": "下载最新的金手指",
"getting_cheats": "获取金手指",
"menu": "金手指菜单",
"view": "查看已安装金手指",
"exclude": "排除游戏接收金手指更新",
2021-03-01 18:19:17 +00:00
"delete_existing": "删除所有现有的金手指",
"delete_orphaned": "删除未使用的金手指",
"deleting": "删除中…",
"cheatslips_title": "Cheat Slips金手指",
"gbatemp_title": "GBAtemp.net金手指",
"get_gbatemp": "下载GBAtemp.net金手指",
"get_cheatslips": "下载Cheat Slips金手指表",
"cheats_label": "\u25c6 从GBAtemp.net数据库下载单独的金手指或从Cheat Slips下载金手指表",
"cheatslips_dl": "从Cheat Slips下载精选的金手指表。\n这些金手指代码将被添加到您现有的金手指文件的末尾。",
"delete_file": "删除现有金手指文件",
"cheatslips_error": "无法获选择的金手指/令牌无效。",
"quota": "超过今天的配额!\n请访问'https://www.cheatslips.com/subscriptions'看看如何增加配额.",
"sheet_content": "金手指表内容",
"cheatslips_select": "选择一个游戏下载金手指。",
"cheatslips_wrong_id": "无法检索令牌,请确保正确输入了登录信息",
"kb_error": "如果键盘没有显示请尝试以完全RAM访问权限运行此程序 (游戏重定向)",
"cheatslips_see_more": "查看更多",
"cheatslips_dl_cheats": "下载金手指并返回",
"bid_not_found": "无法获取版本号。 尝试在游戏运行时以applet模式启动AIO-Switch-Updater。",
2021-03-01 18:19:17 +00:00
"exclude_titles": "不包括的游戏",
"exclude_titles_desc": "你可以用这个菜单关闭金手指更新",
"exclude_titles_save": "保存选择并返回",
"dl_all": "下载并解压整个GBAtemp.net金手指压缩包文件",
"gbatemp_dl": "从GBAtemp.net下载精选金手指。 这些金手指代码将被添加到您现有的金手指文件的末尾。\n\u25c6 版本号: {}",
"gbatemp_dl_cheatcode": "下载金手指",
"gbatemp_dl_successful_dl": "已成功下载以下金手指:\n{}",
"applet_mode_not_supported": "由于内存的限制在applet模式下你只能获取当前游戏的金手指。请通过游戏重定向启动AIO-Switch-Updater为你拥有的任何游戏下载金手指。",
"cheatfile_label": "以下是文件中列出的金手指 {}",
"not_found": "找不到此游戏合适的金手指",
"show_existing": "显示现有的",
"delete_cheats": "删除此游戏的金手指",
"deletion_error": "无法删除带有ID的游戏金手指:\n{}",
"show_cheat_files": "显示所有金手指文件",
"cheats_not_found": "找不到匹配此版本号的金手指。",
"old_cheats_found": "存在匹配BID(s) [ {}]的金手指.",
"cheatslips_logout": "注销"
2021-03-01 18:19:17 +00:00
},
"common": {
French localization and several other localization tweaks (#168) * Update menus.json (POEditor.com) * Update menus.json (POEditor.com) * Update menus.json (POEditor.com) * Update menus.json (POEditor.com) * indentation fix + MORE TRAD! * fr trad * Localization - All languages - Standardized (spelling, capitalization etc) the following proper nouns: AIO-switch-updater ; GitHub ; GBAtemp.net ; Cheat Slips. - Typography: changed double spaces to simple spaces after the unicode character \ue016 ; replaced all ellipsises by their unicode character "…" - Accessibility: changed langage names to their local, original names. Names copied from this list https://partner.steamgames.com/doc/store/localization which is the least confusing of all the ressources I could find about languages and codes. It does not contain zh-Hant nor zh-Hans so I've left them alone. - English - Some editing to make some lines easier to read and understand. I'm reading Microsoft's style guide and will do some more edits later. - French - Complete translation, again with guidance from MS' style, again more edits incoming later. - Étant donné que la communauté à l'air d'utiliser beaucoup de terminologie anglaise dans ses échanges et sa documentation, j'ai décidé de ne pas traduire des termes comme payload (charge utile). - Code typos reporting (Not touching it I don't want to break stuff) - A colon in the "main.get_all_cheats:" string name. - "cheats.cheastlips_title" should be "cheats.cheatslips_title" (s and t inversion) * DE edit + app name capitalization Pull requests are hard. * Update README.md
2022-01-05 21:50:58 +00:00
"downloading": "下载中…",
"extracting": "解压中…",
"all_done": " 全部完成!",
2021-03-01 18:19:17 +00:00
"back": "返回",
"continue": "继续",
"download": "下载红:\n",
2021-03-01 18:19:17 +00:00
"from": "\n\n从:\n",
"ok": "确定",
"shut_down": "停止",
"reboot": "重启",
"updating": "更新程序中",
2021-03-01 18:19:17 +00:00
"no": "否",
"yes": "是",
"go_back": "返回",
"confirm": "确认",
"cancel": "取消",
"off": "关闭",
"selected": "已选择",
"applet_mode_not_supported": "此功能在applet模式下不可用。请通过游戏重定向启动AIO-Switch-Updater以访问它。",
"nothing_to_see": "这里没什么可看的!"
2021-03-01 18:19:17 +00:00
},
"changelog": {
"changelog": "更新日志"
},
"sigpatches": {
"reboot": "这些更改将在下次启动时生效。"
},
2021-03-01 18:19:17 +00:00
"payloads": {
"dl_payloads": "下载payloads",
"select": " 选择一个payload文件并重启。",
"not_found": "找不到下载链接请确保Switch可以访问互联网。\n如果问题仍然存在请到GitHub上提交issue。",
"set_reboot_payload": "设置为reboot_payload.bin",
"set_update_bin": "这是为/bootloader/update.bin",
"copy_success": "已成功复制 `{}` 到 `{}`。"
2021-03-01 18:19:17 +00:00
},
"joy_con": {
"title": "Joy-Con颜色修改器",
"description": "您可以更改Joy-Con的内部颜色。确保它们已插入主机。\n颜色配置文件存储在 `{}`。进入 '{}' 以生成您自己的自定义配置文件。",
"backup": "备份当前颜色配置文件",
"label": "Joy-Con颜色修改器",
"backing_up": "正在备份当前的颜色配置文件。确保Joy-Con已插入主机。如果程序无反应请尝试重新拔插Joy-Con。",
"changing": "改变颜色中。确保Joy-Con已插入主机。如果程序无反应, 请尝试重新拔插Joy-Con。",
"all_done": "全部完成你可能需要重新拔插Joy-Con才能使更改生效。"
},
"pro_con": {
"title": "Pro手柄颜色更换器",
"desc": "您可以更改Pro手柄的内部颜色。确保它被设置为玩家1。",
"warning": "AIO-Switch-Updater目前不支持更改Pro手柄颜色。请在PC上使用Joy-Con Toolkit。",
"label": "Pro手柄颜色更换器",
"backing_up": "正在备份颜色配置文件。",
"all_done": "全部完成!您可能需要打开和关闭手柄才能使更改生效。",
"changing": "改变颜色中。确保Pro手柄被设置为玩家1。"
2021-03-01 18:19:17 +00:00
},
"main": {
"getting": "获取 {}",
"firmware_text": "\u25c6 Firmware固件来自'https://darthsternie.net/switch-firmwares/'。下载完成后,它将被解压缩到'/firmware'中。然后您可以通过Daybreak安装更新。\n\u25c6 当前FW版本: ",
2022-05-16 15:09:40 +01:00
"cheats_text": "\u25c6 这将从'gbatemp.net'下载每日更新的金手指文件。你没有安装的游戏的金手指不会被解压到你的SD卡中。你可以在'工具→金手指菜单'中关闭特定游戏的金手指更新。\n\u25c6 当前的金手指版本: ",
"get_cheats": "下载GBAtemp.net金手指压缩包 (版本 {})",
"get_all_cheats:": "下载GBAtemp.net金手指压缩包",
"sigpatches": "Sigpatches",
"sigpatches_text": "\u25c6 Sigpatches允许你的Switch安装和运行非官方的NSP文件。重新启动控制台以应用补丁程序。",
"firmware": "firmware",
2021-03-01 18:19:17 +00:00
"not_found": "没有找到",
"latest_cheats": "最新版本",
"app": "app",
"cfw": "CFW",
"ams": "Atmosphère",
"ams_text": "\u25c6 从该菜单中您可以下载和更新运行自制软件所需的Atmosphère定制固件。",
"cfw_text": "\u25c6 可供替代的CFWsbootloaders。",
"bootloaders_text": "\u25c6 下载并更新bootloaders。",
2021-03-01 18:19:17 +00:00
"cheats": "金手指",
"links_not_found": "找不到下载链接请确保Switch可以访问互联网。\n如果问题仍然存在请到GitHub上提交issue。",
"new_update": " - 新的程序更新可用",
2021-03-01 18:19:17 +00:00
"about": "介绍",
"update_ams": "更新Atmosphère",
"update_cfw": "更新CFW",
"update_bootloaders": "更新bootloaders",
"update_sigpatches": "更新sigpatches",
"download_firmware": "下载firmwares",
2021-03-01 18:19:17 +00:00
"download_cheats": "下载金手指",
"tools": "工具",
2022-05-16 15:09:40 +01:00
"launch_warning": "使用此程序前请注意以下几点:\n\n\u25c6 首先阅读如何手动更新您的Switch。这将有助于你更好地理解此程序你将知道在出现问题时该怎么做。\n\u25c6 为了避免任何数据损坏的风险强烈建议在exFAT格式的SD卡上使用此程序.\n\n\u25c6 有关已支持和已更改的功能的最新更新可在 工具→更新日志 菜单中查看.\n\n该说明下次将不再显示。",
"footer_text": "v{} | {:.1f}GB 可用",
"theme_warning": "您似乎安装了一个自定义主题,这可能会导致您的系统在升级固件后无法启动。\n请考虑在升级之前将其删除。",
"payloads_label": "\u25c6 下载RCM payloads到 {}",
"hekate_ipl_label": "\u25c6 下载一个精简的、兼容sigpatches的、\"刚好管用\"的hekate_ipl.ini配置文件。这将覆盖您当前的hekate_ipl.ini。"
},
"hide": {
"title": "隐藏选项卡",
"desc": "从主菜单中隐藏选项卡",
"update_ams_deepsea": "Atmosphère和DeepSea下载"
2021-03-01 18:19:17 +00:00
},
"tools": {
"cheats": "金手指菜单",
"joy_cons": "更改Joy-Con颜色",
"pro_cons": "更改Pro手柄颜色",
"dl_payloads": "下载payloads到",
"inject_payloads": "注入payload",
"getting_payload": "获取payload",
"update_app": "更新此程序(v{})",
"dl_app": "下载中:\nAIO-switch-updater\n\n从:\n",
"changelog": "更新日志",
"clean_up": "清理下载的文件",
"hide_tabs": "隐藏选项卡",
"internet_settings": "编辑网络设置",
"browser": "网页浏览器",
"batch_copy": "批量复制文件",
"batch_copy_not_found": "找不到以下文件,因此无法复制:\n",
"batch_copy_config_not_found": "此工具允许您自动将文件复制到特定位置。这可能很有用具体取决于你的bootloader/trinket。 获取copy_files.txt从'https://git.io/aiosu_copyfiles'编辑它并将其添加到您的config文件夹中。这也将在更新后执行。",
"language": "更改程序语言",
"outdated_titles": "游戏最新版本检测",
"latest_version_not_found": "找不到更新信息",
"outdated_titles_desc": "以下游戏有可用的更新:"
2021-03-01 18:19:17 +00:00
},
"utils": {
"fw_warning": "由于FW压缩包大小的原因不支持在Applet模式下下载firmwares。请尝试以完全RAM访问权限运行此程序。",
"overwrite": " 是否要覆盖现有的 ",
"not_an_archive": "下载的文件不是zip压缩包。这很可能是由于网络链接中断所导致。如果问题在30分钟后仍然存在请到GitHub上提交issue。",
"overwrite_inis": "是否要覆盖现有的.ini配置文件",
"set_hekate_reboot_payload": "是否将 Hekate payload `{}` 复制到 `{}`?"
},
"ams_update": {
"reboot_rcm": "Switch现在将重新启动到一个特殊的payload以便完成安装。",
"install_hekate": "是否也要下载hekate?\n如果不是Switch现在将重新启动到一个特殊的payload以便完成安装。",
"delete_contents": "是否要删除现有的'/atmosphere/contents/'目录如果您的sysmodules不支持最新的Atmosphère这能防止系统崩溃。请注意它将删除所有现有的sysmodules、MOD和金手指。",
"delete_sysmodules_flags": "是否要删除所有自定义sysmodules启动标志如果您的sysmodules不支持最新的Atmosphère这将关闭所有的sysmodules并防止系统崩溃。",
"current_ams": "\u25c6 当前的Atmosphère:",
"erista_rev": "\u25c6 Erista非续航版",
"mariko_rev": "\u25c6 Mariko续航版",
"deepsea_builder": "DeepSea构建",
"show_module_description": "显示模块的说明",
"depends_on": "还将安装以下模块:",
"download_custom_deepsea": "下载这个定制的DeepSea包",
"get_custom_deepsea": "获取定制DeepSea包",
"deepsea_label": "\u25c6 DeepSea来自Neptune团队是一个CFW包其中包含Atmosphère、hekate和各种自制的homebrew程序。",
"download_deepsea_package": "编译和下载",
"cant_fetch_deepsea": "不能fetch包文件。请到GitHub上提交issue。",
"build_your_deepsea": "通过选择软件包构建自定义的DeepSea包",
"getting_ams": "获取Atmosphère",
"custom_packs_label": "\u25c6 以下是 {} 这个文件中列出的包。请注意AIO-Switch-Updater并未认可这些内容因此请确保您信任它们的来源。"
},
"firmware": {
"launch_daybreak": "是否要启动Daybreak以安装下载的系统更新"
},
"net": {
"title": "网络设置"
},
"errors": {
"insufficient_storage": "您的SD卡上没有足够的可用空间来执行此操作。",
"error_message": "{}\n请稍后重试。如果问题仍然存在请到GitHub上提交issue。",
"mariko_payload_missing": "为了在打补丁的Switch上更新Atmosphère你的payload需要重命名为\"payload.bin\"并且应该位于SD卡的根目录下。"
2021-03-01 18:19:17 +00:00
}
}