1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-07-21 17:05:43 +00:00

[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2021-02-18 03:01:58 +00:00
parent 8ac335a68d
commit 6c17b9994f
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
4 changed files with 30 additions and 0 deletions

8
l10n/sc.js Normal file
View File

@ -0,0 +1,8 @@
OC.L10N.register(
"ocsms",
{
"Cancel" : "Annulla",
"Confirm" : "Cunfirma",
"Settings" : "Impostatziones"
},
"nplurals=2; plural=(n != 1);");

6
l10n/sc.json Normal file
View File

@ -0,0 +1,6 @@
{ "translations": {
"Cancel" : "Annulla",
"Confirm" : "Cunfirma",
"Settings" : "Impostatziones"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

9
l10n/si.js Normal file
View File

@ -0,0 +1,9 @@
OC.L10N.register(
"ocsms",
{
"Cancel" : "අවලංගු කරන්න",
"Confirm" : "තහවුරු කරන්න",
"Settings" : "සැකසුම්",
"Disable" : "අබල කරන්න"
},
"nplurals=2; plural=(n != 1);");

7
l10n/si.json Normal file
View File

@ -0,0 +1,7 @@
{ "translations": {
"Cancel" : "අවලංගු කරන්න",
"Confirm" : "තහවුරු කරන්න",
"Settings" : "සැකසුම්",
"Disable" : "අබල කරන්න"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}