From a75694913fd20c25354372a3071db373e8741875 Mon Sep 17 00:00:00 2001 From: xfangfang <2553041586@qq.com> Date: Mon, 17 Oct 2022 22:30:31 +0800 Subject: [PATCH] Correct an important translation error (#222) The previous simplified Chinese translation means that the exFAT SD card must be used, which is contrary to the original text. This problem also occurred in the original traditional Chinese translation, but it was fixed by this [pr](https://github.com/HamletDuFromage/aio-switch-updater/pull/195) --- resources/i18n/zh-CN/menus.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/i18n/zh-CN/menus.json b/resources/i18n/zh-CN/menus.json index 40f3c13..1e14918 100644 --- a/resources/i18n/zh-CN/menus.json +++ b/resources/i18n/zh-CN/menus.json @@ -127,7 +127,7 @@ "download_firmware": "下载firmwares", "download_cheats": "下载金手指", "tools": "工具", - "launch_warning": "使用此程序前请注意以下几点:\n\n\u25c6 首先阅读如何手动更新您的Switch。这将有助于你更好地理解此程序,你将知道在出现问题时该怎么做。\n\u25c6 为了避免任何数据损坏的风险,强烈建议在exFAT格式的SD卡上使用此程序.\n\n\u25c6 有关已支持和已更改的功能的最新更新可在 工具→更新日志 菜单中查看.\n\n该说明下次将不再显示。", + "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到 {}", @@ -198,4 +198,4 @@ "error_message": "{}\n请稍后重试。如果问题仍然存在,请到GitHub上提交issue。", "mariko_payload_missing": "为了在打补丁的Switch上更新Atmosphère,你的payload需要重命名为\"payload.bin\",并且应该位于SD卡的根目录下。" } -} \ No newline at end of file +}