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>2021-11-23 06:02:09 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-23 06:02:09 +0300
commit3a1a0c03de9b90ab371a56039bfaa88863088d8a (patch)
tree655b6db097b4eb68fa14703a7fd2f1c412bb3ca2
parentbb8cef8bad56475ea56ab9f9ea47ab60afb4d2c0 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/sv.js17
-rw-r--r--l10n/sv.json17
2 files changed, 32 insertions, 2 deletions
diff --git a/l10n/sv.js b/l10n/sv.js
index 8110460..9d0c0bd 100644
--- a/l10n/sv.js
+++ b/l10n/sv.js
@@ -1,6 +1,12 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Hej %s",
+ "Hello %s," : "Hej %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Ny notifikation för %s","%n nya notifikationer för %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : [" Du har en ny notifikation för %s","Du har %n nya notifikationer för %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Du kan ändra frekvensen av dessa meddelanden eller stänga av dem i <a href=\"%s\">inställningarna</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Du kan ändra frekvensen av dessa meddelanden eller stänga av dem i inställningarna: %s",
"Admin notifications" : "Administratörsaviseringar",
"Notifications" : "Aviseringar",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Denna app ger en backend och frontend för aviserings-API:n tillgänglig i Nextcloud.",
@@ -13,6 +19,15 @@ OC.L10N.register(
"Dismiss" : "Avfärda",
"seconds ago" : "sekunder sedan",
"Failed to dismiss notification" : "Misslyckades att avfärda notifiering",
- "in {path}" : "i {path}"
+ "in {path}" : "i {path}",
+ "You need to set up your email address before you can receive notification emails." : "Du måste ställa in din e-postadress innan du kan ta emot notifikationer via e-post.",
+ "Send email reminders about unhandled notifications after:" : "Skicka påminnelser via e-post för ej hanterade notifikationer efter:",
+ "Never" : "Aldrig",
+ "1 hour" : "1 timme",
+ "3 hours" : "3 timmar",
+ "1 day" : "1 dag",
+ "1 week" : "1 vecka",
+ "Your settings have been updated." : "Dina inställningar har uppdaterats.",
+ "An error occurred while updating your settings." : "Ett fel inträffade vid uppdatering av dina inställningar."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sv.json b/l10n/sv.json
index b0eb23f..953e082 100644
--- a/l10n/sv.json
+++ b/l10n/sv.json
@@ -1,4 +1,10 @@
{ "translations": {
+ "Hello %s" : "Hej %s",
+ "Hello %s," : "Hej %s,",
+ "_New notification for %s_::_%n new notifications for %s_" : ["Ny notifikation för %s","%n nya notifikationer för %s"],
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : [" Du har en ny notifikation för %s","Du har %n nya notifikationer för %s"],
+ "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Du kan ändra frekvensen av dessa meddelanden eller stänga av dem i <a href=\"%s\">inställningarna</a>.",
+ "You can change the frequency of these emails or disable them in the settings: %s" : "Du kan ändra frekvensen av dessa meddelanden eller stänga av dem i inställningarna: %s",
"Admin notifications" : "Administratörsaviseringar",
"Notifications" : "Aviseringar",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Denna app ger en backend och frontend för aviserings-API:n tillgänglig i Nextcloud.",
@@ -11,6 +17,15 @@
"Dismiss" : "Avfärda",
"seconds ago" : "sekunder sedan",
"Failed to dismiss notification" : "Misslyckades att avfärda notifiering",
- "in {path}" : "i {path}"
+ "in {path}" : "i {path}",
+ "You need to set up your email address before you can receive notification emails." : "Du måste ställa in din e-postadress innan du kan ta emot notifikationer via e-post.",
+ "Send email reminders about unhandled notifications after:" : "Skicka påminnelser via e-post för ej hanterade notifikationer efter:",
+ "Never" : "Aldrig",
+ "1 hour" : "1 timme",
+ "3 hours" : "3 timmar",
+ "1 day" : "1 dag",
+ "1 week" : "1 vecka",
+ "Your settings have been updated." : "Dina inställningar har uppdaterats.",
+ "An error occurred while updating your settings." : "Ett fel inträffade vid uppdatering av dina inställningar."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file