From 8902e265b4efea68cafef790ee0e2870f62985cd Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 8 Jun 2017 14:58:22 +0200 Subject: Add explit admin actions to (re)subscribe/unsubscribe remote accounts (#3640) * Add explit admin actions to (re)subscribe/unsubscribe remote accounts and re-download avatar/header * Improve how admin NSFW toggle looks --- config/locales/pt.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config/locales/pt.yml') diff --git a/config/locales/pt.yml b/config/locales/pt.yml index f628e59f2..dff2898c0 100644 --- a/config/locales/pt.yml +++ b/config/locales/pt.yml @@ -126,13 +126,6 @@ pt: account_count: Contas conhecidas domain_name: Domínio title: Instâncias conhecidas - subscriptions: - callback_url: URL de Callback - confirmed: Confirmado - expires_in: Expira em - last_delivery: Última entrega - title: PubSubHubbub - topic: Tópico reports: comment: label: Comentário @@ -173,6 +166,13 @@ pt: title: Página de mais informações site_title: Título do site title: Preferências do site + subscriptions: + callback_url: URL de Callback + confirmed: Confirmado + expires_in: Expira em + last_delivery: Última entrega + title: PubSubHubbub + topic: Tópico title: Administração application_mailer: settings: 'Alterar preferências de email: %{link}' @@ -196,7 +196,7 @@ pt: validation_errors: one: Algo não está correcto. Por favor vê o erro abaixo other: Algo não está correto. Por favor vê os %{count} erros abaixo - landing_strip_html: %{name} is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse. + landing_strip_html: "%{name} is a user on %{link_to_root_path}. You can follow them or interact with them if you have an account anywhere in the fediverse." landing_strip_signup_html: If you don't, you can sign up here. notification_mailer: favourite: -- cgit