123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <?php
- /**
- * Message translations.
- *
- * This file is automatically generated by 'yii message' command.
- * It contains the localizable messages extracted from source code.
- * You may modify this file by translating the extracted messages.
- *
- * Each array element represents the translation (value) of a message (key).
- * If the value is empty, the message is considered as not translated.
- * Messages that no longer need translation will have their translations
- * enclosed between a pair of '@@' marks.
- *
- * Message string can be used with plural forms format. Check i18n section
- * of the guide for details.
- *
- * NOTE: this file must be saved in UTF-8 encoding.
- */
- return [
- 'Delete' => '删除',
- 'Create' => '保存',
- 'Update' => '更新',
- 'Login' => '登录',
- 'Signup' => '注册',
- 'API access token' => '',
- 'Email' => '',
- 'Expire At' => '',
- 'Not Active' => '',
- 'Password' => '',
- 'Roles' => '',
- 'Token' => '',
- '"{attribute}" must be a valid JSON' => '"{attribute}" 必须是一个有效的JSON格式',
- 'Active' => '是否开启',
- 'Article ID' => '文章ID',
- 'Article View' => '文章浏览',
- 'Author' => '作者',
- 'Body' => 'Body',
- 'Caption' => '标题',
- 'Carousel ID' => 'Carousel ID',
- 'Category' => '分类',
- 'Comment' => '评论',
- 'Component' => '组件',
- 'Config' => '配置',
- 'Created At' => '添加时间',
- 'Created at' => '添加时间',
- 'Deleted' => '删除',
- 'Down to maintenance.' => '维护中',
- 'E-mail' => 'E-mail',
- 'File Type' => '文件类型',
- 'Gender' => '性别',
- 'ID' => 'ID',
- 'Image' => '图片',
- 'Key' => '键',
- 'Last login' => '上次登录',
- 'Locale' => '本地',
- 'Middlename' => '中间名',
- 'Name' => '名字',
- 'Order' => '排序',
- 'Page View' => '页面浏览',
- 'Parent Category' => 'Parent Category',
- 'Path' => 'Path',
- 'Picture' => '照片',
- 'Published' => '保存',
- 'Published At' => '发布时间',
- 'Size' => 'Size',
- 'Slug' => 'Slug',
- 'Status' => '状态',
- 'Thumbnail' => '缩率图',
- 'Title' => '标题',
- 'Type' => 'Type',
- 'Updated At' => '更新时间',
- 'Updated at' => '更新时间',
- 'Updater' => '上传者',
- 'Upload Ip' => 'Upload Ip',
- 'Url' => 'Url',
- 'User ID' => '用户',
- 'Username' => '用户名',
- 'Value' => '值',
- 'Famale' => '女',
- 'Male' => '男',
- 'Money' => '余额',
- 'Signature' => '个性签名',
- 'Avatar' => '头像',
- 'Profile' => '个人信息',
- 'created success' => '添加成功',
- 'updated success' => '更新成功',
- 'created error.{0}' => '添加失败.{0}',
- 'updated error.{0}' => '更新失败.{0}',
- 'Search' => '查询',
- 'Reset' => '重置',
- 'Are you sure you want to delete this item?' => '您确定删除这一项吗?',
- 'Stores' => '商家管理',
- 'Goods' => '商品',
- 'Orders' => '订单管理',
- 'Spaces' => '空间管理',
- 'Masters' => '大师管理',
- 'Interviews' => '访谈管理',
- 'Create Store' => '添加商家',
- 'Create Goods' => '添加商品',
- 'Create Space' => '添加空间',
- 'Create Master' => '添加大师',
- 'Create Interview' => '添加访谈',
- 'Goods Attrs' => '商品属性管理',
- 'Goods Skus' => '商品规格管理',
- 'Create Goods Attr' => '添加商品属性',
- 'Create Goods Share Rule' => '添加商品分润',
- 'Create Goods Sku' => '添加商品规格',
- 'Create Goods Index' => '添加关联商品',
- 'Update Goods Index' => '更新关联商品',
- 'Update Goods Attr' => '更新商品属性',
- 'Update Goods Share Rule' => '更新商品分润',
- 'Update Goods Sku' => '更新商品规格',
- 'Create Interview Log' => '添加访谈记录',
- 'Update Interview Log' => '更新访谈记录',
- 'back' => '返回',
- 'Year' => '年',
- 'Create Package' => '物流发货',
- 'Update Package' => '物流修改',
- 'Update {modelClass}: ' => '更新 {modelClass}: ',
- 'Histories' => '历程回顾',
- 'Create History' => '添加历程',
- 'Leaves' => '留言列表',
- 'Addresses' => '留言列表',
- 'Clocks' => '线上打卡',
- 'Vip Prices' => '充值金额',
- 'Create Vip Price' => '添加充值金额',
- 'Voices' => '声音设置',
- 'Create Voice' => '添加声音',
- ];
|