From 70e71b8364c1317af04f92fd86df4541fa269e0c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 3 Jan 2024 11:23:06 +0100 Subject: Auto-label (#5954) Add labels automatically to incoming articles fix https://github.com/FreshRSS/FreshRSS/issues/2380 fix https://github.com/FreshRSS/FreshRSS/issues/2420 fix https://github.com/FreshRSS/FreshRSS/issues/3279 fix https://github.com/FreshRSS/FreshRSS/discussions/4947 fix https://github.com/FreshRSS/FreshRSS/issues/5728 fix https://github.com/FreshRSS/FreshRSS/issues/5599 --- app/i18n/ko/feedback.php | 2 ++ app/i18n/ko/sub.php | 1 + 2 files changed, 3 insertions(+) (limited to 'app/i18n/ko') diff --git a/app/i18n/ko/feedback.php b/app/i18n/ko/feedback.php index 6ecd62d83..0cd8dca6f 100644 --- a/app/i18n/ko/feedback.php +++ b/app/i18n/ko/feedback.php @@ -116,8 +116,10 @@ return array( ), 'tag' => array( 'created' => '“%s” 태그가 생성되었습니다.', + 'error' => 'Label could not be updated!', // TODO 'name_exists' => '같은 이름의 태그가 이미 존재합니다.', 'renamed' => '“%s” 태그가 “%s” (으)로 이름이 변경되었습니다.', + 'updated' => 'Label has been updated.', // TODO ), 'update' => array( 'can_apply' => 'FreshRSS가 %s 버전으로 업데이트됩니다.', diff --git a/app/i18n/ko/sub.php b/app/i18n/ko/sub.php index f4661de28..8509235fe 100644 --- a/app/i18n/ko/sub.php +++ b/app/i18n/ko/sub.php @@ -196,6 +196,7 @@ return array( 'subscription_tools' => '구독 도구', ), 'tag' => array( + 'auto_label' => 'Add this label to new articles', // TODO 'name' => '이름', 'new_name' => '새 이름', 'old_name' => '이전 이름', -- cgit v1.2.3