mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-19 03:01:02 +03:00
fix #6198
This commit is contained in:
@@ -8,28 +8,28 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Ready", "Hazır"),
|
||||
("Established", "Bağlantı sağlandı"),
|
||||
("connecting_status", "Bağlanılıyor "),
|
||||
("Enable Service", "Servisi aktif et"),
|
||||
("Start Service", "Servisi başlat"),
|
||||
("Enable service", "Servisi aktif et"),
|
||||
("Start service", "Servisi başlat"),
|
||||
("Service is running", "Servis çalışıyor"),
|
||||
("Service is not running", "Servis çalışmıyor"),
|
||||
("not_ready_status", "Hazır değil. Bağlantınızı kontrol edin"),
|
||||
("Control Remote Desktop", "Bağlanılacak Uzak Bağlantı ID"),
|
||||
("Transfer File", "Dosya transferi"),
|
||||
("Transfer file", "Dosya transferi"),
|
||||
("Connect", "Bağlan"),
|
||||
("Recent Sessions", "Son Bağlanılanlar"),
|
||||
("Address Book", "Adres Defteri"),
|
||||
("Recent sessions", "Son Bağlanılanlar"),
|
||||
("Address book", "Adres Defteri"),
|
||||
("Confirmation", "Onayla"),
|
||||
("TCP Tunneling", "TCP Tünelleri"),
|
||||
("TCP tunneling", "TCP Tünelleri"),
|
||||
("Remove", "Kaldır"),
|
||||
("Refresh random password", "Yeni rastgele şifre oluştur"),
|
||||
("Set your own password", "Kendi şifreni oluştur"),
|
||||
("Enable Keyboard/Mouse", "Klavye ve Fareye izin ver"),
|
||||
("Enable Clipboard", "Kopyalanan geçici veriye izin ver"),
|
||||
("Enable File Transfer", "Dosya Transferine izin ver"),
|
||||
("Enable TCP Tunneling", "TCP Tüneline izin ver"),
|
||||
("Enable keyboard/mouse", "Klavye ve Fareye izin ver"),
|
||||
("Enable clipboard", "Kopyalanan geçici veriye izin ver"),
|
||||
("Enable file transfer", "Dosya Transferine izin ver"),
|
||||
("Enable TCP tunneling", "TCP Tüneline izin ver"),
|
||||
("IP Whitelisting", "İzinli IP listesi"),
|
||||
("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", "Sunucu Yapılandırmasını Dışa Aktar"),
|
||||
("Import server configuration successfully", "Sunucu ayarları başarıyla içe aktarıldı"),
|
||||
("Export server configuration successfully", "Sunucu yapılandırmasını başarıyla dışa aktar"),
|
||||
@@ -190,10 +190,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Logging in...", "Giriş yapılıyor..."),
|
||||
("Enable RDP session sharing", "RDP oturum paylaşımını etkinleştir"),
|
||||
("Auto Login", "Otomatik giriş"),
|
||||
("Enable Direct IP Access", "Doğrudan IP Erişimini Etkinleştir"),
|
||||
("Enable direct IP access", "Doğrudan IP Erişimini Etkinleştir"),
|
||||
("Rename", "Yeniden adlandır"),
|
||||
("Space", "Boşluk"),
|
||||
("Create Desktop Shortcut", "Masaüstü kısayolu oluşturun"),
|
||||
("Create desktop shortcut", "Masaüstü kısayolu oluşturun"),
|
||||
("Change Path", "Yolu değiştir"),
|
||||
("Create Folder", "Klasör oluşturun"),
|
||||
("Please enter the folder name", "Lütfen klasör adını girin"),
|
||||
@@ -308,7 +308,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Keep RustDesk background service", "RustDesk arka plan hizmetini sürdürün"),
|
||||
("Ignore Battery Optimizations", "Pil Optimizasyonlarını Yoksay"),
|
||||
("android_open_battery_optimizations_tip", ""),
|
||||
("Start on Boot", ""),
|
||||
("Start on boot", ""),
|
||||
("Start the screen sharing service on boot, requires special permissions", ""),
|
||||
("Connection not allowed", "bağlantıya izin verilmedi"),
|
||||
("Legacy mode", "Eski mod"),
|
||||
@@ -317,10 +317,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use permanent password", "Kalıcı şifre kullan"),
|
||||
("Use both passwords", "İki şifreyide kullan"),
|
||||
("Set permanent password", "Kalıcı şifre oluştur"),
|
||||
("Enable Remote Restart", "Uzaktan yeniden başlatmayı aktif et"),
|
||||
("Restart Remote Device", "Uzaktaki cihazı yeniden başlat"),
|
||||
("Enable remote restart", "Uzaktan yeniden başlatmayı aktif et"),
|
||||
("Restart remote device", "Uzaktaki cihazı yeniden başlat"),
|
||||
("Are you sure you want to restart", "Yeniden başlatmak istediğinize emin misin?"),
|
||||
("Restarting Remote Device", "Uzaktan yeniden başlatılıyor"),
|
||||
("Restarting remote device", "Uzaktan yeniden başlatılıyor"),
|
||||
("remote_restarting_tip", "remote_restarting_tip"),
|
||||
("Copied", "Kopyalandı"),
|
||||
("Exit Fullscreen", "Tam ekrandan çık"),
|
||||
@@ -350,7 +350,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Follow System", "Sisteme Uy"),
|
||||
("Enable hardware codec", "Donanımsal codec aktif et"),
|
||||
("Unlock Security Settings", "Güvenlik Ayarlarını Aç"),
|
||||
("Enable Audio", "Sesi Aktif Et"),
|
||||
("Enable audio", "Sesi Aktif Et"),
|
||||
("Unlock Network Settings", "Ağ Ayarlarını Aç"),
|
||||
("Server", "Sunucu"),
|
||||
("Direct IP Access", "Direk IP Erişimi"),
|
||||
@@ -369,9 +369,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Change", "Değiştir"),
|
||||
("Start session recording", "Oturum kaydını başlat"),
|
||||
("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"),
|
||||
("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"),
|
||||
("Write a message", "Bir mesaj yazın"),
|
||||
("Prompt", "İstem"),
|
||||
("Please wait for confirmation of UAC...", "UAC onayı için lütfen bekleyiniz..."),
|
||||
@@ -405,7 +405,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("wayland_experiment_tip", "Wayland desteği deneysel aşamada olduğundan, gerektiğinde X11'i kullanmanız önerilir"),
|
||||
("Right click to select tabs", "Sekmeleri seçmek için sağ tıklayın"),
|
||||
("Skipped", "Atlandı"),
|
||||
("Add to Address Book", "Adres Defterine Ekle"),
|
||||
("Add to address book", "Adres Defterine Ekle"),
|
||||
("Group", "Grup"),
|
||||
("Search", "Ara"),
|
||||
("Closed manually by web console", "Web konsoluyla manuel olarak kapatıldı"),
|
||||
@@ -569,5 +569,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Plug out all", ""),
|
||||
("True color (4:4:4)", ""),
|
||||
("Enable blocking user input", ""),
|
||||
("id_input_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user