[tx-robot] updated from transifex
parent
1461e4ad56
commit
f83b4e0d66
27
l10n/nb.js
27
l10n/nb.js
|
@ -2,6 +2,25 @@ OC.L10N.register(
|
||||||
"weather",
|
"weather",
|
||||||
{
|
{
|
||||||
"Weather" : "Vær",
|
"Weather" : "Vær",
|
||||||
|
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Fatal feil: sjekk Nextcloud loggen og send en bug rapport her: https://github.com/nextcloud/weather/issues",
|
||||||
|
"Failed to set metric. Please contact your administrator" : "Kunne ikke angi beregning. Kontakt din administrator.",
|
||||||
|
"This metric is not known." : "Denne beregningen er ikke kjent.",
|
||||||
|
"North" : "Nord",
|
||||||
|
"North-East" : "Nord-øst",
|
||||||
|
"East" : "Øst",
|
||||||
|
"South-East" : "Sør-øst",
|
||||||
|
"South" : "Sør",
|
||||||
|
"South-West" : "Sør-vest",
|
||||||
|
"West" : "Vest",
|
||||||
|
"North-West" : "Nord-vest",
|
||||||
|
"Failed to get city weather informations. Please contact your administrator" : "Kunne ikke finne værinformasjon om byen. Kontakt din administrator",
|
||||||
|
"No city with this name found." : "Ingen by med dette navnet ble funnet.",
|
||||||
|
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "OpenWeatherMap API-nøkkelen er ugyldig. Kontakt administratoren din for å konfigurere en gyldig API-nøkkel i Tilleggsinnstillinger for administrasjonen",
|
||||||
|
"Empty city name!" : "Navn på by mangler!",
|
||||||
|
"Failed to add city. Please contact your administrator" : "Kunne ikke legge til by. Kontakt din administrator",
|
||||||
|
"This city is already registered for your account." : "Denne byen er allerede registrert på din konto.",
|
||||||
|
"Failed to remove city. Please contact your administrator" : "Kunne ikke fjerne byen. Kontakt din administrator",
|
||||||
|
"Failed to set home. Please contact your administrator" : "Kunne ikke angi hjem. Kontakt din administrator",
|
||||||
"Monday" : "Mandag",
|
"Monday" : "Mandag",
|
||||||
"Tuesday" : "Tirsdag",
|
"Tuesday" : "Tirsdag",
|
||||||
"Wednesday" : "Onsdag",
|
"Wednesday" : "Onsdag",
|
||||||
|
@ -10,6 +29,8 @@ OC.L10N.register(
|
||||||
"Saturday" : "Lørdag",
|
"Saturday" : "Lørdag",
|
||||||
"Sunday" : "Søndag",
|
"Sunday" : "Søndag",
|
||||||
"Watch the weather directly on your Nextcloud." : "Se vær direkte på din Nextcloud.",
|
"Watch the weather directly on your Nextcloud." : "Se vær direkte på din Nextcloud.",
|
||||||
|
"Please make sure you select cities in the Weather app." : "Forsikre deg om at du velger byer i Vær-appen.",
|
||||||
|
"Please make sure you select a home city in the Weather app." : "Forsikre deg om at du velger hjembyen i Vær-appen.",
|
||||||
"OpenWeatherMap API Key" : "OpenWeatherMap API-nøkkel",
|
"OpenWeatherMap API Key" : "OpenWeatherMap API-nøkkel",
|
||||||
"Save" : "Lagre",
|
"Save" : "Lagre",
|
||||||
"Add a city" : "Legg til by",
|
"Add a city" : "Legg til by",
|
||||||
|
@ -20,6 +41,10 @@ OC.L10N.register(
|
||||||
"Settings" : "Innstillinger",
|
"Settings" : "Innstillinger",
|
||||||
"Metric" : "Metrisk",
|
"Metric" : "Metrisk",
|
||||||
"Click here to get an API key" : "Klikk her for å få en API nøkkel",
|
"Click here to get an API key" : "Klikk her for å få en API nøkkel",
|
||||||
|
"Current Temperature" : "Nåværende temperatur",
|
||||||
|
"Feelslike Temperature" : "Føles som temperatur",
|
||||||
|
"Minimum Temperature" : "Minimum temperatur",
|
||||||
|
"Maximum Temperature" : "maksimum temperatur",
|
||||||
"Pressure" : "Trykk",
|
"Pressure" : "Trykk",
|
||||||
"Humidity" : "Fuktighet",
|
"Humidity" : "Fuktighet",
|
||||||
"Cloudiness" : "Skydekke",
|
"Cloudiness" : "Skydekke",
|
||||||
|
@ -27,6 +52,8 @@ OC.L10N.register(
|
||||||
"Sunrise" : "Soloppgang",
|
"Sunrise" : "Soloppgang",
|
||||||
"Sunset" : "Solnedgang",
|
"Sunset" : "Solnedgang",
|
||||||
"Date" : "Dato",
|
"Date" : "Dato",
|
||||||
|
"Perceptible Temperature" : "Merkbar temperatur",
|
||||||
|
"Updating widget…" : "Oppdaterer widget...",
|
||||||
"Temperature" : "Temperatur"
|
"Temperature" : "Temperatur"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
27
l10n/nb.json
27
l10n/nb.json
|
@ -1,5 +1,24 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Weather" : "Vær",
|
"Weather" : "Vær",
|
||||||
|
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Fatal feil: sjekk Nextcloud loggen og send en bug rapport her: https://github.com/nextcloud/weather/issues",
|
||||||
|
"Failed to set metric. Please contact your administrator" : "Kunne ikke angi beregning. Kontakt din administrator.",
|
||||||
|
"This metric is not known." : "Denne beregningen er ikke kjent.",
|
||||||
|
"North" : "Nord",
|
||||||
|
"North-East" : "Nord-øst",
|
||||||
|
"East" : "Øst",
|
||||||
|
"South-East" : "Sør-øst",
|
||||||
|
"South" : "Sør",
|
||||||
|
"South-West" : "Sør-vest",
|
||||||
|
"West" : "Vest",
|
||||||
|
"North-West" : "Nord-vest",
|
||||||
|
"Failed to get city weather informations. Please contact your administrator" : "Kunne ikke finne værinformasjon om byen. Kontakt din administrator",
|
||||||
|
"No city with this name found." : "Ingen by med dette navnet ble funnet.",
|
||||||
|
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "OpenWeatherMap API-nøkkelen er ugyldig. Kontakt administratoren din for å konfigurere en gyldig API-nøkkel i Tilleggsinnstillinger for administrasjonen",
|
||||||
|
"Empty city name!" : "Navn på by mangler!",
|
||||||
|
"Failed to add city. Please contact your administrator" : "Kunne ikke legge til by. Kontakt din administrator",
|
||||||
|
"This city is already registered for your account." : "Denne byen er allerede registrert på din konto.",
|
||||||
|
"Failed to remove city. Please contact your administrator" : "Kunne ikke fjerne byen. Kontakt din administrator",
|
||||||
|
"Failed to set home. Please contact your administrator" : "Kunne ikke angi hjem. Kontakt din administrator",
|
||||||
"Monday" : "Mandag",
|
"Monday" : "Mandag",
|
||||||
"Tuesday" : "Tirsdag",
|
"Tuesday" : "Tirsdag",
|
||||||
"Wednesday" : "Onsdag",
|
"Wednesday" : "Onsdag",
|
||||||
|
@ -8,6 +27,8 @@
|
||||||
"Saturday" : "Lørdag",
|
"Saturday" : "Lørdag",
|
||||||
"Sunday" : "Søndag",
|
"Sunday" : "Søndag",
|
||||||
"Watch the weather directly on your Nextcloud." : "Se vær direkte på din Nextcloud.",
|
"Watch the weather directly on your Nextcloud." : "Se vær direkte på din Nextcloud.",
|
||||||
|
"Please make sure you select cities in the Weather app." : "Forsikre deg om at du velger byer i Vær-appen.",
|
||||||
|
"Please make sure you select a home city in the Weather app." : "Forsikre deg om at du velger hjembyen i Vær-appen.",
|
||||||
"OpenWeatherMap API Key" : "OpenWeatherMap API-nøkkel",
|
"OpenWeatherMap API Key" : "OpenWeatherMap API-nøkkel",
|
||||||
"Save" : "Lagre",
|
"Save" : "Lagre",
|
||||||
"Add a city" : "Legg til by",
|
"Add a city" : "Legg til by",
|
||||||
|
@ -18,6 +39,10 @@
|
||||||
"Settings" : "Innstillinger",
|
"Settings" : "Innstillinger",
|
||||||
"Metric" : "Metrisk",
|
"Metric" : "Metrisk",
|
||||||
"Click here to get an API key" : "Klikk her for å få en API nøkkel",
|
"Click here to get an API key" : "Klikk her for å få en API nøkkel",
|
||||||
|
"Current Temperature" : "Nåværende temperatur",
|
||||||
|
"Feelslike Temperature" : "Føles som temperatur",
|
||||||
|
"Minimum Temperature" : "Minimum temperatur",
|
||||||
|
"Maximum Temperature" : "maksimum temperatur",
|
||||||
"Pressure" : "Trykk",
|
"Pressure" : "Trykk",
|
||||||
"Humidity" : "Fuktighet",
|
"Humidity" : "Fuktighet",
|
||||||
"Cloudiness" : "Skydekke",
|
"Cloudiness" : "Skydekke",
|
||||||
|
@ -25,6 +50,8 @@
|
||||||
"Sunrise" : "Soloppgang",
|
"Sunrise" : "Soloppgang",
|
||||||
"Sunset" : "Solnedgang",
|
"Sunset" : "Solnedgang",
|
||||||
"Date" : "Dato",
|
"Date" : "Dato",
|
||||||
|
"Perceptible Temperature" : "Merkbar temperatur",
|
||||||
|
"Updating widget…" : "Oppdaterer widget...",
|
||||||
"Temperature" : "Temperatur"
|
"Temperature" : "Temperatur"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
Loading…
Reference in New Issue