Skip to content

Commit

Permalink
Update de.rs (rustdesk#9975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Update authored Nov 20, 2024
1 parent 608d7d5 commit d4cb7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/de.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", "Aufnahme"),
("Directory", "Verzeichnis"),
("Automatically record incoming sessions", "Eingehende Sitzungen automatisch aufzeichnen"),
("Automatically record outgoing sessions", ""),
("Automatically record outgoing sessions", "Ausgehende Sitzungen automatisch aufzeichnen"),
("Change", "Ändern"),
("Start session recording", "Sitzungsaufzeichnung starten"),
("Stop session recording", "Sitzungsaufzeichnung beenden"),
Expand Down Expand Up @@ -653,6 +653,6 @@ 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"),
("Update client clipboard", ""),
("Update client clipboard", "Client-Zwischenablage aktualisieren"),
].iter().cloned().collect();
}

0 comments on commit d4cb7d6

Please sign in to comment.