diff options
author | SerCom_KC <SerCom-KC@users.noreply.github.com> | 2017-12-15 02:33:29 +0800 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-12-14 19:33:29 +0100 |
commit | 573414f728b5406e2f402f3c21e8ffa38ffc6d8e (patch) | |
tree | 617133aa40857ca3e9667545b45bf1fd00b6bdfb /config/locales/doorkeeper.zh-CN.yml | |
parent | aa273a27186a33697c01f514d71b832dcaaad55f (diff) |
Improve Chinese (Simplified) Translations (#6024)
* i18n: (zh-CN) Change `工作人员` (staff) to `管理人员` Suggested by @Gargron at https://github.com/tootsuite/mastodon/pull/6005#discussion_r156678109 * i18n: (zh-CN) Change `协管` to `监察员` * i18n: (zh-CN) Fix all "Are you" questions * i18n: (zh-CN) Various improvements * i18n: (zh-CN) Final clean-up * i18n: (zh-CN) Change translation for 500 * i18n: (zh-CN) Remove spaces between time distances * i18n: (zh-CN) Improve translations
Diffstat (limited to 'config/locales/doorkeeper.zh-CN.yml')
-rw-r--r-- | config/locales/doorkeeper.zh-CN.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/doorkeeper.zh-CN.yml b/config/locales/doorkeeper.zh-CN.yml index 0eb5a0ab6..90c484369 100644 --- a/config/locales/doorkeeper.zh-CN.yml +++ b/config/locales/doorkeeper.zh-CN.yml @@ -114,6 +114,6 @@ zh-CN: application: title: 需要 OAuth 认证 scopes: - follow: 关注(或取消关注)、屏蔽(或取消屏蔽)用户 + follow: 关注或屏蔽用户 read: 读取你的帐户数据 write: 为你发表嘟文 |