aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ja/admin.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-12 11:37:15 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 11:37:15 +0200
commitfe295f50d031ca6475e21a0ae317cf1c71a68347 (patch)
tree9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/ja/admin.php
parentff60e24c578eab30777c7e7d403def0565fab923 (diff)
Lint i18n files (#3841)
Translations had quite a lot of cleaning in late: * Removed some unused keys * Added some ignores * Applied a `cli/manipulate.translation.php -a format`
Diffstat (limited to 'app/i18n/ja/admin.php')
-rw-r--r--app/i18n/ja/admin.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/i18n/ja/admin.php b/app/i18n/ja/admin.php
index b42db71e9..9df54dc82 100644
--- a/app/i18n/ja/admin.php
+++ b/app/i18n/ja/admin.php
@@ -9,7 +9,6 @@ return array(
'http' => 'HTTP (上級者向けのHTTPS)',
'none' => 'なし (危険)',
'title' => '認証',
- 'title_reset' => '認証し直します',
'token' => '認証トークン',
'token_help' => '標準ユーザーが承認無しで、RSSを出力できることを許可します。:',
'type' => '認証メソッド',
@@ -180,11 +179,9 @@ return array(
'user' => array(
'admin' => '管理者',
'article_count' => '記事',
- 'articles_and_size' => '%s 記事 (%s)',
'back_to_manage' => '← ユーザーリストに戻る',
'create' => '新規ユーザーを作成',
'database_size' => 'データベースサイズ',
- 'delete_users' => 'ユーザーを消去',
'email' => 'Eメールアドレス',
'enabled' => '有効',
'feed_count' => 'フィード',
@@ -196,11 +193,7 @@ return array(
'numbers' => '%d 人のアカウントが作られました',
'password_form' => 'パスワード<br /><small>(Web-formログインメソッド)</small>',
'password_format' => '最低限7文字必要です',
- 'selected' => '選択されたユーザー',
'title' => '管理するユーザー',
- 'update_users' => '更新されるユーザー',
- 'user_list' => 'ユーザーの人数',
'username' => 'ユーザー名',
- 'users' => 'ユーザー',
),
);