remove . for show_monitors_tip
This commit is contained in:
parent
bc5d8ad040
commit
cbd53e3828
@ -53,7 +53,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("empty_lan_tip", "Oh no, it looks like we haven't discovered any peers yet."),
|
("empty_lan_tip", "Oh no, it looks like we haven't discovered any peers yet."),
|
||||||
("empty_address_book_tip", "Oh dear, it appears that there are currently no peers listed in your address book."),
|
("empty_address_book_tip", "Oh dear, it appears that there are currently no peers listed in your address book."),
|
||||||
("identical_file_tip", "This file is identical with the peer's one."),
|
("identical_file_tip", "This file is identical with the peer's one."),
|
||||||
("show_monitors_tip", "Show monitors in toolbar."),
|
("show_monitors_tip", "Show monitors in toolbar"),
|
||||||
("enter_rustdesk_passwd_tip", "Enter RustDesk password"),
|
("enter_rustdesk_passwd_tip", "Enter RustDesk password"),
|
||||||
("remember_rustdesk_passwd_tip", "Remember RustDesk password"),
|
("remember_rustdesk_passwd_tip", "Remember RustDesk password"),
|
||||||
("login_linux_tip", "You need to login to remote Linux account to enable a X desktop session"),
|
("login_linux_tip", "You need to login to remote Linux account to enable a X desktop session"),
|
||||||
|
@ -478,7 +478,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Empty Password", "Mot de passe non spécifié"),
|
("Empty Password", "Mot de passe non spécifié"),
|
||||||
("Me", "Moi"),
|
("Me", "Moi"),
|
||||||
("identical_file_tip", "Ce fichier est identique à celui du pair."),
|
("identical_file_tip", "Ce fichier est identique à celui du pair."),
|
||||||
("show_monitors_tip", "Afficher les moniteurs dans la barre d'outils."),
|
("show_monitors_tip", "Afficher les moniteurs dans la barre d'outils"),
|
||||||
("View Mode", "Mode vue"),
|
("View Mode", "Mode vue"),
|
||||||
("login_linux_tip", "Se connecter au compte Linux distant"),
|
("login_linux_tip", "Se connecter au compte Linux distant"),
|
||||||
("verify_rustdesk_password_tip", "Vérifier le mot de passe RustDesk"),
|
("verify_rustdesk_password_tip", "Vérifier le mot de passe RustDesk"),
|
||||||
|
@ -478,7 +478,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Empty Password", "Senha Vazia"),
|
("Empty Password", "Senha Vazia"),
|
||||||
("Me", "Eu"),
|
("Me", "Eu"),
|
||||||
("identical_file_tip", "Este arquivo é idêntico ao do parceiro."),
|
("identical_file_tip", "Este arquivo é idêntico ao do parceiro."),
|
||||||
("show_monitors_tip", "Mostrar monitores na barra de ferramentas."),
|
("show_monitors_tip", "Mostrar monitores na barra de ferramentas"),
|
||||||
("View Mode", "Modo de Visualização"),
|
("View Mode", "Modo de Visualização"),
|
||||||
("login_linux_tip", "Você precisa fazer login na conta Linux remota para habilitar uma sessão de desktop X"),
|
("login_linux_tip", "Você precisa fazer login na conta Linux remota para habilitar uma sessão de desktop X"),
|
||||||
("verify_rustdesk_password_tip", "Verifique a senha do RustDesk"),
|
("verify_rustdesk_password_tip", "Verifique a senha do RustDesk"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user