From eb0d4efdc34ec45ce7d2df4627c193e88be72040 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 14 Feb 2022 02:28:25 +0000 Subject: [tx-robot] updated from transifex Signed-off-by: Nextcloud bot --- apps/user_status/l10n/pt_PT.js | 41 ++++++++++++++++++++++++++++++++++++++++ apps/user_status/l10n/pt_PT.json | 39 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 apps/user_status/l10n/pt_PT.js create mode 100644 apps/user_status/l10n/pt_PT.json (limited to 'apps/user_status/l10n') diff --git a/apps/user_status/l10n/pt_PT.js b/apps/user_status/l10n/pt_PT.js new file mode 100644 index 00000000000..842f6d26a7f --- /dev/null +++ b/apps/user_status/l10n/pt_PT.js @@ -0,0 +1,41 @@ +OC.L10N.register( + "user_status", + { + "Recent statuses" : "Estados recentes", + "In a meeting" : "Numa reunião", + "Commuting" : "Em trânsito", + "Out sick" : "Doente", + "Vacationing" : "Férias", + "Working remotely" : "A trabalhar à distância", + "In a call" : "Numa chamada", + "User status" : "Estado do utilizador", + "View profile" : "Visualizar perfil", + "Clear status message after" : "Limpar mensagem de estado após", + "What is your status?" : "Qual é o seu estado?", + "Set status" : "Definir estado", + "Online status" : "Estado online", + "Status message" : "Mensagem de estado", + "Clear status message" : "Limpar mensagem de estado", + "Set status message" : "Definir mensagem de estado", + "There was an error saving the status" : "Ocorreu um erro ao guardar o estado", + "There was an error clearing the status" : "Ocorreu um erro ao apagar o estado", + "No recent status changes" : "Sem alterações de estado recentes", + "Away" : "Ausente", + "Do not disturb" : "Não incomodar", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Não apagar", + "Today" : "Hoje", + "This week" : "Esta semana", + "Online" : "Online", + "Invisible" : "Invisível ", + "Offline" : "Offline", + "There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado", + "30 minutes" : "30 minutos", + "1 hour" : "1 hora", + "4 hours" : "4 horas", + "Mute all notifications" : "Desativar todas as notificações", + "Appear offline" : "Aparecer offline", + "Clear status after" : "Limpar mensagem de estado após", + "What's your status?" : "Qual é o seu estado?" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/pt_PT.json b/apps/user_status/l10n/pt_PT.json new file mode 100644 index 00000000000..3f761a0372a --- /dev/null +++ b/apps/user_status/l10n/pt_PT.json @@ -0,0 +1,39 @@ +{ "translations": { + "Recent statuses" : "Estados recentes", + "In a meeting" : "Numa reunião", + "Commuting" : "Em trânsito", + "Out sick" : "Doente", + "Vacationing" : "Férias", + "Working remotely" : "A trabalhar à distância", + "In a call" : "Numa chamada", + "User status" : "Estado do utilizador", + "View profile" : "Visualizar perfil", + "Clear status message after" : "Limpar mensagem de estado após", + "What is your status?" : "Qual é o seu estado?", + "Set status" : "Definir estado", + "Online status" : "Estado online", + "Status message" : "Mensagem de estado", + "Clear status message" : "Limpar mensagem de estado", + "Set status message" : "Definir mensagem de estado", + "There was an error saving the status" : "Ocorreu um erro ao guardar o estado", + "There was an error clearing the status" : "Ocorreu um erro ao apagar o estado", + "No recent status changes" : "Sem alterações de estado recentes", + "Away" : "Ausente", + "Do not disturb" : "Não incomodar", + "{status}, {timestamp}" : "{status}, {timestamp}", + "Don't clear" : "Não apagar", + "Today" : "Hoje", + "This week" : "Esta semana", + "Online" : "Online", + "Invisible" : "Invisível ", + "Offline" : "Offline", + "There was an error saving the new status" : "Ocorreu um erro ao guardar o novo estado", + "30 minutes" : "30 minutos", + "1 hour" : "1 hora", + "4 hours" : "4 horas", + "Mute all notifications" : "Desativar todas as notificações", + "Appear offline" : "Aparecer offline", + "Clear status after" : "Limpar mensagem de estado após", + "What's your status?" : "Qual é o seu estado?" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file -- cgit v1.2.3