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

github.com/nextcloud/ocsms.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 06:01:58 +0300
committerNextcloud bot <bot@nextcloud.com>2021-02-18 06:01:58 +0300
commit6c17b9994f1be01424f3a58a18d6ff2d1d6a0a28 (patch)
treee15856f45f763f5ea02dc7e67b251e69758e9b1b
parent8ac335a68d5294235b4c1c3b026faee8c02d3bb0 (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/sc.js8
-rw-r--r--l10n/sc.json6
-rw-r--r--l10n/si.js9
-rw-r--r--l10n/si.json7
4 files changed, 30 insertions, 0 deletions
diff --git a/l10n/sc.js b/l10n/sc.js
new file mode 100644
index 0000000..9d36083
--- /dev/null
+++ b/l10n/sc.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Cancel" : "Annulla",
+ "Confirm" : "Cunfirma",
+ "Settings" : "Impostatziones"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sc.json b/l10n/sc.json
new file mode 100644
index 0000000..861e968
--- /dev/null
+++ b/l10n/sc.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cancel" : "Annulla",
+ "Confirm" : "Cunfirma",
+ "Settings" : "Impostatziones"
+},"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..39c0ff7
--- /dev/null
+++ b/l10n/si.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "ocsms",
+ {
+ "Cancel" : "අවලංගු කරන්න",
+ "Confirm" : "තහවුරු කරන්න",
+ "Settings" : "සැකසුම්",
+ "Disable" : "අබල කරන්න"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/si.json b/l10n/si.json
new file mode 100644
index 0000000..b99f029
--- /dev/null
+++ b/l10n/si.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Cancel" : "අවලංගු කරන්න",
+ "Confirm" : "තහවුරු කරන්න",
+ "Settings" : "සැකසුම්",
+ "Disable" : "අබල කරන්න"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file