Файловый менеджер - Редактировать - /home/clickysoft/public_html/resources/lang/en/cruds.php
Назад
<?php return [ 'userManagement' => [ 'title' => 'User management', 'title_singular' => 'User management', ], 'permission' => [ 'title' => 'Permissions', 'title_singular' => 'Permission', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'title' => 'Title', 'title_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'role' => [ 'title' => 'Roles', 'title_singular' => 'Role', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'title' => 'Title', 'title_helper' => ' ', 'permissions' => 'Permissions', 'permissions_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', ], ], 'user' => [ 'title' => 'Users', 'title_singular' => 'User', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'email' => 'Email', 'email_helper' => ' ', 'email_verified_at' => 'Email verified at', 'email_verified_at_helper' => ' ', 'password' => 'Password', 'password_helper' => ' ', 'roles' => 'Roles', 'roles_helper' => ' ', 'remember_token' => 'Remember Token', 'remember_token_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'contact_number' => 'Contacct Number', 'contact_number_helper' => ' ', 'company' => 'Companies', 'company_helper' => ' ', 'avatar' => 'Avatar', 'avatar_helper' => ' ', ], ], 'organization' => [ 'title' => 'Organization', 'title_singular' => 'Organization', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'email' => 'Email', 'email_helper' => ' ', 'contact_number' => 'Contact Number', 'contact_number_helper' => ' ', 'address_line_1' => 'Address Line 1', 'address_line_1_helper' => ' ', 'address_line_2' => 'Address Line 2', 'address_line_2_helper' => ' ', 'logo' => 'Logo', 'logo_helper' => ' ', 'status' => 'Status', 'status_helper' => ' ', 'date_expiration' => 'Date Expiration', 'date_expiration_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'country' => [ 'title' => 'Countries', 'title_singular' => 'Country', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'short_code' => 'Short Code', 'short_code_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'currency' => [ 'title' => 'Currencies', 'title_singular' => 'Currency', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'code' => 'Code', 'code_helper' => ' ', 'symbol' => 'Symbol', 'symbol_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'status' => [ 'title' => 'Statuses', 'title_singular' => 'Status', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'asset' => [ 'title' => 'Assets', 'title_singular' => 'Asset', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', 'asset_name' => 'Asset Name', 'asset_name_helper' => ' ', 'asset_status' => 'Asset Status', 'asset_status_helper' => ' ', 'category' => 'Category', 'category_helper' => ' ', 'manufacturer' => 'Manufacturer', 'manufacturer_helper' => ' ', 'supplier' => 'Supplier', 'supplier_helper' => ' ', 'company' => 'Company', 'company_helper' => ' ', 'branch' => 'Branch', 'branch_helper' => ' ', 'qty' => 'Qty', 'qty_helper' => ' ', 'notes' => 'Notes', 'notes_helper' => ' ', 'asset_image' => 'Asset Image', 'asset_image_helper' => ' ', 'asset_expiration_date' => 'Asset Expiration Date', 'asset_expiration_date_helper' => ' ', 'next_audit_date' => 'Next Audit Date', 'next_audit_date_helper' => ' ', 'purchase_date' => 'Purchase Date', 'purchase_date_helper' => ' ', 'eol_date' => 'EOL Date', 'eol_date_helper' => ' ', 'purchase_cost' => 'Purchase Cost', 'purchase_cost_helper' => ' ', 'currency' => 'Currency', 'currency_helper' => ' ', ], ], 'company' => [ 'title' => 'Companies', 'title_singular' => 'Company', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'contact_number' => 'Contact Number', 'contact_number_helper' => ' ', 'logo' => 'Logo', 'logo_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'branch' => [ 'title' => 'Branches', 'title_singular' => 'Branch', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'company' => 'Company', 'company_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'email' => 'Email', 'email_helper' => ' ', 'contact_number' => 'Contact Number', 'contact_number_helper' => ' ', 'address' => 'Address', 'address_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'department' => [ 'title' => 'Departments', 'title_singular' => 'Department', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'company' => 'Company', 'company_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'contact_number' => 'Contact Number', 'contact_number_helper' => ' ', 'manager' => 'Manager', 'manager_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'supplier' => [ 'title' => 'Suppliers', 'title_singular' => 'Supplier', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'contact_name' => 'Contact Name', 'contact_name_helper' => ' ', 'contact_email' => 'Contact Email', 'contact_email_helper' => ' ', 'contact_number' => 'Contact Number', 'contact_number_helper' => ' ', 'address_line_1' => 'Address Line 1', 'address_line_1_helper' => ' ', 'address_line_2' => 'Address Line 2', 'address_line_2_helper' => ' ', 'city' => 'City', 'city_helper' => ' ', 'state' => 'State', 'state_helper' => ' ', 'zip_code' => 'Zip Code', 'zip_code_helper' => ' ', 'country' => 'Country', 'country_helper' => ' ', 'url' => 'Url', 'url_helper' => ' ', 'logo' => 'Logo', 'logo_helper' => ' ', 'status' => 'Status', 'status_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'manufacturer' => [ 'title' => 'Manufacturers', 'title_singular' => 'Manufacturer', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'support_url' => 'Support Url', 'support_url_helper' => ' ', 'support_contact_number' => 'Support Contact Number', 'support_contact_number_helper' => ' ', 'support_email' => 'Support Email', 'support_email_helper' => ' ', 'warranty_lookup_url' => 'Warranty Lookup URL', 'warranty_lookup_url_helper' => ' ', 'status' => 'Status', 'status_helper' => ' ', 'logo' => 'Logo', 'logo_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], 'category' => [ 'title' => 'Category', 'title_singular' => 'Category', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'name' => 'Name', 'name_helper' => ' ', 'description' => 'Description', 'description_helper' => ' ', 'image' => 'Image', 'image_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', ], ], 'assetTag' => [ 'title' => 'Asset Tags', 'title_singular' => 'Asset Tag', 'fields' => [ 'id' => 'ID', 'id_helper' => ' ', 'organization' => 'Organization', 'organization_helper' => ' ', 'asset' => 'Asset', 'asset_helper' => ' ', 'tag_name' => 'Tag Name', 'tag_name_helper' => ' ', 'code' => 'Code', 'code_helper' => ' ', 'serial' => 'Serial', 'serial_helper' => ' ', 'created_at' => 'Created at', 'created_at_helper' => ' ', 'updated_at' => 'Updated at', 'updated_at_helper' => ' ', 'deleted_at' => 'Deleted at', 'deleted_at_helper' => ' ', ], ], ];
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка