File: /var/www/vhost/disk-apps/comfama.sports-crowd.com/resources/lang/en/experiences.php
<?php
return [
'default_buttons' => [
'back' => '← Back',
],
'monitor' => [
'title' => 'Monitor Experiences',
'export_data' => 'Export Data',
'filters' => 'Filters',
'filter_state' => 'Payment Status',
'filter_experiences' => 'Experiences',
'filter_payment_start_date' => 'Payment Start Date',
'filter_payment_end_date' => 'Payment End Date',
'placeholder_select' => 'Type the name',
'placeholder_date' => 'Select Date',
'datatables' => [
'columns' => [
'experience' => 'Experience',
'experience_plan' => 'Plan',
'name' => 'Student',
'birthdate' => 'Birth Date',
'document' => 'Document',
'guardian_name' => 'Guardian’s Name',
'guardian_document' => 'Guardian’s Document',
'guardian_email' => 'Guardian’s Email',
'guardian_phone' => 'Guardian’s Phone',
'payment_identifier' => 'Payment ID',
'payment_state' => 'Payment Status',
'payment_total' => 'Total Payment',
'payment_reference' => 'Payment Reference',
'payment_transaction' => 'Payment Transaction',
'payment_date' => 'Registration Date',
'actions' => 'Actions',
]
],
],
'settings' => [
'title' => 'Experience Settings',
'create' => 'Create',
'edit' => 'Edit',
'datatables' => [
'columns' => [
'name' => 'Experience',
'icon' => 'Icon',
'short_description' => 'Short Description',
'description' => 'Description',
'apply_to' => 'Apply To',
'includes' => 'Includes',
'when' => 'When',
'experience_type' => 'Experience Type',
'active' => 'Active',
'created_at' => 'Creation Date',
'actions' => 'Actions',
],
'actions' => [
'edit' => 'Edit',
'delete' => 'Delete',
]
],
'labels' => [
'optional' => 'Optional',
],
'messages' => [
'create_question' => "Do you want to create the experience?",
"create_success" => "The experience has been successfully created",
'create_error' => "An error occurred while creating the experience",
"edit_question" => "Do you want to edit the experience?",
"edit_success" => "The experience has been successfully updated",
"delete_question" => "Do you want to delete the experience?",
"validation_error" => "Ensure the form is correctly filled out",
"generic_error" => "An error occurred",
],
],
'plans' => [
'title' => 'Plans',
'create' => 'Create',
'edit' => 'Edit',
'datatables' => [
'columns' => [
'name' => 'Name',
'description' => 'Description',
'type' => 'Type',
'created_at' => 'Creation Date',
'actions' => 'Actions',
],
'actions' => [
'edit' => 'Edit',
'delete' => 'Delete',
]
],
'labels' => [
'optional' => 'Optional',
],
'messages' => [
'create_question' => "Do you want to create the plan for the experience?",
"create_success" => "The experience plan has been successfully created",
'create_error' => "An error occurred while creating the experience plan",
"edit_question" => "Do you want to edit the experience plan?",
"edit_success" => "The experience plan has been successfully updated",
"delete_question" => "Do you want to delete the experience plan?",
"validation_error" => "Ensure the form is correctly filled out",
"generic_error" => "An error occurred",
],
],
'plan_prices' => [
'title' => 'Prices',
'create' => 'Create',
'edit' => 'Edit',
'datatables' => [
'columns' => [
'price' => 'Price',
'description' => 'Description',
'duration' => 'Duration (days)',
'created_at' => 'Creation Date',
'actions' => 'Actions',
],
'actions' => [
'edit' => 'Edit',
'delete' => 'Delete',
]
],
'labels' => [
'optional' => 'Optional',
],
'messages' => [
'create_question' => "Do you want to create the plan price for the experience?",
"create_success" => "The experience plan price has been successfully created",
'create_error' => "An error occurred while creating the experience plan price",
"edit_question" => "Do you want to edit the plan price for the experience?",
"edit_success" => "The experience plan price has been successfully updated",
"delete_question" => "Do you want to delete the plan price for the experience?",
"validation_error" => "Ensure the form is correctly filled out",
"generic_error" => "An error occurred",
],
],
];