From 406afd3f006e96e3c14d7853b8ac4f676dad5444 Mon Sep 17 00:00:00 2001 From: "haitao(lj)" Date: Wed, 16 Nov 2022 11:38:13 +0800 Subject: [PATCH] chore(i18n): modify some i18n fields --- i18n/en_US.yaml | 31 +++++++++++++++++-------------- i18n/zh_CN.yaml | 22 +++++++++++----------- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/i18n/en_US.yaml b/i18n/en_US.yaml index 7fff9ebe..6fc104d1 100644 --- a/i18n/en_US.yaml +++ b/i18n/en_US.yaml @@ -546,6 +546,7 @@ ui: page_title: Welcome to Answer info_sign: Don't have an account? <1>Sign up info_login: Already have an account? <1>Log in + agreements: By registering, you agree to the <1>privacy policy and <3>terms of service. forgot_pass: Forgot password? name: label: Name @@ -918,23 +919,25 @@ ui: back_home: Back to homepage page_maintenance: description: "We are under maintenance, we’ll be back soon." + nav_menus: + dashboard: Dashboard + contents: Contents + questions: Questions + answers: Answers + users: Users + flags: Flags + settings: Settings + general: General + interface: Interface + smtp: SMTP + branding: Branding + legal: Legal + write: Write + tos: Terms of Service + privacy: Privacy admin: admin_header: title: Admin - nav_menus: - dashboard: Dashboard - contents: Contents - questions: Questions - answers: Answers - users: Users - flags: Flags - settings: Settings - general: General - interface: Interface - smtp: SMTP - branding: Branding - legal: Legal - write: Write dashboard: title: Dashboard welcome: Welcome to Answer Admin! diff --git a/i18n/zh_CN.yaml b/i18n/zh_CN.yaml index 2e476f82..24ed4dc4 100644 --- a/i18n/zh_CN.yaml +++ b/i18n/zh_CN.yaml @@ -759,20 +759,20 @@ ui: page_50X: description: 服务器遇到了一个错误,无法完成你的请求。 back_home: 回到主页 + nav_menus: + dashboard: 后台管理 + contents: 内容管理 + questions: 问题 + answers: 回答 + users: 用户管理 + flags: 举报管理 + settings: 站点设置 + general: 一般 + interface: 界面 + smtp: SMTP admin: admin_header: title: 后台管理 - nav_menus: - dashboard: 后台管理 - contents: 内容管理 - questions: 问题 - answers: 回答 - users: 用户管理 - flags: 举报管理 - settings: 站点设置 - general: 一般 - interface: 界面 - smtp: SMTP dashboard: title: 后台管理 welcome: 欢迎来到 Answer 后台管理!