Files
safekat/ci4/app/Language/en/Wiki.php
2025-04-21 12:55:45 +02:00

54 lines
1.9 KiB
PHP
Executable File

<?php
return [
'section_name' => "Section name",
'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 ...",
'section_placeholder' => "Write the name of the section",
'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',
'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',
'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",
];