diff options
| author | 2018-01-17 00:41:49 +0800 | |
|---|---|---|
| committer | 2018-01-16 17:41:49 +0100 | |
| commit | b285a83c6561cc50f53af3f854c34c0d7fba3ebe (patch) | |
| tree | e0c6fa8c5b9cfb56e0b16d580ed3f4eac25cd84f /app/i18n/zh-cn/admin.php | |
| parent | fcfdb30fddab23da09c73b3d667f95e5dece45bf (diff) | |
[i18n] Add ignore/zh-cn and update simplified Chinese translation (#1769)
* update Simplified Chinese translation
* update the description of buttons #1766
* trim space to pass PHPCS
Diffstat (limited to 'app/i18n/zh-cn/admin.php')
| -rw-r--r-- | app/i18n/zh-cn/admin.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/zh-cn/admin.php b/app/i18n/zh-cn/admin.php index ca18bf63d..0e31ed12e 100644 --- a/app/i18n/zh-cn/admin.php +++ b/app/i18n/zh-cn/admin.php @@ -112,13 +112,13 @@ return array( ), 'title' => '扩展', 'user' => '用户扩展', - 'community' => 'Available community extensions', // @todo translate - 'name' => 'Name', // @todo translate - 'version' => 'Version', // @todo translate - 'description' => 'Description', // @todo translate - 'author' => 'Author', // @todo translate - 'latest' => 'Installed', // @todo translate - 'update' => 'Update available', // @todo translate + 'community' => '可用的社区扩展', + 'name' => '名称', + 'version' => '版本', + 'description' => '描述', + 'author' => '作者', + 'latest' => '已安装', + 'update' => '更新可用', ), 'stats' => array( '_' => '统计', |
