ctms/pms-admin/lang/zh-CN/common.php
2025-04-10 23:19:13 +08:00

264 lines
11 KiB
PHP
Executable File
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
return [
/* 系统信息 开始 */
'Project Name' => 'Hi',
'Short Company Name' => '嗨路客',
'Full Company Name' => '海南嗨路客电子商务有限公司',
'English Company Name' => 'Hi Luker',
'Company Create Time' => '2013',
'System Name' => '管理系统后台',
'System' => '系统',
/* 系统信息 结束 */
/* 按钮 开始 */
'Profile' => '个人资料',
'Settings' => '设置',
'Logout' => '退出系统',
'Login' => '登录',
'Create' => '创建',
'Update' => '更新',
'Delete' => '删除',
'View' => '查看',
'List' => '列表',
'Submit' => '提交',
'Show' => '显示',
'Hide' => '隐藏',
'Update Status' => '修改状态',
'Back' => '返回',
'Refresh' => '刷新',
'Refund Control' => '退款',
'Refund Completed' => '已完成退款',
'Refund Agreed' => '已同意退款',
'On the Shelf' => '上架',
'Off the Shelf' => '下架',
'Cancel' => '取消',
'Recovery' => '恢复',
'Set Password' => '修改密码',
'Reset Password' => '重置密码',
'Add Bike Storage' => '车辆入库',
'Add Bike Storage Again' => '继续入库',
'Allocate Bike Storage' => '车辆调库',
'Tour Group' => '行程团期',
'Create Tour Group' => '创建团期',
'Create Tour Group Again' => '继续创建团期',
/* 按钮 结束 */
/* 提示 开始 */
//以下是提示文字
'Username' => '登陆名',
'Avatar' => '头像',
'Password' => '登录密码',
'Remember Me' => '记住密码',
'Email' => '邮箱',
'Mobile' => '手机',
'Role' => '用户组',
'Verify Code' => '验证码',
'Search' => '查询',
'Switching Sidebar' => '切换侧边栏',
'System Error!' => '系统出错啦',
'System Error' => '系统错误',
'Sytem Unknown Error' => '崩溃...系统也不知道哪里错了',
'More Controllers' => '更多操作',
'Go back' => '返回上一页',
//以下是提示句子
'Not find data' => '暂无数据!',
'{start}-{end} a total of {total}'=>'第<b>{start}-{end}</b>条,共<b>{total}</b>条数据',
'The requested page does not exist' => '请求的页面不存在',
'Are you sure to delete {param}?' => '确定删除 {param} 吗?',
'Are you sure you want to delete this item?' => '确定要删除当前记录?',
'Delete the item {param} successful' => '{param}记录删除成功!',
'Delete the item {param} failed' => '{param}记录删除失败!',
'Delete the item {param} failed because of {relations}' => '删除失败,请先删除当前{param}以下关联信息:{relations}。',
'Are you sure you want to change status to {param}?' => '确定要修改当前状态为 {param} 吗?',
'User name will be used as the login account' => '用户名将作为管理员登录账号使用。',
'Password must be the same.' => '两次密码不一致。',
'Old password is incorrect.' => '原密码错误。',
"Are you sure to reset {param}'s password?" => '确定要重置 {param} 的密码吗?',
'Reset password successful!' => '密码重置成功!',
'Reset password failed!' => '密码重置失败!',
'Update status successful!' => '状态修改成功!',
'Update status failed!' => '状态修改失败!',
'Add Sensitive Word:' => '增加敏感词:',
'Recommend {param} successful!' => '{param}推荐成功!',
'Role delete successful!' => '角色删除成功!',
'Role delete failed! Please checked it.' => '角色删除失败!请检查系统是否存在该角色的管理员。',
'You don\'t have permission to access this action.Please contract administrator to know about permission managment.' => '没有访问权限!请联系管理员了解权限管理。',
'You\'re not allow to access this action.' => '没有访问权限!',
'Input \'0\' means unlimited of this item.' => '输入0表示无限制',
'Unknown operation.' => '未知操作。',
'<a href="{profile}">{admin}</a> view the {label} record:<a href="{url}">{item}</a>.' => '<a href="{profile}">{admin}</a> 查看了{label} <a href="{url}">{item}</a>。',
'<a href="{profile}">{admin}</a> created a new {label} record:<a href="{url}">{item}</a>.' => '<a href="{profile}">{admin}</a> 创建了{label} <a href="{url}">{item}</a>。',
'<a href="{profile}">{admin}</a> updated the {label} record:{attributes} of <a href="{url}">{item}</a>.' => '<a href="{profile}">{admin}</a> 修改了{label} <a href="{url}">{item}</a> 的以下信息:{attributes}。',
'<a href="{profile}">{admin}</a> deleted the {label} record:{item}.' => '<a href="{profile}">{admin}</a> 删除了{label} {item}。',
'<a href="{profile}">{admin}</a> reset the <a href="{url}">{item}</a> password to {password}.' => '<a href="{profile}">{admin}</a> 把 <a href="{url}">{item}</a> 的密码重置为了 {password}。',
'<a href="{profile}">{admin}</a> update the {label} <a href="{url}">{item}</a> <a href="{subitem_url}">{subitem}</a> status to {status}.' => '<a href="{profile}">{admin}</a> 把{label} <a href="{url}">{item}</a> 的 <a href="{subitem_url}">{subitem}</a> 状态修改为了 {status}。',
'<a href="{profile}">{admin}</a> deleted the {label} <a href="{url}">{title}</a> comment record:{item}.' => '<a href="{profile}">{admin}</a> 删除了{label} <a href="{url}">{title}</a> 的评论 {item}。',
'<a href="{profile}">{admin}</a> login system.' => '<a href="{profile}">{admin}</a> 登录了系统。',
'<a href="{profile}">{admin}</a> logout system.' => '<a href="{profile}">{admin}</a> 退出了系统。',
'<a href="{profile}">{admin}</a> recommended {num} {unit}<a href="{url}">{item}</a>.' => '<a href="{profile}">{admin}</a> 推荐了{num}{unit} <a href="{url}">{item}</a>。',
'<a href="{profile}">{admin}</a> operated an order refund,code is <a href="{url}">{item}</a>,amount is {refund_amount}, refund massage is {msg}.' => '<a href="{profile}">{admin}</a> 操作了一笔订单退款,订单编号:<a href="{url}">{item}</a>,退款金额:{refund_amount}元,操作信息:{msg}。',
/* 提示 结束 */
/* 标题 开始 */
'Console' => '控制台',
/* 标题 结束 */
/* 系统导航栏 开始 */
'See all' => '查看全部',
'Notifications' => '通知',
'Messages' => '消息',
'New Comments' => '新的评论',
'New Orders' => '新的订单',
'New Users' => '新注册用户',
/* 系统导航栏 结束 */
/* 通用文字 开始 */
//跟状态相关的文字
'Normal' => '正常',
'Forbidden' => '禁用',
'Read Only' => '只读',
'Writable' => '可写',
'Yes' => '是',
'No' => '不是',
'Offline' => '已下线',
'Online' => '上线中',
'Fixing' => '维修中',
'Unlimited' => '不限',
'Dashboard' => '控制面板',
'Administrator' => '管理员',
'Role' => '角色',
'Role Management' => '角色管理',
'Role Defined' => '角色定义',
'Site Manager Name' => '网点负责人',
'General Employee' => '普通员工',
'Site Manager' => '门店经理',
'City Name' => '所属城市',
'Site Name' => '所属网点',
'Bike Storage Management' => '车辆库存管理',
//跟性别相关的文字
'Sex' => '性别',
'Male' => '男',
'Famale' => '女',
//其他
'All' => '全部',
'Unknown' => '未知',
'User Defined' => '自定义',
'Moment Ago' => '刚刚',
'Permission Group' => '权限组',
'General Information' => '基本信息',
'Relevant Route' => '相关路书',
'Relevant Comment' => '相关评论',
'Route Features' => '路书特点',
'Employee Information' => '员工信息',
'Setting Permission' => '权限设置',
'Processing Record' => '处理记录',
'Processing History' => '处理记录历史',
'Bike Information' => '车辆信息',
'Fee Detail' => '费用详情',
'Relevant Order' => '相关订单',
'Content Detail' => '内容详情',
'Comment List' => '回复列表',
'Delete Comment' => '删除评论',
'Comment' => '评价',
'Recommend Content' => '推荐内容',
'Add Recommend' => '添加推荐',
'Recommending' =>'推荐',
'Route Characteristic' => '路书特点',
'Storage General Information' => '库存单信息',
'Bike Common Storage List' => '入库车型列表',
'Bike Storage List' => '入库车辆列表',
'Storage Information' => '库存信息',
'Use Record' => '使用记录',
'Rent Information' => '租赁信息',
'Fees Information' => '费用信息',
'Service Information' => '服务信息',
'Coupon Information' => '优惠券信息',
'Coupon Recived Information' => '领取信息',
'Coupon Used Information' => '使用信息',
'Recived Coupon' => '领用券',
'Fee and Spec' => '费用与规格',
'Time and Schedule' => '时间与日程',
'Other Text' => '其他文本',
'Insurance' => '保险',
'Optional Field' => '其他项目',
'Pay Information' => '支付信息',
'Estimated Fees' => '预计费用',
'Tour Information' => '行程信息',
'Activity Apply Information' => '报名信息',
'Share Information' => '分享信息',
'Settle Account Information' => '结算账号信息',
'Site List' => '网点列表',
'Memeber Information' => '人员信息',
'Site Bike Rent Information' => '租赁信息',
'Site and Role Information' => '网点角色信息',
'Site Service Information' => '服务网点信息',
'Edit Information' => '编辑信息',
'Route Map Information' => '路书地图信息',
'Book Information' => '预约信息',
'Rent Information' => '租车信息',
'Refund Information' => '退款信息',
'Insurance Information' => '保险信息',
'' => '',
/* 通用文字 结束 */
/* Controller名 */
'Addition' => '选件',
'Admin' => '管理员',
'Article' => '文档',
'BikeCommon' => '车型',
'Bike' => '车辆',
'Destination' => '兴趣点',
'Employee' => '店员',
'Role' => '角色',
'Route' => '路书',
'Site' => '网点',
'User' => '会员',
'WorkOrder' => '工单',
'CommonArticle' => '常用文本',
'OperateLog' => '日志记录',
'Order' => '订单',
'OrderBikeComment' => '订单评价',
'SensitiveWord' => '敏感词',
'Topic' => '帖子',
'Recommend' => '推荐位',
'SiteBikeRent' => '车型租赁',
'BikeStorageLog' => '车辆库存',
'BookOrder' => '预约订单',
'RentOrder' => '租车订单',
'OrderRefund' => '租车退款',
'Coupon' => '优惠券',
'UserCoupon' => '用户优惠券',
'Tour' => '行程',
'TourGroupCommon' => '行程团期',
'Activity' => '活动',
'Business' => '商家',
'TourOrder' => '行程订单',
'TeamOrder' => '团体订单',
'ActivityUser' => '活动报名',
'TourOrderRefund' => '行程退款',
'Category' => '分类',
'AccountOrder' => '租车结算单',
/* 字段名 */
'Recommend Count' => '推荐数',
'Lon And Lat' => '经纬度',
/* 控制面板 */
'New Orders' => '今日订单',
'Login Users' => '登录用户',
'New Registers' => '新增注册',
'Today Amount' => '成交金额',
'Topic Count' => '帖子数量',
'Order Status Chart' => '订单统计',
'This Week' => '本周',
'Last Week' => '上周',
'This Month' => '本月',
'Last Month' => '上月',
];