mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Merge branch 'feat/wiki' into 'main'
Feat/wiki See merge request jjimenez/safekat!582
This commit is contained in:
@ -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",
|
||||
|
||||
|
||||
|
||||
];
|
||||
@ -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",
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user