diff options
| author | 2023-03-12 23:18:11 +0100 | |
|---|---|---|
| committer | 2023-03-12 23:18:11 +0100 | |
| commit | ce5572d7dd13fce491257cee0f1f1ca69c499a4a (patch) | |
| tree | f00853f8a3d0fbd70fdb0fe618533fa7c73ba6c7 /app/i18n/ko/index.php | |
| parent | b22ea9d3d71272acdad9413344dd0bc77d985d46 (diff) | |
Improve about page (#5192)
* add link to documentation
* i18n for documentation
* add target="_blank" for website link
* show environment, if it is not 'production'
* just for admins
* fix
* Update app/i18n/fr/index.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/en/index.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/views/index/about.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko/index.php')
| -rw-r--r-- | app/i18n/ko/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/ko/index.php b/app/i18n/ko/index.php index e31296845..16fd632fc 100644 --- a/app/i18n/ko/index.php +++ b/app/i18n/ko/index.php @@ -17,6 +17,7 @@ return array( 'bugs_reports' => '버그 제보하기', 'credits' => '크레딧', 'credits_content' => 'FreshRSS는 <a href="http://twitter.github.io/bootstrap/">Bootstrap</a> 프레임워크를 사용하진 않지만, 일부 디자인 요소를 가져왔습니다. <a href="https://gitlab.gnome.org/Archive/gnome-icon-theme-symbolic">아이콘들</a>은 <a href="https://www.gnome.org/">GNOME 프로젝트</a>에서 가져왔습니다. <em>Open Sans</em> 글꼴은 <a href="https://fonts.google.com/specimen/Open+Sans">Steve Matteson</a>가 제작하였습니다. FreshRSS는 PHP 프레임워크인 <a href="https://framagit.org/marienfressinaud/MINZ">Minz</a>에 기반하고 있습니다.', + 'documentation' => 'Documentation', // TODO 'freshrss_description' => 'FreshRSS는 <a href="http://tontof.net/kriss/feed/">Kriss Feed</a> 또는 <a href="https://github.com/LeedRSS/Leed">Leed</a>와 같은 셀프 호스팅 기반의 RSS 피드 수집기입니다. FreshRSS는 강력하고 다양한 설정을 할 수 있으면서도 가볍고 사용하기 쉽습니다.', 'github' => '<a href="https://github.com/FreshRSS/FreshRSS/issues">Github 저장소에 제보</a>', 'license' => '라이센스', |
