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

github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-02-18 05:38:43 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-18 05:38:43 +0300
commitae81a6c53b05b67679c3924f15c83144e912e9ba (patch)
treea975ff461a8d856de68a327dae3a0e40c0ac6a1a
parent67d056dc73cf7c6b33ab468d03a04cfbb88fb8d9 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sc.js6
-rw-r--r--l10n/sc.json4
-rw-r--r--l10n/si.js7
-rw-r--r--l10n/si.json5
4 files changed, 22 insertions, 0 deletions
diff --git a/l10n/sc.js b/l10n/sc.js
new file mode 100644
index 0000000..8efbe34
--- /dev/null
+++ b/l10n/sc.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "files_filter",
+ {
+ "Delete" : "Cantzella"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sc.json b/l10n/sc.json
new file mode 100644
index 0000000..ee7ad69
--- /dev/null
+++ b/l10n/sc.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Delete" : "Cantzella"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/si.js b/l10n/si.js
new file mode 100644
index 0000000..7027741
--- /dev/null
+++ b/l10n/si.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "files_filter",
+ {
+ "Filter" : "පෙරහන",
+ "Name" : "නම"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/si.json b/l10n/si.json
new file mode 100644
index 0000000..393a8a6
--- /dev/null
+++ b/l10n/si.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Filter" : "පෙරහන",
+ "Name" : "නම"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file