aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/ja
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/ja
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/ja')
-rw-r--r--app/i18n/ja/conf.php5
-rw-r--r--app/i18n/ja/feedback.php1
2 files changed, 5 insertions, 1 deletions
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' => '既知のアプリの一覧は<a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">ドキュメント</a>を参照してください',
'help' => '<a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>ドキュメント</a>を参照します',
),
+ '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' => 'Eメールアドレス',
+ 'new_password' => 'New password', // TODO
'password_api' => 'APIのパスワード<br /><small>(モバイルアプリなど)</small>',
- 'password_form' => 'パスワード<br /><small>(Web-formのログイン時に使われます)</small>',
'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(