243 lines
8.9 KiB
PHP
Executable File
243 lines
8.9 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' => 'New',
|
|
'applied' => 'Applied',
|
|
'refine' => 'Refine',
|
|
'approved' => 'Approved',
|
|
'archived' => 'Archived',
|
|
'archive' => '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' => 'Your registration number is not expired yet. Application can be created only :one month before expiration.',
|
|
'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',
|
|
'created_at' => 'Created at',
|
|
'accept_application' => 'Accepted application',
|
|
'approve' => 'Approve',
|
|
'accepted' => 'Accepted',
|
|
'attachments' => 'Attachments',
|
|
'name' => 'Name',
|
|
'size' => 'Size (kb)',
|
|
'type' => 'Type',
|
|
'profile_type' => 'Profile type',
|
|
'profile' => 'Profile',
|
|
|
|
'draft' => "Draft",
|
|
],
|
|
'dashboard' => [
|
|
'title' => '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 of number',
|
|
'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',
|
|
|
|
'create' => 'Create ticket'
|
|
],
|
|
'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',
|
|
'business' => 'Business',
|
|
'company' => 'Company',
|
|
'all_countries' => 'All countries',
|
|
'max_size' => 'Max size (KBytes)',
|
|
'position' => 'Position',
|
|
'enterpreneurs' => 'Entrepreneurs',
|
|
'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',
|
|
'last_updates' => [
|
|
'accepted_by' => 'Accepted by',
|
|
'preview' => 'Preview',
|
|
'accept' => 'Accept',
|
|
'accepted_applications' => 'Accepted applications',
|
|
'accepted' => 'Accepted',
|
|
'enterpreneur' => 'Entrepreneur',
|
|
'fond_capital' => 'Fond capital',
|
|
'management_types' => 'Management types',
|
|
'signers' => 'Signers',
|
|
'share_holders' => 'Share holders',
|
|
'organization_form' => 'Organizational form',
|
|
'is_agent' => 'Is agent?',
|
|
'state' => 'State',
|
|
'actions' => 'Actions',
|
|
'closed' => 'Closed',
|
|
'open' => 'Open',
|
|
'add_new_user' => 'Add new user',
|
|
'fullname' => 'Full Name',
|
|
|
|
'fill_the_form' => 'Fill the form',
|
|
'go_to_ticket' => 'Go to ticket',
|
|
'close' => 'Close',
|
|
'save' => 'Save',
|
|
'back' => 'Back',
|
|
'admin_panel' => 'Admin Panel',
|
|
'chat' => 'Chat',
|
|
'type_here' => 'Type here',
|
|
'topic' => 'Topic',
|
|
'note' => 'Note',
|
|
'create_ticket_for_application' => 'Create ticket for the application',
|
|
'title' => 'Title',
|
|
'content' => 'Content',
|
|
'application' => 'Application',
|
|
'accepted_date' => 'Accepted date',
|
|
'approved_by' => 'Approved by',
|
|
'approved_date' => 'Approved date',
|
|
'last_modified_by' => 'Last modified by',
|
|
'last_modified_date' => 'Last modified date'
|
|
],
|
|
'resolution' => [
|
|
'department' => 'department',
|
|
'departments' => 'departments',
|
|
'resolution' => 'resolution',
|
|
'resolutions' => 'resolutions',
|
|
'resolutionbasis' => 'resolutionbasis',
|
|
'resolutionbases' => 'resolutionbases'
|
|
],
|
|
'faq' => [
|
|
'list_title' => 'FAQs',
|
|
'title' => 'FAQ',
|
|
'question_text' => 'Question',
|
|
'answer' => 'Answer'
|
|
]
|
|
];
|