Updated tr.rs (#14100)

New string entries
Minor typo corrections
This commit is contained in:
bilimiyorum
2026-01-22 09:13:38 +03:00
committed by GitHub
parent 43b39102a4
commit 341eb0c671

View File

@@ -366,7 +366,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Stop session recording", "Oturum kaydını sonlandır"),
("Enable recording session", "Kayıt Oturumunu Aktif Et"),
("Enable LAN discovery", "Yerel Ağ Keşfine İzin Ver"),
("Deny LAN discovery", "Yerl Ağ Keşfine İzin Verme"),
("Deny LAN discovery", "Yerel Ağ Keşfine İzin Verme"),
("Write a message", "Bir mesaj yazın"),
("Prompt", "İstem"),
("Please wait for confirmation of UAC...", "UAC onayı için lütfen bekleyiniz..."),
@@ -568,7 +568,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("input_source_1_tip", "Giriş kaynağı 1"),
("input_source_2_tip", "Giriş kaynağı 2"),
("Swap control-command key", "Kontrol-komut tuşunu değiştir"),
("swap-left-right-mouse", "sol-sağ fareyi değiştir"),
("swap-left-right-mouse", "Sol-sağ fare tuşlarını değiştir"),
("2FA code", "2FA kodu"),
("More", "Daha"),
("enable-2fa-title", "İki faktörlü kimlik doğrulamayı etkinleştir"),
@@ -737,7 +737,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("rel-mouse-exit-{}-tip", "Göreli fare modundan çıkmak için {}"),
("rel-mouse-permission-lost-tip", "Göreli fare izinleri geçerli değil"),
("Changelog", "Değişiklik Günlüğü"),
("keep-awake-during-outgoing-sessions-label", ""),
("keep-awake-during-incoming-sessions-label", ""),
("keep-awake-during-outgoing-sessions-label", "Giden oturumlar süresince ekranıık tut"),
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranıık tut"),
].iter().cloned().collect();
}