2018-02-04 08:42:19 -05:00
|
|
|
|
<?php
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Buttons
|
|
|
|
|
*/
|
|
|
|
|
'cancel' => '取消',
|
|
|
|
|
'confirm' => '确认',
|
|
|
|
|
'back' => '返回',
|
|
|
|
|
'save' => '保存',
|
|
|
|
|
'continue' => '继续',
|
|
|
|
|
'select' => '选择',
|
|
|
|
|
'more' => '更多',
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Form Labels
|
|
|
|
|
*/
|
2018-11-07 19:10:04 -05:00
|
|
|
|
'name' => '名称',
|
2018-02-04 08:42:19 -05:00
|
|
|
|
'description' => '概要',
|
|
|
|
|
'role' => '角色',
|
|
|
|
|
'cover_image' => '封面图片',
|
|
|
|
|
'cover_image_description' => '该图像大小需要为440x250px。',
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Actions
|
|
|
|
|
*/
|
|
|
|
|
'actions' => '操作',
|
2018-11-07 19:10:04 -05:00
|
|
|
|
'view' => '浏览',
|
2018-02-04 08:42:19 -05:00
|
|
|
|
'create' => '创建',
|
|
|
|
|
'update' => '更新',
|
|
|
|
|
'edit' => '编辑',
|
|
|
|
|
'sort' => '排序',
|
|
|
|
|
'move' => '移动',
|
2018-11-07 19:10:04 -05:00
|
|
|
|
'copy' => '复制',
|
2018-02-04 08:42:19 -05:00
|
|
|
|
'reply' => '回复',
|
|
|
|
|
'delete' => '删除',
|
|
|
|
|
'search' => '搜索',
|
|
|
|
|
'search_clear' => '清除搜索',
|
|
|
|
|
'reset' => '重置',
|
|
|
|
|
'remove' => '删除',
|
|
|
|
|
'add' => '添加',
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Misc
|
|
|
|
|
*/
|
|
|
|
|
'deleted_user' => '删除用户',
|
|
|
|
|
'no_activity' => '没有活动要显示',
|
|
|
|
|
'no_items' => '没有可用的项目',
|
|
|
|
|
'back_to_top' => '回到顶部',
|
|
|
|
|
'toggle_details' => '显示/隐藏详细信息',
|
|
|
|
|
'toggle_thumbnails' => '显示/隐藏缩略图',
|
|
|
|
|
'details' => '详细信息',
|
2018-11-07 19:10:04 -05:00
|
|
|
|
'grid_view' => '网格视图',
|
|
|
|
|
'list_view' => '列表视图',
|
|
|
|
|
'default' => '默认',
|
|
|
|
|
|
2018-02-04 08:42:19 -05:00
|
|
|
|
/**
|
|
|
|
|
* Header
|
|
|
|
|
*/
|
|
|
|
|
'view_profile' => '查看资料',
|
|
|
|
|
'edit_profile' => '编辑资料',
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Email Content
|
|
|
|
|
*/
|
|
|
|
|
'email_action_help' => '如果您无法点击“:actionText”按钮,请将下面的网址复制到您的浏览器中打开:',
|
|
|
|
|
'email_rights' => 'All rights reserved',
|
|
|
|
|
];
|