wyyl/resources/lang/zh_hk/common.php

97 lines
3.7 KiB
PHP

<?php
/**
* currency.php
*
* @copyright 2022 beikeshop.com - All Rights Reserved
* @link https://beikeshop.com
* @author TL <mengwb@guangda.work>
* @created 2022-07-28 17:21:38
* @modified 2022-07-28 17:21:38
*/
return [
'error_required' => '請填寫 :name', // 这个有用别删了,:name 是一个变量
'error_input_required' => '輸入框不能為空',
'error_form' => '請檢查表單是否填寫正確',
'email' => '郵箱',
'unauthenticated' => '請先登錄',
'success' => '成功',
'no_data' => '暫無數據~',
'empty_items' => '沒有數據',
'created_success' => '創建成功!',
'deleted_success' => '刪除成功!',
'restored_success' => '恢復成功!',
'updated_success' => '更新成功!',
'edit_success' => '修改成功!',
'get_success' => '獲取成功!',
'all' => '全部',
'status' => '狀態',
'enable' => '啟用',
'disable' => '禁用',
'enabled' => '啟用',
'disabled' => '禁用',
'home' => '首頁',
'submit' => '提交',
'title' => '標題',
'save' => '保存',
'cancel' => '取消',
'confirm' => '確定',
'no' => '否',
'yes' => '是',
'delete' => '刪除',
'delete_all' => '刪除所有',
'sign_out' => '退出登錄',
'contact_us' => '聯繫我們',
'input' => '在此處輸入您的搜索',
'filter' => '篩選',
'reset' => '重置',
'export' => '導出',
'edit' => '編輯',
'action' => '操作',
'add' => '添加',
'please_choose' => '請選擇',
'recommend_size' => '建議尺寸',
'pick_datetime' => '選擇時間',
'confirm_delete' => '確定要刪除嗎?',
'text_hint' => '提示',
'restore' => '恢復',
'name' => '名稱',
'image' => '圖片',
'data' => '數據',
'view' => '查看',
'phone' => '電話',
'exit' => '退出',
'return' => '返回',
'language' => '語言',
'select_all' => '全選',
'sign_out' => '退出登錄',
'menu' => '菜單',
'whether_open' => '是否開啟',
'to_setting' => '去配置',
'low' => '低',
'high' => '高',
'sales' => '銷量',
'showing_page' => '1-:per_page 共 :total 条数据',
'text_grid' => '網格',
'text_list' => '列表',
'text_form' => '從',
'text_to' => '到',
'batch_setting' => '批量設置',
'show_all' => '查看所有',
'id' => 'ID',
'created_at' => '創建時間',
'updated_at' => '修改時間',
'sort_order' => '排序',
'error_page' => '您訪問的數據不存在或已被刪除~',
'error_page_btn' => '返回上一頁',
'no_repeat' => '請勿重新添加',
'order' => [
'unpaid' => '待支付',
'paid' => '已支付',
'shipped' => '已發貨',
'completed' => '已完成',
'cancelled' => '已取消',
],
];