Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6efc7045df3ff7870de1333ef89412d764054f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
OC.L10N.register(
    "weather",
    {
    "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Fatale Fout: controleer je nextcloud.log en stuur een bugmelding in naar: https://github.com/nextcloud/weather/issues",
    "Failed to set metric. Please contact your administrator" : "Kon de metriek niet instellen. Neem contact op met je systeembeheerder.",
    "This metric is not known." : "Deze eenheid is onbekend.",
    "North" : "Noord",
    "North-East" : "Noord-oost",
    "East" : "Oost",
    "South-East" : "Zuid-oost",
    "South" : "Zuid",
    "South-West" : "Zuid-west",
    "West" : "West",
    "North-West" : "Noord-west",
    "Failed to get city weather informations. Please contact your administrator" : "Kon de weersinformatie voor de stad niet vinden. Neem contact op met je systeembeheerder.",
    "No city with this name found." : "Geen stad met deze naam gevonden.",
    "Empty city name!" : "Lege stadsnaam!",
    "Failed to add city. Please contact your administrator" : "Kon de stad niet toevoegen. Neem contact op met je systeembeheerder.",
    "This city is already registered for your account." : "Deze stad is al geregistreerd voor jouw account.",
    "Failed to remove city. Please contact your administrator" : "Kon de stad niet verwijderen. Neem contact op met je systeembeheerder.",
    "Failed to set home. Please contact your administrator" : "Kon thuislocatie niet instellen. Neem contact op met je systeembeheerder",
    "Monday" : "Maandag",
    "Tuesday" : "Dinsdag",
    "Wednesday" : "Woensdag",
    "Thursday" : "Donderdag",
    "Friday" : "Vrijdag",
    "Saturday" : "Zaterdag",
    "Sunday" : "Zondag",
    "Weather" : "Weer",
    "Watch the weather directly on your Nextcloud." : "Bekijk het weer rechtstreejs op je Nextcloud.",
    "OpenWeatherMap API Key" : "OpenWeatherMap API sleutel",
    "Save" : "Opslaan",
    "Add a city" : "Een stad toevoegen",
    "Add city" : "Stad toevoegen",
    "City name" : "Stadsnaam",
    "Add" : "Toevoegen",
    "Cancel" : "Annuleren",
    "Settings" : "Instellingen",
    "Metric" : "Metriek",
    "Click here to get an API key" : "Klik hier voor een API sleutel",
    "Current Temperature" : "Huidige temperatuur",
    "Feelslike Temperature" : "Gevoelstemperatuur",
    "Minimum Temperature" : "Minimale temperatuur",
    "Maximum Temperature" : "Maximale temperatuur",
    "Pressure" : "Druk",
    "Humidity" : "Vochtigheid",
    "Cloudiness" : "Bewolktheid",
    "Wind" : "Wind",
    "Sunrise" : "Zonsopgang",
    "Sunset" : "Zonsondergang",
    "Date" : "Datum",
    "Perceptible Temperature" : "Gevoelstemperatuur"
},
"nplurals=2; plural=(n != 1);");