Skip to content

Commit c851812

Browse files
committed
2 parents 074bc4a + eaac9f8 commit c851812

File tree

1 file changed

+26
-1
lines changed
  • BlueMapCommon/webapp/public/lang

1 file changed

+26
-1
lines changed

BlueMapCommon/webapp/public/lang/nl.conf

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
title: "Menu"
55
tooltip: "Menu"
66
}
7+
map: {
8+
unloaded: "Geen kaart geladen."
9+
loading: "Kaart laden..."
10+
errored: "Er is een probleem opgetreden tijdens het laden van deze kaart!"
11+
}
712
maps: {
813
title: "Kaarten"
914
button: "Kaarten"
@@ -14,9 +19,17 @@
1419
button: "Markers"
1520
tooltip: "Markerlijst"
1621
marker: "marker | markers"
17-
markerSet: "Markerset | Markersets"
22+
markerSet: "markerset | markersets"
1823
searchPlaceholder: "Zoek..."
1924
followPlayerTitle: "Volg Speler"
25+
sort {
26+
title: "Sorteer op"
27+
by {
28+
default: "standaard"
29+
label: "naam"
30+
distance: "afstand"
31+
}
32+
}
2033
}
2134
settings: {
2235
title: "Instellingen"
@@ -47,6 +60,10 @@
4760
normal: "Normaal (Standaard x1)"
4861
low: "Laag (Opgeschaald x0.5)"
4962
}
63+
mapControls: {
64+
title: "Kaartbesturing"
65+
showZoomButtons: "Laat zoomknoppen zien"
66+
}
5067
freeFlightControls: {
5168
title: "Vrije camera"
5269
mouseSensitivity: "Muis gevoeligheid"
@@ -56,12 +73,15 @@
5673
title: "Renderafstand"
5774
hiresLayer: "Hires-Laag"
5875
lowersLayer: "Lowres-Laag"
76+
loadHiresWhileMoving: "Laad hires tijdens het bewegen"
77+
off: "Uit"
5978
}
6079
theme: {
6180
title: "Kleurmodus"
6281
default: "Standaard (Systeem/Browser)"
6382
dark: "Donker"
6483
light: "Licht"
84+
contrast: "Contrast"
6585
}
6686
debug: {
6787
button: "Debug"
@@ -76,6 +96,11 @@
7696
compass: {
7797
tooltip: "Kompas / Naar het noorden richten"
7898
}
99+
screenshot: {
100+
title: "Schermafdruk"
101+
button: "Schermafdruk nemen"
102+
clipboard: "Kopieer naar klembord"
103+
}
79104
controls: {
80105
title: "Aanzicht / Besturing"
81106
perspective: {

0 commit comments

Comments
 (0)