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>2020-09-19 05:52:31 +0300
committerNextcloud bot <bot@nextcloud.com>2020-09-19 05:52:31 +0300
commit14cd1f959706365defbc2c1f12e432b88589fde6 (patch)
tree92077edcbe474ae611876b494ad5f24d5462ed02
parentb20c0454462c0c2d2e1bd47b1dc2e9d5e05b9ceb (diff)
[tx-robot] updated from transifexv17.0.10RC1v17.0.10stable17
-rw-r--r--l10n/gl.js2
-rw-r--r--l10n/gl.json2
-rw-r--r--l10n/hy.js6
-rw-r--r--l10n/hy.json4
-rw-r--r--l10n/ta_LK.js6
-rw-r--r--l10n/ta_LK.json4
-rw-r--r--l10n/ur_PK.js6
-rw-r--r--l10n/ur_PK.json4
8 files changed, 32 insertions, 2 deletions
diff --git a/l10n/gl.js b/l10n/gl.js
index 66dddc7..3512a89 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -11,7 +11,7 @@ OC.L10N.register(
"Failed to dismiss all notifications" : "Produciuse un fallo ao rexeitar todas as notificacións",
"Failed to perform action" : "Produciuse un fallo ao realizar a acción",
"Dismiss" : "Rexeitar",
- "seconds ago" : "segundos atrás",
+ "seconds ago" : "hai uns segundos",
"Failed to dismiss notification" : "Produciuse un erro ao rexeitar a notificación",
"in {path}" : "en {path}"
},
diff --git a/l10n/gl.json b/l10n/gl.json
index 43b20bf..2350af8 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -9,7 +9,7 @@
"Failed to dismiss all notifications" : "Produciuse un fallo ao rexeitar todas as notificacións",
"Failed to perform action" : "Produciuse un fallo ao realizar a acción",
"Dismiss" : "Rexeitar",
- "seconds ago" : "segundos atrás",
+ "seconds ago" : "hai uns segundos",
"Failed to dismiss notification" : "Produciuse un erro ao rexeitar a notificación",
"in {path}" : "en {path}"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
diff --git a/l10n/hy.js b/l10n/hy.js
new file mode 100644
index 0000000..61de93d
--- /dev/null
+++ b/l10n/hy.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "seconds ago" : "վրկ. առաջ"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hy.json b/l10n/hy.json
new file mode 100644
index 0000000..1c34d60
--- /dev/null
+++ b/l10n/hy.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "seconds ago" : "վրկ. առաջ"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/ta_LK.js b/l10n/ta_LK.js
new file mode 100644
index 0000000..6786c30
--- /dev/null
+++ b/l10n/ta_LK.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "seconds ago" : "செக்கன்களுக்கு முன்"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ta_LK.json b/l10n/ta_LK.json
new file mode 100644
index 0000000..3c93e04
--- /dev/null
+++ b/l10n/ta_LK.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "seconds ago" : "செக்கன்களுக்கு முன்"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/ur_PK.js b/l10n/ur_PK.js
new file mode 100644
index 0000000..b8a869b
--- /dev/null
+++ b/l10n/ur_PK.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "seconds ago" : "سیکنڈز پہلے"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ur_PK.json b/l10n/ur_PK.json
new file mode 100644
index 0000000..34e62a6
--- /dev/null
+++ b/l10n/ur_PK.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "seconds ago" : "سیکنڈز پہلے"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file