aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr
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/tr
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/tr')
-rw-r--r--app/i18n/tr/conf.php5
-rw-r--r--app/i18n/tr/feedback.php1
2 files changed, 5 insertions, 1 deletions
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 81770c5e0..f43991909 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/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">Belgeleri ve bilinen uygulamaların listesini</a> gör',
'help' => '<a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">Belgeleri</a> gör',
),
+ '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(
'_' => 'Hesap silme',
'warn' => 'Hesabınız ve ilgili tüm veriler silinecek.',
),
'email' => 'E-posta adresi',
+ 'new_password' => 'New password', // TODO
'password_api' => 'API parolası<br /><small>(örneğin, mobil uygulamalar için)</small>',
- 'password_form' => 'Parola<br /><small>(Web formuyla giriş yöntemi için)</small>',
'password_format' => 'En az 7 karakter',
'title' => 'Profil',
),
diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php
index f9331982b..4ceda974b 100644
--- a/app/i18n/tr/feedback.php
+++ b/app/i18n/tr/feedback.php
@@ -66,6 +66,7 @@ return array(
),
'profile' => array(
'error' => 'Profiliniz değiştirilemedi',
+ 'passwords_dont_match' => 'Passwords don’t match', // TODO
'updated' => 'Profiliniz değiştirildi',
),
'sub' => array(