From 82b1d999dcfaccea7996d4dccd4778754ec39389 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:31:44 +0100 Subject: New: About page with env information (#7161) * infobox * i18n * CSS improved * themes * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite * Update app/views/index/about.phtml Co-authored-by: Alexandre Alapetite * Environment information => System information * Issue templates: Env info -> System info * i18n: IT Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * i18n: DE * Update app/i18n/it/index.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * added: php_uname() * i18n: fr * Add database version --------- Co-authored-by: Alexandre Alapetite Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- app/i18n/cs/index.php | 10 ++++++++++ app/i18n/de/index.php | 10 ++++++++++ app/i18n/el/index.php | 10 ++++++++++ app/i18n/en-us/index.php | 10 ++++++++++ app/i18n/en/index.php | 10 ++++++++++ app/i18n/es/index.php | 10 ++++++++++ app/i18n/fa/index.php | 10 ++++++++++ app/i18n/fi/index.php | 10 ++++++++++ app/i18n/fr/index.php | 10 ++++++++++ app/i18n/he/index.php | 10 ++++++++++ app/i18n/hu/index.php | 10 ++++++++++ app/i18n/id/index.php | 10 ++++++++++ app/i18n/it/index.php | 10 ++++++++++ app/i18n/ja/index.php | 10 ++++++++++ app/i18n/ko/index.php | 10 ++++++++++ app/i18n/lv/index.php | 10 ++++++++++ app/i18n/nl/index.php | 10 ++++++++++ app/i18n/oc/index.php | 10 ++++++++++ app/i18n/pl/index.php | 10 ++++++++++ app/i18n/pt-br/index.php | 10 ++++++++++ app/i18n/ru/index.php | 10 ++++++++++ app/i18n/sk/index.php | 10 ++++++++++ app/i18n/tr/index.php | 10 ++++++++++ app/i18n/zh-cn/index.php | 10 ++++++++++ app/i18n/zh-tw/index.php | 10 ++++++++++ 25 files changed, 250 insertions(+) (limited to 'app/i18n') diff --git a/app/i18n/cs/index.php b/app/i18n/cs/index.php index f60554218..8658969c8 100644 --- a/app/i18n/cs/index.php +++ b/app/i18n/cs/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'O aplikaci', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Hlášení chyb', 'credits' => 'Poděkování', 'credits_content' => 'Některé designové prvky pocházejí z Bootstrap, FreshRSS ale tuto platformu nevyužívá. Ikony pocházejí z projektu GNOME. Písmo Open Sans vytvořil Steve Matteson. FreshRSS je založeno na PHP framework Minz.', diff --git a/app/i18n/de/index.php b/app/i18n/de/index.php index 3adb4065e..8cfe593f3 100644 --- a/app/i18n/de/index.php +++ b/app/i18n/de/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Über', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'Systemumgebung', + 'browser' => 'Browser', // IGNORE + 'database' => 'Datenbank', + 'server_software' => 'Serversoftware', + 'version_frss' => 'FreshRSS-Version', + 'version_php' => 'PHP-Version', + ), + ), 'bugs_reports' => 'Fehlerberichte', 'credits' => 'Mitwirkende', 'credits_content' => 'Einige Designelemente stammen von Bootstrap, obwohl FreshRSS dieses Framework nicht nutzt. Icons stammen vom GNOME project. Open Sans Font wurde von Steve Matteson erstellt. FreshRSS basiert auf Minz, einem PHP-Framework.', diff --git a/app/i18n/el/index.php b/app/i18n/el/index.php index 82f325cf7..cd2758a87 100644 --- a/app/i18n/el/index.php +++ b/app/i18n/el/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'About', // TODO 'agpl3' => 'AGPL 3', // TODO + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Bug reports', // TODO 'credits' => 'Credits', // TODO 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from the GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', // TODO diff --git a/app/i18n/en-us/index.php b/app/i18n/en-us/index.php index 9d0c9ec77..69f34e262 100644 --- a/app/i18n/en-us/index.php +++ b/app/i18n/en-us/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'About', // IGNORE 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // IGNORE + 'browser' => 'Browser', // IGNORE + 'database' => 'Database', // IGNORE + 'server_software' => 'Server software', // IGNORE + 'version_frss' => 'FreshRSS version', // IGNORE + 'version_php' => 'PHP version', // IGNORE + ), + ), 'bugs_reports' => 'Bug reports', // IGNORE 'credits' => 'Credits', // IGNORE 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from the GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', // IGNORE diff --git a/app/i18n/en/index.php b/app/i18n/en/index.php index cbb105456..dcb318e79 100644 --- a/app/i18n/en/index.php +++ b/app/i18n/en/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'About', 'agpl3' => 'AGPL 3', + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Bug reports', 'credits' => 'Credits', 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from the GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', diff --git a/app/i18n/es/index.php b/app/i18n/es/index.php index 88209906d..9ebd93dbc 100644 --- a/app/i18n/es/index.php +++ b/app/i18n/es/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Acerca de', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Informe de fallos', 'credits' => 'Créditos', 'credits_content' => 'Aunque FreshRSS no usa ese entorno, algunos elementos del diseño están obtenidos de Bootstrap. Los Iconos han sido obtenidos del proyecto GNOME. La fuente Open Sans es una creación de Steve Matteson. FreshRSS usa el entorno PHP Minz.', diff --git a/app/i18n/fa/index.php b/app/i18n/fa/index.php index b389a9541..9a1d17624 100644 --- a/app/i18n/fa/index.php +++ b/app/i18n/fa/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => ' در مورد', 'agpl3' => ' AGPL 3', + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => ' گزارش اشکال', 'credits' => ' اعتبار', 'credits_content' => ' برخی از عناصر طراحی از Bootstrap می آیند', diff --git a/app/i18n/fi/index.php b/app/i18n/fi/index.php index c7193549e..229d31168 100644 --- a/app/i18n/fi/index.php +++ b/app/i18n/fi/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Tietoja', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Virheraportit', 'credits' => 'Tekijät', 'credits_content' => 'Jotkin suunnitteluelementit perustuvat Bootstrapiin, mutta FreshRSS ei käytä tätä kehystä. Kuvakkeet tulevat GNOME-projektista. Open Sans -fontin on luonut Steve Matteson. FreshRSS perustuu PHP-kehykseen Minz.', diff --git a/app/i18n/fr/index.php b/app/i18n/fr/index.php index 2fd1bc4b8..709387d18 100644 --- a/app/i18n/fr/index.php +++ b/app/i18n/fr/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'À propos', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'Informations système', + 'browser' => 'Navigateur', + 'database' => 'Base de données', + 'server_software' => 'Serveur Web', + 'version_frss' => 'Version de FreshRSS', + 'version_php' => 'Version de PHP', + ), + ), 'bugs_reports' => 'Rapports de bugs', 'credits' => 'Crédits', 'credits_content' => 'Des éléments de design sont issus du projet Bootstrap bien que FreshRSS n’utilise pas ce framework. Les icônes sont issues du projet GNOME. La police Open Sans utilisée a été créée par Steve Matteson. FreshRSS repose sur Minz, un framework PHP.', diff --git a/app/i18n/he/index.php b/app/i18n/he/index.php index f603acea5..c73feec05 100644 --- a/app/i18n/he/index.php +++ b/app/i18n/he/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'אודות', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'דיווח באגים', 'credits' => 'קרדיטים', 'credits_content' => 'מאפייני עיצוב מסויימים הגיעו מ Bootstrap אף על פי ש FreshRSS אינו משתמש בתשתית הזו. סמלילים הגיעו מ פרוייקט GNOME . Open Sans הגופן police נוצר על ידי Steve Matteson. Favicons נאספים בעזרת getFavicon API. FreshRSS מבוסס על Minz, תשתית PHP.', diff --git a/app/i18n/hu/index.php b/app/i18n/hu/index.php index 863ed38b9..a1e7907b3 100644 --- a/app/i18n/hu/index.php +++ b/app/i18n/hu/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Névjegy', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Hiba jelentések', 'credits' => 'Credits', // IGNORE 'credits_content' => 'Néhány dizájn elem a Bootstrap segítségével működik, habár a FreshRSS nem használja ezt a framework-öt. Az Ikonok a GNOME projekt-ből származnak. Open Sans betűtípust készítette Steve Matteson. A FreshRSS a Minz PHP keretrendszeren alapul.', diff --git a/app/i18n/id/index.php b/app/i18n/id/index.php index 0f0ec2543..8ce20c9be 100644 --- a/app/i18n/id/index.php +++ b/app/i18n/id/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'About', // TODO 'agpl3' => 'AGPL 3', // TODO + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Bug reports', // TODO 'credits' => 'Credits', // TODO 'credits_content' => 'Some design elements come from Bootstrap although FreshRSS doesn’t use this framework. Icons come from the GNOME project. Open Sans font police has been created by Steve Matteson. FreshRSS is based on Minz, a PHP framework.', // TODO diff --git a/app/i18n/it/index.php b/app/i18n/it/index.php index 316e78242..ff2dc080c 100644 --- a/app/i18n/it/index.php +++ b/app/i18n/it/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Informazioni', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'Informazioni sul sistema', + 'browser' => 'Browser', // IGNORE + 'database' => 'Database', // IGNORE + 'server_software' => 'Software server', + 'version_frss' => 'Versione FreshRSS', + 'version_php' => 'Versione PHP', + ), + ), 'bugs_reports' => 'Bugs', 'credits' => 'Crediti', 'credits_content' => 'Alcuni elementi di design provengono da Bootstrap sebbene FreshRSS non usi questo framework. Le icone provengono dal progetto GNOME. Il carattere Open Sans è stato creato da Steve Matteson. FreshRSS è basato su Minz, un framework PHP.', diff --git a/app/i18n/ja/index.php b/app/i18n/ja/index.php index e73d76dc5..d10188689 100644 --- a/app/i18n/ja/index.php +++ b/app/i18n/ja/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'FreshRSSについて', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'バグレポート', 'credits' => 'クレジット', 'credits_content' => 'いくつかのデザイン要素はBootstrapに由来しますが、FreshRSSはこのフレームワークを使用していません。アイコンGNOMEプロジェクトに由来します。Open SansフォントはSteve Mattesonによって作成されました。FreshRSSはPHPフレームワークのMinzを採用しています。', diff --git a/app/i18n/ko/index.php b/app/i18n/ko/index.php index 388ae1063..09c1f4ebe 100644 --- a/app/i18n/ko/index.php +++ b/app/i18n/ko/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => '정보', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => '버그 제보하기', 'credits' => '크레딧', 'credits_content' => 'FreshRSS는 Bootstrap 프레임워크를 사용하진 않지만, 일부 디자인 요소를 가져왔습니다. 아이콘들GNOME 프로젝트에서 가져왔습니다. Open Sans 글꼴은 Steve Matteson가 제작하였습니다. FreshRSS는 PHP 프레임워크인 Minz에 기반하고 있습니다.', diff --git a/app/i18n/lv/index.php b/app/i18n/lv/index.php index 96dc104b3..f52476abe 100644 --- a/app/i18n/lv/index.php +++ b/app/i18n/lv/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Par vietni', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Ziņojumi par kļūdām', 'credits' => 'Kredīti', 'credits_content' => 'Daži dizaina elementi nāk no Bootstrap, lai gan FreshRSS neizmanto šo ietvaru. Ikonas ir no GNOME projekta. Open Sans fontu policiju ir izveidojis Steve Matteson. FreshRSS pamatā ir PHP ietvarstruktūra Minz.', diff --git a/app/i18n/nl/index.php b/app/i18n/nl/index.php index 24350d4ec..4b9d2e6a9 100644 --- a/app/i18n/nl/index.php +++ b/app/i18n/nl/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Over', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Rapporteer fouten', 'credits' => 'Waarderingen', 'credits_content' => 'Sommige ontwerp elementen komen van Bootstrap alhoewel FreshRSS dit raamwerk niet gebruikt. Pictogrammen komen van het GNOME project. De Open Sans font police is gemaakt door Steve Matteson. FreshRSS is gebaseerd op Minz, een PHP raamwerk. Nederlandse vertaling door Wanabo, NieuwsKop.be. Link naar de Nederlandse vertaling, FreshRSS-Dutch-translation.', diff --git a/app/i18n/oc/index.php b/app/i18n/oc/index.php index f1c4b44c1..89e28f6ed 100644 --- a/app/i18n/oc/index.php +++ b/app/i18n/oc/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'A prepaus', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Senhalament de problèmas', 'credits' => 'Crèdits', 'credits_content' => 'Unes elements de l’estil venon del projècte Bootstrap encara que FreshRSS utilize pas aqueste framework. Las icònas venon del projècte GNOME. La polissa Open Sans utilizada foguèt creada per en Steve Matteson. FreshRSS es basat sus Minz, un framework PHP.', diff --git a/app/i18n/pl/index.php b/app/i18n/pl/index.php index 32990de68..bf5386e0a 100644 --- a/app/i18n/pl/index.php +++ b/app/i18n/pl/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'O serwisie', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Zgłaszanie problemów', 'credits' => 'Uznanie autorstwa', 'credits_content' => 'Niektóre elementy designu pochodzą z Bootstrapa, przy czym FreshRSS nie używa tego frameworku. Ikony zostały pierwotnie stworzone dla projektu GNOME. Font Open Sans jest autorstwa Steve’a Mattesona. FreshRSS opiera się na Minz, frameworku PHP.', diff --git a/app/i18n/pt-br/index.php b/app/i18n/pt-br/index.php index 375b94f81..8dcf57e7c 100644 --- a/app/i18n/pt-br/index.php +++ b/app/i18n/pt-br/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Sobre', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Reportar Bugs', 'credits' => 'Créditos', 'credits_content' => 'Alguns elementos de design vieram do Bootstrap Embora FreshRRS não utiliza este framework. Ícones vieram do GNOME project. Open Sans font police foi criada por Steve Matteson. FreshRSS é baseado no Minz, um framework PHP.', diff --git a/app/i18n/ru/index.php b/app/i18n/ru/index.php index 9eab768c3..dca1cf062 100644 --- a/app/i18n/ru/index.php +++ b/app/i18n/ru/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'О проекте', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Баг репорты', 'credits' => 'Авторство', 'credits_content' => 'Некоторые элементы дизайна взяты из Bootstrap, хотя FreshRSS не использует этот фреймворк. Иконки взяты из проекта GNOME. Шрифт Open Sans создан Стивом Мэттесоном. FreshRSS основан на Minz, PHP-фреймворке.', diff --git a/app/i18n/sk/index.php b/app/i18n/sk/index.php index 2e375daa9..0a32fab82 100644 --- a/app/i18n/sk/index.php +++ b/app/i18n/sk/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'O FreshRSS', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Nahlásiť chybu', 'credits' => 'Poďakovanie', 'credits_content' => 'Niektoré časti vzhľadu pochádzajú z Bootstrapu, aj keď FreshRSS tento framework nepoužíva. Ikony sú z GNOME project. Font Open Sans zabezpečil Steve Matteson. FreshRSS je založený na PHP frameworku Minz.', diff --git a/app/i18n/tr/index.php b/app/i18n/tr/index.php index d3099cc4c..f2ad267ca 100644 --- a/app/i18n/tr/index.php +++ b/app/i18n/tr/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => 'Hakkında', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => 'Hata raporu', 'credits' => 'Tanıtım', 'credits_content' => 'Bu frameworkü kullanmamasına rağmen FreshRSS bazı tasarım ögelerini Bootstrap dan almıştır. İkonlar GNOME projesinden alınmıştır. Open Sans yazı tipi Steve Matteson tarafından oluşturulmuştur. FreshRSS bir PHP framework olan Minz i temel alır.', diff --git a/app/i18n/zh-cn/index.php b/app/i18n/zh-cn/index.php index 50694a741..1499f8571 100644 --- a/app/i18n/zh-cn/index.php +++ b/app/i18n/zh-cn/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => '关于', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => '报告错误', 'credits' => '致谢', 'credits_content' => '某些设计元素来自于 Bootstrap ,尽管 FreshRSS 并没有使用此框架。图标 来自于 GNOME 项目Open Sans 字体出自 Steve Matteson 之手。FreshRSS 基于 PHP 框架 Minz。', diff --git a/app/i18n/zh-tw/index.php b/app/i18n/zh-tw/index.php index 893b23c68..4daab5cf6 100644 --- a/app/i18n/zh-tw/index.php +++ b/app/i18n/zh-tw/index.php @@ -14,6 +14,16 @@ return array( 'about' => array( '_' => '關於', 'agpl3' => 'AGPL 3', // IGNORE + 'bug_reports' => array( + 'environment_information' => array( + '_' => 'System information', // TODO + 'browser' => 'Browser', // TODO + 'database' => 'Database', // TODO + 'server_software' => 'Server software', // TODO + 'version_frss' => 'FreshRSS version', // TODO + 'version_php' => 'PHP version', // TODO + ), + ), 'bugs_reports' => '報告錯誤', 'credits' => '致謝', 'credits_content' => '某些設計元素來自於 Bootstrap ,盡管 FreshRSS 並沒有使用此框架。圖標 來自於 GNOME 項目Open Sans 字體出自 Steve Matteson 之手。FreshRSS 基於 PHP 框架 Minz。', -- cgit v1.2.3