From b8480856b2f75b60232b18d9c3c19be039e8502c Mon Sep 17 00:00:00 2001 From: Discourse Translator Bot Date: Tue, 14 Dec 2021 08:54:08 -0500 Subject: [PATCH] Update translations (#35) --- config/locales/client.zh_CN.yml | 6 ++++++ config/locales/server.zh_CN.yml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/config/locales/client.zh_CN.yml b/config/locales/client.zh_CN.yml index 265939b..015a98a 100644 --- a/config/locales/client.zh_CN.yml +++ b/config/locales/client.zh_CN.yml @@ -5,3 +5,9 @@ # https://translate.discourse.org/ zh_CN: + js: + login: + steam: + name: "Steam" + title: "通过Steam" + message: "使用 Steam 进行身份验证(请确保未启用弹出窗口阻止程序)" diff --git a/config/locales/server.zh_CN.yml b/config/locales/server.zh_CN.yml index 265939b..79cd3dd 100644 --- a/config/locales/server.zh_CN.yml +++ b/config/locales/server.zh_CN.yml @@ -5,3 +5,8 @@ # https://translate.discourse.org/ zh_CN: + site_settings: + enable_steam_logins: "启用 Steam 身份验证,需要 steam_web_api_key。参见 Steam 登录/身份验证插件" + steam_web_api_key: "Steam 网页 API 密钥" + errors: + steam_web_api_key_is_empty: "在启用此设置之前,您必须先设置 'steam web api key'。"