mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-20 03:31:00 +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", "Pripravljen"),
|
||||
("Established", "Povezava vzpostavljena"),
|
||||
("connecting_status", "Vzpostavljanje povezave z omrežjem RustDesk..."),
|
||||
("Enable Service", "Omogoči storitev"),
|
||||
("Start Service", "Zaženi storitev"),
|
||||
("Enable service", "Omogoči storitev"),
|
||||
("Start service", "Zaženi storitev"),
|
||||
("Service is running", "Storitev se izvaja"),
|
||||
("Service is not running", "Storitev se ne izvaja"),
|
||||
("not_ready_status", "Ni pripravljeno, preverite vašo mrežno povezavo"),
|
||||
("Control Remote Desktop", "Nadzoruj oddaljeno namizje"),
|
||||
("Transfer File", "Prenos datotek"),
|
||||
("Transfer file", "Prenos datotek"),
|
||||
("Connect", "Poveži"),
|
||||
("Recent Sessions", "Nedavne seje"),
|
||||
("Address Book", "Adresar"),
|
||||
("Recent sessions", "Nedavne seje"),
|
||||
("Address book", "Adresar"),
|
||||
("Confirmation", "Potrditev"),
|
||||
("TCP Tunneling", "TCP tuneliranje"),
|
||||
("TCP tunneling", "TCP tuneliranje"),
|
||||
("Remove", "Odstrani"),
|
||||
("Refresh random password", "Osveži naključno geslo"),
|
||||
("Set your own password", "Nastavi lastno geslo"),
|
||||
("Enable Keyboard/Mouse", "Omogoči tipkovnico in miško"),
|
||||
("Enable Clipboard", "Omogoči odložišče"),
|
||||
("Enable File Transfer", "Omogoči prenos datotek"),
|
||||
("Enable TCP Tunneling", "Omogoči TCP tuneliranje"),
|
||||
("Enable keyboard/mouse", "Omogoči tipkovnico in miško"),
|
||||
("Enable clipboard", "Omogoči odložišče"),
|
||||
("Enable file transfer", "Omogoči prenos datotek"),
|
||||
("Enable TCP tunneling", "Omogoči TCP tuneliranje"),
|
||||
("IP Whitelisting", "Omogoči seznam dovoljenih IPjev"),
|
||||
("ID/Relay Server", "Strežnik za ID/posredovanje"),
|
||||
("Import Server Config", "Uvozi nastavitve strežnika"),
|
||||
("Import server config", "Uvozi nastavitve strežnika"),
|
||||
("Export Server Config", "Izvozi nastavitve strežnika"),
|
||||
("Import server configuration successfully", "Nastavitve strežnika uspešno uvožene"),
|
||||
("Export server configuration successfully", "Nastavitve strežnika uspešno izvožene"),
|
||||
@@ -190,10 +190,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Logging in...", "Prijavljanje..."),
|
||||
("Enable RDP session sharing", "Omogoči deljenje RDP seje"),
|
||||
("Auto Login", "Samodejna prijava"),
|
||||
("Enable Direct IP Access", "Omogoči neposredni dostop preko IP"),
|
||||
("Enable direct IP access", "Omogoči neposredni dostop preko IP"),
|
||||
("Rename", "Preimenuj"),
|
||||
("Space", "Prazno"),
|
||||
("Create Desktop Shortcut", "Ustvari bližnjico na namizju"),
|
||||
("Create desktop shortcut", "Ustvari bližnjico na namizju"),
|
||||
("Change Path", "Spremeni pot"),
|
||||
("Create Folder", "Ustvari mapo"),
|
||||
("Please enter the folder name", "Vnesite ime mape"),
|
||||
@@ -308,7 +308,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Keep RustDesk background service", "Ohrani RustDeskovo storitev v ozadju"),
|
||||
("Ignore Battery Optimizations", "Prezri optimizacije baterije"),
|
||||
("android_open_battery_optimizations_tip", "Če želite izklopiti to možnost, pojdite v nastavitve aplikacije RustDesk, poiščite »Baterija« in izklopite »Neomejeno«"),
|
||||
("Start on Boot", ""),
|
||||
("Start on boot", ""),
|
||||
("Start the screen sharing service on boot, requires special permissions", ""),
|
||||
("Connection not allowed", "Povezava ni dovoljena"),
|
||||
("Legacy mode", "Stari način"),
|
||||
@@ -317,10 +317,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Use permanent password", "Uporabi stalno geslo"),
|
||||
("Use both passwords", "Uporabi obe gesli"),
|
||||
("Set permanent password", "Nastavi stalno geslo"),
|
||||
("Enable Remote Restart", "Omogoči oddaljeni ponovni zagon"),
|
||||
("Restart Remote Device", "Znova zaženi oddaljeno napravo"),
|
||||
("Enable remote restart", "Omogoči oddaljeni ponovni zagon"),
|
||||
("Restart remote device", "Znova zaženi oddaljeno napravo"),
|
||||
("Are you sure you want to restart", "Ali ste prepričani, da želite znova zagnati"),
|
||||
("Restarting Remote Device", "Ponovni zagon oddaljene naprave"),
|
||||
("Restarting remote device", "Ponovni zagon oddaljene naprave"),
|
||||
("remote_restarting_tip", "Oddaljena naprava se znova zaganja, prosim zaprite to sporočilo in se čez nekaj časa povežite s stalnim geslom."),
|
||||
("Copied", "Kopirano"),
|
||||
("Exit Fullscreen", "Izhod iz celozaslonskega načina"),
|
||||
@@ -350,7 +350,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Follow System", "Sistemska"),
|
||||
("Enable hardware codec", "Omogoči strojno pospeševanje"),
|
||||
("Unlock Security Settings", "Odkleni varnostne nastavitve"),
|
||||
("Enable Audio", "Omogoči zvok"),
|
||||
("Enable audio", "Omogoči zvok"),
|
||||
("Unlock Network Settings", "Odkleni mrežne nastavitve"),
|
||||
("Server", "Strežnik"),
|
||||
("Direct IP Access", "Neposredni dostop preko IPja"),
|
||||
@@ -369,9 +369,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Change", "Spremeni"),
|
||||
("Start session recording", "Začni snemanje seje"),
|
||||
("Stop session recording", "Ustavi snemanje seje"),
|
||||
("Enable Recording Session", "Omogoči snemanje seje"),
|
||||
("Enable LAN Discovery", "Omogoči odkrivanje lokalnega omrežja"),
|
||||
("Deny LAN Discovery", "Onemogoči odkrivanje lokalnega omrežja"),
|
||||
("Enable recording session", "Omogoči snemanje seje"),
|
||||
("Enable LAN discovery", "Omogoči odkrivanje lokalnega omrežja"),
|
||||
("Deny LAN discovery", "Onemogoči odkrivanje lokalnega omrežja"),
|
||||
("Write a message", "Napiši spoorčilo"),
|
||||
("Prompt", "Poziv"),
|
||||
("Please wait for confirmation of UAC...", "Počakajte za potrditev nadzora uporabniškega računa"),
|
||||
@@ -405,7 +405,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("wayland_experiment_tip", "Podpora za Wayland je v preizkusni fazi. Uporabite X11, če rabite nespremljan dostop."),
|
||||
("Right click to select tabs", "Desno-kliknite za izbiro zavihkov"),
|
||||
("Skipped", "Izpuščeno"),
|
||||
("Add to Address Book", "Dodaj v adresar"),
|
||||
("Add to address book", "Dodaj v adresar"),
|
||||
("Group", "Skupina"),
|
||||
("Search", "Iskanje"),
|
||||
("Closed manually by web console", "Ročno zaprto iz spletne konzole"),
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user