more trans and format
This commit is contained in:
parent
64071943fc
commit
2a11bc63ce
@ -200,5 +200,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Hostname", "主机名"),
|
||||
("Discovered", "已发现"),
|
||||
("install_daemon_tip", "为了开机启动,请安装系统服务。"),
|
||||
("Remote ID", "远程ID"),
|
||||
("Paste", "粘贴"),
|
||||
("Are you sure to close the connection?", "是否确认关闭连接?"),
|
||||
("Download new version", "下载新版本"),
|
||||
("Touch mode", "触屏模式"),
|
||||
("Reset canvas", "重置画布"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
}
|
@ -193,5 +193,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Invalid folder name", "Nom de dossier invalide"),
|
||||
("Hostname", "nom d'hôte"),
|
||||
("Discovered", "Découvert"),
|
||||
("Remote ID", "ID à distance"),
|
||||
("Paste", "Pâte"),
|
||||
("Are you sure to close the connection?", "Êtes-vous sûr de fermer la connexion?"),
|
||||
("Download new version", "Télécharger la nouvelle version"),
|
||||
("Touch mode", "Mode tactile"),
|
||||
("Reset canvas", "Réinitialiser le canevas"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
lazy_static::lazy_static! {
|
||||
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
[
|
||||
("Status", "Stato"),
|
||||
("Your Desktop", "Il tuo desktop"),
|
||||
@ -193,6 +193,11 @@ lazy_static::lazy_static! {
|
||||
("Invalid folder name", "Nome della cartella non valido"),
|
||||
("Hostname", "Nome host"),
|
||||
("Discovered", "Scoperto"),
|
||||
("Remote ID", "ID remoto"),
|
||||
("Paste", "Impasto"),
|
||||
("Are you sure to close the connection?", "Sei sicuro di chiudere la connessione?"),
|
||||
("Download new version", "Scarica nuova versione"),
|
||||
("Touch mode", "Modalità tocco"),
|
||||
("Reset canvas", "Ripristina tela"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user