Skip to content

Commit b4fd076

Browse files
committed
[tx-robot] updated from transifex
1 parent 9757cc6 commit b4fd076

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

l10n/sc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
OC.L10N.register(
2+
"logreader",
3+
{
4+
"Level" : "Livellu"
5+
},
6+
"nplurals=2; plural=(n != 1);");

l10n/sc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{ "translations": {
2+
"Level" : "Livellu"
3+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
4+
}

l10n/si.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ OC.L10N.register(
22
"logreader",
33
{
44
"Copy" : "පිටපත්",
5-
"App" : "යෙදුම"
5+
"App" : "යෙදුම",
6+
"Message" : "පණිවිඩය",
7+
"Time" : "වේලාව"
68
},
79
"nplurals=2; plural=(n != 1);");

l10n/si.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{ "translations": {
22
"Copy" : "පිටපත්",
3-
"App" : "යෙදුම"
3+
"App" : "යෙදුම",
4+
"Message" : "පණිවිඩය",
5+
"Time" : "වේලාව"
46
},"pluralForm" :"nplurals=2; plural=(n != 1);"
57
}

0 commit comments

Comments
 (0)