From 91d0ebbcf5c059eb2f6238593f477af8bd57f5ec Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 10 Nov 2022 02:35:56 +0000 Subject: [PATCH] [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- l10n/pt_PT.js | 7 +++++++ l10n/pt_PT.json | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 l10n/pt_PT.js create mode 100644 l10n/pt_PT.json diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js new file mode 100644 index 0000000..8e75f43 --- /dev/null +++ b/l10n/pt_PT.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "integration_moodle", + { + "Bad HTTP method" : "Método HTTP incorreto", + "Bad credentials" : "Credenciais inválidas" +}, +"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json new file mode 100644 index 0000000..a6cfeec --- /dev/null +++ b/l10n/pt_PT.json @@ -0,0 +1,5 @@ +{ "translations": { + "Bad HTTP method" : "Método HTTP incorreto", + "Bad credentials" : "Credenciais inválidas" +},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file