| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- <?php
- declare(strict_types=1);
- return [
- 'account' => '账户',
- 'action' => '操作',
- 'active_item' => '激活:attribute',
- 'add' => '添加',
- 'advance' => '高级',
- 'all' => '全部',
- 'applied' => ':attribute已应用',
- 'apply' => '应用',
- 'available_date' => '有效日期',
- 'avatar' => '头像',
- 'back' => '返回',
- 'back_to' => '返回:page',
- 'bark' => [
- 'custom' => '自定义',
- 'node_status' => '节点状态',
- ],
- 'cancel' => '取消',
- 'change' => '更换',
- 'close' => '关闭',
- 'close_item' => '关闭:attribute',
- 'confirm' => '确认',
- 'continue' => '继续',
- 'convert' => '转换',
- 'copy' => [
- 'attribute' => '复制',
- 'failed' => '复制失败,请手动执行',
- 'success' => '复制成功',
- ],
- 'completed_item' => ':attribute完成',
- 'create' => '创建',
- 'created_at' => '创建日期',
- 'customize' => '自定义',
- 'days' => [
- 'attribute' => '{1}天|{2}日',
- 'next' => '次日',
- 'weekend' => '周末',
- 'work' => '工作日',
- ],
- 'default' => '默认',
- 'delete' => '删除',
- 'deleted' => '已删除',
- 'deleted_item' => ':attribute已删除',
- 'developing' => '功能开发中,敬请期待!',
- 'download' => '下载',
- 'download_item' => '下载:attribute',
- 'edit' => '编辑',
- 'error' => '错误',
- 'error_action_item' => ':action:attribute出错',
- 'error_item' => ':attribute出错',
- 'exists_error' => ':attribute与其他账号有关联,请先解除关联!',
- 'expired_at' => '过期时间',
- 'export' => '导出',
- 'failed' => '失败',
- 'failed_action_item' => ':action:attribute失败',
- 'failed_item' => ':attribute失败',
- 'free' => '免费',
- 'function' => [
- 'fullscreen' => '全屏',
- 'menubar' => '菜单',
- 'navigation' => '导航',
- ],
- 'generate' => '生成',
- 'generate_item' => '生成:attribute',
- 'goto' => '前往',
- 'hour' => '{1}小时|{2}点',
- 'import' => '导入',
- 'latest_at' => '最近更新',
- 'more' => '更多',
- 'none' => '无',
- 'open' => '打开',
- 'or' => '或',
- 'order' => [
- 'status' => [
- 'canceled' => '已取消',
- 'completed' => '已完成',
- 'ongoing' => '使用中',
- 'prepaid' => '预付',
- 'review' => '待确认',
- ],
- ],
- 'payment' => [
- 'alipay' => '支付宝',
- 'credit' => '余额',
- 'crypto' => '加密货币',
- 'manual' => '人工支付',
- 'qq' => 'QQ钱包',
- 'wechat' => '微信支付',
- ],
- 'print' => '打印',
- 'qrcode' => ':attribute二维码',
- 'random_generate' => '留空随机生成',
- 'recommend' => '推荐',
- 'request' => '请求',
- 'request_failed' => '请求失败,请重试',
- 'request_url' => '请求地址',
- 'reset' => '重置',
- 'search' => '搜索',
- 'send' => '发送',
- 'sorry' => '抱歉',
- 'status' => [
- 'applying' => '申请中',
- 'attribute' => '状态',
- 'available' => '生效中',
- 'banned' => '禁用',
- 'closed' => '关闭',
- 'disabled' => '停用',
- 'enabled' => '启用',
- 'expire' => '过期',
- 'inactive' => '未激活',
- 'limited' => '限制',
- 'normal' => '正常',
- 'paid' => '已打款',
- 'pass' => '通过',
- 'payment_pending' => '待支付',
- 'pending' => '待处理',
- 'pending_dispatch' => '待投递',
- 'reject' => '否决',
- 'rejected' => '已驳回',
- 'reply' => '已回复',
- 'review' => '待审核',
- 'reviewed' => '已审核',
- 'run_out' => '已用尽',
- 'send_to_credit' => '转入余额',
- 'unknown' => '未知',
- 'unused' => '未使用',
- 'used' => '已使用',
- 'withdrawal_pending' => '待提现',
- 'withdrawn' => '已提现',
- ],
- 'stay_unchanged' => '留空表示不变',
- 'storage_logo' => 'LOGO存储',
- 'store' => '存储',
- 'submit' => '提交',
- 'success' => '成功',
- 'success_action_item' => ':action:attribute成功',
- 'success_item' => ':attribute成功',
- 'to' => '至',
- 'to_be_send' => '待发送',
- 'to_safari' => '点击右上角 <i class="icon wb-more-horizontal" aria-hidden="true"></i>,选择<img class="w-30 h-30 vertical-align-middle m-3" src="https://gw.alicdn.com/tfs/TB1xwiUNpXXXXaIXXXXXXXXXXXX-55-55.png" alt="Safari" /> Safari 中打开<br>即可正常访问本网站!',
- 'toggle' => '切换',
- 'toggle_action' => '切换:action',
- 'unlimited' => '无限制',
- 'update' => '更新',
- 'updated_at' => '更新时间',
- 'view' => '查看',
- 'warning' => '警告',
- ];
|