mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-21 04:01:01 +03:00
fix #6198
This commit is contained in:
@@ -8,28 +8,28 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Ready", "Gatavs"),
|
||||
("Established", "Izveidots"),
|
||||
("connecting_status", "Notiek savienojuma izveide ar RustDesk tīklu..."),
|
||||
("Enable Service", "Iespējot servisu"),
|
||||
("Start Service", "Sākt servisu"),
|
||||
("Enable service", "Iespējot servisu"),
|
||||
("Start service", "Sākt servisu"),
|
||||
("Service is running", "Pakalpojums darbojas"),
|
||||
("Service is not running", "Pakalpojums nedarbojas"),
|
||||
("not_ready_status", "Nav gatavs. Lūdzu, pārbaudiet savienojumu"),
|
||||
("Control Remote Desktop", "Vadīt attālo darbvirsmu"),
|
||||
("Transfer File", "Pārsūtīt failu"),
|
||||
("Transfer file", "Pārsūtīt failu"),
|
||||
("Connect", "Savienoties"),
|
||||
("Recent Sessions", "Pēdējās sesijas"),
|
||||
("Address Book", "Adrešu grāmata"),
|
||||
("Recent sessions", "Pēdējās sesijas"),
|
||||
("Address book", "Adrešu grāmata"),
|
||||
("Confirmation", "Apstiprinājums"),
|
||||
("TCP Tunneling", "TCP tunelēšana"),
|
||||
("TCP tunneling", "TCP tunelēšana"),
|
||||
("Remove", "Noņemt"),
|
||||
("Refresh random password", "Atsvaidzināt nejaušo paroli"),
|
||||
("Set your own password", "Iestatiet savu paroli"),
|
||||
("Enable Keyboard/Mouse", "Iespējot tastatūru/peli"),
|
||||
("Enable Clipboard", "Iespējot starpliktuvi"),
|
||||
("Enable File Transfer", "Iespējot failu pārsūtīšanu"),
|
||||
("Enable TCP Tunneling", "Iespējot TCP tunelēšanu"),
|
||||
("Enable keyboard/mouse", "Iespējot tastatūru/peli"),
|
||||
("Enable clipboard", "Iespējot starpliktuvi"),
|
||||
("Enable file transfer", "Iespējot failu pārsūtīšanu"),
|
||||
("Enable TCP tunneling", "Iespējot TCP tunelēšanu"),
|
||||
("IP Whitelisting", "IP baltais saraksts"),
|
||||
("ID/Relay Server", "ID/releja serveris"),
|
||||
("Import Server Config", "Importēt servera konfigurāciju"),
|
||||
("Import server config", "Importēt servera konfigurāciju"),
|
||||
("Export Server Config", "Eksportēt servera konfigurāciju"),
|
||||
("Import server configuration successfully", "Servera konfigurācija veiksmīgi importēta"),
|
||||
("Export server configuration successfully", "Servera konfigurācija veiksmīgi eksportēta"),
|
||||
@@ -190,10 +190,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Logging in...", "Ielogoties..."),
|
||||
("Enable RDP session sharing", "Iespējot RDP sesiju koplietošanu"),
|
||||
("Auto Login", "Automātiskā pieteikšanās (derīga tikai tad, ja esat iestatījis \"Bloķēt pēc sesijas beigām\")"),
|
||||
("Enable Direct IP Access", "Iespējot tiešo IP piekļuvi"),
|
||||
("Enable direct IP access", "Iespējot tiešo IP piekļuvi"),
|
||||
("Rename", "Pārdēvēt"),
|
||||
("Space", "Vieta"),
|
||||
("Create Desktop Shortcut", "Izveidot saīsni uz darbvirsmas"),
|
||||
("Create desktop shortcut", "Izveidot saīsni uz darbvirsmas"),
|
||||
("Change Path", "Mainīt ceļu"),
|
||||
("Create Folder", "Izveidot mapi"),
|
||||
("Please enter the folder name", "Lūdzu, ievadiet mapes nosaukumu"),
|
||||
@@ -308,7 +308,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Keep RustDesk background service", "Saglabāt RustDesk fona servisu"),
|
||||
("Ignore Battery Optimizations", "Ignorēt akumulatora optimizāciju"),
|
||||
("android_open_battery_optimizations_tip", "Ja vēlaties atspējot šo funkciju, lūdzu, dodieties uz nākamo RustDesk lietojumprogrammas iestatījumu lapu, atrodiet un atveriet [Akumulators], noņemiet atzīmi no [Neierobežots]"),
|
||||
("Start on Boot", "Palaist pie ieslēgšanas"),
|
||||
("Start on boot", "Palaist pie ieslēgšanas"),
|
||||
("Start the screen sharing service on boot, requires special permissions", "Startējiet ekrāna koplietošanas pakalpojumu ieslēgšanas laikā, nepieciešamas īpašas atļaujas"),
|
||||
("Connection not allowed", "Savienojums nav atļauts"),
|
||||
("Legacy mode", "Novecojis režīms"),
|
||||
@@ -317,10 +317,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use permanent password", "Izmantot pastāvīgo paroli"),
|
||||
("Use both passwords", "Izmantot abas paroles"),
|
||||
("Set permanent password", "Iestatīt pastāvīgo paroli"),
|
||||
("Enable Remote Restart", "Iespējot attālo restartēšanu"),
|
||||
("Restart Remote Device", "Restartēt attālo ierīci"),
|
||||
("Enable remote restart", "Iespējot attālo restartēšanu"),
|
||||
("Restart remote device", "Restartēt attālo ierīci"),
|
||||
("Are you sure you want to restart", "Vai tiešām vēlaties restartēt"),
|
||||
("Restarting Remote Device", "Attālās ierīces restartēšana"),
|
||||
("Restarting remote device", "Attālās ierīces restartēšana"),
|
||||
("remote_restarting_tip", "Attālā ierīce tiek restartēta, lūdzu, aizveriet šo ziņojuma lodziņu un pēc kāda laika izveidojiet savienojumu ar pastāvīgo paroli"),
|
||||
("Copied", "Kopēts"),
|
||||
("Exit Fullscreen", "Iziet no pilnekrāna"),
|
||||
@@ -350,7 +350,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Follow System", "Sekot sistēmai"),
|
||||
("Enable hardware codec", "Iespējot aparatūras kodeku"),
|
||||
("Unlock Security Settings", "Atbloķēt drošības iestatījumus"),
|
||||
("Enable Audio", "Iespējot audio"),
|
||||
("Enable audio", "Iespējot audio"),
|
||||
("Unlock Network Settings", "Atbloķēt tīkla iestatījumus"),
|
||||
("Server", "Serveris"),
|
||||
("Direct IP Access", "Tiešā IP piekļuve"),
|
||||
@@ -369,9 +369,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Change", "Mainīt"),
|
||||
("Start session recording", "Sākt sesijas ierakstīšanu"),
|
||||
("Stop session recording", "Apturēt sesijas ierakstīšanu"),
|
||||
("Enable Recording Session", "Iespējot sesijas ierakstīšanu"),
|
||||
("Enable LAN Discovery", "Iespējot LAN atklāšanu"),
|
||||
("Deny LAN Discovery", "Liegt LAN atklāšanu"),
|
||||
("Enable recording session", "Iespējot sesijas ierakstīšanu"),
|
||||
("Enable LAN discovery", "Iespējot LAN atklāšanu"),
|
||||
("Deny LAN discovery", "Liegt LAN atklāšanu"),
|
||||
("Write a message", "Rakstīt ziņojumu"),
|
||||
("Prompt", "Uzvedne"),
|
||||
("Please wait for confirmation of UAC...", "Lūdzu, uzgaidiet UAC apstiprinājumu..."),
|
||||
@@ -405,7 +405,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("wayland_experiment_tip", "Wayland atbalsts ir eksperimentālā stadijā. Ja nepieciešama neuzraudzīta piekļuve, lūdzu, izmantojiet X11."),
|
||||
("Right click to select tabs", "Ar peles labo pogu noklikšķiniet, lai atlasītu cilnes"),
|
||||
("Skipped", "Izlaists"),
|
||||
("Add to Address Book", "Pievienot adrešu grāmatai"),
|
||||
("Add to address book", "Pievienot adrešu grāmatai"),
|
||||
("Group", "Grupa"),
|
||||
("Search", "Meklēt"),
|
||||
("Closed manually by web console", "Manuāli aizvērta tīmekļa konsole"),
|
||||
@@ -569,5 +569,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Plug out all", "Atvienot visu"),
|
||||
("True color (4:4:4)", "Īstā krāsa (4:4:4)"),
|
||||
("Enable blocking user input", ""),
|
||||
("id_input_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user