From af8d267f392fa18f0a7bff4c2eeac93ed73cdf36 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 13 Jan 2022 12:36:44 +0300 Subject: [PATCH] New translations field.php (Spanish) --- .../cats-module/resources/lang/es/field.php | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/cats-module/resources/lang/es/field.php b/addons/default/visiosoft/cats-module/resources/lang/es/field.php index 30af8c0d7..b366c9cb2 100644 --- a/addons/default/visiosoft/cats-module/resources/lang/es/field.php +++ b/addons/default/visiosoft/cats-module/resources/lang/es/field.php @@ -30,13 +30,19 @@ return [ 'instructions' => 'Se utiliza para agregar iconos que indican el tipo de categoría.', ], - 'parent' => 'Parent', - 'level' => 'Level', - 'count' => 'Ad Counts', + 'parent' => 'Padre', + 'level' => 'Nivel', + 'count' => 'recuentos de anuncios', 'please_wait' => 'Por favor, espere. Eliminar subcategorías', 'category_selection' => 'Selección de categoría', 'go_to_parent' => 'Ir a los padres', - 'preview' => 'Preview' + 'preview' => 'Avance', + + // Report + 'undefined_category' => 'Categoría indefinida', + 'categories_with_no_meta_report' => 'Categorías sin metainforme', + 'category' => 'Categoría', + 'id' => 'IDENTIFICACIÓN', ];