Skip to content

Commit

Permalink
Merge branch 'rustdesk:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbo8418 authored Oct 25, 2024
2 parents f5c8122 + 924aa51 commit c79c961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lang/de.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 Ctrl + Alt + Del", "Einfügen Ctrl + Alt + Del"),
("Insert Ctrl + Alt + Del", "Strg + Alt + Entf senden"),
("Insert Lock", "Win+L (Sperren) senden"),
("Refresh", "Aktualisieren"),
("ID does not exist", "Diese ID existiert nicht."),
Expand Down
2 changes: 1 addition & 1 deletion src/lang/ru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Recording", "Запись"),
("Directory", "Папка"),
("Automatically record incoming sessions", "Автоматически записывать входящие сеансы"),
("Automatically record outgoing sessions", ""),
("Automatically record outgoing sessions", "Автоматически записывать исходящие сеансы"),
("Change", "Изменить"),
("Start session recording", "Начать запись сеанса"),
("Stop session recording", "Остановить запись сеанса"),
Expand Down

0 comments on commit c79c961

Please sign in to comment.