diff options
| author | 2021-09-12 11:37:15 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:37:15 +0200 | |
| commit | fe295f50d031ca6475e21a0ae317cf1c71a68347 (patch) | |
| tree | 9c9f37dcebfe70b3daf167df0ce3c029feb343c6 /app/i18n/it/gen.php | |
| parent | ff60e24c578eab30777c7e7d403def0565fab923 (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/it/gen.php')
| -rw-r--r-- | app/i18n/it/gen.php | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index eb4431dd1..0214f517f 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -43,10 +43,8 @@ return array( 'ask' => 'Vuoi creare un nuovo profilo?', 'title' => 'Creazione profilo', ), - 'reset' => 'Reset autenticazione', 'username' => array( '_' => 'Username', // TODO - Translation - 'admin' => 'Username amministratore', 'format' => '<small>Massimo 16 caratteri alfanumerici</small>', ), ), @@ -185,25 +183,25 @@ return array( ), 'share' => array( 'Known' => 'Siti basati su Known', - 'blogotext' => 'Blogotext', // TODO - Translation + 'blogotext' => 'Blogotext', 'clipboard' => 'Clipboard', // TODO - Translation - 'diaspora' => 'Diaspora*', // TODO - Translation + 'diaspora' => 'Diaspora*', 'email' => 'Email', // TODO - Translation - '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' => 'Stampa', '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' => 'Attenzione!', @@ -212,7 +210,7 @@ return array( 'by_default' => 'predefinito', 'damn' => 'Ops!', 'default_category' => 'Senza categoria', - 'no' => 'No', // TODO - Translation + 'no' => 'No', 'not_applicable' => 'Non disponibile', 'ok' => 'OK!', 'or' => 'o', |
