From d49c2900a263917ef0096d607a6beb69c48ca517 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 16 Aug 2024 01:12:56 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/bn_BD.js | 9 +++++++++ l10n/bn_BD.json | 7 +++++++ l10n/hu.js | 2 ++ l10n/hu.json | 2 ++ l10n/km.js | 9 +++++++++ l10n/km.json | 7 +++++++ l10n/ug.js | 9 +++++++++ l10n/ug.json | 7 +++++++ 8 files changed, 52 insertions(+) create mode 100644 l10n/bn_BD.js create mode 100644 l10n/bn_BD.json create mode 100644 l10n/km.js create mode 100644 l10n/km.json create mode 100644 l10n/ug.js create mode 100644 l10n/ug.json diff --git a/l10n/bn_BD.js b/l10n/bn_BD.js new file mode 100644 index 00000000..1c21cfce --- /dev/null +++ b/l10n/bn_BD.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "logreader", + { + "Time" : "সময়", + "Info" : "Info", + "Warning" : "সতর্কবাণী", + "Error" : "সমস্যা" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/bn_BD.json b/l10n/bn_BD.json new file mode 100644 index 00000000..dd26a984 --- /dev/null +++ b/l10n/bn_BD.json @@ -0,0 +1,7 @@ +{ "translations": { + "Time" : "সময়", + "Info" : "Info", + "Warning" : "সতর্কবাণী", + "Error" : "সমস্যা" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/hu.js b/l10n/hu.js index 9670b9f8..61fe943c 100644 --- a/l10n/hu.js +++ b/l10n/hu.js @@ -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", diff --git a/l10n/hu.json b/l10n/hu.json index c39b5694..246d83b7 100644 --- a/l10n/hu.json +++ b/l10n/hu.json @@ -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", diff --git a/l10n/km.js b/l10n/km.js new file mode 100644 index 00000000..b7a74294 --- /dev/null +++ b/l10n/km.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "logreader", + { + "Time" : "ម៉ោង", + "Info" : "Info", + "Warning" : "បម្រាម", + "Error" : "កំហុស" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/km.json b/l10n/km.json new file mode 100644 index 00000000..a796912e --- /dev/null +++ b/l10n/km.json @@ -0,0 +1,7 @@ +{ "translations": { + "Time" : "ម៉ោង", + "Info" : "Info", + "Warning" : "បម្រាម", + "Error" : "កំហុស" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file diff --git a/l10n/ug.js b/l10n/ug.js new file mode 100644 index 00000000..4b72ff42 --- /dev/null +++ b/l10n/ug.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "logreader", + { + "Time" : "ۋاقىت", + "Info" : "Info", + "Warning" : "ئاگاھلاندۇرۇش", + "Error" : "خاتالىق" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ug.json b/l10n/ug.json new file mode 100644 index 00000000..ca3af995 --- /dev/null +++ b/l10n/ug.json @@ -0,0 +1,7 @@ +{ "translations": { + "Time" : "ۋاقىت", + "Info" : "Info", + "Warning" : "ئاگاھلاندۇرۇش", + "Error" : "خاتالىق" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file