Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-02-16 06:03:00 +0300
committerNextcloud bot <bot@nextcloud.com>2022-02-16 06:03:00 +0300
commitb19e969e28428042aa061913bdc42e3c902b74b8 (patch)
tree449036fdbec5f0f6304039db47d51f27f49e4a7d /l10n
parent2e6a457fba60df6b88f793c2fb90d618e4048a4b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/pt_PT.js11
-rw-r--r--l10n/pt_PT.json11
2 files changed, 20 insertions, 2 deletions
diff --git a/l10n/pt_PT.js b/l10n/pt_PT.js
index 33d90bc..d0165e5 100644
--- a/l10n/pt_PT.js
+++ b/l10n/pt_PT.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Olá %s",
+ "Hello %s," : "Olá %s,",
"Admin notifications" : "Notificações de administrador",
"Notifications" : "Notificações",
"Dismiss all notifications" : "Dispensar todas as notificações",
@@ -10,6 +12,13 @@ OC.L10N.register(
"Dismiss" : "Dispensar",
"seconds ago" : "segundos atrás",
"Failed to dismiss notification" : "Falhou a dispensar notificação",
- "in {path}" : "em {path}"
+ "in {path}" : "em {path}",
+ "Never" : "Nunca",
+ "1 hour" : "1 hora",
+ "3 hours" : "3 horas",
+ "1 day" : "1 dia",
+ "1 week" : "1 semana",
+ "Your settings have been updated." : "As suas definições foram atualizadas.",
+ "An error occurred while updating your settings." : "Ocorreu um erro ao atualizar as suas definições."
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/pt_PT.json b/l10n/pt_PT.json
index bef3886..564cd59 100644
--- a/l10n/pt_PT.json
+++ b/l10n/pt_PT.json
@@ -1,4 +1,6 @@
{ "translations": {
+ "Hello %s" : "Olá %s",
+ "Hello %s," : "Olá %s,",
"Admin notifications" : "Notificações de administrador",
"Notifications" : "Notificações",
"Dismiss all notifications" : "Dispensar todas as notificações",
@@ -8,6 +10,13 @@
"Dismiss" : "Dispensar",
"seconds ago" : "segundos atrás",
"Failed to dismiss notification" : "Falhou a dispensar notificação",
- "in {path}" : "em {path}"
+ "in {path}" : "em {path}",
+ "Never" : "Nunca",
+ "1 hour" : "1 hora",
+ "3 hours" : "3 horas",
+ "1 day" : "1 dia",
+ "1 week" : "1 semana",
+ "Your settings have been updated." : "As suas definições foram atualizadas.",
+ "An error occurred while updating your settings." : "Ocorreu um erro ao atualizar as suas definições."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file