diff --git a/src/i18n/strings/zh_Hans.json b/src/i18n/strings/zh_Hans.json index ca69a34e5e..f565a98380 100644 --- a/src/i18n/strings/zh_Hans.json +++ b/src/i18n/strings/zh_Hans.json @@ -21,5 +21,20 @@ "Your Riot is misconfigured": "您的 Riot 配置有错误", "Unexpected error preparing the app. See console for details.": "软件准备时出错,详细信息请查看控制台。", "Invalid configuration: can only specify one of default_server_config, default_server_name, or default_hs_url.": "无效的配置:只能设置 default_server_config,default_server_name,或 default_hs_url 中的一个。", - "Invalid configuration: no default server specified.": "无效的配置:没有设置默认服务器。" + "Invalid configuration: no default server specified.": "无效的配置:没有设置默认服务器。", + "Missing indexeddb worker script!": "缺少 IndexedDB 辅助脚本!", + "Unable to load config file: please refresh the page to try again.": "无法加载配置文件:请再次刷新页面。", + "Open user settings": "打开用户设置", + "Previous/next recently visited room or community": "上一个 / 下一个最近访问的聊天室或社区", + "Riot Desktop (%(platformName)s)": "Riot 桌面版 (%(platformName)s)", + "Go to your browser to complete Sign In": "去您的浏览器完成登录", + "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)", + "Unsupported browser": "不支持的浏览器", + "Your browser can't run Riot": "您的浏览器无法运行 Riot", + "Riot uses advanced browser features which aren't supported by your current browser.": "Riot 使用了不被您目前的浏览器支持的高级功能。", + "Please install Chrome, Firefox, or Safari for the best experience.": "请安装 ChromeFirefoxSafari 以获得最佳体验。", + "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "您可以继续使用您目前的浏览器,但部分或全部的功能可能无法正常工作,应用程序的外观可能也看起来不正确。", + "I understand the risks and wish to continue": "我了解风险并希望继续", + "Go to Riot.im": "去 Riot.im", + "Failed to start": "启动失败" }