diff options
| author | 2025-07-16 16:11:51 +0200 | |
|---|---|---|
| committer | 2025-07-16 16:11:51 +0200 | |
| commit | f9a42adadec9acd259c205727c95bd6f376dfbc5 (patch) | |
| tree | b576ba4ac948466389de30487c506ae04dd71d24 /app | |
| parent | 5f61e426dc90b7b697a46da009af2fc88eed3ad0 (diff) | |
Show translation status in README.md (#7715)
* Show translation status in README.md
* Fix colon
* markdownlint: Allow tag `<translations>`
* Use mostly Unicode flags instead
* Only `oc.svg` remains in an image format
* `check.translation.php` still supports `.png` even though there aren't any PNGs as of right now
* Fix CodeSniffer
* Attempt approach with generating local SVGs
* Fixes for local SVG approach
* Cleanup old code
* PHPStan fix
* Remove decimal precision from percentages
* Suggestions + better error messages
* codesniffer fix v2
* Revert `ghSearchUrl` change
* Generate readme
* Fix syntax highlight, maybe
* Regenerate
* Update help message
* Use existing translation files instead of .txt
* Add test against wrong Unicode flag
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app')
44 files changed, 69 insertions, 43 deletions
diff --git a/app/i18n/cs/conf.php b/app/i18n/cs/conf.php index a87501d1f..6a49b1825 100644 --- a/app/i18n/cs/conf.php +++ b/app/i18n/cs/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Sdílení', 'add' => 'Přidat metodu sdílení', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Tato služba je zastaralá a bude ze služby FreshRSS odstraněna v <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Otevřete dokumentaci pro další informace" target="_blank">budoucím vydání</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', diff --git a/app/i18n/cs/gen.php b/app/i18n/cs/gen.php index 538f1cfc2..173b2c2d7 100644 --- a/app/i18n/cs/gen.php +++ b/app/i18n/cs/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Včera', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇨🇿', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'O FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Schránka', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 239a9b99b..0f5257eb4 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Teilen', 'add' => 'Füge eine Teilen-Dienst hinzu', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Dieser Dienst ist veraltet und wir in einer <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">zukünftigen FreshRSS-Version</a> entfernt.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-Mail', diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index 636cd846f..d21b1a25a 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Gestern', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇩🇪', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'Über FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Zwischenablage', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/el/conf.php b/app/i18n/el/conf.php index 8d12dafa1..ecba2f008 100644 --- a/app/i18n/el/conf.php +++ b/app/i18n/el/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Sharing', // TODO 'add' => 'Add a sharing method', // TODO - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // TODO 'email' => 'Email', // TODO diff --git a/app/i18n/el/gen.php b/app/i18n/el/gen.php index 1a87c6afc..5c9daf67b 100644 --- a/app/i18n/el/gen.php +++ b/app/i18n/el/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Yesterday', // TODO ), 'dir' => 'ltr', // TODO + 'flag' => '🇬🇷', 'freshrss' => array( '_' => 'FreshRSS', // TODO 'about' => 'About FreshRSS', // TODO @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // TODO - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Clipboard', // TODO 'diaspora' => 'Diaspora*', // TODO diff --git a/app/i18n/en-us/admin.php b/app/i18n/en-us/admin.php index 512068b68..4eb5db860 100644 --- a/app/i18n/en-us/admin.php +++ b/app/i18n/en-us/admin.php @@ -116,7 +116,7 @@ return array( 'description' => 'Description', // IGNORE 'disabled' => 'Disabled', // IGNORE 'empty_list' => 'There are no installed extensions', // IGNORE - 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // TODO + 'empty_list_help' => 'Check the logs to determine the reason behind the empty extension list.', // IGNORE 'enabled' => 'Enabled', // IGNORE 'latest' => 'Installed', // IGNORE 'name' => 'Name', // IGNORE diff --git a/app/i18n/en-us/gen.php b/app/i18n/en-us/gen.php index 4f6f318fc..b233595fe 100644 --- a/app/i18n/en-us/gen.php +++ b/app/i18n/en-us/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Yesterday', // IGNORE ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇺🇸', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'About FreshRSS', // IGNORE diff --git a/app/i18n/en-us/sub.php b/app/i18n/en-us/sub.php index 4c0b42ab9..dc71cb859 100644 --- a/app/i18n/en-us/sub.php +++ b/app/i18n/en-us/sub.php @@ -255,7 +255,7 @@ return array( 'import_export' => array( 'export' => array( '_' => 'Export', // IGNORE - 'sqlite' => 'Download user database as SQLite', // TODO + 'sqlite' => 'Download user database as SQLite', // IGNORE ), 'export_labelled' => 'Export your labeled articles', 'export_opml' => 'Export list of feeds (OPML)', // IGNORE diff --git a/app/i18n/en/gen.php b/app/i18n/en/gen.php index 71940d3ee..0f3e5aff7 100644 --- a/app/i18n/en/gen.php +++ b/app/i18n/en/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Yesterday', ), 'dir' => 'ltr', + 'flag' => '🇬🇧', 'freshrss' => array( '_' => 'FreshRSS', 'about' => 'About FreshRSS', diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index bba65aecc..a96380c75 100644 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Compartir', 'add' => 'Agregar un método de uso compartido', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Este servicio está obsoleto y será removido de FreshRSS en un<a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Abrir la documentación para más información" target="_blank">futuro lanzamiento</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Correo electrónico', diff --git a/app/i18n/es/gen.php b/app/i18n/es/gen.php index 0a20212a5..c7dae3b64 100644 --- a/app/i18n/es/gen.php +++ b/app/i18n/es/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Ayer', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇪🇸', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'Acerca de FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Portapapeles', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/fa/gen.php b/app/i18n/fa/gen.php index d8c4dffff..bce9f38bc 100644 --- a/app/i18n/fa/gen.php +++ b/app/i18n/fa/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => ' دیروز', ), 'dir' => 'rtl', + 'flag' => '🇮🇷', 'freshrss' => array( '_' => ' FreshRSS', 'about' => 'درباره FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => ' archive.org', 'archivePH' => ' archive.ph', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => ' بافر', 'clipboard' => ' کلیپ بورد', 'diaspora' => ' دیاسپورا*', diff --git a/app/i18n/fi/conf.php b/app/i18n/fi/conf.php index 178317f75..308153659 100644 --- a/app/i18n/fi/conf.php +++ b/app/i18n/fi/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Jakaminen', 'add' => 'Lisää jakamistapa', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Tämä palvelu on vanhentunut, ja se poistetaan FreshRSS-sovelluksen <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Lisätietoja ohjeissa" target="_blank">tulevasta versiosta</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Sähköposti', diff --git a/app/i18n/fi/gen.php b/app/i18n/fi/gen.php index e8f0dc63d..3860055ac 100644 --- a/app/i18n/fi/gen.php +++ b/app/i18n/fi/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Eilen', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇫🇮', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'Tietoja FreshRSS-sovelluksesta', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Clipboard', // IGNORE 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index 3c11dec6d..5de8095f4 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Partage', 'add' => 'Ajouter une méthode de partage', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Ce service est obsolète et sera supprimé dans une <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Voir la documentation" target="_blank">prochaine version de FreshRSS</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Courriel', diff --git a/app/i18n/fr/gen.php b/app/i18n/fr/gen.php index 091fdbd82..9706e57fc 100644 --- a/app/i18n/fr/gen.php +++ b/app/i18n/fr/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Hier', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇫🇷', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'À propos de FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Presse-papier', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 9147f4655..485967086 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'שיתוף', 'add' => 'Add a sharing method', // TODO - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'This service is deprecated and will be removed from FreshRSS in a <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentation for more information" target="_blank">future release</a>.', // TODO 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'דואר אלקטרוני', diff --git a/app/i18n/he/gen.php b/app/i18n/he/gen.php index 0ff5de054..7af4b4ce0 100644 --- a/app/i18n/he/gen.php +++ b/app/i18n/he/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'אתמול', ), 'dir' => 'rtl', + 'flag' => '🇮🇱', 'freshrss' => array( '_' => 'FreshRSS', // TODO 'about' => 'אודות FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Clipboard', // TODO 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/hu/gen.php b/app/i18n/hu/gen.php index e20e07a63..891ae3695 100755 --- a/app/i18n/hu/gen.php +++ b/app/i18n/hu/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Tegnap', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇭🇺', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'FreshRSS névjegy', diff --git a/app/i18n/id/gen.php b/app/i18n/id/gen.php index d4a8dade4..eaee65687 100644 --- a/app/i18n/id/gen.php +++ b/app/i18n/id/gen.php @@ -72,7 +72,7 @@ return array( ), ), 'date' => array( - 'Apr' => '\\A\\p\\r\\i\\l', // TODO + 'Apr' => '\\A\\p\\r\\i\\l', // IGNORE 'Aug' => '\\A\\g\\u\\s\\t\\u\\s', 'Dec' => '\\D\\e\\s\\e\\m\\b\\e\\r', 'Feb' => '\\F\\e\\b\\r\\u\\a\\r\\i', @@ -81,11 +81,11 @@ return array( 'Jun' => '\\J\\u\\n\\i', 'Mar' => '\\M\\a\\r\\e\\t', 'May' => '\\M\\e\\i', - 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', // TODO + 'Nov' => '\\N\\o\\v\\e\\m\\b\\e\\r', // IGNORE 'Oct' => '\\O\\k\\t\\o\\b\\e\\r', - 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', // TODO - 'apr' => 'Apr.', // TODO - 'april' => 'April', // TODO + 'Sep' => '\\S\\e\\p\\t\\e\\m\\b\\e\\r', // IGNORE + 'apr' => 'Apr.', // IGNORE + 'april' => 'April', // IGNORE 'aug' => 'Agu.', 'august' => 'Agustus', 'before_yesterday' => 'Sebelum kemarin', @@ -117,12 +117,12 @@ return array( 'mon' => 'Bln', 'month' => 'bulan', 'nov' => 'Nov.', // IGNORE - 'november' => 'November', // TODO + 'november' => 'November', // IGNORE 'oct' => 'Okt.', 'october' => 'Oktober', 'sat' => 'Sbt', 'sep' => 'Sept.', // IGNORE - 'september' => 'September', // TODO + 'september' => 'September', // IGNORE 'sun' => 'Mng', 'thu' => 'Kms', 'today' => 'Hari ini', @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Kemarin', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇮🇩', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'Tentang FreshRSS', diff --git a/app/i18n/it/gen.php b/app/i18n/it/gen.php index 39cd171dc..d2ed49ee4 100644 --- a/app/i18n/it/gen.php +++ b/app/i18n/it/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Ieri', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇮🇹', 'freshrss' => array( '_' => 'Feed RSS Reader', 'about' => 'Informazioni', diff --git a/app/i18n/ja/gen.php b/app/i18n/ja/gen.php index c33042d71..bc494802c 100644 --- a/app/i18n/ja/gen.php +++ b/app/i18n/ja/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => '昨日', ), 'dir' => 'ディレクトリ', + 'flag' => '🇯🇵', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'FreshRSSについて', diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php index 6f921e063..5bfb8a07d 100644 --- a/app/i18n/ko/conf.php +++ b/app/i18n/ko/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => '공유', 'add' => '공유 방법 추가', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => '이 서비스는 더 이상 사용되지 않으며 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="상세 정보 문서 열기" target="_blank">추후 릴리즈</a> FreshRSS에서 삭제 될 것 입니다.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => '메일', diff --git a/app/i18n/ko/gen.php b/app/i18n/ko/gen.php index 2cde96b94..b8f8318ba 100644 --- a/app/i18n/ko/gen.php +++ b/app/i18n/ko/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => '어제', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇰🇷', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => '정보', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => '클립보드', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/lv/conf.php b/app/i18n/lv/conf.php index 9916edb2b..57c5deeea 100644 --- a/app/i18n/lv/conf.php +++ b/app/i18n/lv/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Dalīšanās', 'add' => 'Pievienojat dalīšanās metodi', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Šis pakalpojums ir novecojis un tiks noņemts no FreshRSS kādā <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Atvērt dokumentāciju, lai iegūtu vairāk informācijas" target="_blank">nākamajā versijā</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-pasts', diff --git a/app/i18n/lv/gen.php b/app/i18n/lv/gen.php index 679f3bf79..61f06f610 100644 --- a/app/i18n/lv/gen.php +++ b/app/i18n/lv/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Vakar', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇱🇻', 'freshrss' => array( '_' => 'FreshRSS', // TODO 'about' => 'Par FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Starpliktuve', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 59a06e07b..09f0a9cc1 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Delen', 'add' => 'Deelmethode toevoegen', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Deze dienst is afgeschreven en zal uit FreshRSS worden verwijderd in een <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Open documentatie voor meer informatie" target="_blank">toekomstige versie</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // IGNORE diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index 15f2365f0..351024019 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Gisteren', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇳🇱', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'Over FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Klembord', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index 687910ac8..04e283b26 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Partatge', 'add' => 'Ajustar un metòde de partatge', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Aqueste servici es obsolèt e serà tirat de la <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Dobrir la documentacion per mai d’informacions" target="_blank">futura version de FreshRSS</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Corrièl', diff --git a/app/i18n/oc/gen.php b/app/i18n/oc/gen.php index 6ffcbbed8..3f5cdeb88 100644 --- a/app/i18n/oc/gen.php +++ b/app/i18n/oc/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Ièr', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🏴', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'A prepaus de FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Quicha-papiers.', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/pl/gen.php b/app/i18n/pl/gen.php index d6d497c39..f59926574 100644 --- a/app/i18n/pl/gen.php +++ b/app/i18n/pl/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Wczorajsze', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇵🇱', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'O oprogramowaniu FreshRSS', diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php index 9b7302268..70416f45d 100644 --- a/app/i18n/pt-br/conf.php +++ b/app/i18n/pt-br/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Compartilhando', 'add' => 'Adicionar um método de compartilhamento', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Este serviço está obceloeto e será removido do FreshRSS <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Abra este documento para mais informações" target="_blank">em versões futuras</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', diff --git a/app/i18n/pt-br/gen.php b/app/i18n/pt-br/gen.php index 1a4c9c116..4711146b2 100644 --- a/app/i18n/pt-br/gen.php +++ b/app/i18n/pt-br/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Ontem', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇧🇷', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'Sobre FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Área de transferência', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/pt-pt/conf.php b/app/i18n/pt-pt/conf.php index 78a5875bb..1bbed5c09 100644 --- a/app/i18n/pt-pt/conf.php +++ b/app/i18n/pt-pt/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Partilha', 'add' => 'Adicionar um método de partilha', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Este serviço está obceloeto e será removido do FreshRSS <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Abra este documento para mais informações" target="_blank">em versões futuras</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', diff --git a/app/i18n/pt-pt/gen.php b/app/i18n/pt-pt/gen.php index d999d00c1..104b61636 100644 --- a/app/i18n/pt-pt/gen.php +++ b/app/i18n/pt-pt/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Ontem', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇵🇹', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'Sobre FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Área de transferência', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index 786e9b68f..0010411c1 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Обмен', 'add' => 'Добавить способ обмена', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Этот сервис устарел и будет удалён из FreshRSS в <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Открыть документацию для большей информации" target="_blank">будущем релизе</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Электронная почта', diff --git a/app/i18n/ru/gen.php b/app/i18n/ru/gen.php index da95659f0..e11b1cdc4 100644 --- a/app/i18n/ru/gen.php +++ b/app/i18n/ru/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Вчера', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇷🇺', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'О FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Буфер обмена', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php index aafc7e7fe..e806585b9 100644 --- a/app/i18n/sk/conf.php +++ b/app/i18n/sk/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => 'Zdieľanie', 'add' => 'Pridať spôsob zdieľania', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => 'Táto služba nie je podporovaná a bude z FreshRSS odstránená v <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="Pre viac informácií otvorte dokumentáciu" target="_blank">budúcich verziách</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'E-mail', // IGNORE diff --git a/app/i18n/sk/gen.php b/app/i18n/sk/gen.php index 8ff96a4ef..b8df72a16 100644 --- a/app/i18n/sk/gen.php +++ b/app/i18n/sk/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Včera', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇸🇰', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'O FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => 'Schránka', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/tr/gen.php b/app/i18n/tr/gen.php index 3c9f15453..99ab450fb 100644 --- a/app/i18n/tr/gen.php +++ b/app/i18n/tr/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => 'Dün', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇹🇷', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => 'FreshRSS Hakkında', diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index 456c62149..651e530d9 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -297,7 +297,7 @@ return array( 'sharing' => array( '_' => '分享', 'add' => '添加分享方式', - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'deprecated' => '此功能已被废弃并会在未来的 FreshRSS 版本中移除,详情见 <a href="https://freshrss.github.io/FreshRSS/en/users/08_sharing_services.html" title="打开文档获更多信息" target="_blank">说明文档</a>.', 'diaspora' => 'Diaspora*', // IGNORE 'email' => 'Email', // IGNORE diff --git a/app/i18n/zh-cn/gen.php b/app/i18n/zh-cn/gen.php index 9e85a8a00..a0ba4bab8 100644 --- a/app/i18n/zh-cn/gen.php +++ b/app/i18n/zh-cn/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => '昨天', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇨🇳', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => '关于 FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => '剪贴板', 'diaspora' => 'Diaspora*', // IGNORE diff --git a/app/i18n/zh-tw/gen.php b/app/i18n/zh-tw/gen.php index 6f68e83e8..4b0e0feab 100644 --- a/app/i18n/zh-tw/gen.php +++ b/app/i18n/zh-tw/gen.php @@ -131,6 +131,7 @@ return array( 'yesterday' => '昨天', ), 'dir' => 'ltr', // IGNORE + 'flag' => '🇹🇼', 'freshrss' => array( '_' => 'FreshRSS', // IGNORE 'about' => '關於 FreshRSS', @@ -213,7 +214,7 @@ return array( 'archiveIS' => 'archive.is', // IGNORE 'archiveORG' => 'archive.org', // IGNORE 'archivePH' => 'archive.ph', // IGNORE - 'bluesky' => 'Bluesky', // TODO + 'bluesky' => 'Bluesky', // IGNORE 'buffer' => 'Buffer', // IGNORE 'clipboard' => '剪貼板', 'diaspora' => 'Diaspora*', // IGNORE |
