Skip to content

Commit

Permalink
update sk.rs (rustdesk#8364)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxdv authored Jun 15, 2024
1 parent f224d88 commit 12ff131
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lang/sk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -617,9 +617,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use texture rendering", "Použiť vykresľovanie textúr"),
("Floating window", "Plávajúce okno"),
("floating_window_tip", "Pomáha udržiavať službu RustDesk na pozadí"),
("Keep screen on", ""),
("Never", ""),
("During controlled", ""),
("During service is on", ""),
("Keep screen on", "Ponechať obrazovku zapnutú"),
("Never", "Nikdy"),
("During controlled", "Počas kontrolovaného"),
("During service is on", "Počas služby je v prevádzke"),
].iter().cloned().collect();
}

0 comments on commit 12ff131

Please sign in to comment.