55 lines
2.6 KiB
JavaScript
55 lines
2.6 KiB
JavaScript
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);");
|