mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-23 19:49:05 +08:00
fix "insert ctrl+alt+del"
This commit is contained in:
parent
b35b48086a
commit
bd22b01370
@ -305,7 +305,7 @@ class RemoteMenuEntry {
|
||||
}) {
|
||||
return MenuEntryButton<String>(
|
||||
childBuilder: (TextStyle? style) => Text(
|
||||
'${translate("Insert")} Ctrl + Alt + Del',
|
||||
'${translate("Insert Ctrl + Alt + Del")',
|
||||
style: style,
|
||||
),
|
||||
proc: () {
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "عرض مراقب الجودة"),
|
||||
("Disable clipboard", "تعطيل الحافظة"),
|
||||
("Lock after session end", "القفل بعد نهاية هذه الجلسة"),
|
||||
("Insert", "ادخال"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del دخال"),
|
||||
("Insert Lock", "قفل الادخال"),
|
||||
("Refresh", "تحديث"),
|
||||
("ID does not exist", "المعرف غير موجود"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Паказваць манітор якасці"),
|
||||
("Disable clipboard", "Адключыць буфер абмену"),
|
||||
("Lock after session end", "Заблакаваць уліковы запіс пасля сеансу"),
|
||||
("Insert", "Уставіць"),
|
||||
("Insert Ctrl + Alt + Del", "Уставіць Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Заблакаваць уліковы запіс"),
|
||||
("Refresh", "Абнавіць"),
|
||||
("ID does not exist", "ID не існуе"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Показвай прозорец за качество"),
|
||||
("Disable clipboard", "Забрана за достъп до клипборд"),
|
||||
("Lock after session end", "Заключване след край на ползване"),
|
||||
("Insert", "Поставяне"),
|
||||
("Insert Ctrl + Alt + Del", "Поставяне Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Заявка за заключване"),
|
||||
("Refresh", "Обновяване"),
|
||||
("ID does not exist", "Несъществуващ определител (ID)"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Mostra la informació de flux"),
|
||||
("Disable clipboard", "Inhabilita el porta-retalls"),
|
||||
("Lock after session end", "Bloca en finalitzar la sessió"),
|
||||
("Insert", "Insereix"),
|
||||
("Insert Ctrl + Alt + Del", "Insereix Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Bloca"),
|
||||
("Refresh", "Actualitza"),
|
||||
("ID does not exist", "Aquesta ID no existeix"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "显示质量监测"),
|
||||
("Disable clipboard", "禁用剪贴板"),
|
||||
("Lock after session end", "会话结束后锁定远程电脑"),
|
||||
("Insert", "插入"),
|
||||
("Insert Ctrl + Alt + Del", "插入 Ctrl + Alt + Del"),
|
||||
("Insert Lock", "锁定远程电脑"),
|
||||
("Refresh", "刷新画面"),
|
||||
("ID does not exist", "ID 不存在"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "上传文件夹"),
|
||||
("Upload files", "上传文件"),
|
||||
("Clipboard is synchronized", "剪贴板已同步"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Zobrazit monitor kvality"),
|
||||
("Disable clipboard", "Vypnout schránku"),
|
||||
("Lock after session end", "Po ukončení relace zamknout plochu"),
|
||||
("Insert", "Vložit"),
|
||||
("Insert Ctrl + Alt + Del", "Vložit Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Zamknout"),
|
||||
("Refresh", "Načíst znovu"),
|
||||
("ID does not exist", "Toto ID neexistuje"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Vis billedkvalitet"),
|
||||
("Disable clipboard", "Deaktiver udklipsholder"),
|
||||
("Lock after session end", "Lås efter afslutningen af fjernstyring"),
|
||||
("Insert", "Indsæt"),
|
||||
("Insert Ctrl + Alt + Del", "Indsæt Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Indsæt lås"),
|
||||
("Refresh", "Genopfrisk"),
|
||||
("ID does not exist", "ID findes ikke"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Qualitätsüberwachung anzeigen"),
|
||||
("Disable clipboard", "Zwischenablage deaktivieren"),
|
||||
("Lock after session end", "Nach Sitzungsende sperren"),
|
||||
("Insert", "Einfügen"),
|
||||
("Insert Ctrl + Alt + Del", "Einfügen Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Win+L (Sperren) senden"),
|
||||
("Refresh", "Aktualisieren"),
|
||||
("ID does not exist", "Diese ID existiert nicht."),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Ordner hochladen"),
|
||||
("Upload files", "Dateien hochladen"),
|
||||
("Clipboard is synchronized", "Zwischenablage ist synchronisiert"),
|
||||
("Insert Ctrl + Alt + Del", "Strg + Alt + Entf senden"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Εμφάνιση παρακολούθησης ποιότητας σύνδεσης"),
|
||||
("Disable clipboard", "Απενεργοποίηση προχείρου"),
|
||||
("Lock after session end", "Κλείδωμα μετά το τέλος της συνεδρίας"),
|
||||
("Insert", "Εισαγωγή"),
|
||||
("Insert Ctrl + Alt + Del", "Εισαγωγή Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Κλείδωμα απομακρυσμένου σταθμού"),
|
||||
("Refresh", "Ανανέωση"),
|
||||
("ID does not exist", "Το αναγνωριστικό ID δεν υπάρχει"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -236,6 +236,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("enable-trusted-devices-tip", "Skip 2FA verification on trusted devices"),
|
||||
("one-way-file-transfer-tip", "One-way file transfer is enabled on the controlled side."),
|
||||
("web_id_input_tip", "You can input an ID in the same server, direct IP access is not supported in web client.\nIf you want to access a device on another server, please append the server address (<id>@<server_address>?key=<key_value>), for example,\n9123456234@192.168.16.1:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nIf you want to access a device on a public server, please input \"<id>@public\", the key is not needed for public server."),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Montri kvalito monitoron"),
|
||||
("Disable clipboard", "Malebligi poŝon"),
|
||||
("Lock after session end", "Ŝlosi foran komputilon post malkonektado"),
|
||||
("Insert", "Enmeti"),
|
||||
("Insert Ctrl + Alt + Del", "Enmeti Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Ŝlosi foran komputilon"),
|
||||
("Refresh", "Refreŝigi ekranon"),
|
||||
("ID does not exist", "La identigilo ne ekzistas"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Mostrar calidad del monitor"),
|
||||
("Disable clipboard", "Deshabilitar portapapeles"),
|
||||
("Lock after session end", "Bloquear después del final de la sesión"),
|
||||
("Insert", "Insertar"),
|
||||
("Insert Ctrl + Alt + Del", "Insertar Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Insertar bloqueo"),
|
||||
("Refresh", "Actualizar"),
|
||||
("ID does not exist", "La ID no existe"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Subir carpeta"),
|
||||
("Upload files", "Subir archivos"),
|
||||
("Clipboard is synchronized", "Portapapeles sincronizado"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", ""),
|
||||
("Disable clipboard", ""),
|
||||
("Lock after session end", ""),
|
||||
("Insert", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
("Insert Lock", "Sisesta lukk"),
|
||||
("Refresh", ""),
|
||||
("ID does not exist", ""),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Erakutsi kalitate monitorea"),
|
||||
("Disable clipboard", "Desgaitu arbela"),
|
||||
("Lock after session end", "Blokeatu sesioa amaitu ostean"),
|
||||
("Insert", "Sartu"),
|
||||
("Insert Ctrl + Alt + Del", "Sartu Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Sarrera-blokeoa"),
|
||||
("Refresh", "Freskatu"),
|
||||
("ID does not exist", "IDa ez da existitzen"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "نمایش کیفیت مانیتور"),
|
||||
("Disable clipboard", " غیرفعالسازی کلیپبورد"),
|
||||
("Lock after session end", "قفل کردن حساب کاربری سیستم عامل پس از پایان جلسه"),
|
||||
("Insert", "افزودن"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del افزودن"),
|
||||
("Insert Lock", "قفل کردن سیستم"),
|
||||
("Refresh", "تازه سازی"),
|
||||
("ID does not exist", "شناسه وجود ندارد"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Afficher le moniteur de qualité"),
|
||||
("Disable clipboard", "Désactiver le presse-papier"),
|
||||
("Lock after session end", "Verrouiller l'appareil distant après la déconnexion"),
|
||||
("Insert", "Envoyer"),
|
||||
("Insert Ctrl + Alt + Del", "Envoyer Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Verrouiller l'appareil distant"),
|
||||
("Refresh", "Rafraîchir l'écran"),
|
||||
("ID does not exist", "L'ID n'existe pas"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", ""),
|
||||
("Disable clipboard", ""),
|
||||
("Lock after session end", ""),
|
||||
("Insert", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
("Insert Lock", "הוסף נעילה"),
|
||||
("Refresh", ""),
|
||||
("ID does not exist", ""),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Prikaži kvalitetu monitora"),
|
||||
("Disable clipboard", "Zabrani međuspremnik"),
|
||||
("Lock after session end", "Zaključaj po završetku sesije"),
|
||||
("Insert", "Umetni"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del umetanje"),
|
||||
("Insert Lock", "Zaključaj umetanje"),
|
||||
("Refresh", "Osvježi"),
|
||||
("ID does not exist", "ID ne postoji"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", ""),
|
||||
("Disable clipboard", "Közös vágólap kikapcsolása"),
|
||||
("Lock after session end", "Távoli fiók zárolása a munkamenet végén"),
|
||||
("Insert", ""),
|
||||
("Insert Ctrl + Alt + Del", "Illessze be a Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Távoli fiók zárolása"),
|
||||
("Refresh", "Frissítés"),
|
||||
("ID does not exist", "Az azonosító nem létezik"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Tampilkan kualitas monitor"),
|
||||
("Disable clipboard", "Matikan papan klip"),
|
||||
("Lock after session end", "Kunci setelah sesi berakhir"),
|
||||
("Insert", "Menyisipkan"),
|
||||
("Insert Ctrl + Alt + Del", "Menyisipkan Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Masukkan Kunci"),
|
||||
("Refresh", "Segarkan"),
|
||||
("ID does not exist", "ID tidak ada"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Visualizza qualità video"),
|
||||
("Disable clipboard", "Disabilita appunti"),
|
||||
("Lock after session end", "Blocca al termine della sessione"),
|
||||
("Insert", "Inserisci"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del inserimento"),
|
||||
("Insert Lock", "Blocco inserimento"),
|
||||
("Refresh", "Aggiorna"),
|
||||
("ID does not exist", "L'ID non esiste"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Cartella upload"),
|
||||
("Upload files", "File upload"),
|
||||
("Clipboard is synchronized", "Gli appunti sono sincronizzati"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "品質モニターを表示"),
|
||||
("Disable clipboard", "クリップボードを無効化"),
|
||||
("Lock after session end", "セッション終了後にロックする"),
|
||||
("Insert", "送信"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del 送信"),
|
||||
("Insert Lock", "ロック命令を送信"),
|
||||
("Refresh", "更新"),
|
||||
("ID does not exist", "IDが存在しません"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "품질 모니터 보기"),
|
||||
("Disable clipboard", "클립보드 비활성화"),
|
||||
("Lock after session end", "세션 종료 후 화면 잠금"),
|
||||
("Insert", "입력"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del 입력"),
|
||||
("Insert Lock", "원격 입력 잠금"),
|
||||
("Refresh", "새로고침"),
|
||||
("ID does not exist", "ID가 존재하지 않습니다"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Сапа мониторын көрсету"),
|
||||
("Disable clipboard", "Көшіру-тақтасын өшіру"),
|
||||
("Lock after session end", "Сеш аяқталған соң құлыптау"),
|
||||
("Insert", "Кірістіру"),
|
||||
("Insert Ctrl + Alt + Del", "Кірістіру Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Кірістіруді Құлыптау"),
|
||||
("Refresh", "Жаңарту"),
|
||||
("ID does not exist", "ID табылмады"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Rodyti kokybės monitorių"),
|
||||
("Disable clipboard", "Išjungti mainų sritį"),
|
||||
("Lock after session end", "Užrakinti pasibaigus seansui"),
|
||||
("Insert", "Įdėti"),
|
||||
("Insert Ctrl + Alt + Del", "Įdėti Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Įterpti užraktą"),
|
||||
("Refresh", "Atnaujinti"),
|
||||
("ID does not exist", "ID neegzistuoja"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Rādīt kvalitātes monitoru"),
|
||||
("Disable clipboard", "Atspējot starpliktuvi"),
|
||||
("Lock after session end", "Bloķēt pēc sesijas beigām"),
|
||||
("Insert", "Ievietot"),
|
||||
("Insert Ctrl + Alt + Del", "Ievietot Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Ievietot Bloķēt"),
|
||||
("Refresh", "Atsvaidzināt"),
|
||||
("ID does not exist", "ID neeksistē"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Augšupielādēt mapi"),
|
||||
("Upload files", "Augšupielādēt failus"),
|
||||
("Clipboard is synchronized", "Starpliktuve ir sinhronizēta"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Vis bildekvalitet"),
|
||||
("Disable clipboard", "Deaktiver utklipstavle"),
|
||||
("Lock after session end", "Lås etter avsluttet fjernstyring"),
|
||||
("Insert", "Sett inn"),
|
||||
("Insert Ctrl + Alt + Del", "Sett inn Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Sett inn lås"),
|
||||
("Refresh", "Oppdater"),
|
||||
("ID does not exist", "ID finnes ikke"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Kwaliteitsmonitor tonen"),
|
||||
("Disable clipboard", "Klembord uitschakelen"),
|
||||
("Lock after session end", "Vergrendelen na einde sessie"),
|
||||
("Insert", "Invoegen"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del Invoegen"),
|
||||
("Insert Lock", "Vergrendeling Invoegen"),
|
||||
("Refresh", "Vernieuwen"),
|
||||
("ID does not exist", "ID bestaat niet"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Map uploaden"),
|
||||
("Upload files", "Bestanden uploaden"),
|
||||
("Clipboard is synchronized", "Klembord is gesynchroniseerd"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Parametry połączenia"),
|
||||
("Disable clipboard", "Wyłącz schowek"),
|
||||
("Lock after session end", "Zablokuj po zakończeniu sesji"),
|
||||
("Insert", "Wyślij"),
|
||||
("Insert Ctrl + Alt + Del", "Wyślij Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Zablokuj zdalne urządzenie"),
|
||||
("Refresh", "Odśwież"),
|
||||
("ID does not exist", "ID nie istnieje"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Wyślij folder"),
|
||||
("Upload files", "Wyślij pliki"),
|
||||
("Clipboard is synchronized", "Schowek jest zsynchronizowany"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", ""),
|
||||
("Disable clipboard", "Desabilitar área de transferência"),
|
||||
("Lock after session end", "Bloquear após o fim da sessão"),
|
||||
("Insert", "Inserir"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del Inserir"),
|
||||
("Insert Lock", "Bloquear Inserir"),
|
||||
("Refresh", "Actualizar"),
|
||||
("ID does not exist", "ID não existente"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Exibir monitor de qualidade"),
|
||||
("Disable clipboard", "Desabilitar área de transferência"),
|
||||
("Lock after session end", "Bloquear após o fim da sessão"),
|
||||
("Insert", "Inserir"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del Inserir"),
|
||||
("Insert Lock", "Bloquear computador"),
|
||||
("Refresh", "Atualizar"),
|
||||
("ID does not exist", "ID não existe"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Afișează detalii despre conexiune"),
|
||||
("Disable clipboard", "Dezactivează clipboard"),
|
||||
("Lock after session end", "Blochează după deconectare"),
|
||||
("Insert", "Introdu"),
|
||||
("Insert Ctrl + Alt + Del", "Introdu Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Blochează computer"),
|
||||
("Refresh", "Reîmprospătează"),
|
||||
("ID does not exist", "ID neexistent"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Показывать монитор качества"),
|
||||
("Disable clipboard", "Отключить буфер обмена"),
|
||||
("Lock after session end", "Заблокировать учётную запись после сеанса"),
|
||||
("Insert", "Вставить"),
|
||||
("Insert Ctrl + Alt + Del", "Вставить Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Заблокировать учётную запись"),
|
||||
("Refresh", "Обновить"),
|
||||
("ID does not exist", "ID не существует"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "Загрузить папку"),
|
||||
("Upload files", "Загрузить файлы"),
|
||||
("Clipboard is synchronized", "Буфер обмена синхронизирован"),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Zobraziť monitor kvality"),
|
||||
("Disable clipboard", "Vypnúť schránku"),
|
||||
("Lock after session end", "Po skončení uzamknúť plochu"),
|
||||
("Insert", "Vložiť"),
|
||||
("Insert Ctrl + Alt + Del", "Vložiť Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Uzamknúť"),
|
||||
("Refresh", "Aktualizovať"),
|
||||
("ID does not exist", "ID neexistuje"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Prikaži nadzornik kakovosti"),
|
||||
("Disable clipboard", "Onemogoči odložišče"),
|
||||
("Lock after session end", "Zakleni ob koncu seje"),
|
||||
("Insert", "Vstavi"),
|
||||
("Insert Ctrl + Alt + Del", "Vstavi Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Zakleni oddaljeni računalnik"),
|
||||
("Refresh", "Osveži"),
|
||||
("ID does not exist", "ID ne obstaja"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Shaq cilësinë e monitorit"),
|
||||
("Disable clipboard", "Ç'aktivizo clipboard"),
|
||||
("Lock after session end", "Kyç pasi sesioni të përfundoj"),
|
||||
("Insert", "Fut"),
|
||||
("Insert Ctrl + Alt + Del", "Fut Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Fut bllokimin"),
|
||||
("Refresh", "Rifresko"),
|
||||
("ID does not exist", "ID nuk ekziston"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Prikaži monitor kvaliteta"),
|
||||
("Disable clipboard", "Zabrani clipboard"),
|
||||
("Lock after session end", "Zaključaj po završetku sesije"),
|
||||
("Insert", "Umetni"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del umetanje"),
|
||||
("Insert Lock", "Zaključaj umetanje"),
|
||||
("Refresh", "Osveži"),
|
||||
("ID does not exist", "ID ne postoji"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Visa bildkvalitet"),
|
||||
("Disable clipboard", "Stäng av urklipp"),
|
||||
("Lock after session end", "Lås efter sessionens slut"),
|
||||
("Insert", "Insert"),
|
||||
("Insert Ctrl + Alt + Del", "Insert Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Insert lås"),
|
||||
("Refresh", "Uppdatera"),
|
||||
("ID does not exist", "Detta ID existerar inte"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", ""),
|
||||
("Disable clipboard", ""),
|
||||
("Lock after session end", ""),
|
||||
("Insert", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
("Insert Lock", ""),
|
||||
("Refresh", ""),
|
||||
("ID does not exist", ""),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "แสดงคุณภาพหน้าจอ"),
|
||||
("Disable clipboard", "ปิดการใช้งานคลิปบอร์ด"),
|
||||
("Lock after session end", "ล็อคหลังจากจบเซสชัน"),
|
||||
("Insert", "แทรก"),
|
||||
("Insert Ctrl + Alt + Del", "แทรก Ctrl + Alt + Del"),
|
||||
("Insert Lock", "แทรกล็อค"),
|
||||
("Refresh", "รีเฟรช"),
|
||||
("ID does not exist", "ไม่พอข้อมูล ID"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Kalite monitörünü göster"),
|
||||
("Disable clipboard", "Hafızadaki kopyalanmışları engelle"),
|
||||
("Lock after session end", "Bağlantıdan sonra kilitle"),
|
||||
("Insert", "Ekle"),
|
||||
("Insert Ctrl + Alt + Del", "Ctrl + Alt + Del Ekle"),
|
||||
("Insert Lock", "Kilit Ekle"),
|
||||
("Refresh", "Yenile"),
|
||||
("ID does not exist", "ID bulunamadı"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "顯示品質監測"),
|
||||
("Disable clipboard", "停用剪貼簿"),
|
||||
("Lock after session end", "工作階段結束後鎖定電腦"),
|
||||
("Insert", "插入"),
|
||||
("Insert Ctrl + Alt + Del", "插入 Ctrl + Alt + Del"),
|
||||
("Insert Lock", "鎖定遠端電腦"),
|
||||
("Refresh", "重新載入"),
|
||||
("ID does not exist", "ID 不存在"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", "上傳資料夾"),
|
||||
("Upload files", "上傳檔案"),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Показати якість"),
|
||||
("Disable clipboard", "Вимкнути буфер обміну"),
|
||||
("Lock after session end", "Блокування після завершення сеансу"),
|
||||
("Insert", "Вставити"),
|
||||
("Insert Ctrl + Alt + Del", "Вставити Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Встановити замок"),
|
||||
("Refresh", "Оновити"),
|
||||
("ID does not exist", "ID не існує"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show quality monitor", "Hiện thị chất lượng của màn hình"),
|
||||
("Disable clipboard", "Tắt clipboard"),
|
||||
("Lock after session end", "Khóa sau khi kết thúc phiên kết nối"),
|
||||
("Insert", "Cài"),
|
||||
("Insert Ctrl + Alt + Del", "Cài Ctrl + Alt + Del"),
|
||||
("Insert Lock", "Cài khóa"),
|
||||
("Refresh", "Làm mới"),
|
||||
("ID does not exist", "ID không tồn tại"),
|
||||
@ -653,6 +653,5 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Upload folder", ""),
|
||||
("Upload files", ""),
|
||||
("Clipboard is synchronized", ""),
|
||||
("Insert Ctrl + Alt + Del", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user