diff options
| author | 2018-11-18 05:37:22 -0500 | |
|---|---|---|
| committer | 2018-11-18 11:37:22 +0100 | |
| commit | 16a131380bb1ae17a18e4bf95d345cffb80a787c (patch) | |
| tree | 28a23c7eeb9edf9c3a2c456a41d4daeb9cf76a48 /app/i18n/zh-cn/gen.php | |
| parent | c9e46dce86b8139b0384bde67ebdc2617ebce12c (diff) | |
I18n standardization (#2138)
* i18n Admin standardization
cz - moved items incorrectly placed in system array to extensions array
nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed?
oc - reordered list to standardize order with other translation files.
* Alphabetize extensions Array
* Standardize conf.php
he - removed options not appearing in other i18n files, added missing strings
* Standardize feedback.php
he - removed line not found in other translation files
nl - removed line not found in other translation files
* Standardize gen.php
* Standardize index.php
Major sorting of oc.
Added tags to several languages
* Standardize install.php
ru - added missing strings
it - remove extra string not found in other config files
he - add missing strings, remove strings not found in other languages
oc - reorganize
* Standardize sub.php
* Standardize and fix TODOs
use format "//TODO - Translation" for easier searching
* Fix whitespace
Diffstat (limited to 'app/i18n/zh-cn/gen.php')
| -rw-r--r-- | app/i18n/zh-cn/gen.php | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php index c68396e5d..a0f74fdfa 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -19,7 +19,7 @@ return array( 'see_website' => '查看网站', 'submit' => '提交', 'truncate' => '删除所有文章', - 'update' => 'Update', // TODO + 'update' => 'Update', //TODO - Translation ), 'auth' => array( 'email' => 'Email 地址', @@ -44,33 +44,28 @@ return array( ), 'date' => array( 'Apr' => '\\四\\月', - 'Aug' => '\\八\\月', - 'Dec' => '\\十\\二\\月', - 'Feb' => '\\二\\月', - 'Jan' => '\\一\\月', - 'Jul' => '\\七\\月', - 'Jun' => '\\六\\月', - 'Mar' => '\\三\\月', - 'May' => '\\五\\月', - 'Nov' => '\\十\\一\\月', - 'Oct' => '\\十\\月', - 'Sep' => '\\九\\月', 'apr' => '四月', 'april' => '四月', + 'Aug' => '\\八\\月', 'aug' => '八月', 'august' => '八月', 'before_yesterday' => '昨天以前', + 'Dec' => '\\十\\二\\月', 'dec' => '十二月', 'december' => '十二月', + 'Feb' => '\\二\\月', 'feb' => '二月', 'february' => '二月', 'format_date' => 'Y\\年n\\月j\\日', 'format_date_hour' => 'Y\\年n\\月j\\日 H\\:i', 'fri' => '周五', + 'Jan' => '\\一\\月', 'jan' => '一月', 'january' => '一月', + 'Jul' => '\\七\\月', 'jul' => '七月', 'july' => '七月', + 'Jun' => '\\六\\月', 'jun' => '六月', 'june' => '六月', 'last_3_month' => '最近三个月', @@ -78,17 +73,22 @@ return array( 'last_month' => '上月', 'last_week' => '上周', 'last_year' => '去年', + 'Mar' => '\\三\\月', 'mar' => '三月', 'march' => '三月', + 'May' => '\\五\\月', 'may' => '五月', 'may_' => '五月', 'mon' => '周一', 'month' => '个月', + 'Nov' => '\\十\\一\\月', 'nov' => '十一月', 'november' => '十一月', + 'Oct' => '\\十\\月', 'oct' => '十月', 'october' => '十月', 'sat' => '周日', + 'Sep' => '\\九\\月', 'sep' => '九月', 'september' => '九月', 'sun' => '周日', @@ -161,7 +161,6 @@ return array( 'previous' => '上一页', ), 'share' => array( - 'Known' => '基于 Known 的站点', 'blogotext' => 'Blogotext', 'diaspora' => 'Diaspora*', 'email' => 'Email', @@ -169,6 +168,7 @@ return array( 'g+' => 'Google+', 'gnusocial' => 'GNU social', 'jdh' => 'Journal du hacker', + 'Known' => '基于 Known 的站点', 'linkedin' => 'LinkedIn', 'mastodon' => 'Mastodon', 'movim' => 'Movim', |
