You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.0 KiB

<?php
return [
// 通用消息
'success' => '操作成功',
'error' => '操作失败',
'not_found' => '数据不存在',
'unauthorized' => '未授权访问',
'forbidden' => '禁止访问',
'validation_failed' => '数据验证失败',
'server_error' => '服务器内部错误',
// 语言相关
'language_switched' => '语言切换成功',
'invalid_language' => '不支持的语言',
'current_language' => '当前语言',
// 操作相关
'create_success' => '创建成功',
'update_success' => '更新成功',
'delete_success' => '删除成功',
'save_success' => '保存成功',
'cancel_success' => '取消成功',
'approve_success' => '审核通过',
'reject_success' => '审核驳回',
// 状态相关
'status_active' => '启用',
'status_inactive' => '禁用',
'status_pending' => '待处理',
'status_approved' => '已通过',
'status_rejected' => '已驳回',
'status_completed' => '已完成',
'status_cancelled' => '已取消',
// 分页相关
'page_info' => '第 :current 页,共 :total 页,总计 :count 条记录',
'no_data' => '暂无数据',
'loading' => '加载中...',
// 时间相关
'today' => '今天',
'yesterday' => '昨天',
'tomorrow' => '明天',
'this_week' => '本周',
'this_month' => '本月',
'this_year' => '今年',
// 确认操作
'confirm_delete' => '确定要删除吗?',
'confirm_cancel' => '确定要取消吗?',
'confirm_approve' => '确定要通过审核吗?',
'confirm_reject' => '确定要驳回吗?',
// 文件相关
'file_upload_success' => '文件上传成功',
'file_upload_failed' => '文件上传失败',
'file_not_found' => '文件不存在',
'file_too_large' => '文件过大',
'file_type_not_supported' => '不支持的文件类型',
// 网络相关
'network_error' => '网络错误',
'request_timeout' => '请求超时',
'service_unavailable' => '服务不可用',
];