[tx-robot] updated from transifex
This commit is contained in:
parent
505fc0e1c2
commit
9313783a43
4 changed files with 32 additions and 0 deletions
16
apps/accessibility/l10n/nb.js
Normal file
16
apps/accessibility/l10n/nb.js
Normal 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);");
|
14
apps/accessibility/l10n/nb.json
Normal file
14
apps/accessibility/l10n/nb.json
Normal 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);"
|
||||
}
|
|
@ -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);");
|
||||
|
|
|
@ -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);"
|
||||
}
|
Loading…
Reference in a new issue