feat wiki/ayuda section

This commit is contained in:
amazuecos
2025-03-02 10:22:01 +01:00
parent 3406fb3005
commit 3140e527e8
24 changed files with 735 additions and 168 deletions

View File

@ -1,23 +1,44 @@
<?php
return [
'intro' => "Introduction",
'presupuesto-cliente' => "Cliente budget",
'presupuesto-administrador' => "Admin budget",
'pedidos' => "Orders",
'facturacion' => "Invoice",
'logistica' => "Logistic",
'tarifas' => "Tariff",
'config' => "Configuration",
'messages' => "Messages",
'help' => "Help",
'intro-admin' => "Introduction",
'presupuesto-cliente' => "Client budget",
'presupuesto-admin' => "Admin budget",
'pedidos-cliente' => "Orders",
'pedidos-admin' => "Orders",
'facturacion-admin' => "Invoice",
'facturacion-cliente' => "Invoice (Client)",
'logistica-admin' => "Logistic",
'tarifas-admin' => "Tariff",
'tarifas-cliente' => "Tariff (Client)",
'config-admin' => "Configuration",
'messages-admin' => "Messages",
'messages-cliente' => "Messages (Client)",
'save' => "Save",
'release' => "Release",
'preview' => "Preview",
'edit' => "Edit",
'new_section' => "New section",
'edit_section' => "Edit section",
'header-placeholder' => "Start writing a header ...",
'errors' => [
'publish_before_save' => "You have to save before publish the content"
],
'alt' => [
"sort" => "Drag to set the section order"
],
'order_success' => 'Order updated',
'order_error' => 'An error has ocurred',
'published' => 'Released',
'not_published' => 'Not released'
'not_published' => 'Not released',
'section_new_success' => 'Section created successfully',
'section_edit_success' => 'Section updated successfully',
'need_reload' => 'You need to refresh the page after creating/updating a section to see the changes.',
'file_dont_exist' => "File doesn't exist",
'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',
];

View File

@ -1,6 +1,7 @@
<?php
return [
'help' => "Ayuda",
'intro-admin' => "Introducción",
'intro-cliente' => "Introducción",
'presupuesto-cliente' => "Presupuesto (Cliente)",
@ -22,6 +23,7 @@ return [
'name' => "Nombre sección",
'icon' => "Icono sección",
'section_placeholder' => "Introduce el nombre de la sección",
'section_order' => "Orden",
'section_icon_placeholder' => "Introduce el nombre de la sección",
'edit_section' => "Editar sección",
'new_section' => "Nueva sección",
@ -29,6 +31,20 @@ return [
'errors' => [
'publish_before_save' => "Es necesario guardar antes de publicar"
],
'alt' => [
"sort" => "Arrastra para establecer el orden de la sección"
],
'order_success' => 'Orden actualizado correctamente',
'order_error' => 'Ha ocurriendo un error al ordenar',
'published' => 'Publicado',
'not_published' => 'Sin publicar',
'section_new_success' => 'Sección creada correctamente',
'section_edit_success' => 'Sección actualizada correctamente',
'need_reload' => 'Es necesario recargar la página para ver la nueva sección creada o editada.',
'file_dont_exist' => 'El fichero no existe',
'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',
];