From c7f2d6af55ec397f409939f1e8b4145b435d18da Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Sat, 3 Jun 2017 08:42:47 -0400 Subject: [PATCH] zh-cn&tw.json: "extended info" -> "about this site" (#3519) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * zh-cn.json: "additional info" -> "more info" This commit changes the "extended info" (about/more) text to something that translates to "more info", as "additional info" in zh can sound like appending things to the (ugh) navbar, I guess. Or should I just change it to "about this site" (关于本站)? * zh-cn.json: navbar.info -> "about this site" * zh-臺灣.json: navbar.info -> "about this site" --- app/javascript/mastodon/locales/zh-CN.json | 2 +- app/javascript/mastodon/locales/zh-TW.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/mastodon/locales/zh-CN.json b/app/javascript/mastodon/locales/zh-CN.json index 0bbb39d67..c9df724e8 100644 --- a/app/javascript/mastodon/locales/zh-CN.json +++ b/app/javascript/mastodon/locales/zh-CN.json @@ -87,7 +87,7 @@ "navigation_bar.edit_profile": "修改个人资料", "navigation_bar.favourites": "赞的内容", "navigation_bar.follow_requests": "关注请求", - "navigation_bar.info": "追加信息", + "navigation_bar.info": "关于本站", "navigation_bar.logout": "注销", "navigation_bar.mutes": "被静音的用户", "navigation_bar.preferences": "首选项", diff --git a/app/javascript/mastodon/locales/zh-TW.json b/app/javascript/mastodon/locales/zh-TW.json index 59f7bafe1..c1ca21642 100644 --- a/app/javascript/mastodon/locales/zh-TW.json +++ b/app/javascript/mastodon/locales/zh-TW.json @@ -87,7 +87,7 @@ "navigation_bar.edit_profile": "編輯用戶資訊", "navigation_bar.favourites": "最愛", "navigation_bar.follow_requests": "關注請求", - "navigation_bar.info": "延伸資訊", + "navigation_bar.info": "關於本站", "navigation_bar.logout": "登出", "navigation_bar.mutes": "消音的使用者", "navigation_bar.preferences": "偏好設定",