From 010a54d1c9f6535b828b2302ba354daa654a8ffe Mon Sep 17 00:00:00 2001 From: bilimiyorum <131397022+bilimiyorum@users.noreply.github.com> Date: Sun, 29 Mar 2026 18:02:53 +0300 Subject: [PATCH] Update tr.rs (#14628) New string entries --- src/lang/tr.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/tr.rs b/src/lang/tr.rs index d69995b5f..5acb15221 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -741,7 +741,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tutun"), ("Continue with {}", "{} ile devam et"), ("Display Name", "Görünen Ad"), - ("password-hidden-tip", ""), - ("preset-password-in-use-tip", ""), + ("password-hidden-tip", "Şifre gizli"), + ("preset-password-in-use-tip", "Önceden ayarlanmış şifre kullanılıyor"), ].iter().cloned().collect(); }