Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Aug 16, 2024
1 parent 77f29e8 commit d49c290
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 0 deletions.
9 changes: 9 additions & 0 deletions l10n/bn_BD.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
OC.L10N.register(
"logreader",
{
"Time" : "সময়",
"Info" : "Info",
"Warning" : "সতর্কবাণী",
"Error" : "সমস্যা"
},
"nplurals=2; plural=(n != 1);");
7 changes: 7 additions & 0 deletions l10n/bn_BD.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ "translations": {
"Time" : "সময়",
"Info" : "Info",
"Warning" : "সতর্কবাণী",
"Error" : "সমস্যা"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}
2 changes: 2 additions & 0 deletions l10n/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ OC.L10N.register(
"logreader",
{
"Logging" : "Naplózás",
"Errors in the log" : "Hiba a naplózásban",
"No errors in the logs since %s" : "Nincs hiba a naplóban %s óta",
"Log Reader" : "Naplóolvasó",
"A log reader for Nextcloud" : "Egy naplóolvasó a Nextcloudhoz",
"Log reader for Nextcloud" : "Naplóolvasó a Nextcloudhoz",
Expand Down
2 changes: 2 additions & 0 deletions l10n/hu.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ "translations": {
"Logging" : "Naplózás",
"Errors in the log" : "Hiba a naplózásban",
"No errors in the logs since %s" : "Nincs hiba a naplóban %s óta",
"Log Reader" : "Naplóolvasó",
"A log reader for Nextcloud" : "Egy naplóolvasó a Nextcloudhoz",
"Log reader for Nextcloud" : "Naplóolvasó a Nextcloudhoz",
Expand Down
9 changes: 9 additions & 0 deletions l10n/km.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
OC.L10N.register(
"logreader",
{
"Time" : "ម៉ោង",
"Info" : "Info",
"Warning" : "បម្រាម",
"Error" : "កំហុស"
},
"nplurals=1; plural=0;");
7 changes: 7 additions & 0 deletions l10n/km.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ "translations": {
"Time" : "ម៉ោង",
"Info" : "Info",
"Warning" : "បម្រាម",
"Error" : "កំហុស"
},"pluralForm" :"nplurals=1; plural=0;"
}
9 changes: 9 additions & 0 deletions l10n/ug.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
OC.L10N.register(
"logreader",
{
"Time" : "ۋاقىت",
"Info" : "Info",
"Warning" : "ئاگاھلاندۇرۇش",
"Error" : "خاتالىق"
},
"nplurals=2; plural=(n != 1);");
7 changes: 7 additions & 0 deletions l10n/ug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ "translations": {
"Time" : "ۋاقىت",
"Info" : "Info",
"Warning" : "ئاگاھلاندۇرۇش",
"Error" : "خاتالىق"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

0 comments on commit d49c290

Please sign in to comment.