Merge branch 'feat/wiki' into 'main'

Feat/wiki

See merge request jjimenez/safekat!582
This commit is contained in:
Alvaro
2025-03-02 12:44:46 +00:00
10 changed files with 114 additions and 43 deletions

View File

@ -1,6 +1,7 @@
<?php
return [
'section_name' => "Section name",
'help' => "Help",
'intro-admin' => "Introduction",
'presupuesto-cliente' => "Client budget",
@ -22,6 +23,7 @@ return [
'new_section' => "New section",
'edit_section' => "Edit section",
'header-placeholder' => "Start writing a header ...",
'section_placeholder' => "Write the name of the section",
'errors' => [
'publish_before_save' => "You have to save before publish the content"
],
@ -39,6 +41,14 @@ return [
'need_editor_to_save' => 'Need to be in edit mode to save the content.',
'no_content' => 'Page is empty',
'dropdown_roles' => 'Roles that can see this section',
'save_content' => 'Save contents',
'release_content' => "Release contents",
'delete_section' => 'Delete section',
'roles' => 'Roles',
'multiple_select_role' => 'Select one or multiple roles',
'spanish' => "Spanish",
'english' => "English",
];

View File

@ -1,6 +1,7 @@
<?php
return [
'section_name' => "Nombre sección",
'help' => "Ayuda",
'intro-admin' => "Introducción",
'intro-cliente' => "Introducción",
@ -45,6 +46,14 @@ return [
'need_editor_to_save' => 'Tienes que estar en modo editar para guardar.',
'no_content' => 'No hay contenido en la página',
'dropdown_roles' => 'Roles que pueden ver la sección',
'save_content' => 'Guardar contenido',
'release_content' => "Publicar contenido",
'delete_section' => 'Eliminar sección',
'roles' => 'Roles',
'multiple_select_role' => 'Selecciona uno o varios roles',
'select_icon' => 'Selecciona un icono',
'spanish' => "Español",
'english' => "Ingles",
];