aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/zh-cn/admin.php
diff options
context:
space:
mode:
authorGravatar Patrick Crandol <patrick@crandol.com> 2018-11-18 05:37:22 -0500
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-11-18 11:37:22 +0100
commit16a131380bb1ae17a18e4bf95d345cffb80a787c (patch)
tree28a23c7eeb9edf9c3a2c456a41d4daeb9cf76a48 /app/i18n/zh-cn/admin.php
parentc9e46dce86b8139b0384bde67ebdc2617ebce12c (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/admin.php')
-rw-r--r--app/i18n/zh-cn/admin.php22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/i18n/zh-cn/admin.php b/app/i18n/zh-cn/admin.php
index 1f007f964..e6ca552ab 100644
--- a/app/i18n/zh-cn/admin.php
+++ b/app/i18n/zh-cn/admin.php
@@ -67,8 +67,8 @@ return array(
'ok' => '已找到 JSON 扩展',
),
'mbstring' => array(
- 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO
- 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO
+ 'nok' => 'Cannot find the recommended library mbstring for Unicode.', //TODO - Translation
+ 'ok' => 'You have the recommended library mbstring for Unicode.', //TODO - Translation
),
'minz' => array(
'nok' => '找不到 Minz 框架。',
@@ -106,23 +106,23 @@ return array(
),
),
'extensions' => array(
+ 'author' => '作者',
+ 'community' => '可用的社区扩展',
+ 'description' => '描述',
'disabled' => '已禁用',
'empty_list' => '没有已安装的扩展',
'enabled' => '已启用',
+ 'latest' => '已安装',
+ 'name' => '名称',
'no_configure_view' => '此扩展不能配置。',
'system' => array(
'_' => '系统扩展',
'no_rights' => '系统扩展 (你不能修改它)',
),
'title' => '扩展',
+ 'update' => '更新可用',
'user' => '用户扩展',
- 'community' => '可用的社区扩展',
- 'name' => '名称',
'version' => '版本',
- 'description' => '描述',
- 'author' => '作者',
- 'latest' => '已安装',
- 'update' => '更新可用',
),
'stats' => array(
'_' => '统计',
@@ -179,15 +179,15 @@ return array(
'user' => array(
'articles_and_size' => '%s 篇文章 (%s)',
'create' => '创建新用户',
- 'delete_users' => 'Delete user', // TODO
+ 'delete_users' => 'Delete user', //TODO - Translation
'language' => '语言',
'number' => '已有 %d 个帐户',
'numbers' => '已有 %d 个帐户',
'password_form' => '密码<br /><small>(用于 Web-form 登录方式)</small>',
'password_format' => '至少 7 个字符',
- 'selected' => 'Selected user', // TODO
+ 'selected' => 'Selected user', //TODO - Translation
'title' => '用户管理',
- 'update_users' => 'Update user', // TODO
+ 'update_users' => 'Update user', //TODO - Translation
'user_list' => '用户列表',
'username' => '用户名',
'users' => '用户',