Update tr.rs

This commit is contained in:
Ahmet Çadırcı 2022-11-28 12:42:13 +03:00 committed by GitHub
parent 6de3488f63
commit a1d4847231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,9 +30,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("IP Whitelisting", "İzinli IP listesi"), ("IP Whitelisting", "İzinli IP listesi"),
("ID/Relay Server", "ID/Relay Sunucusu"), ("ID/Relay Server", "ID/Relay Sunucusu"),
("Import Server Config", "Sunucu ayarlarını içe aktar"), ("Import Server Config", "Sunucu ayarlarını içe aktar"),
("Export Server Config", ""), ("Export Server Config", "Sunucu Yapılandırmasını Dışa Aktar"),
("Import server configuration successfully", "Sunucu ayarları başarıyla içe aktarıldı"), ("Import server configuration successfully", "Sunucu ayarları başarıyla içe aktarıldı"),
("Export server configuration successfully", ""), ("Export server configuration successfully", "Sunucu yapılandırmasını başarıyla dışa aktar"),
("Invalid server configuration", "Geçersiz sunucu ayarı"), ("Invalid server configuration", "Geçersiz sunucu ayarı"),
("Clipboard is empty", "Kopyalanan geçici veri boş"), ("Clipboard is empty", "Kopyalanan geçici veri boş"),
("Stop service", "Servisi Durdur"), ("Stop service", "Servisi Durdur"),
@ -296,8 +296,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("In privacy mode", "Gizlilik modunda"), ("In privacy mode", "Gizlilik modunda"),
("Out privacy mode", "Gizlilik modu dışında"), ("Out privacy mode", "Gizlilik modu dışında"),
("Language", "Dil"), ("Language", "Dil"),
("Keep RustDesk background service", ""), ("Keep RustDesk background service", "RustDesk arka plan hizmetini sürdürün"),
("Ignore Battery Optimizations", ""), ("Ignore Battery Optimizations", "Pil Optimizasyonlarını Yoksay"),
("android_open_battery_optimizations_tip", ""), ("android_open_battery_optimizations_tip", ""),
("Connection not allowed", "bağlantıya izin verilmedi"), ("Connection not allowed", "bağlantıya izin verilmedi"),
("Legacy mode", "Eski mod"), ("Legacy mode", "Eski mod"),
@ -367,7 +367,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable LAN Discovery", "Yerel Ağ Keşfine İzin Ver"), ("Enable LAN Discovery", "Yerel Ağ Keşfine İzin Ver"),
("Deny LAN Discovery", "Yerl Ağ Keşfine İzin Verme"), ("Deny LAN Discovery", "Yerl Ağ Keşfine İzin Verme"),
("Write a message", "Bir mesaj yazın"), ("Write a message", "Bir mesaj yazın"),
("Prompt", ""), ("Prompt", "İstem"),
("Please wait for confirmation of UAC...", "UAC onayı için lütfen bekleyiniz..."), ("Please wait for confirmation of UAC...", "UAC onayı için lütfen bekleyiniz..."),
("elevated_foreground_window_tip", "elevated_foreground_window_tip"), ("elevated_foreground_window_tip", "elevated_foreground_window_tip"),
("Disconnected", "Bağlantı Kesildi"), ("Disconnected", "Bağlantı Kesildi"),
@ -386,16 +386,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("or", "veya"), ("or", "veya"),
("Continue with", "bununla devam et"), ("Continue with", "bununla devam et"),
("Elevate", "Yükseltme"), ("Elevate", "Yükseltme"),
("Zoom cursor", ""), ("Zoom cursor", "Yakınlaştırma imleci"),
("Accept sessions via password", ""), ("Accept sessions via password", "Oturumları parola ile kabul etme"),
("Accept sessions via click", ""), ("Accept sessions via click", "Tıklama yoluyla oturumları kabul edin"),
("Accept sessions via both", ""), ("Accept sessions via both", "Her ikisi aracılığıyla oturumları kabul edin"),
("Please wait for the remote side to accept your session request...", ""), ("Please wait for the remote side to accept your session request...", "Lütfen uzak tarafın oturum isteğinizi kabul etmesini bekleyin..."),
("One-time Password", ""), ("One-time Password", "Tek Kullanımlık Şifre"),
("Use one-time password", ""), ("Use one-time password", "Tek seferlik parola kullanın"),
("One-time password length", ""), ("One-time password length", "Tek seferlik şifre uzunluğu"),
("Request access to your device", ""), ("Request access to your device", "Cihazınıza erişim talep edin"),
("Hide connection management window", ""), ("Hide connection management window", "Bağlantı yönetimi penceresini gizle"),
("hide_cm_tip", ""), ("hide_cm_tip", ""),
].iter().cloned().collect(); ].iter().cloned().collect();
} }