aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ko
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-07-31 09:24:37 +0200
committerGravatar GitHub <noreply@github.com> 2025-07-31 09:24:37 +0200
commitf85333e98adff296700e01ece8843aaf94694257 (patch)
treec1c1a36a06f2d9fe824c3284757cd8761bd3f9d3 /app/i18n/ko
parent7a0c423357818b19eb431775452b1357bc7fd3eb (diff)
Require current password when setting new password (#7763)
* Require current password when setting new password * i18n: fr --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/ko')
-rw-r--r--app/i18n/ko/conf.php5
-rw-r--r--app/i18n/ko/feedback.php1
2 files changed, 5 insertions, 1 deletions
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index 5bfb8a07d..488f4e887 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -120,13 +120,16 @@ return array(
'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
),
+ 'change_password' => 'Change password', // TODO
+ 'confirm_new_password' => 'Confirm new password', // TODO
+ 'current_password' => 'Current password<br /><small>(for the Web-form login method)</small>', // TODO
'delete' => array(
'_' => '계정 삭제',
'warn' => '당신의 계정과 관련된 모든 데이터가 삭제됩니다.',
),
'email' => '메일 주소',
+ 'new_password' => 'New password', // TODO
'password_api' => 'API 암호<br /><small>(예: 모바일 애플리케이션)</small>',
- 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>',
'password_format' => '7 글자 이상이어야 합니다',
'title' => '프로필',
),
diff --git a/app/i18n/ko/feedback.php b/app/i18n/ko/feedback.php
index 63d05c02c..777789fbb 100644
--- a/app/i18n/ko/feedback.php
+++ b/app/i18n/ko/feedback.php
@@ -66,6 +66,7 @@ return array(
),
'profile' => array(
'error' => '프로필을 변경할 수 없습니다',
+ 'passwords_dont_match' => 'Passwords don’t match', // TODO
'updated' => '프로필을 변경했습니다',
),
'sub' => array(