diff options
author | Mingye Wang <arthur200126@gmail.com> | 2017-06-03 08:42:47 -0400 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-03 14:42:47 +0200 |
commit | c7f2d6af55ec397f409939f1e8b4145b435d18da (patch) | |
tree | c71e8bb9f10f05f1e652151e394192e8b7df7a4d | |
parent | e878ddb7c0e388347e130e0e77309d6a0c811ebb (diff) |
zh-cn&tw.json: "extended info" -> "about this site" (#3519)
* 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"
-rw-r--r-- | app/javascript/mastodon/locales/zh-CN.json | 2 | ||||
-rw-r--r-- | 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": "偏好設定", |