aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/kr/sub.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-06-05 10:09:31 +0200
committerGravatar GitHub <noreply@github.com> 2020-06-05 10:09:31 +0200
commitd4554fa087f9057610085ca685cd8fb79d8f2bd0 (patch)
tree60ab634136516e98d0885d1033a5636233f837b7 /app/i18n/kr/sub.php
parent27f0b614189c090028dfb9a56d1b21f1adf263d4 (diff)
Change add feed action (#3027)
* Docker Alpine 3.12 (#3025) https://alpinelinux.org/posts/Alpine-3.12.0-released.html With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged). No other significant change spotted * Ensure feed attributes are used before load Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/kr/sub.php')
-rw-r--r--app/i18n/kr/sub.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/i18n/kr/sub.php b/app/i18n/kr/sub.php
index a6e2dd061..8c1c481f8 100644
--- a/app/i18n/kr/sub.php
+++ b/app/i18n/kr/sub.php
@@ -1,6 +1,7 @@
<?php
return array(
+ 'add' => 'Feed and category creation has been moved <a href=\'%s\'>here</a>. It is also accessible from the menu on the left and from the ✚ icon available on the main page.', // TODO - Translation
'api' => array(
'documentation' => '외부 도구에서 API를 사용하기 위해서 아래 URL을 사용하세요.',
'title' => 'API',
@@ -16,7 +17,6 @@ return array(
'archiving' => '보관',
'empty' => '빈 카테고리',
'information' => '정보',
- 'new' => '새 카테고리',
'position' => 'Display position', // TODO - Translation
'position_help' => 'To control category sort order', // TODO - Translation
'title' => '제목',
@@ -102,6 +102,8 @@ return array(
'title' => '불러오기 / 내보내기',
),
'menu' => array(
+ 'add' => 'Add a feed/a category', // TODO - Translation
+ 'add_feed' => 'Add a feed', // TODO - Translation
'bookmark' => '구독하기 (FreshRSS 북마클릿)',
'import_export' => '불러오기 / 내보내기',
'subscription_management' => '구독 관리',
@@ -109,6 +111,9 @@ return array(
),
'title' => array(
'_' => '구독 관리',
+ 'add' => 'Add a feed/a category', // TODO - Translation
+ 'add_category' => 'Add a category', // TODO - Translation
+ 'add_feed' => 'Add a feed', // TODO - Translation
'feed_management' => 'RSS 피드 관리',
'subscription_tools' => '구독 도구',
),