This commit is contained in:
rustdesk
2023-11-06 20:12:01 +08:00
parent 679a026e72
commit d7e8d4d5c3
64 changed files with 1193 additions and 1082 deletions

View File

@@ -8,28 +8,28 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Ready", "Pronto"),
("Established", "Estabelecido"),
("connecting_status", "A ligar à rede do RustDesk..."),
("Enable Service", "Activar Serviço"),
("Start Service", "Iniciar Serviço"),
("Enable service", "Activar Serviço"),
("Start service", "Iniciar Serviço"),
("Service is running", "Serviço está activo"),
("Service is not running", "Serviço não está activo"),
("not_ready_status", "Indisponível. Por favor verifique a sua ligação"),
("Control Remote Desktop", "Controle o Ambiente de Trabalho à distância"),
("Transfer File", "Transferir Ficheiro"),
("Transfer file", "Transferir Ficheiro"),
("Connect", "Ligar"),
("Recent Sessions", "Sessões recentes"),
("Address Book", "Lista de Endereços"),
("Recent sessions", "Sessões recentes"),
("Address book", "Lista de Endereços"),
("Confirmation", "Confirmação"),
("TCP Tunneling", "Túnel TCP"),
("TCP tunneling", "Túnel TCP"),
("Remove", "Remover"),
("Refresh random password", "Actualizar palavra-chave"),
("Set your own password", "Configure a sua palavra-passe"),
("Enable Keyboard/Mouse", "Activar Teclado/Rato"),
("Enable Clipboard", "Activar Área de Transferência"),
("Enable File Transfer", "Activar Transferência de Ficheiros"),
("Enable TCP Tunneling", "Activar Túnel TCP"),
("Enable keyboard/mouse", "Activar Teclado/Rato"),
("Enable clipboard", "Activar Área de Transferência"),
("Enable file transfer", "Activar Transferência de Ficheiros"),
("Enable TCP tunneling", "Activar Túnel TCP"),
("IP Whitelisting", "Whitelist de IP"),
("ID/Relay Server", "Servidor ID/Relay"),
("Import Server Config", "Importar Configuração do Servidor"),
("Import server config", "Importar Configuração do Servidor"),
("Export Server Config", "Exportar Configuração do Servidor"),
("Import server configuration successfully", "Configuração do servidor importada com sucesso"),
("Export server configuration successfully", ""),
@@ -190,10 +190,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Logging in...", "A efectuar Login..."),
("Enable RDP session sharing", "Activar partilha de sessão RDP"),
("Auto Login", "Login Automático (Somente válido se você activou \"Bloquear após o fim da sessão\")"),
("Enable Direct IP Access", "Activar Acesso IP Directo"),
("Enable direct IP access", "Activar Acesso IP Directo"),
("Rename", "Renomear"),
("Space", "Espaço"),
("Create Desktop Shortcut", "Criar Atalho no Ambiente de Trabalho"),
("Create desktop shortcut", "Criar Atalho no Ambiente de Trabalho"),
("Change Path", "Alterar Caminho"),
("Create Folder", "Criar Diretório"),
("Please enter the folder name", "Por favor introduza o nome do diretório"),
@@ -308,7 +308,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Keep RustDesk background service", "Manter o serviço RustDesk em funcionamento"),
("Ignore Battery Optimizations", "Ignorar optimizações de Bateria"),
("android_open_battery_optimizations_tip", ""),
("Start on Boot", ""),
("Start on boot", ""),
("Start the screen sharing service on boot, requires special permissions", ""),
("Connection not allowed", "Ligação não autorizada"),
("Legacy mode", ""),
@@ -317,10 +317,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use permanent password", "Utilizar palavra-chave permanente"),
("Use both passwords", "Utilizar ambas as palavras-chave"),
("Set permanent password", "Definir palavra-chave permanente"),
("Enable Remote Restart", "Activar reiniciar remoto"),
("Restart Remote Device", "Reiniciar Dispositivo Remoto"),
("Enable remote restart", "Activar reiniciar remoto"),
("Restart remote device", "Reiniciar Dispositivo Remoto"),
("Are you sure you want to restart", "Tem a certeza que pretende reiniciar"),
("Restarting Remote Device", "A reiniciar sistema remoto"),
("Restarting remote device", "A reiniciar sistema remoto"),
("remote_restarting_tip", ""),
("Copied", ""),
("Exit Fullscreen", "Sair da tela cheia"),
@@ -350,7 +350,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Follow System", ""),
("Enable hardware codec", ""),
("Unlock Security Settings", ""),
("Enable Audio", ""),
("Enable audio", ""),
("Unlock Network Settings", ""),
("Server", ""),
("Direct IP Access", ""),
@@ -369,9 +369,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Change", ""),
("Start session recording", ""),
("Stop session recording", ""),
("Enable Recording Session", ""),
("Enable LAN Discovery", ""),
("Deny LAN Discovery", ""),
("Enable recording session", ""),
("Enable LAN discovery", ""),
("Deny LAN discovery", ""),
("Write a message", ""),
("Prompt", ""),
("Please wait for confirmation of UAC...", ""),
@@ -405,7 +405,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("wayland_experiment_tip", ""),
("Right click to select tabs", ""),
("Skipped", ""),
("Add to Address Book", ""),
("Add to address book", ""),
("Group", ""),
("Search", ""),
("Closed manually by web console", ""),
@@ -569,5 +569,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Plug out all", ""),
("True color (4:4:4)", ""),
("Enable blocking user input", ""),
("id_input_tip", ""),
].iter().cloned().collect();
}