From 411324e42f35cebf42e7e3144f937faf142dc997 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:49:06 +0300 Subject: [PATCH] New translations addon.php (Portuguese) --- .../default/visiosoft/cats-module/resources/lang/pt/addon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/pt/addon.php b/addons/default/visiosoft/cats-module/resources/lang/pt/addon.php index 2d2e72346..6cfebe690 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/pt/addon.php +++ b/addons/default/visiosoft/cats-module/resources/lang/pt/addon.php @@ -4,5 +4,5 @@ return [ 'title' => 'Categoria', 'name' => 'Módulo de categoria', 'description' => '', - 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.', + 'info' => 'Esta é a tela onde você pode adicionar, excluir e editar categorias da página de categorias. Você pode gerenciar facilmente as principais categorias e subcategorias nesta página.', ];