From fe295f50d031ca6475e21a0ae317cf1c71a68347 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 12 Sep 2021 11:37:15 +0200 Subject: 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` --- app/i18n/ja/admin.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/i18n/ja/admin.php') 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' => 'パスワード
(Web-formログインメソッド)', 'password_format' => '最低限7文字必要です', - 'selected' => '選択されたユーザー', 'title' => '管理するユーザー', - 'update_users' => '更新されるユーザー', - 'user_list' => 'ユーザーの人数', 'username' => 'ユーザー名', - 'users' => 'ユーザー', ), ); -- cgit v1.2.3