141 lines
4.0 KiB
PHP
Executable File
141 lines
4.0 KiB
PHP
Executable File
<?php
|
|
|
|
|
|
return [
|
|
|
|
// Tudo relacionado ao dashboard, tanto a pagina como o navbarMenu
|
|
'dashboard' => [
|
|
//navbarMenu
|
|
'dashboard' => 'Dashboard',
|
|
|
|
'planning' => [
|
|
'description' => 'In planning',
|
|
'text' => 'In planning for 2023'
|
|
],
|
|
'prepared' => [
|
|
'description' => 'Prepared',
|
|
'text' => 'Waiting for the work to start.'
|
|
],
|
|
'on_going' => [
|
|
'description' => 'On going',
|
|
'text' => 'Work in progress.'
|
|
],
|
|
'finished' => [
|
|
'description' => 'Finished.',
|
|
'text' => 'Last projects 2023.'
|
|
],
|
|
],
|
|
|
|
//alterar na view Portfolio
|
|
'portfolio' => [
|
|
'top_view_part' => [
|
|
'management_assets' => 'Management assets',
|
|
'portfolio' => 'portfolio',
|
|
'managing_assets' => 'Managing Assets',
|
|
],
|
|
'change_buttons' => [
|
|
'create_assets' => 'Create assets',
|
|
'asset_table' => 'Asset table',
|
|
],
|
|
'asset_table' => [
|
|
''=> '',
|
|
],
|
|
'users_table' => [
|
|
'id' => 'ID',
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'user_type' => 'User type',
|
|
'actions' => [
|
|
'actions' => 'Actions',
|
|
'details' => 'Details',
|
|
'edit'=> 'Edit',
|
|
'delete' => 'Delete'
|
|
],
|
|
],
|
|
],
|
|
|
|
'users_listUsers' => [
|
|
//Navbar
|
|
'users' => 'Users',
|
|
'companies' => 'Companies',
|
|
'create_users' => 'Create users',
|
|
|
|
'top_view_part' => [
|
|
'companies' => 'Companies',
|
|
'administration' => 'Administration',
|
|
'users_table' => 'Users table',
|
|
'companies_table' => 'Companies Table',
|
|
],
|
|
],
|
|
|
|
// View : Create Users
|
|
'pendingUsers' => [
|
|
'create_users' => 'Create Users',
|
|
'administration' => 'Administration',
|
|
'submit_form' => 'Submit Form',
|
|
'pending_users' => 'Pending Users',
|
|
'submit' => 'Submit',
|
|
'table_pending_user' => [
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'verify' => 'Verify'
|
|
],
|
|
],
|
|
|
|
// View : createProject
|
|
'createProject' => [
|
|
//NavbarMenu
|
|
"create_project"=> "Create a project",
|
|
|
|
'project_work_details' => 'Project Work Details',
|
|
'project_identification' => 'Project identification',
|
|
'ispt_project_number' => 'ISPT Project Number',
|
|
'ispt_project_manager' => 'ISPT Project Manager',
|
|
'compan_project_manager' => 'Company Project Manager',
|
|
//Selecionar uma empresa.
|
|
'select_company' => [
|
|
'contracting_company' => 'Contracting Company',
|
|
'select_company' => 'Select a contracting Company',
|
|
],
|
|
//Selecionar ou criar uma instalacao
|
|
'select_plant' => [
|
|
'plant' => 'Select Plant',
|
|
'create_new_plant' => 'Create a new plant',
|
|
'new_plant' => 'New plant',
|
|
'plant_address' => 'Plant address',
|
|
'select_plant' => 'Select Plant',
|
|
],
|
|
'company_project_number' => 'Company Project Number',
|
|
'project_start_date' => 'Project Start Date',
|
|
],
|
|
|
|
|
|
'profile' => [
|
|
'show_profile' => [
|
|
'profile' => 'Profile',
|
|
'full_name' => 'Full Name',
|
|
'nif' => 'Nif',
|
|
'email_address' => 'Email address',
|
|
'user_type' => 'User type',
|
|
'mobile_phone' => 'Mobile phone',
|
|
'account_creation_date' => 'Account creation date'
|
|
],
|
|
'edit_profile' => [
|
|
'edit_profile'=> 'Edit profile',
|
|
'update_your_logo' => 'Update your logo',
|
|
'image' => 'Image',
|
|
'full_name'=> 'Full name',
|
|
'nif' => 'Nif',
|
|
'email_address' => 'Email address',
|
|
'mobile_phone' => 'mobile_phone',
|
|
],
|
|
],
|
|
|
|
//Botoes gerais ISPT4.0
|
|
'buttons' => [
|
|
'save' => 'save',
|
|
],
|
|
|
|
'welcome' => 'Welcome to our application!',
|
|
];
|