aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/i18n/ko/conf.php')
-rw-r--r--app/i18n/ko/conf.php12
1 files changed, 11 insertions, 1 deletions
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 공유 링크',