174 lines
5.8 KiB
PHP
Executable File
174 lines
5.8 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: merdan
|
|
* Date: 7/14/2022
|
|
* Time: 16:35
|
|
*/
|
|
return [
|
|
'errors' => [
|
|
'not_found' => 'Not found'
|
|
],
|
|
'account'=> [
|
|
'title' => 'account',
|
|
'list_title' => 'accounts',
|
|
'filter' =>[
|
|
'type' => 'Type',
|
|
|
|
'business' => 'Entrepreneur',
|
|
'company' => 'Company',
|
|
],
|
|
'name' => 'Name',
|
|
'tab_legalization' => '#1. Legalization',
|
|
'tab_bank' => '#2. Bank',
|
|
'tab_contacts' => '#3. Contacts',
|
|
'tab_country' => '#4. Country',
|
|
'legalization_number' => 'Legalization number',
|
|
'expires_at' => 'Expires at',
|
|
'bank' => 'Bank',
|
|
'account_number' => 'Account number',
|
|
'account_date' => 'Account date',
|
|
'currency' => 'Currency',
|
|
'iban' => 'IBAN',
|
|
'bank_name' => 'Bank name',
|
|
'country' => 'Country',
|
|
'contacts' => 'Contacts',
|
|
'address' => 'Address',
|
|
'phone' => 'Phone',
|
|
'email' => 'Email',
|
|
'fax' => 'Fax',
|
|
"not_found" => 'Account not found',
|
|
'update_profile_error' => 'Update profile failed',
|
|
'update_account_error' => 'Update account failed'
|
|
],
|
|
'application' => [
|
|
'list_title' => 'applications',
|
|
'new' => 'Mew',
|
|
'applied' => 'Applied',
|
|
'refine' => 'Refine',
|
|
'approved' => 'Approved',
|
|
'archived' => 'Archived',
|
|
'date_filter' => 'Created at from-to',
|
|
'account' => 'Account',
|
|
'account_type' => "Account type",
|
|
'leg_number' => "Legalization number",
|
|
'expires_at' => "Expires at",
|
|
'state' => 'Status',
|
|
'fill_profile_message' => 'Please fill your profile information first!',
|
|
'expire_message' => 'Dine Legalizasia nomerinizin mohletinin gutarmagyna 1 ay wagt galanda arza doredip bilyaniz',
|
|
'list_not_found' => 'Required documents list was not found',
|
|
'required_docs_message' => 'Upload all required documents first!',
|
|
'app_success_message' => 'Application successful',
|
|
'app_error_message' => 'This application is not applicable',
|
|
'upload_success' => 'Uploaded successfully',
|
|
'upload_failure' => 'File upload failed',
|
|
'upload_max_size' => 'Max size exceeded'
|
|
],
|
|
'dashboard' => [
|
|
'total_tickets' => "Total tickets",
|
|
'open_tickets' => "Open tickets",
|
|
'closed_tickets' => "Closed tickets",
|
|
'new_applications' => "New applications",
|
|
'applied_applications' => "Applied applications",
|
|
'approved_applications' => "Approved applications",
|
|
'refined_applications' => "Refined applications",
|
|
'new' => 'new',
|
|
'approved' => 'approved',
|
|
'applied' => 'applied',
|
|
'refined' => 'refined',
|
|
],
|
|
'yes' => 'Yes',
|
|
'no' => 'No',
|
|
'client' => [
|
|
'title' => 'client',
|
|
'list_title' => 'clients',
|
|
'is_verified' => 'Is verified?',
|
|
'is_suspended' => 'is_suspended',
|
|
'firstname' => 'First name',
|
|
'lastname' => 'Last name',
|
|
'email' => 'Email',
|
|
|
|
],
|
|
'company' => [
|
|
'title' => 'company',
|
|
'list_title' => 'companies',
|
|
'registration_date' => 'Registration date',
|
|
'name' => 'Name',
|
|
'short_name' => 'Short name',
|
|
'registration_number' => 'Registration Number',
|
|
'state_registration_agency' => 'State registration Agency',
|
|
'registration_place' => 'Registration Place',
|
|
'registration_address' => 'Registration Address',
|
|
],
|
|
'business' => [
|
|
'title' => 'entrepreneur',
|
|
'list_title' => 'entrepreneurs',
|
|
'name' => 'Name',
|
|
'surname' => 'Surname',
|
|
'patronomic_name' => 'Patronymic',
|
|
'date_of_birth' => 'Date of birth',
|
|
'birth_place' => 'Birth place',
|
|
'registration_address' => 'Registration address',
|
|
'citizenship' => "Citizenship",
|
|
],
|
|
|
|
'ticket' => [
|
|
'title' => 'Ticket',
|
|
'list_title' => 'tickets',
|
|
'statuses' => 'statuses',
|
|
'categories' => 'categories',
|
|
'not_found' => "There is no ticket id with value: :id",
|
|
'status' => 'Status',
|
|
'content' => 'Content',
|
|
'ticket_title' => 'Title',
|
|
'account' => 'Account',
|
|
'application_id' => 'Application id',
|
|
'category' => 'Category',
|
|
'last_sender' => 'Last sender',
|
|
],
|
|
'contract' => [
|
|
'title' => 'Contract',
|
|
'list_title' => 'contracts',
|
|
'reg_date' => 'Registration date',
|
|
'input_number' => 'Input number',
|
|
'input_date' => 'Input date',
|
|
'status_marker' => 'Status marker',
|
|
'workflow' => 'Workflow',
|
|
'note' => 'Note',
|
|
'remark' => 'Remark',
|
|
],
|
|
'resource' => [
|
|
'resources' => 'resources',
|
|
'country' => 'country',
|
|
'countries' => 'countries',
|
|
'documents' => 'documents',
|
|
'name' => 'name',
|
|
'code' => 'code',
|
|
'yes' => 'yes',
|
|
'no' => 'no',
|
|
'document' => 'document',
|
|
'documents' => 'documents',
|
|
'business' => 'Business',
|
|
'company' => 'Company',
|
|
'all_countries' => 'All countries',
|
|
'max_size' => 'Max size (KBytes)',
|
|
'position' => 'Position',
|
|
'enterpreneurs' => 'Enterpreneurs',
|
|
'companies' => 'Companies',
|
|
'doc_countries' => 'Document Countries'
|
|
],
|
|
'user' => [
|
|
'admins' => 'admins',
|
|
'users' => 'users',
|
|
'roles' => 'roles',
|
|
'permissions' => 'permissions'
|
|
],
|
|
'localization' => [
|
|
'translations' => 'translations',
|
|
'languages' => 'languages',
|
|
'texts' => 'site texts'
|
|
],
|
|
'logs' => 'logs',
|
|
'settings' => 'settings',
|
|
];
|