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
softxx authored Jan 15, 2025
2 parents 7c95412 + b5d54de commit c0455ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lang/cn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Dark", "黑暗"),
("Light", "明亮"),
("Follow System", "跟随系统"),
("Enable hardware codec", "使能硬件编解码"),
("Enable hardware codec", "启用硬件编解码"),
("Unlock Security Settings", "解锁安全设置"),
("Enable audio", "允许传输音频"),
("Unlock Network Settings", "解锁网络设置"),
Expand Down
4 changes: 2 additions & 2 deletions src/lang/es.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload files", "Subir archivos"),
("Clipboard is synchronized", "Portapapeles sincronizado"),
("Update client clipboard", "Actualizar portapapeles del cliente"),
("Untagged", ""),
("new-version-of-{}-tip", ""),
("Untagged", "Sin itiquetar"),
("new-version-of-{}-tip", "Hay una nueva versión de {} disponible"),
].iter().cloned().collect();
}

0 comments on commit c0455ad

Please sign in to comment.