diff options
| author | 2024-12-04 22:41:08 +0100 | |
|---|---|---|
| committer | 2024-12-04 22:41:08 +0100 | |
| commit | 79651b942de86e9d181ecf92cbbf12ad87b58cf2 (patch) | |
| tree | 9f5f7bd2fe649d066271f593f0f1aba98b420400 /app/i18n/ko | |
| parent | b6f3bbe18525292ae38831344a4bd5e1b361b4e0 (diff) | |
improve api management (#7048)
* ... and sharing user queries by link (not all languages)
* Profile page: API mgm: better headline, better help text
* i18n
* i18n: " and sharing user queries"
* i18n: link to documentation + apps list
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/admin.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update app/i18n/it/conf.php
* Update app/i18n/fr/admin.php
* i18n
* French doc cf. English
* Update app/i18n/it/conf.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update conf.php
---------
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/ko')
| -rw-r--r-- | app/i18n/ko/admin.php | 2 | ||||
| -rw-r--r-- | app/i18n/ko/conf.php | 12 |
2 files changed, 12 insertions, 2 deletions
diff --git a/app/i18n/ko/admin.php b/app/i18n/ko/admin.php index 4c7ef8a7a..dbc1d5778 100644 --- a/app/i18n/ko/admin.php +++ b/app/i18n/ko/admin.php @@ -14,7 +14,7 @@ return array( 'auth' => array( 'allow_anonymous' => '누구나 기본 사용자의 글을 읽을 수 있도록 합니다(%s)', 'allow_anonymous_refresh' => '누구나 피드를 갱신할 수 있도록 합니다', - 'api_enabled' => '<abbr>API</abbr> 사용을 허가합니다<small>(모바일 애플리케이션을 사용할 때 필요합니다)</small>', + 'api_enabled' => '<abbr>API</abbr> 사용을 허가합니다<small>(모바일 애플리케이션을 사용할 때 필요합니다 and sharing user queries)</small>', // DIRTY 'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)', 'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)', 'none' => '사용하지 않음 (위험)', diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php index ad1c7431c..9ca087a1b 100644 --- a/app/i18n/ko/conf.php +++ b/app/i18n/ko/conf.php @@ -105,7 +105,13 @@ return array( ), 'profile' => array( '_' => '프로필 관리', - 'api' => 'API 관리', + 'api' => array( + '_' => 'API 관리', + 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO + 'disabled' => 'The API access is disabled.', // TODO + 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO + 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO + ), 'delete' => array( '_' => '계정 삭제', 'warn' => '당신의 계정과 관련된 모든 데이터가 삭제됩니다.', @@ -149,6 +155,10 @@ return array( 'search' => '“%s”의 검색 결과', 'share' => array( '_' => '링크로 쿼리 공유', + 'disabled' => array( + '_' => 'disabled', // TODO + 'title' => 'Sharing', // TODO + ), 'greader' => 'Shareable link to the GReader JSON', // TODO 'help' => '링크를 사용해서 쿼리를 공유하세요', 'html' => 'HTML 공유 링크', |
