mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-30 16:41:00 +03:00
Merge branch 'rustdesk/master'
This commit is contained in:
@@ -103,6 +103,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Original", "Orjinal"),
|
||||
("Shrink", "Küçült"),
|
||||
("Stretch", "Uzat"),
|
||||
("Scrollbar", "Kaydırma çubuğu"),
|
||||
("ScrollAuto", "Otomatik Kaydır"),
|
||||
("Good image quality", "İyi görüntü kalitesi"),
|
||||
("Balanced", "Dengelenmiş"),
|
||||
("Optimize reaction time", "Tepki süresini optimize et"),
|
||||
@@ -315,5 +317,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Are you sure you want to restart", "Yeniden başlatmak istediğinize emin misin?"),
|
||||
("Restarting Remote Device", "Uzaktan yeniden başlatılıyor"),
|
||||
("remote_restarting_tip", ""),
|
||||
("Copied", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user