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/ru/gen.php | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) (limited to 'app/i18n/ru/gen.php') diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php index 6c4b536b9..31026920c 100644 --- a/app/i18n/ru/gen.php +++ b/app/i18n/ru/gen.php @@ -43,10 +43,8 @@ return array( 'ask' => 'Создать аккаунт?', 'title' => 'Создание аккаунта', ), - 'reset' => 'Сброс аутентификации', 'username' => array( '_' => 'Имя пользователя', - 'admin' => 'Имя пользователя администратора', 'format' => 'Не более 16 буквенно-цифровых символов', ), ), @@ -185,25 +183,25 @@ return array( ), 'share' => array( 'Known' => 'Сайты на Known', - 'blogotext' => 'Blogotext', // TODO - Translation + 'blogotext' => 'Blogotext', 'clipboard' => 'Буфер обмена', - 'diaspora' => 'Diaspora*', // TODO - Translation + 'diaspora' => 'Diaspora*', 'email' => 'Электронная почта', - 'facebook' => 'Facebook', // TODO - Translation - 'gnusocial' => 'GNU social', // TODO - Translation - 'jdh' => 'Journal du hacker', // TODO - Translation - 'lemmy' => 'Lemmy', // TODO - Translation - 'linkedin' => 'LinkedIn', // TODO - Translation - 'mastodon' => 'Mastodon', // TODO - Translation - 'movim' => 'Movim', // TODO - Translation - 'pinboard' => 'Pinboard', // TODO - Translation - 'pocket' => 'Pocket', // TODO - Translation + 'facebook' => 'Facebook', + 'gnusocial' => 'GNU social', + 'jdh' => 'Journal du hacker', + 'lemmy' => 'Lemmy', + 'linkedin' => 'LinkedIn', + 'mastodon' => 'Mastodon', + 'movim' => 'Movim', + 'pinboard' => 'Pinboard', + 'pocket' => 'Pocket', 'print' => 'Распечатать', 'raindrop' => 'Raindrop.io', - 'shaarli' => 'Shaarli', // TODO - Translation - 'twitter' => 'Twitter', // TODO - Translation - 'wallabag' => 'wallabag v1', // TODO - Translation - 'wallabagv2' => 'wallabag v2', // TODO - Translation + 'shaarli' => 'Shaarli', + 'twitter' => 'Twitter', + 'wallabag' => 'wallabag v1', + 'wallabagv2' => 'wallabag v2', ), 'short' => array( 'attention' => 'Предупреждение!', -- cgit v1.2.3