Update nl.rs

This commit is contained in:
FastAct 2023-08-27 09:33:13 +02:00 committed by GitHub
parent 10cdd7640e
commit 95b588f58e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -524,22 +524,22 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("exceed_max_devices", "Het maximum aantal gecontroleerde apparaten is bereikt."), ("exceed_max_devices", "Het maximum aantal gecontroleerde apparaten is bereikt."),
("Sync with recent sessions", "Recente sessies synchroniseren"), ("Sync with recent sessions", "Recente sessies synchroniseren"),
("Sort tags", "Labels sorteren"), ("Sort tags", "Labels sorteren"),
("Open connection in new tab", ""), ("Open connection in new tab", "Verbinding openen in een nieuw tabblad"),
("Move tab to new window", ""), ("Move tab to new window", "Tabblad verplaatsen naar nieuw venster"),
("Can not be empty", ""), ("Can not be empty", "Mag niet leeg zijn"),
("Already exists", ""), ("Already exists", "Bestaat reeds"),
("Change Password", ""), ("Change Password", "Wijzig Wachtwoord"),
("Refresh Password", ""), ("Refresh Password", "Wachtwoord Vernieuwen"),
("ID", ""), ("ID", "ID"),
("Grid View", ""), ("Grid View", "Rasterweergave"),
("List View", ""), ("List View", "Lijstweergave"),
("Select", ""), ("Select", "Selecteer"),
("Toggle Tags", ""), ("Toggle Tags", "Schakel Tags"),
("pull_ab_failed_tip", ""), ("pull_ab_failed_tip", "Adresboek kan niet worden bijgewerkt"),
("push_ab_failed_tip", ""), ("push_ab_failed_tip", "Synchronisatie van adresboek mislukt"),
("synced_peer_readded_tip", ""), ("synced_peer_readded_tip", "Apparaten die aanwezig waren in recente sessies worden gesynchroniseerd met het adresboek."),
("Change Color", ""), ("Change Color", "Kleur Aanpassen"),
("Primary Color", ""), ("Primary Color", "Hoofdkleur"),
("HSV Color", ""), ("HSV Color", "HSV Kleur"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }