From f85333e98adff296700e01ece8843aaf94694257 Mon Sep 17 00:00:00 2001 From: Inverle Date: Thu, 31 Jul 2025 09:24:37 +0200 Subject: Require current password when setting new password (#7763) * Require current password when setting new password * i18n: fr --------- Co-authored-by: Alexandre Alapetite --- app/i18n/ja/conf.php | 5 ++++- app/i18n/ja/feedback.php | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'app/i18n/ja') diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index b7dd99c10..930b5e870 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -120,13 +120,16 @@ return array( 'documentation_link' => '既知のアプリの一覧はドキュメントを参照してください', 'help' => 'ドキュメントを参照します', ), + 'change_password' => 'Change password', // TODO + 'confirm_new_password' => 'Confirm new password', // TODO + 'current_password' => 'Current password
(for the Web-form login method)', // TODO 'delete' => array( '_' => 'アカウント消去', 'warn' => 'あなたのアカウントとそれに関連したデータが消去されます。', ), 'email' => 'Eメールアドレス', + 'new_password' => 'New password', // TODO 'password_api' => 'APIのパスワード
(モバイルアプリなど)', - 'password_form' => 'パスワード
(Web-formのログイン時に使われます)', 'password_format' => '最低7文字必要です', 'title' => 'プロフィール', ), diff --git a/app/i18n/ja/feedback.php b/app/i18n/ja/feedback.php index 5a474b27a..6a3c793ad 100644 --- a/app/i18n/ja/feedback.php +++ b/app/i18n/ja/feedback.php @@ -66,6 +66,7 @@ return array( ), 'profile' => array( 'error' => 'あなたのプロフィールを変更することはできません', + 'passwords_dont_match' => 'Passwords don’t match', // TODO 'updated' => 'あなたのプロフィールを変更されました', ), 'sub' => array( -- cgit v1.2.3