Update nl.rs
This commit is contained in:
parent
2ab513893d
commit
086c48cea9
@ -1,4 +1,4 @@
|
|||||||
lazy_static::lazy_static! {
|
vicelazy_static::lazy_static! {
|
||||||
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||||
[
|
[
|
||||||
("Status", "Status"),
|
("Status", "Status"),
|
||||||
@ -518,11 +518,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Exit", "Verlaten"),
|
("Exit", "Verlaten"),
|
||||||
("Open", "Open"),
|
("Open", "Open"),
|
||||||
("logout_tip", "Weet je zeker dat je je wilt afmelden?"),
|
("logout_tip", "Weet je zeker dat je je wilt afmelden?"),
|
||||||
("Service", ""),
|
("Service", "Service"),
|
||||||
("Start", ""),
|
("Start", "Start"),
|
||||||
("Stop", ""),
|
("Stop", "Stop"),
|
||||||
("exceed_max_devices", ""),
|
("exceed_max_devices", "Het maximum aantal gecontroleerde apparaten is bereikt."),
|
||||||
("Sync with recent sessions", ""),
|
("Sync with recent sessions", "Recente sessies synchroniseren"),
|
||||||
("Sort tags", ""),
|
("Sort tags", "Labels sorteren"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user