diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-08-23 00:28:29 +0000 |
commit | 130514267d82b17f478db39baad0832631cb69a6 (patch) | |
tree | dfa7c21f62cb370ea2d8ddac11ca59e8405574c3 /apps/user_status/l10n/pt_BR.js | |
parent | 7d795d020397947745940be89a3e0719a6c3177a (diff) | |
download | nextcloud-server-130514267d82b17f478db39baad0832631cb69a6.tar.gz nextcloud-server-130514267d82b17f478db39baad0832631cb69a6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n/pt_BR.js')
-rw-r--r-- | apps/user_status/l10n/pt_BR.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/user_status/l10n/pt_BR.js b/apps/user_status/l10n/pt_BR.js index 25ec765341d..2c0c84b1992 100644 --- a/apps/user_status/l10n/pt_BR.js +++ b/apps/user_status/l10n/pt_BR.js @@ -2,6 +2,7 @@ OC.L10N.register( "user_status", { "Recent statuses" : "Status recentes", + "No recent status changes" : "Sem alterações de status recentes", "In a meeting" : "Em reunião", "Commuting" : "Em trânsito", "Out sick" : "Doente", @@ -28,14 +29,12 @@ OC.L10N.register( "There was an error saving the status" : "Ocorreu um erro ao salvar o status", "There was an error clearing the status" : "Ocorreu um erro ao limpar o status", "There was an error reverting the status" : "Ocorreu um erro ao reverter o status", - "No recent status changes" : "Sem alterações de status recentes", - "Away" : "Fora", - "Do not disturb" : "Não perturbe", - "{status}, {timestamp}" : "{status}, {timestamp}", "Don't clear" : "Não limpar", "Today" : "Hoje", "This week" : "Esta semana", "Online" : "Online", + "Away" : "Fora", + "Do not disturb" : "Não perturbe", "Invisible" : "Invisível", "Offline" : "Offline", "There was an error saving the new status" : "Ocorreu um erro ao salvar o novo status", @@ -43,6 +42,7 @@ OC.L10N.register( "1 hour" : "1 hora", "4 hours" : "4 horas", "Mute all notifications" : "Silenciar todas as notificações", - "Appear offline" : "Aparecer offline" + "Appear offline" : "Aparecer offline", + "{status}, {timestamp}" : "{status}, {timestamp}" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |