add name translation wiki-section

This commit is contained in:
amazuecos
2025-03-02 13:44:10 +01:00
parent 18700b6c96
commit 24412c63ca
10 changed files with 76 additions and 15 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"
],
@ -40,9 +42,12 @@ return [
'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'
'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",
@ -46,9 +47,13 @@ return [
'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",
];