wyyl/resources/lang/en/common.php

82 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* common.php
*
* @copyright 2022 opencart.cn - All Rights Reserved
* @link http://www.guangdawangluo.com
* @author TL <mengwb@opencart.cn>
* @created 2022-08-16 18:16:09
* @modified 2022-08-16 18:16:09
*/
return [
'error_required' => 'Please fill out the :name', // 这个有用别删了,:name 是一个变量
'error_input_required' => 'Input box cannot be empty',
'error_form' => 'Please check the form for errors',
'email' => 'Email',
'unauthenticated' => 'Please login first',
'success' => 'Success',
'no_data' => 'No data',
'empty_items' => 'Empty Items',
'created_success' => 'Created Successfully!',
'deleted_success' => 'Deleted Successfully!',
'restored_success' => 'Restore Successfully!',
'updated_success' => 'Updated Successfully!',
'edit_success' => 'Modify Success!',
'get_success' => 'Get Successfully!',
'all' => 'All',
'status' => 'Status',
'enable' => 'Enable',
'disable' => 'Disable',
'enabled' => 'Enabled',
'disabled' => 'Disabled',
'home' => 'Home',
'submit' => 'Submit',
'title' => 'Title',
'save' => 'Save',
'cancel' => 'Cancel',
'confirm' => 'Confirm',
'no' => 'No',
'yes' => 'Yes',
'delete' => 'Delete',
'sign_out' => 'Sign Out',
'contact_us' => 'Contact us',
'input' => 'Type your search here',
'filter' => 'Filter',
'reset' => 'Reset',
'export' => 'Export',
'edit' => 'Edit',
'action' => 'Action',
'add' => 'Add',
'please_choose' => 'Please Choose',
'recommend_size' => 'Recommend Size',
'pick_datetime' => 'Pick Datetime',
'confirm_delete' => 'You sure you want to delete it?',
'text_hint' => 'Hint',
'restore' => 'Restore',
'name' => 'Name',
'image' => 'Image',
'data' => 'Data',
'view' => 'View',
'phone' => 'Phone',
'exit' => 'Exit',
'return' => 'Return',
'language' => 'Language',
'select_all' => 'Select All',
'sign_out' => 'Sign Out',
'menu' => 'Menu',
'id' => 'ID',
'created_at' => 'Created At',
'updated_at' => 'Updated At',
'sort_order' => 'Sort Order',
'order' => [
'unpaid' => 'Unpaid',
'paid' => 'Paid',
'shipped' => 'Shipped',
'completed' => 'Completed',
'cancelled' => 'Cancelled',
],
];