From 6c17b9994f1be01424f3a58a18d6ff2d1d6a0a28 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 18 Feb 2021 03:01:58 +0000 Subject: [tx-robot] updated from transifex --- l10n/sc.js | 8 ++++++++ l10n/sc.json | 6 ++++++ l10n/si.js | 9 +++++++++ l10n/si.json | 7 +++++++ 4 files changed, 30 insertions(+) create mode 100644 l10n/sc.js create mode 100644 l10n/sc.json create mode 100644 l10n/si.js create mode 100644 l10n/si.json 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 -- cgit v1.2.3