From 4019cdac001b4cec656584bc97b322f265063ea4 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 11 Jul 2019 13:12:06 +0100 Subject: [PATCH] New translations forms.php (Portuguese) --- resources/lang/pt-PT/forms.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/lang/pt-PT/forms.php b/resources/lang/pt-PT/forms.php index 48986017..5184ca6e 100644 --- a/resources/lang/pt-PT/forms.php +++ b/resources/lang/pt-PT/forms.php @@ -168,7 +168,7 @@ return [ 'analytics' => [ 'analytics_google' => 'Código do Google Analytics', 'analytics_gosquared' => 'Código do GoSquared Analytics', - 'analytics_piwik_url' => 'URL da instância do Piwik (sem http(s)://)', + 'analytics_piwik_url' => 'URL of your Piwik instance', 'analytics_piwik_siteid' => 'ID do site Piwik', ], 'localization' => [ @@ -229,6 +229,11 @@ return [ 'timezone' => 'Select Timezone', ], + 'seo' => [ + 'title' => 'SEO Title', + 'description' => 'SEO Description', + ], + // Buttons 'add' => 'Adicionar', 'save' => 'Salvar',