Skip to content

Commit

Permalink
[tx-robot] updated from transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Aug 8, 2022
1 parent 1811506 commit 33cff3f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
11 changes: 8 additions & 3 deletions l10n/nb.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@ OC.L10N.register(
{
"Hello %s" : "Hei %s",
"Hello %s," : "Hei %s,",
"_New notification for %s_::_%n new notifications for %s_" : ["Nytt varsel for %s","%n nye varsler for %s"],
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Du har ett nytt varsel for %s","Du har %n nye varsler for %s"],
"Admin notifications" : "Administrator- notifikasjoner",
"Notifications" : "Varsel",
"Failed to perform action" : "Klarte ikke å utføre handling",
"Dismiss" : "Forkast",
"Dismiss" : "Avvis",
"seconds ago" : "sekunder siden",
"Failed to dismiss notification" : "Klarte ikke fjerne varsel",
"Failed to dismiss notification" : "Klarte ikke avvise varsel",
"in {path}" : "i {path}",
"Dismiss all notifications" : "Avvis alle varsler",
"No notifications" : "Ingen varsel",
"Failed to dismiss all notifications" : "Klarte ikke å fjerne alle varslene",
"Failed to dismiss all notifications" : "Klarte ikke å avvise alle varslene",
"You need to set up your email address before you can receive notification emails." : "Du må sette opp e-postadressen din før du kan motta varslinger på e-post.",
"Never" : "Aldri",
"1 hour" : "1 time",
"3 hours" : "3 timer",
"1 day" : "1 dag",
"1 week" : "1 uke",
"Your settings have been updated." : "Innstillingene dine ble oppdatert."
},
"nplurals=2; plural=(n != 1);");
11 changes: 8 additions & 3 deletions l10n/nb.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
{ "translations": {
"Hello %s" : "Hei %s",
"Hello %s," : "Hei %s,",
"_New notification for %s_::_%n new notifications for %s_" : ["Nytt varsel for %s","%n nye varsler for %s"],
"_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Du har ett nytt varsel for %s","Du har %n nye varsler for %s"],
"Admin notifications" : "Administrator- notifikasjoner",
"Notifications" : "Varsel",
"Failed to perform action" : "Klarte ikke å utføre handling",
"Dismiss" : "Forkast",
"Dismiss" : "Avvis",
"seconds ago" : "sekunder siden",
"Failed to dismiss notification" : "Klarte ikke fjerne varsel",
"Failed to dismiss notification" : "Klarte ikke avvise varsel",
"in {path}" : "i {path}",
"Dismiss all notifications" : "Avvis alle varsler",
"No notifications" : "Ingen varsel",
"Failed to dismiss all notifications" : "Klarte ikke å fjerne alle varslene",
"Failed to dismiss all notifications" : "Klarte ikke å avvise alle varslene",
"You need to set up your email address before you can receive notification emails." : "Du må sette opp e-postadressen din før du kan motta varslinger på e-post.",
"Never" : "Aldri",
"1 hour" : "1 time",
"3 hours" : "3 timer",
"1 day" : "1 dag",
"1 week" : "1 uke",
"Your settings have been updated." : "Innstillingene dine ble oppdatert."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit 33cff3f

Please sign in to comment.