From 88ed91713a60cb6c41cb9ca9c506768d811f29ad Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 24 Apr 2022 03:00:30 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/ca.js | 1 + l10n/ca.json | 1 + l10n/en_GB.js | 7 +++++++ l10n/en_GB.json | 5 +++++ l10n/he.js | 7 +++++++ l10n/he.json | 5 +++++ l10n/ko.js | 1 + l10n/ko.json | 1 + l10n/lt_LT.js | 1 + l10n/lt_LT.json | 1 + l10n/nb.js | 7 +++++++ l10n/nb.json | 5 +++++ l10n/oc.js | 4 +++- l10n/oc.json | 4 +++- l10n/ro.js | 8 ++++++++ l10n/ro.json | 6 ++++++ l10n/ru.js | 1 + l10n/ru.json | 1 + l10n/sv.js | 1 + l10n/sv.json | 1 + l10n/zh_TW.js | 9 +++++++++ l10n/zh_TW.json | 7 +++++++ 22 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 l10n/en_GB.js create mode 100644 l10n/en_GB.json create mode 100644 l10n/he.js create mode 100644 l10n/he.json create mode 100644 l10n/nb.js create mode 100644 l10n/nb.json create mode 100644 l10n/ro.js create mode 100644 l10n/ro.json create mode 100644 l10n/zh_TW.js create mode 100644 l10n/zh_TW.json diff --git a/l10n/ca.js b/l10n/ca.js index b8adea8..68944b7 100644 --- a/l10n/ca.js +++ b/l10n/ca.js @@ -6,6 +6,7 @@ OC.L10N.register( "Moodle course" : "Curs Moodle", "Moodle course modules" : "Mòduls de curs Moodle", "Moodle upcoming events" : "Propers esdeveniments Moodle", + "Bad HTTP method" : "Mètode HTTP incorrecte", "Bad credentials" : "Credencials dolentes", "Connected accounts" : "Comptes connectades", "Moodle integration" : "Integració de Moodle", diff --git a/l10n/ca.json b/l10n/ca.json index 01535b3..8455c22 100644 --- a/l10n/ca.json +++ b/l10n/ca.json @@ -4,6 +4,7 @@ "Moodle course" : "Curs Moodle", "Moodle course modules" : "Mòduls de curs Moodle", "Moodle upcoming events" : "Propers esdeveniments Moodle", + "Bad HTTP method" : "Mètode HTTP incorrecte", "Bad credentials" : "Credencials dolentes", "Connected accounts" : "Comptes connectades", "Moodle integration" : "Integració de Moodle", diff --git a/l10n/en_GB.js b/l10n/en_GB.js new file mode 100644 index 0000000..9497686 --- /dev/null +++ b/l10n/en_GB.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "Bad HTTP method", + "Bad credentials" : "Bad credentials" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/en_GB.json b/l10n/en_GB.json new file mode 100644 index 0000000..faac094 --- /dev/null +++ b/l10n/en_GB.json @@ -0,0 +1,5 @@ +{ "translations": { + "Bad HTTP method" : "Bad HTTP method", + "Bad credentials" : "Bad credentials" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/he.js b/l10n/he.js new file mode 100644 index 0000000..7a075f5 --- /dev/null +++ b/l10n/he.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad credentials" : "פרטי גישה שגויים", + "Connected accounts" : "חשבונות מקושרים" +}, +"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); diff --git a/l10n/he.json b/l10n/he.json new file mode 100644 index 0000000..d2f55e9 --- /dev/null +++ b/l10n/he.json @@ -0,0 +1,5 @@ +{ "translations": { + "Bad credentials" : "פרטי גישה שגויים", + "Connected accounts" : "חשבונות מקושרים" +},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;" +} \ No newline at end of file diff --git a/l10n/ko.js b/l10n/ko.js index 98eaf26..7ce571e 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -1,6 +1,7 @@ OC.L10N.register( "integration_moodle", { + "Bad HTTP method" : "옳지 않은 HTTP 메소드", "Bad credentials" : "잘못된 자격 증명", "Connected accounts" : "계정 연결됨", "Connected as {user}" : "[user]로 연결됨", diff --git a/l10n/ko.json b/l10n/ko.json index 4e8d587..98c314a 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,4 +1,5 @@ { "translations": { + "Bad HTTP method" : "옳지 않은 HTTP 메소드", "Bad credentials" : "잘못된 자격 증명", "Connected accounts" : "계정 연결됨", "Connected as {user}" : "[user]로 연결됨", diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js index 3711c50..8d195e1 100644 --- a/l10n/lt_LT.js +++ b/l10n/lt_LT.js @@ -6,6 +6,7 @@ OC.L10N.register( "Moodle course" : "„Moodle“ kursas", "Moodle course modules" : "„Moodle“ kursų modulis", "Moodle upcoming events" : "„Moodle“ artėjantys įvykiai", + "Bad HTTP method" : "Blogas HTTP metodas", "Bad credentials" : "Blogi prisijungimo duomenys", "Connected accounts" : "Prijungtos paskyros", "Moodle integration" : "„Moodle“ integracija", diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json index 6af66f9..03016bf 100644 --- a/l10n/lt_LT.json +++ b/l10n/lt_LT.json @@ -4,6 +4,7 @@ "Moodle course" : "„Moodle“ kursas", "Moodle course modules" : "„Moodle“ kursų modulis", "Moodle upcoming events" : "„Moodle“ artėjantys įvykiai", + "Bad HTTP method" : "Blogas HTTP metodas", "Bad credentials" : "Blogi prisijungimo duomenys", "Connected accounts" : "Prijungtos paskyros", "Moodle integration" : "„Moodle“ integracija", diff --git a/l10n/nb.js b/l10n/nb.js new file mode 100644 index 0000000..b64dd66 --- /dev/null +++ b/l10n/nb.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "HTTP-metode er feil", + "Bad credentials" : "Påloggingsdetaljene er feil" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/nb.json b/l10n/nb.json new file mode 100644 index 0000000..a248a35 --- /dev/null +++ b/l10n/nb.json @@ -0,0 +1,5 @@ +{ "translations": { + "Bad HTTP method" : "HTTP-metode er feil", + "Bad credentials" : "Påloggingsdetaljene er feil" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/oc.js b/l10n/oc.js index 4c9b624..1074fb9 100644 --- a/l10n/oc.js +++ b/l10n/oc.js @@ -1,7 +1,9 @@ OC.L10N.register( "integration_moodle", { + "Bad credentials" : "Marrits identificants", "Moodle password" : "Senhal moodle", - "Your password" : "Vòstre senhal" + "Your password" : "Vòstre senhal", + "Connected as {user}" : "Connectat coma {user}" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/oc.json b/l10n/oc.json index f1dbd98..c5000cb 100644 --- a/l10n/oc.json +++ b/l10n/oc.json @@ -1,5 +1,7 @@ { "translations": { + "Bad credentials" : "Marrits identificants", "Moodle password" : "Senhal moodle", - "Your password" : "Vòstre senhal" + "Your password" : "Vòstre senhal", + "Connected as {user}" : "Connectat coma {user}" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/l10n/ro.js b/l10n/ro.js new file mode 100644 index 0000000..0da50a3 --- /dev/null +++ b/l10n/ro.js @@ -0,0 +1,8 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "Metodă HTTP nepotrivită", + "Bad credentials" : "Credențiale greșite", + "Connected accounts" : "Conturile conectate" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/l10n/ro.json b/l10n/ro.json new file mode 100644 index 0000000..3c6fe3b --- /dev/null +++ b/l10n/ro.json @@ -0,0 +1,6 @@ +{ "translations": { + "Bad HTTP method" : "Metodă HTTP nepotrivită", + "Bad credentials" : "Credențiale greșite", + "Connected accounts" : "Conturile conectate" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file diff --git a/l10n/ru.js b/l10n/ru.js index 89e4986..357e22d 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -1,6 +1,7 @@ OC.L10N.register( "integration_moodle", { + "Bad HTTP method" : "Неверный метод HTTP", "Bad credentials" : "Неверные учётные данные", "Connected accounts" : "Подключённые учётные записи", "Connected as {user}" : "Подключено под именем {user}" diff --git a/l10n/ru.json b/l10n/ru.json index 58efc71..69ccf24 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,4 +1,5 @@ { "translations": { + "Bad HTTP method" : "Неверный метод HTTP", "Bad credentials" : "Неверные учётные данные", "Connected accounts" : "Подключённые учётные записи", "Connected as {user}" : "Подключено под именем {user}" diff --git a/l10n/sv.js b/l10n/sv.js index 4338ba6..76632c4 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -2,6 +2,7 @@ OC.L10N.register( "integration_moodle", { "Moodle course" : "Moodle-kurs", + "Bad HTTP method" : "Felaktig HTTP-metod", "Bad credentials" : "Ogiltiga inloggningsuppgifter", "Connected accounts" : "Anslutna konton", "Moodle integration" : "Moodle-integrering", diff --git a/l10n/sv.json b/l10n/sv.json index 0cefaae..8f45152 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -1,5 +1,6 @@ { "translations": { "Moodle course" : "Moodle-kurs", + "Bad HTTP method" : "Felaktig HTTP-metod", "Bad credentials" : "Ogiltiga inloggningsuppgifter", "Connected accounts" : "Anslutna konton", "Moodle integration" : "Moodle-integrering", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js new file mode 100644 index 0000000..6edafba --- /dev/null +++ b/l10n/zh_TW.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "錯誤的 HTTP 方法", + "Bad credentials" : "錯誤的憑證", + "Connected accounts" : "已連線的帳號", + "Connected as {user}" : "以 {user} 身份連線" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json new file mode 100644 index 0000000..1a383fa --- /dev/null +++ b/l10n/zh_TW.json @@ -0,0 +1,7 @@ +{ "translations": { + "Bad HTTP method" : "錯誤的 HTTP 方法", + "Bad credentials" : "錯誤的憑證", + "Connected accounts" : "已連線的帳號", + "Connected as {user}" : "以 {user} 身份連線" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file