<?php
+/**
+ * Common elements found throughout many areas of BookStack.
+ */
return [
- /**
- * Buttons
- */
+ // Buttons
'cancel' => '取消',
'confirm' => '确认',
'back' => '返回',
'save' => '保存',
'continue' => '继续',
'select' => '选择',
+ 'toggle_all' => 'Toggle All',
'more' => '更多',
- /**
- * Form Labels
- */
+ // Form Labels
'name' => '名称',
'description' => '概要',
'role' => '角色',
'cover_image' => '封面图片',
'cover_image_description' => '该图像大小需要为440x250px。',
- /**
- * Actions
- */
+ // Actions
'actions' => '操作',
'view' => '浏览',
+ 'view_all' => 'View All',
'create' => '创建',
'update' => '更新',
'edit' => '编辑',
'sort' => '排序',
'move' => '移动',
- 'copy' => '复制',
+ 'copy' => '复制',
'reply' => '回复',
'delete' => '删除',
'search' => '搜索',
'remove' => '删除',
'add' => '添加',
- /**
- * Misc
- */
+ // Sort Options
+ 'sort_options' => 'Sort Options',
+ 'sort_direction_toggle' => 'Sort Direction Toggle',
+ 'sort_ascending' => 'Sort Ascending',
+ 'sort_descending' => 'Sort Descending',
+ 'sort_name' => 'Name',
+ 'sort_created_at' => 'Created Date',
+ 'sort_updated_at' => 'Updated Date',
+
+ // Misc
'deleted_user' => '删除用户',
'no_activity' => '没有活动要显示',
'no_items' => '没有可用的项目',
'grid_view' => '网格视图',
'list_view' => '列表视图',
'default' => '默认',
-
- /**
- * Header
- */
+ 'breadcrumb' => 'Breadcrumb',
+
+ // Header
+ 'profile_menu' => 'Profile Menu',
'view_profile' => '查看资料',
'edit_profile' => '编辑资料',
- /**
- * Email Content
- */
+ // Layout tabs
+ 'tab_info' => 'Info',
+ 'tab_content' => 'Content',
+
+ // Email Content
'email_action_help' => '如果您无法点击“:actionText”按钮,请将下面的网址复制到您的浏览器中打开:',
'email_rights' => 'All rights reserved',
];