remove . for show_monitors_tip

This commit is contained in:
rustdesk 2023-05-19 16:19:50 +08:00
parent bc5d8ad040
commit cbd53e3828
3 changed files with 3 additions and 3 deletions

View File

@ -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"),

View File

@ -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"),

View File

@ -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"),