diff options
| author | 2020-01-06 20:28:04 +0100 | |
|---|---|---|
| committer | 2020-01-06 20:28:04 +0100 | |
| commit | 3c099c78537020eae3b6fe060fbe86088e996c83 (patch) | |
| tree | 647ee7313f609577f98b8477e814f2e7743c06f7 /app/i18n/zh-cn/admin.php | |
| parent | d455783a63e77c3abce76b85f68c51338c1b81d1 (diff) | |
Add an admin flag on users (#2709)
Now FRSS supports more than one admin. Admins have the same rights as
the default user. Admins can promote or demote other users. The default
user is considered as an admin even if it does not have the admin flag
enabled.
See #2096
Diffstat (limited to 'app/i18n/zh-cn/admin.php')
| -rw-r--r-- | app/i18n/zh-cn/admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/zh-cn/admin.php b/app/i18n/zh-cn/admin.php index f0b33e889..6ba32efc5 100644 --- a/app/i18n/zh-cn/admin.php +++ b/app/i18n/zh-cn/admin.php @@ -182,6 +182,7 @@ return array( '_' => '更新系统', ), 'user' => array( + 'admin' => 'Administrator', // TODO - Translation 'articles_and_size' => '%s 篇文章(%s)', 'article_count' => '文章数', 'back_to_manage' => '← 返回用户列表', @@ -190,6 +191,7 @@ return array( 'delete_users' => '删除用户', 'email' => '邮箱地址', 'feed_count' => '订阅源数', + 'is_admin' => 'Is admin', // TODO - Translation 'language' => '语言', 'list' => '用户列表', 'number' => '已有 %d 个用户', |
