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-30 06:02:23 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-30 06:02:23 +0300
commitf699ccd9124d521d3b19009d2d045d3c47d723a3 (patch)
tree83fad657e85b101ae7964571f2fb1aa540e8379e
parentb25f0701a6dd86e6529827e959b56032381c5ba8 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/sl.js12
-rw-r--r--l10n/sl.json12
2 files changed, 22 insertions, 2 deletions
diff --git a/l10n/sl.js b/l10n/sl.js
index 457a70e..ac4ad37 100644
--- a/l10n/sl.js
+++ b/l10n/sl.js
@@ -1,6 +1,9 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Pozdravljeni, %s,",
+ "Hello %s," : "Pozdravljeni, %s,",
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Prejeli ste %n novo obvestilo za %s.","Prejeli ste %n novi obvestili za %s.","Prejeli ste %n nova obvestila za %s.","Prejeli ste %n novih obvestil za %s."],
"Admin notifications" : "Skrbniška obvestila",
"Notifications" : "Obvestila",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Program podpira ozadnji program in vmesnik API za obvestila Nextcloud.",
@@ -13,6 +16,13 @@ OC.L10N.register(
"Dismiss" : "Opusti",
"seconds ago" : "pred nekaj sekundami",
"Failed to dismiss notification" : "Opuščanje obvestila je spodletelo!",
- "in {path}" : "v {path}"
+ "in {path}" : "v {path}",
+ "Send email reminders about unhandled notifications after:" : "Po elektronski pošti pošlji opomnik o neodgovorjenih obvestilih po:",
+ "Never" : "Nikoli",
+ "1 hour" : "1 uri",
+ "3 hours" : "3 urah",
+ "1 week" : "1 tednu",
+ "Your settings have been updated." : "Nastavitve so posodobljene.",
+ "An error occurred while updating your settings." : "Prišlo je do napake med posodabljanjem nastavitev."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
index e418947..d89ed8a 100644
--- a/l10n/sl.json
+++ b/l10n/sl.json
@@ -1,4 +1,7 @@
{ "translations": {
+ "Hello %s" : "Pozdravljeni, %s,",
+ "Hello %s," : "Pozdravljeni, %s,",
+ "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Prejeli ste %n novo obvestilo za %s.","Prejeli ste %n novi obvestili za %s.","Prejeli ste %n nova obvestila za %s.","Prejeli ste %n novih obvestil za %s."],
"Admin notifications" : "Skrbniška obvestila",
"Notifications" : "Obvestila",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Program podpira ozadnji program in vmesnik API za obvestila Nextcloud.",
@@ -11,6 +14,13 @@
"Dismiss" : "Opusti",
"seconds ago" : "pred nekaj sekundami",
"Failed to dismiss notification" : "Opuščanje obvestila je spodletelo!",
- "in {path}" : "v {path}"
+ "in {path}" : "v {path}",
+ "Send email reminders about unhandled notifications after:" : "Po elektronski pošti pošlji opomnik o neodgovorjenih obvestilih po:",
+ "Never" : "Nikoli",
+ "1 hour" : "1 uri",
+ "3 hours" : "3 urah",
+ "1 week" : "1 tednu",
+ "Your settings have been updated." : "Nastavitve so posodobljene.",
+ "An error occurred while updating your settings." : "Prišlo je do napake med posodabljanjem nastavitev."
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file