Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-08-08 06:03:21 +0300
committerNextcloud bot <bot@nextcloud.com>2022-08-08 06:03:21 +0300
commit02332ed5946ae3d12db8147d135a2b96909fb7fb (patch)
treeae5269e0f32b6debde0dc4630951259fb0ddc970
parent459cb9508907165b3b59b81aee3979dd9067de69 (diff)
[tx-robot] updated from transifexv24.0.4
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/nb.js11
-rw-r--r--l10n/nb.json11
2 files changed, 16 insertions, 6 deletions
diff --git a/l10n/nb.js b/l10n/nb.js
index cd0233f..bc5c43b 100644
--- a/l10n/nb.js
+++ b/l10n/nb.js
@@ -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);");
diff --git a/l10n/nb.json b/l10n/nb.json
index 9348dcd..299dabb 100644
--- a/l10n/nb.json
+++ b/l10n/nb.json
@@ -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);"
} \ No newline at end of file