Skip to content

Commit a6f6582

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 579481e commit a6f6582

File tree

8 files changed

+52
-0
lines changed

8 files changed

+52
-0
lines changed

l10n/bn_BD.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"logreader",
3+
{
4+
"Time" : "সময়",
5+
"Info" : "Info",
6+
"Warning" : "সতর্কবাণী",
7+
"Error" : "সমস্যা"
8+
},
9+
"nplurals=2; plural=(n != 1);");

l10n/bn_BD.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Time" : "সময়",
3+
"Info" : "Info",
4+
"Warning" : "সতর্কবাণী",
5+
"Error" : "সমস্যা"
6+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
7+
}

l10n/hu.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ OC.L10N.register(
22
"logreader",
33
{
44
"Logging" : "Naplózás",
5+
"Errors in the log" : "Hiba a naplózásban",
6+
"No errors in the logs since %s" : "Nincs hiba a naplóban %s óta",
57
"Log Reader" : "Naplóolvasó",
68
"A log reader for Nextcloud" : "Egy naplóolvasó a Nextcloudhoz",
79
"Log reader for Nextcloud" : "Naplóolvasó a Nextcloudhoz",

l10n/hu.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{ "translations": {
22
"Logging" : "Naplózás",
3+
"Errors in the log" : "Hiba a naplózásban",
4+
"No errors in the logs since %s" : "Nincs hiba a naplóban %s óta",
35
"Log Reader" : "Naplóolvasó",
46
"A log reader for Nextcloud" : "Egy naplóolvasó a Nextcloudhoz",
57
"Log reader for Nextcloud" : "Naplóolvasó a Nextcloudhoz",

l10n/km.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"logreader",
3+
{
4+
"Time" : "ម៉ោង",
5+
"Info" : "Info",
6+
"Warning" : "បម្រាម",
7+
"Error" : "កំហុស"
8+
},
9+
"nplurals=1; plural=0;");

l10n/km.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Time" : "ម៉ោង",
3+
"Info" : "Info",
4+
"Warning" : "បម្រាម",
5+
"Error" : "កំហុស"
6+
},"pluralForm" :"nplurals=1; plural=0;"
7+
}

l10n/ug.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
OC.L10N.register(
2+
"logreader",
3+
{
4+
"Time" : "ۋاقىت",
5+
"Info" : "Info",
6+
"Warning" : "ئاگاھلاندۇرۇش",
7+
"Error" : "خاتالىق"
8+
},
9+
"nplurals=2; plural=(n != 1);");

l10n/ug.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ "translations": {
2+
"Time" : "ۋاقىت",
3+
"Info" : "Info",
4+
"Warning" : "ئاگاھلاندۇرۇش",
5+
"Error" : "خاتالىق"
6+
},"pluralForm" :"nplurals=2; plural=(n != 1);"
7+
}

0 commit comments

Comments
 (0)