1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 08:23:00 +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
4 changed files with 30 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
OC.L10N.register(
"ocsms",
{
"Cancel" : "Annulla",
"Confirm" : "Cunfirma",
"Settings" : "Impostatziones"
},
"nplurals=2; plural=(n != 1);");
+6
View File
@@ -0,0 +1,6 @@
{ "translations": {
"Cancel" : "Annulla",
"Confirm" : "Cunfirma",
"Settings" : "Impostatziones"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
+9
View File
@@ -0,0 +1,9 @@
OC.L10N.register(
"ocsms",
{
"Cancel" : "අවලංගු කරන්න",
"Confirm" : "තහවුරු කරන්න",
"Settings" : "සැකසුම්",
"Disable" : "අබල කරන්න"
},
"nplurals=2; plural=(n != 1);");
+7
View File
@@ -0,0 +1,7 @@
{ "translations": {
"Cancel" : "අවලංගු කරන්න",
"Confirm" : "තහවුරු කරන්න",
"Settings" : "සැකසුම්",
"Disable" : "අබල කරන්න"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}