diff options
author | maTh <1645099+math-GH@users.noreply.github.com> | 2025-01-10 08:31:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-10 08:31:44 +0100 |
commit | 82b1d999dcfaccea7996d4dccd4778754ec39389 (patch) | |
tree | e45e49ba758581d2c28895a8a303142caa67b4cd /app/i18n/tr | |
parent | 5368f38753a3e655ed3d7d7dfc7af2cc22de7980 (diff) | |
download | freshrss-82b1d999dcfaccea7996d4dccd4778754ec39389.tar.gz freshrss-82b1d999dcfaccea7996d4dccd4778754ec39389.zip |
New: About page with env information (#7161)
* infobox
* i18n
* CSS improved
* themes
* Update app/views/index/about.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/views/index/about.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* 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 <alexandre@alapetite.fr>
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Diffstat (limited to 'app/i18n/tr')
-rw-r--r-- | app/i18n/tr/index.php | 10 |
1 files changed, 10 insertions, 0 deletions
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' => '<a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL 3</a>', // 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 <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> dan almıştır. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">İkonlar</a> <a href="https://www.gnome.org/">GNOME projesinden</a> alınmıştır. <em>Open Sans</em> yazı tipi <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a> tarafından oluşturulmuştur. FreshRSS bir PHP framework olan <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a> i temel alır.', |