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-06-09 06:15:48 +0300
committerNextcloud bot <bot@nextcloud.com>2022-06-09 06:15:48 +0300
commita84a2540b9177017f8f6d0006a8fea64e53fed6e (patch)
tree455f498dc46c4e66f191e748ed2b3cfcfb2b11c5
parent8cdd22e4da272531646bc912021b9a1af3782ae0 (diff)
[tx-robot] updated from transifexv22.2.9rc1
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/an.js8
-rw-r--r--l10n/an.json6
-rw-r--r--l10n/sq.js1
-rw-r--r--l10n/sq.json1
4 files changed, 16 insertions, 0 deletions
diff --git a/l10n/an.js b/l10n/an.js
new file mode 100644
index 0000000..0eeae1c
--- /dev/null
+++ b/l10n/an.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "Hello %s" : "Hola %s",
+ "Hello %s," : "Hola %s,",
+ "Notifications" : "Notificazions"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/an.json b/l10n/an.json
new file mode 100644
index 0000000..848b7e4
--- /dev/null
+++ b/l10n/an.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Hello %s" : "Hola %s",
+ "Hello %s," : "Hola %s,",
+ "Notifications" : "Notificazions"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/sq.js b/l10n/sq.js
index 61d35a4..9160879 100644
--- a/l10n/sq.js
+++ b/l10n/sq.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"Never" : "Kurrë",
"1 hour" : "1 Orë",
"3 hours" : "3 orë",
+ "1 day" : "1 ditë ",
"Your settings have been updated." : "Rregullimet tuaja u përditësuan"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sq.json b/l10n/sq.json
index 8f09c16..6db569b 100644
--- a/l10n/sq.json
+++ b/l10n/sq.json
@@ -10,6 +10,7 @@
"Never" : "Kurrë",
"1 hour" : "1 Orë",
"3 hours" : "3 orë",
+ "1 day" : "1 ditë ",
"Your settings have been updated." : "Rregullimet tuaja u përditësuan"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file