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", "Preta"),
("Established", ""),
("connecting_status", "Konektante al la reto RustDesk..."),
("Enable Service", "Ebligi servon"),
("Start Service", "Starti servon"),
("Enable service", "Ebligi servon"),
("Start service", "Starti servon"),
("Service is running", ""),
("Service is not running", "La servo ne funkcias"),
("not_ready_status", "Ne preta, bonvolu kontroli la retkonekto"),
("Control Remote Desktop", "Kontroli foran aparaton"),
("Transfer File", "Transigi dosieron"),
("Transfer file", "Transigi dosieron"),
("Connect", "Konekti al"),
("Recent Sessions", "Lastaj sesioj"),
("Address Book", "Adresaro"),
("Recent sessions", "Lastaj sesioj"),
("Address book", "Adresaro"),
("Confirmation", "Konfirmacio"),
("TCP Tunneling", "Tunelado TCP"),
("TCP tunneling", "Tunelado TCP"),
("Remove", "Forigi"),
("Refresh random password", "Regeneri hazardan pasvorton"),
("Set your own password", "Agordi vian propran pasvorton"),
("Enable Keyboard/Mouse", "Ebligi klavaro/muso"),
("Enable Clipboard", "Sinkronigi poŝon"),
("Enable File Transfer", "Ebligi dosiertransigado"),
("Enable TCP Tunneling", "Ebligi tunelado TCP"),
("Enable keyboard/mouse", "Ebligi klavaro/muso"),
("Enable clipboard", "Sinkronigi poŝon"),
("Enable file transfer", "Ebligi dosiertransigado"),
("Enable TCP tunneling", "Ebligi tunelado TCP"),
("IP Whitelisting", "Listo de IP akceptataj"),
("ID/Relay Server", "Identigila/Relajsa servilo"),
("Import Server Config", "Enporti servilan agordon"),
("Import server config", "Enporti servilan agordon"),
("Export Server Config", ""),
("Import server configuration successfully", "Importi servilan agordon sukcese"),
("Export server configuration successfully", ""),
@@ -190,10 +190,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Logging in...", "Konektante..."),
("Enable RDP session sharing", "Ebligi la kundivido de sesio RDP"),
("Auto Login", "Aŭtomata konektado (la ŝloso nur estos ebligita post la malebligado de la unua parametro)"),
("Enable Direct IP Access", "Permesi direkta eniro per IP"),
("Enable direct IP access", "Permesi direkta eniro per IP"),
("Rename", "Renomi"),
("Space", "Spaco"),
("Create Desktop Shortcut", "Krei ligilon sur la labortablon"),
("Create desktop shortcut", "Krei ligilon sur la labortablon"),
("Change Path", "Ŝanĝi vojon"),
("Create Folder", "Krei dosierujon"),
("Please enter the folder name", "Bonvolu enigi la dosiernomon"),
@@ -308,7 +308,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Keep RustDesk background service", ""),
("Ignore Battery Optimizations", ""),
("android_open_battery_optimizations_tip", ""),
("Start on Boot", ""),
("Start on boot", ""),
("Start the screen sharing service on boot, requires special permissions", ""),
("Connection not allowed", ""),
("Legacy mode", ""),
@@ -317,10 +317,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use permanent password", ""),
("Use both passwords", ""),
("Set permanent password", ""),
("Enable Remote Restart", ""),
("Restart Remote Device", ""),
("Enable remote restart", ""),
("Restart remote device", ""),
("Are you sure you want to restart", ""),
("Restarting Remote Device", ""),
("Restarting remote device", ""),
("remote_restarting_tip", ""),
("Copied", ""),
("Exit Fullscreen", "Eliru Plenekranon"),
@@ -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();
}