[tx-robot] updated from transifex

master
Nextcloud bot 2018-01-24 01:35:41 +00:00
parent 60ecfda647
commit dd457b8e71
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 34 additions and 0 deletions

18
l10n/nn_NO.js 100644
View File

@ -0,0 +1,18 @@
OC.L10N.register(
"weather",
{
"Weather" : "Vær",
"Save" : "Lagre",
"Add a city" : "Legg til ein by",
"Add city" : "Legg til by",
"City name" : "Bynamn",
"Add" : "Legg til",
"Cancel" : "Avbryt",
"Settings" : "Instillingar",
"Pressure" : "Trykk",
"Humidity" : "Luftfuktigheit",
"Wind" : "Vind",
"Sunrise" : "Soloppgang",
"Sunset" : "Solnedgang"
},
"nplurals=2; plural=(n != 1);");

16
l10n/nn_NO.json 100644
View File

@ -0,0 +1,16 @@
{ "translations": {
"Weather" : "Vær",
"Save" : "Lagre",
"Add a city" : "Legg til ein by",
"Add city" : "Legg til by",
"City name" : "Bynamn",
"Add" : "Legg til",
"Cancel" : "Avbryt",
"Settings" : "Instillingar",
"Pressure" : "Trykk",
"Humidity" : "Luftfuktigheit",
"Wind" : "Vind",
"Sunrise" : "Soloppgang",
"Sunset" : "Solnedgang"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}