[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2019-09-20 02:15:17 +00:00
parent 36183cb2f1
commit 29c8844306
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
OC.L10N.register(
"accessibility",
{
"High contrast mode" : "Høykontrast modus",
"Accessibility" : "Tilgjengelighet",
"Accessibility options for nextcloud" : "Tilgjengelighetsvalg for nextcloud",
"our issue tracker" : "vår problemsporer",
"our design team" : "vårt designteam",
"Enable" : "Aktiver",
"High contrast theme" : "Høykontrast-tema",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Themes" : "Temaer",
"Fonts" : "Skrifttyper",
"enabled" : "aktivert"
},
"nplurals=2; plural=(n != 1);");

View File

@ -0,0 +1,14 @@
{ "translations": {
"High contrast mode" : "Høykontrast modus",
"Accessibility" : "Tilgjengelighet",
"Accessibility options for nextcloud" : "Tilgjengelighetsvalg for nextcloud",
"our issue tracker" : "vår problemsporer",
"our design team" : "vårt designteam",
"Enable" : "Aktiver",
"High contrast theme" : "Høykontrast-tema",
"Dark theme (beta)" : "Mørkt tema (beta)",
"Themes" : "Temaer",
"Fonts" : "Skrifttyper",
"enabled" : "aktivert"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View File

@ -27,6 +27,7 @@ OC.L10N.register(
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
"_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
"_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"],
"Comment" : "Kommentar"
},
"nplurals=2; plural=(n != 1);");

View File

@ -25,6 +25,7 @@
"Error occurred while updating comment with id {id}" : "En feil oppstod under oppdatering av kommentar med id {id}",
"Error occurred while posting comment" : "En feil oppstod under posting av kommentar",
"_%n unread comment_::_%n unread comments_" : ["%n ulest kommentar","%n uleste kommentarer"],
"_1 new comment_::_{unread} new comments_" : ["[uleste] nye kommentarer","{uleste} nye kommentarer"],
"Comment" : "Kommentar"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}