From b046f7c6ebe5a754297e239ddfe49f32daa063fe Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 19 Feb 2024 09:48:31 +0100 Subject: [PATCH] Fix the zh-Hans translation This had the wrong code in localazy, and I think the Localazy download action doesn't remove old files, so I did that manually. --- frontend/locales/{zh-Hans-CN.json => zh-Hans.json} | 4 ++-- translations/{zh-Hans-CN.json => zh-Hans.json} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename frontend/locales/{zh-Hans-CN.json => zh-Hans.json} (98%) rename translations/{zh-Hans-CN.json => zh-Hans.json} (98%) diff --git a/frontend/locales/zh-Hans-CN.json b/frontend/locales/zh-Hans.json similarity index 98% rename from frontend/locales/zh-Hans-CN.json rename to frontend/locales/zh-Hans.json index 44eb5ec46..1acad0a3b 100644 --- a/frontend/locales/zh-Hans-CN.json +++ b/frontend/locales/zh-Hans.json @@ -19,7 +19,7 @@ "common": { "add": "添加", "error": "错误", - "loading": "正在加载...", + "loading": "加载中...", "next": "下一步", "previous": "上一步" }, @@ -157,7 +157,7 @@ "make_primary_button": "设为主要", "not_verified": "未验证", "primary_email": "主电子邮件地址", - "retry_button": "Resend code", + "retry_button": "重新发送代码", "unverified": "未验证" }, "user_email_list": { diff --git a/translations/zh-Hans-CN.json b/translations/zh-Hans.json similarity index 98% rename from translations/zh-Hans-CN.json rename to translations/zh-Hans.json index 14f00a8ac..e6b36bec0 100644 --- a/translations/zh-Hans-CN.json +++ b/translations/zh-Hans.json @@ -2,7 +2,7 @@ "action": { "cancel": "取消", "continue": "继续", - "create_account": "", + "create_account": "创建账户", "sign_in": "登录", "sign_out": "注销", "submit": "提交" @@ -24,7 +24,7 @@ }, "common": { "display_name": "显示名称", - "email_address": "电子邮件地址", + "email_address": "邮箱地址", "mxid": "Matrix ID", "password": "密码", "password_confirm": "确认密码",