diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-02-14 02:28:25 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-02-14 02:28:25 +0000 |
commit | eb0d4efdc34ec45ce7d2df4627c193e88be72040 (patch) | |
tree | f02336e29cd8377d0c61bc430fa87410324b2d20 /apps/user_status | |
parent | 65672ee4be61601c30c4f1c017800eb8501b77d1 (diff) | |
download | nextcloud-server-eb0d4efdc34ec45ce7d2df4627c193e88be72040.tar.gz nextcloud-server-eb0d4efdc34ec45ce7d2df4627c193e88be72040.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/pt_PT.js | 41 | ||||
-rw-r--r-- | apps/user_status/l10n/pt_PT.json | 39 |
2 files changed, 80 insertions, 0 deletions
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 |