mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 19:31:30 +03:00
auto record outgoing (#9711)
* Add option auto record outgoing session * In the same connection, all displays and all windows share the same recording state. todo: Android check external storage permission Known issue: * Sciter old issue, stop the process directly without stop record, the record file can't play. Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "التسجيل"),
|
||||
("Directory", "المسار"),
|
||||
("Automatically record incoming sessions", "تسجيل الجلسات القادمة تلقائيا"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "تغيير"),
|
||||
("Start session recording", "بدء تسجيل الجلسة"),
|
||||
("Stop session recording", "ايقاف تسجيل الجلسة"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Запіс"),
|
||||
("Directory", "Тэчка"),
|
||||
("Automatically record incoming sessions", "Аўтаматычна запісваць уваходныя сесіі"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Змяніць"),
|
||||
("Start session recording", "Пачаць запіс сесіі"),
|
||||
("Stop session recording", "Спыніць запіс сесіі"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Записване"),
|
||||
("Directory", "Директория"),
|
||||
("Automatically record incoming sessions", "Автоматичен запис на входящи сесии"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Промяна"),
|
||||
("Start session recording", "Започванена запис"),
|
||||
("Stop session recording", "Край на запис"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Gravació"),
|
||||
("Directory", "Contactes"),
|
||||
("Automatically record incoming sessions", "Enregistrament automàtic de sessions entrants"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Canvia"),
|
||||
("Start session recording", "Inicia la gravació de la sessió"),
|
||||
("Stop session recording", "Atura la gravació de la sessió"),
|
||||
|
||||
@@ -363,7 +363,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Unpin Toolbar", "取消固定工具栏"),
|
||||
("Recording", "录屏"),
|
||||
("Directory", "目录"),
|
||||
("Automatically record incoming sessions", "自动录制来访会话"),
|
||||
("Automatically record incoming sessions", "自动录制传入会话"),
|
||||
("Automatically record outgoing sessions", "自动录制传出会话"),
|
||||
("Change", "更改"),
|
||||
("Start session recording", "开始录屏"),
|
||||
("Stop session recording", "结束录屏"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Nahrávání"),
|
||||
("Directory", "Adresář"),
|
||||
("Automatically record incoming sessions", "Automaticky nahrávat příchozí relace"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Změnit"),
|
||||
("Start session recording", "Spustit záznam relace"),
|
||||
("Stop session recording", "Zastavit záznam relace"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Optager"),
|
||||
("Directory", "Mappe"),
|
||||
("Automatically record incoming sessions", "Optag automatisk indgående sessioner"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Ændr"),
|
||||
("Start session recording", "Start sessionsoptagelse"),
|
||||
("Stop session recording", "Stop sessionsoptagelse"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Aufnahme"),
|
||||
("Directory", "Verzeichnis"),
|
||||
("Automatically record incoming sessions", "Eingehende Sitzungen automatisch aufzeichnen"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Ändern"),
|
||||
("Start session recording", "Sitzungsaufzeichnung starten"),
|
||||
("Stop session recording", "Sitzungsaufzeichnung beenden"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Εγγραφή"),
|
||||
("Directory", "Φάκελος εγγραφών"),
|
||||
("Automatically record incoming sessions", "Αυτόματη εγγραφή εισερχόμενων συνεδριών"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Αλλαγή"),
|
||||
("Start session recording", "Έναρξη εγγραφής συνεδρίας"),
|
||||
("Stop session recording", "Διακοπή εγγραφής συνεδρίας"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", ""),
|
||||
("Directory", ""),
|
||||
("Automatically record incoming sessions", ""),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", ""),
|
||||
("Start session recording", ""),
|
||||
("Stop session recording", ""),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Grabando"),
|
||||
("Directory", "Directorio"),
|
||||
("Automatically record incoming sessions", "Grabación automática de sesiones entrantes"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Cambiar"),
|
||||
("Start session recording", "Comenzar grabación de sesión"),
|
||||
("Stop session recording", "Detener grabación de sesión"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", ""),
|
||||
("Directory", ""),
|
||||
("Automatically record incoming sessions", ""),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", ""),
|
||||
("Start session recording", ""),
|
||||
("Stop session recording", ""),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Grabatzen"),
|
||||
("Directory", "Direktorioa"),
|
||||
("Automatically record incoming sessions", "Automatikoki grabatu sarrerako saioak"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Aldatu"),
|
||||
("Start session recording", "Hasi saioaren grabaketa"),
|
||||
("Stop session recording", "Gelditu saioaren grabaketa"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "در حال ضبط"),
|
||||
("Directory", "مسیر"),
|
||||
("Automatically record incoming sessions", "ضبط خودکار جلسات ورودی"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "تغییر"),
|
||||
("Start session recording", "شروع ضبط جلسه"),
|
||||
("Stop session recording", "توقف ضبط جلسه"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Enregistrement"),
|
||||
("Directory", "Répertoire"),
|
||||
("Automatically record incoming sessions", "Enregistrement automatique des sessions entrantes"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Modifier"),
|
||||
("Start session recording", "Commencer l'enregistrement"),
|
||||
("Stop session recording", "Stopper l'enregistrement"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", ""),
|
||||
("Directory", ""),
|
||||
("Automatically record incoming sessions", ""),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", ""),
|
||||
("Start session recording", ""),
|
||||
("Stop session recording", ""),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Snimanje"),
|
||||
("Directory", "Mapa"),
|
||||
("Automatically record incoming sessions", "Automatski snimi dolazne sesije"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Promijeni"),
|
||||
("Start session recording", "Započni snimanje sesije"),
|
||||
("Stop session recording", "Zaustavi snimanje sesije"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Felvétel"),
|
||||
("Directory", "Könyvtár"),
|
||||
("Automatically record incoming sessions", "A bejövő munkamenetek automatikus rögzítése"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Változtatás"),
|
||||
("Start session recording", "Munkamenet rögzítés indítása"),
|
||||
("Stop session recording", "Munkamenet rögzítés leállítása"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Perekaman"),
|
||||
("Directory", "Direktori"),
|
||||
("Automatically record incoming sessions", "Otomatis merekam sesi masuk"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Ubah"),
|
||||
("Start session recording", "Mulai sesi perekaman"),
|
||||
("Stop session recording", "Hentikan sesi perekaman"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Registrazione"),
|
||||
("Directory", "Cartella"),
|
||||
("Automatically record incoming sessions", "Registra automaticamente le sessioni in entrata"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Modifica"),
|
||||
("Start session recording", "Inizia registrazione sessione"),
|
||||
("Stop session recording", "Ferma registrazione sessione"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "録画"),
|
||||
("Directory", "ディレクトリ"),
|
||||
("Automatically record incoming sessions", "受信したセッションを自動で記録する"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "変更"),
|
||||
("Start session recording", "セッションの録画を開始"),
|
||||
("Stop session recording", "セッションの録画を停止"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "녹화"),
|
||||
("Directory", "경로"),
|
||||
("Automatically record incoming sessions", "들어오는 세션을 자동으로 녹화"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "변경"),
|
||||
("Start session recording", "세션 녹화 시작"),
|
||||
("Stop session recording", "세션 녹화 중지"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", ""),
|
||||
("Directory", ""),
|
||||
("Automatically record incoming sessions", ""),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", ""),
|
||||
("Start session recording", ""),
|
||||
("Stop session recording", ""),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Įrašymas"),
|
||||
("Directory", "Katalogas"),
|
||||
("Automatically record incoming sessions", "Automatiškai įrašyti įeinančius seansus"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Keisti"),
|
||||
("Start session recording", "Pradėti seanso įrašinėjimą"),
|
||||
("Stop session recording", "Sustabdyti seanso įrašinėjimą"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Ierakstīšana"),
|
||||
("Directory", "Direktorija"),
|
||||
("Automatically record incoming sessions", "Automātiski ierakstīt ienākošās sesijas"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Mainīt"),
|
||||
("Start session recording", "Sākt sesijas ierakstīšanu"),
|
||||
("Stop session recording", "Apturēt sesijas ierakstīšanu"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Opptak"),
|
||||
("Directory", "Mappe"),
|
||||
("Automatically record incoming sessions", "Ta opp innkommende sesjoner automatisk"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Rediger"),
|
||||
("Start session recording", "Start sesjonsopptak"),
|
||||
("Stop session recording", "Stopp sesjonsopptak"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Opnemen"),
|
||||
("Directory", "Map"),
|
||||
("Automatically record incoming sessions", "Automatisch inkomende sessies opnemen"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Wissel"),
|
||||
("Start session recording", "Start de sessieopname"),
|
||||
("Stop session recording", "Stop de sessieopname"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Nagrywanie"),
|
||||
("Directory", "Folder"),
|
||||
("Automatically record incoming sessions", "Automatycznie nagrywaj sesje przychodzące"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Zmień"),
|
||||
("Start session recording", "Zacznij nagrywać sesję"),
|
||||
("Stop session recording", "Zatrzymaj nagrywanie sesji"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", ""),
|
||||
("Directory", ""),
|
||||
("Automatically record incoming sessions", ""),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", ""),
|
||||
("Start session recording", ""),
|
||||
("Stop session recording", ""),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Gravando"),
|
||||
("Directory", "Diretório"),
|
||||
("Automatically record incoming sessions", "Gravar automaticamente sessões de entrada"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Alterar"),
|
||||
("Start session recording", "Iniciar gravação da sessão"),
|
||||
("Stop session recording", "Parar gravação da sessão"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Înregistrare"),
|
||||
("Directory", "Director"),
|
||||
("Automatically record incoming sessions", "Înregistrează automat sesiunile viitoare"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Modifică"),
|
||||
("Start session recording", "Începe înregistrarea"),
|
||||
("Stop session recording", "Oprește înregistrarea"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Запись"),
|
||||
("Directory", "Папка"),
|
||||
("Automatically record incoming sessions", "Автоматически записывать входящие сеансы"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Изменить"),
|
||||
("Start session recording", "Начать запись сеанса"),
|
||||
("Stop session recording", "Остановить запись сеанса"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Nahrávanie"),
|
||||
("Directory", "Adresár"),
|
||||
("Automatically record incoming sessions", "Automaticky nahrávať prichádzajúce relácie"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Zmeniť"),
|
||||
("Start session recording", "Spustiť záznam relácie"),
|
||||
("Stop session recording", "Zastaviť záznam relácie"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Snemanje"),
|
||||
("Directory", "Imenik"),
|
||||
("Automatically record incoming sessions", "Samodejno snemaj vhodne seje"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Spremeni"),
|
||||
("Start session recording", "Začni snemanje seje"),
|
||||
("Stop session recording", "Ustavi snemanje seje"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Regjistrimi"),
|
||||
("Directory", "Direktoria"),
|
||||
("Automatically record incoming sessions", "Regjistro automatikisht seancat hyrëse"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Ndrysho"),
|
||||
("Start session recording", "Fillo regjistrimin e sesionit"),
|
||||
("Stop session recording", "Ndalo regjistrimin e sesionit"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Snimanje"),
|
||||
("Directory", "Direktorijum"),
|
||||
("Automatically record incoming sessions", "Automatski snimaj dolazne sesije"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Promeni"),
|
||||
("Start session recording", "Započni snimanje sesije"),
|
||||
("Stop session recording", "Zaustavi snimanje sesije"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Spelar in"),
|
||||
("Directory", "Katalog"),
|
||||
("Automatically record incoming sessions", "Spela in inkommande sessioner automatiskt"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Byt"),
|
||||
("Start session recording", "Starta inspelning"),
|
||||
("Stop session recording", "Avsluta inspelning"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", ""),
|
||||
("Directory", ""),
|
||||
("Automatically record incoming sessions", ""),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", ""),
|
||||
("Start session recording", ""),
|
||||
("Stop session recording", ""),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "การบันทึก"),
|
||||
("Directory", "ไดเรกทอรี่"),
|
||||
("Automatically record incoming sessions", "บันทึกเซสชันขาเข้าโดยอัตโนมัติ"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "เปลี่ยน"),
|
||||
("Start session recording", "เริ่มต้นการบันทึกเซสชัน"),
|
||||
("Stop session recording", "หยุดการบันทึกเซสซัน"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Kayıt Ediliyor"),
|
||||
("Directory", "Klasör"),
|
||||
("Automatically record incoming sessions", "Gelen oturumları otomatik olarak kayıt et"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Değiştir"),
|
||||
("Start session recording", "Oturum kaydını başlat"),
|
||||
("Stop session recording", "Oturum kaydını sonlandır"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "錄製"),
|
||||
("Directory", "路徑"),
|
||||
("Automatically record incoming sessions", "自動錄製連入的工作階段"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "變更"),
|
||||
("Start session recording", "開始錄影"),
|
||||
("Stop session recording", "停止錄影"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Запис"),
|
||||
("Directory", "Директорія"),
|
||||
("Automatically record incoming sessions", "Автоматично записувати вхідні сеанси"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Змінити"),
|
||||
("Start session recording", "Розпочати запис сеансу"),
|
||||
("Stop session recording", "Закінчити запис сеансу"),
|
||||
|
||||
@@ -364,6 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Recording", "Đang ghi hình"),
|
||||
("Directory", "Thư mục"),
|
||||
("Automatically record incoming sessions", "Tự động ghi những phiên kết nối vào"),
|
||||
("Automatically record outgoing sessions", ""),
|
||||
("Change", "Thay đổi"),
|
||||
("Start session recording", "Bắt đầu ghi hình phiên kết nối"),
|
||||
("Stop session recording", "Dừng ghi hình phiên kết nối"),
|
||||
|
||||
Reference in New Issue
Block a user