From 21374a7e766af65ed216e082d1cb5bf093f9f2dc Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:49:05 +0300 Subject: [PATCH] New translations field.php (Portuguese) --- .../cats-module/resources/lang/pt/field.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/pt/field.php b/addons/default/visiosoft/cats-module/resources/lang/pt/field.php index d84de4312..ace5bdd21 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/pt/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/pt/field.php @@ -30,13 +30,19 @@ return [ 'instructions' => 'É usado para adicionar ícones indicando o tipo de categoria.', ], - 'parent' => 'Parent', - 'level' => 'Level', - 'count' => 'Ad Counts', + 'parent' => 'Pai', + 'level' => 'Nível', + 'count' => 'Contagens de anúncios', 'please_wait' => 'Por favor, aguarde. Excluindo Subcategorias', 'category_selection' => 'Seleção de categoria', 'go_to_parent' => 'Vá para o pai', - 'preview' => 'Preview' + 'preview' => 'Visualizar', + + // Report + 'undefined_category' => 'Categoria indefinida', + 'categories_with_no_meta_report' => 'Categorias sem meta-relatório', + 'category' => 'Categoria', + 'id' => 'identificação', ];