diff --git a/l10n/da.js b/l10n/da.js index 1d558a0..876fc19 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -2,6 +2,32 @@ OC.L10N.register( "weather", { "Weather" : "Vejr", + "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Fatal fejl: Konsulter venligt din nextcloud.log og opret en bugreport her: https://github.com/nextcloud/weather/issues", + "Failed to set metric. Please contact your administrator" : "Fejl under indstilling af parameter. Kontakt venligst din administrator", + "This metric is not known." : "Denne parameter er ukendt", + "North" : "Nord", + "North-East" : "Nord-Øst", + "East" : "Øst", + "South-East" : "Syd-Øst", + "South" : "Syd", + "South-West" : "Syd-Vest", + "West" : "Vest", + "North-West" : "Nord-Vest", + "Failed to get city weather informations. Please contact your administrator" : "Fejl ved indlæsning af byens verjrudsigt. Kontakt venligst din administrator", + "No city with this name found." : "Ingen by med dette navn fundet.", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Din OpenWeatherMap API nøgle er ikke gyldig. kontakt din administrator for at tilføje en gyldig API nøgle i Administrationens ekstra indstillinger", + "Empty city name !" : "Bynavn tomt!", + "Failed to add city. Please contact your administrator" : "Fejl under tilføjelse af byen. Kontakt venligst din administrator.", + "This city is already registered for your account." : "Denne by er allerede registreret på din konto.", + "Failed to remove city. Please contact your administrator" : "Fejl under fjernelse af by. Kontakt venligst din administrator", + "Failed to set home. Please contact your administrator" : "Fejl under indstilling af hjemstavn. Kontakt venligst din administrator", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "Sunday" : "Søndag", "Watch the weather directly on your Nextcloud." : "Se vejret direkte på din Nextcloud", "OpenWeatherMap API Key" : "OpenWeatherMap API nøgle", "Save" : "Gem", @@ -19,6 +45,7 @@ OC.L10N.register( "Wind" : "Vind", "Sunrise" : "Solskin", "Sunset" : "Solnedgang", + "Date" : "Dato", "Temperature" : "Temperatur" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json index 00a2d89..bdd9a14 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -1,5 +1,31 @@ { "translations": { "Weather" : "Vejr", + "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Fatal fejl: Konsulter venligt din nextcloud.log og opret en bugreport her: https://github.com/nextcloud/weather/issues", + "Failed to set metric. Please contact your administrator" : "Fejl under indstilling af parameter. Kontakt venligst din administrator", + "This metric is not known." : "Denne parameter er ukendt", + "North" : "Nord", + "North-East" : "Nord-Øst", + "East" : "Øst", + "South-East" : "Syd-Øst", + "South" : "Syd", + "South-West" : "Syd-Vest", + "West" : "Vest", + "North-West" : "Nord-Vest", + "Failed to get city weather informations. Please contact your administrator" : "Fejl ved indlæsning af byens verjrudsigt. Kontakt venligst din administrator", + "No city with this name found." : "Ingen by med dette navn fundet.", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Din OpenWeatherMap API nøgle er ikke gyldig. kontakt din administrator for at tilføje en gyldig API nøgle i Administrationens ekstra indstillinger", + "Empty city name !" : "Bynavn tomt!", + "Failed to add city. Please contact your administrator" : "Fejl under tilføjelse af byen. Kontakt venligst din administrator.", + "This city is already registered for your account." : "Denne by er allerede registreret på din konto.", + "Failed to remove city. Please contact your administrator" : "Fejl under fjernelse af by. Kontakt venligst din administrator", + "Failed to set home. Please contact your administrator" : "Fejl under indstilling af hjemstavn. Kontakt venligst din administrator", + "Monday" : "Mandag", + "Tuesday" : "Tirsdag", + "Wednesday" : "Onsdag", + "Thursday" : "Torsdag", + "Friday" : "Fredag", + "Saturday" : "Lørdag", + "Sunday" : "Søndag", "Watch the weather directly on your Nextcloud." : "Se vejret direkte på din Nextcloud", "OpenWeatherMap API Key" : "OpenWeatherMap API nøgle", "Save" : "Gem", @@ -17,6 +43,7 @@ "Wind" : "Vind", "Sunrise" : "Solskin", "Sunset" : "Solnedgang", + "Date" : "Dato", "Temperature" : "Temperatur" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file