From 1ecb864db0a32752b8de6d4def595938929255c5 Mon Sep 17 00:00:00 2001 From: CanonNi Date: Thu, 5 Sep 2024 13:57:24 +0800 Subject: [PATCH] chore: update zh-CN translations (#6178) --- frontend/resources/translations/zh-CN.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/resources/translations/zh-CN.json b/frontend/resources/translations/zh-CN.json index 3ddfe1ff19..442196c3b1 100644 --- a/frontend/resources/translations/zh-CN.json +++ b/frontend/resources/translations/zh-CN.json @@ -36,6 +36,7 @@ "loginButtonText": "登录", "loginStartWithAnonymous": "从匿名会话开始", "continueAnonymousUser": "继续匿名会话", + "anonymous": "匿名", "buttonText": "登录", "signingInText": "登录中...", "forgotPassword": "忘记密码?", @@ -50,6 +51,7 @@ "signInWithGoogle": "使用 Google 账户登录", "signInWithGithub": "使用 Github 账户登录", "signInWithDiscord": "使用 Discord 账户登录", + "signInWithApple": "使用 Apple 账户登录", "signUpWithGoogle": "使用 Google 账户注册", "signUpWithGithub": "使用 Github 账户注册", "signUpWithDiscord": "使用 Discord 账户注册", @@ -1620,5 +1622,10 @@ }, "commandPalette": { "placeholder": "输入你要搜索的内容..." + }, + "web": { + "continueWithGoogle": "使用 Google 账户登录", + "continueWithGithub": "使用 GitHub 账户登录", + "continueWithDiscord": "使用 Discord 账户登录" } }