2020-04-03 08:47:20 -06:00

617 lines
28 KiB
PHP
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 [
'auth' => [
'title' => '管理',
'invalid_login' => '无法匹配到您输入的相关内容,请检查后重试。'
],
'field' => [
'invalid_type' => '不合法的字段类型 :type.',
'options_method_invalid_model' => "属性 ':field' 不能解析为有效模型. 请尝试为模型类:model指定一个可选方法.",
'options_method_not_exists' => "模型 :model 必须定义一个返回 ':field' 表单字段选项的方法 :method()。",
'colors_method_not_exists' => "模型 :model 必须定义一个返回十六进制格式的颜色值 ':field' 字段的 :method() 方法。 "
],
'widget' => [
'not_registered' => "未注册部件 ':name' ",
'not_bound' => "部件 ':name' 未绑定至控制器"
],
'page' => [
'untitled' => '未命名',
'404' => [
'label' => '找不到页面',
'help' => "无法访问到您请求的URL资源试试其它的",
'back_link' => '返回上个页面'
],
'access_denied' => [
'label' => '拒绝访问',
'help' => "您没有访问该页面所需的权限.",
'cms_link' => '返回后台'
],
'no_database' => [
'label' => '无法找到数据库',
'help' => "需要数据库以访问后端。请在再次尝试之前检查数据库的配置和迁移。",
'cms_link' => '返回首页'
],
],
'partial' => [
'not_found_name' => "未找到部件 ':name' ",
'invalid_name' => '未知的部件名称 :name '
],
'ajax_handler' => [
'invalid_name' => '未知的AJAX处理方法 :name.',
'not_found' => "无法找到AJAX处理方法 ':name' "
],
'account' => [
'signed_in_as' => '以 :full_name 身份登陆',
'sign_out' => '登出',
'login' => '登录',
'reset' => '重置',
'restore' => '还原',
'login_placeholder' => '登录',
'password_placeholder' => '密码',
'remember_me' => '保持登录状态',
'forgot_password' => '忘记密码?',
'enter_email' => '输入邮件地址',
'enter_login' => '输入账号',
'email_placeholder' => '邮件',
'enter_new_password' => '输入新密码',
'password_reset' => '密码重置',
'restore_success' => '密码重置邮件已发至您的邮箱。',
'restore_error' => "找不到用户 ':login'",
'reset_success' => '密码已经重置成功。您现在可以登录了。',
'reset_error' => '密码重置失败. 请重试!',
'reset_fail' => '无法重置您的密码!',
'apply' => '应用',
'cancel' => '取消',
'delete' => '删除',
'ok' => 'OK'
],
'dashboard' => [
'menu_label' => '仪表盘',
'widget_label' => '小工具',
'widget_width' => '宽度',
'full_width' => '全部宽度',
'manage_widgets' => '管理小部件',
'add_widget' => '添加小工具',
'widget_inspector_title' => '小工具配置',
'widget_inspector_description' => '配置报表小工具',
'widget_columns_label' => '宽度 :columns',
'widget_columns_description' => '小工具宽度, 1 到 10.',
'widget_columns_error' => '请输入小工具宽度1 到 10.',
'columns' => '{1} 栏|[2,Inf] 栏',
'widget_new_row_label' => '强制新列',
'widget_new_row_description' => '把小工具放到新列.',
'widget_title_label' => '小工具标题',
'widget_title_error' => '需要小工具标题.',
'reset_layout' => '重置布局',
'reset_layout_confirm' => '是否将布局恢复为默认?',
'reset_layout_success' => '布局已经复位',
'make_default' => '设为默认',
'make_default_confirm' => '是否设置当前布局作为默认?',
'make_default_success' => '当前布局为默认',
'collapse_all' => '全部折叠',
'expand_all' => '全部展开',
'status' => [
'widget_title_default' => '系统状态',
'update_available' => '{0} 更新可用!|{1} 更新可用!|[2,Inf] 更新可用!',
'updates_pending' => '待定软件更新',
'updates_nil' => '软件已为最新版本',
'updates_link' => '更新',
'warnings_pending' => '您需要留意一些问题',
'warnings_nil' => '没有警告显示',
'warnings_link' => '查看',
'core_build' => '系统构建',
'event_log' => '事件日志',
'request_log' => '请求日志',
'app_birthday' => '在线日期',
],
'welcome' => [
'widget_title_default' => '欢迎',
'welcome_back_name' => '欢迎归来 :app, :name.',
'welcome_to_name' => '欢迎到 :app, :name.',
'first_sign_in' => '这是您首次登陆.',
'last_sign_in' => '您最后登陆是',
'view_access_logs' => '访问登陆日志',
'nice_message' => '祝你有美好的一天!',
]
],
'user' => [
'name' => '管理员',
'menu_label' => '管理员',
'menu_description' => '管理后台管理员用户, 组和权限.',
'list_title' => '管理',
'new' => '新管理员',
'login' => '登录',
'first_name' => '名',
'last_name' => '姓',
'full_name' => '全名',
'email' => '邮件',
'role_field' => '角色',
'role_comment' => '角色指定了用户的权限,您可以在权限栏中进行修改。',
'groups' => '团队',
'groups_comment' => '指定成员所归属的组.',
'avatar' => '头像',
'password' => '密码',
'password_confirmation' => '确认密码',
'permissions' => '权限',
'account' => '帐号',
'superuser' => '超级用户',
'superuser_comment' => '选中并允许此成员访问所有区域.',
'send_invite' => '发送邀请邮件',
'send_invite_comment' => '发送一封包含用户名和密码的欢迎邮件',
'delete_confirm' => '您真的想要删除这个管理员?',
'return' => '返回管理员列表',
'allow' => '允许',
'inherit' => '继承',
'deny' => '拒绝',
'activated' => '已激活',
'last_login' => '最后登陆',
'created_at' => '创建时间',
'updated_at' => '更新时间',
'deleted_at' => '删除时间',
'show_deleted' => '显示已删除',
'group' => [
'name' => '组',
'name_comment' => '该名字将在群组列表中展示',
'name_field' => '名字',
'description_field' => '描述',
'is_new_user_default_field_label' => '默认组',
'is_new_user_default_field_comment' => '默认增加新管理员到此组',
'code_field' => '代码',
'code_comment' => '如果若您想访问 API, 请输入唯一代码。',
'menu_label' => '群组',
'list_title' => '管理群组',
'new' => '新管理组',
'delete_confirm' => '您真的想要删除这个管理组?',
'return' => '返回组列表',
'users_count' => '用户'
],
'role' => [
'name' => '角色',
'name_field' => '名称',
'name_comment' => '名称会显示在管理员菜单下的角色列表中',
'description_field' => '描述',
'code_field' => '角色代码',
'code_comment' => '如果你想通过 API 访问角色对象,请输入一个唯一的角色代码',
'menu_label' => '管理角色',
'list_title' => '管理角色',
'new' => '新建角色',
'delete_confirm' => '确定删除该角色?',
'return' => '返回角色列表',
'users_count' => '用户'
],
'preferences' => [
'not_authenticated' => '无认证用户加载或保存设置.'
],
'trashed_hint_title' => '该账户已经被删除',
'trashed_hint_desc' => '该账户已经被删除而无法登录。你可以点击右下角的恢复按钮进行恢复。'
],
'list' => [
'default_title' => '列表',
'search_prompt' => '搜索...',
'no_records' => '当前视图中没有记录.',
'missing_model' => ':class 中的列表没有定义好的模型。',
'missing_column' => '没有 :columns 的栏定义.',
'missing_columns' => ':class 中使用的列表没有定义好的栏.',
'missing_definition' => "列表不包含 ':field' 栏.",
'missing_parent_definition' => "列表行为未包含 ':definition'.",
'behavior_not_ready' => '列表未初始化请确认您的控制器中调用了makeLists().',
'invalid_column_datetime' => "栏值 ':column' 非时间对象,是否缺少 \$dates 在模型中的引用?",
'pagination' => '显示记录: :from-:to :total',
'first_page' => '首页',
'last_page' => '末页',
'prev_page' => '上一页',
'next_page' => '下一页',
'refresh' => '刷新',
'updating' => '更新中...',
'loading' => '加载中...',
'setup_title' => '建立列表',
'setup_help' => '您可以通过拖拽调整栏的位置并使用多选框选择您想在列表中看到的栏目。',
'records_per_page' => '每页的记录',
'records_per_page_help' => '选择每页显示的记录数。请注意单页中若存在太多记录可能会降低性能。',
'check' => 'Check',
'delete_selected' => '删除选择项',
'delete_selected_empty' => '无需要删除的项.',
'delete_selected_confirm' => '删除选中的项?',
'delete_selected_success' => '成功删除选择项',
'column_switch_true' => '是',
'column_switch_false' => '否'
],
'fileupload' => [
'attachment' => '附件',
'help' => '添加标题和描述到附件',
'title_label' => '标题',
'description_label' => '描述',
'default_prompt' => '点击 %s 或者拖动文件到此处以上传',
'attachment_url' => '附件地址',
'upload_file' => '上传文件',
'upload_error' => '上传错误',
'remove_confirm' => '你确定吗?',
'remove_file' => '删除文件'
],
'repeater' => [
'min_items_failed' => ':name 需要大于 :min ',
'max_items_failed' => ':name 需要小于 :max '
],
'form' => [
'create_title' => '新 :name',
'update_title' => '编辑 :name',
'preview_title' => '预览 :name',
'create_success' => '成功创建 :name',
'update_success' => '成功更新 :name',
'delete_success' => '成功删除 :name',
'restore_success' => '成功恢复 :name',
'reset_success' => '重置成功',
'missing_id' => '未指定表单记录ID.',
'missing_model' => ':class 中使用的表单无定义模型.',
'missing_definition' => "表单无字段 ':field'.",
'not_found' => '无法找到表单 ID :id.',
'action_confirm' => '您确定?',
'create' => '创建',
'create_and_close' => '创建和关闭',
'creating' => '创建中...',
'creating_name' => '创建 :name...',
'save' => '保存',
'save_and_close' => '保存和关闭',
'saving' => '保存...',
'saving_name' => '保存 :name...',
'delete' => '删除',
'deleting' => '删除中...',
'confirm_delete' => '您确定删除记录?',
'confirm_delete_multiple' => '确认删除选中的的记录?',
'deleting_name' => '删除 :name...',
'restore' => '恢复',
'restoring' => '恢复中',
'confirm_restore' => '你确定恢复这条记录?',
'reset_default' => '重置为默认',
'resetting' => '重置',
'resetting_name' => '重置 :name',
'undefined_tab' => '杂项',
'field_off' => '关',
'field_on' => '开',
'add' => '增加',
'apply' => '应用',
'cancel' => '取消',
'close' => '关闭',
'confirm' => '确认',
'reload' => '重载',
'complete' => '完成',
'ok' => '好',
'or' => '或',
'confirm_tab_close' => '您真的想要关闭这个标签页吗?未保存的更改将会丢失。',
'behavior_not_ready' => '表单未初始化,请确认您已调用控制器 initForm().',
'preview_no_files_message' => '无上传文件。',
'preview_no_media_message' => '无选中媒体.',
'preview_no_record_message' => '无选择记录。',
'select' => '选择',
'select_all' => '全选',
'select_none' => '选择无',
'select_placeholder' => '请选择',
'insert_row' => '插入行',
'insert_row_below' => '在下面插入行',
'delete_row' => '删除行',
'concurrency_file_changed_title' => '文件改动',
'concurrency_file_changed_description' => "您正在编辑的文件正在被其他用户修改,您可以重载或覆盖磁盘上的文件。",
'return_to_list' => '返回列表'
],
'recordfinder' => [
'find_record' => '查找记录',
'invalid_model_class' => '提供的 ":modelClass" 不可用',
'cancel' => '取消',
],
'pagelist' => [
'page_link' => '页面链接',
'select_page' => '选择一个页面...'
],
'relation' => [
'missing_config' => "关系无配置文件 ':config'",
'missing_definition' => "关系无定义 ':field' ",
'missing_model' => ":class 关系中无已定义模型",
'invalid_action_single' => "此操作无法在单一关系上执行.",
'invalid_action_multi' => "此操作无法在多重关系上执行.",
'help' => "点击增加",
'related_data' => "相关的 :name",
'add' => "增加",
'add_selected' => "增加选中",
'add_a_new' => "增加新的 :name",
'link_selected' => "关联选中",
'link_a_new' => "关联新的 :name",
'cancel' => "取消",
'close' => "关闭",
'add_name' => "增加 :name",
'create' => "创建",
'create_name' => "创建 :name",
'update' => "更新",
'update_name' => "更新 :name",
'preview' => "预览",
'preview_name' => "预览 :name",
'remove' => "移除",
'remove_name' => "移除 :name",
'delete' => "删除",
'delete_name' => "删除 :name",
'delete_confirm' => "您确定?",
'link' => "关联",
'link_name' => "关联 :name",
'unlink' => "取消关联",
'unlink_name' => "取消关联 :name",
'unlink_confirm' => "您确定?",
],
'reorder' => [
'default_title' => '重新排序记录',
'no_records' => '没有可供排序的记录.'
],
'model' => [
'name' => '模型',
'not_found' => "无法找到ID为 :id 的模型 ':class'",
'missing_id' => '无法找到指定ID的模型记录.',
'missing_relation' => "模型 ':class' 不包含 ':relation'.",
'missing_method' => "模型 ':class' 不包含 ':method'.",
'invalid_class' => "模型 :model 在 :class 中是不合法的,它必须继承 \\Model 类.",
'mass_assignment_failed' => "为模型属性':attribute'赋值失败."
],
'warnings' => [
'tips' => '系统配置小技巧',
'tips_description' => '您需要注意以下问题以使系统更好工作。',
'permissions' => '目录 :name 或子目录对PHP不可写. 请在服务器中对此目录设置正确权限。',
'extension' => 'PHP扩展 :name 未安装,请安装此库并激活扩展.',
'plugin_missing' => '依赖于未安装的插件 :name请安装该插件.'
],
'editor' => [
'menu_label' => '代码编辑器选项',
'menu_description' => '自定义代码编辑器选项,比如字体大小和颜色主题.',
'font_size' => '字体大小',
'tab_size' => '标签大小',
'use_hard_tabs' => '使用标签页缩进',
'code_folding' => '代码折叠',
'code_folding_begin' => '标记开始',
'code_folding_begin_end' => '标记开始与结束',
'autocompletion' => '自动完成',
'word_wrap' => '自动换行',
'highlight_active_line' => '高亮活动行',
'auto_closing' => '自动关闭标签',
'show_invisibles' => '显示隐藏字符',
'show_gutter' => '显示侧边栏',
'basic_autocompletion'=> '基本自动完成 (Ctrl + Space)',
'live_autocompletion'=> '实时自动完成',
'enable_snippets'=> '开启代码片段 (Tab)',
'display_indent_guides'=> '显示缩进指南',
'show_print_margin'=> '显示打印边距',
'mode_off' => '关闭',
'mode_fluid' => '流体',
'40_characters' => '40字符',
'80_characters' => '80字符',
'theme' => '色彩主题',
'markup_styles' => '标记样式',
'custom_styles' => '定制样式表',
'custom styles_comment' => '在HTML编辑器中包含自定义样式',
'markup_classes' => '标记类',
'paragraph' => '段落',
'link' => '链接',
'table' => '表格',
'table_cell' => '单元格',
'image' => '图像',
'label' => '标签',
'class_name' => '类名',
'markup_tags' => '标记标签',
'allowed_empty_tags' => '允许空标签',
'allowed_empty_tags_comment' => '当标签内无内容时,其不会被移除.',
'allowed_tags' => '允许标签',
'allowed_tags_comment' => '允许标签列表.',
'no_wrap' => '无法包裹标签',
'no_wrap_comment' => '所列标签无法包裹于快级标签中.',
'remove_tags' => '移除标签',
'remove_tags_comment' => '所列标签将与其包裹的内容一起删除.',
'toolbar_buttons' => '工具栏按钮',
'toolbar_buttons_comment' => '默认在富文本编辑器中显示的工具栏按钮。例如:'
],
'tooltips' => [
'preview_website' => '预览网站'
],
'mysettings' => [
'menu_label' => '我的设置',
'menu_description' => '涉及您管理帐号的设置'
],
'myaccount' => [
'menu_label' => '我的账户',
'menu_description' => '更新你的账户细节, 如姓名、邮件地址和密码.',
'menu_keywords' => '安全登录'
],
'branding' => [
'menu_label' => '自定义后台',
'menu_description' => '自定义管理区域, 比如名字, 颜色和图标.',
'brand' => '品牌',
'logo' => '图标',
'logo_description' => '上传自定义图标到后台.',
'favicon' => '浏览器favicon',
'favicon_description' => '上传自定义后台浏览器的favicon',
'app_name' => '站点名称',
'app_name_description' => '这个名称显示在后台的标题区域.',
'app_tagline' => '站点标语',
'app_tagline_description' => '标语将显示在后台登录界面.',
'colors' => '颜色',
'primary_color' => '主颜色',
'secondary_color' => '次颜色',
'accent_color' => '强调色',
'styles' => '样式',
'custom_stylesheet' => '自定样式',
'navigation' => '导航',
'menu_mode' => '菜单样式',
'menu_mode_inline' => '行内',
'menu_mode_inline_no_icons' => '行内(无图标)',
'menu_mode_tile' => '标题',
'menu_mode_collapsed' => '已折叠'
],
'backend_preferences' => [
'menu_label' => '后台设置',
'menu_description' => '管理你的后台设置,如使用语言。',
'region' => '地区',
'code_editor' => '代码编辑器',
'timezone' => '时区',
'timezone_comment' => '选择您希望使用的本地语言。',
'locale' => '语言',
'locale_comment' => '选择您想要的语言环境.'
],
'access_log' => [
'hint' => '此日志显示管理员成功登录信息。记录将保存 :days 天。',
'menu_label' => '访问日志',
'menu_description' => '查看已登陆的后台用户日志。',
'id' => 'ID',
'created_at' => '日期 & 时间',
'login' => '登录',
'type' => '类型',
'ip_address' => 'IP地址',
'first_name' => '名',
'last_name' => '姓',
'email' => '电子邮箱'
],
'filter' => [
'all' => '全部',
'options_method_not_exists' => "模型 :model 必须定义方法 :method() 并为过滤器 ':filter'返回可选项.",
'date_all' => '所有日期',
'number_all' => '任意数值'
],
'import_export' => [
'upload_csv_file' => '1. 上传一个 CSV 文件',
'import_file' => '导入文件',
'row' => ':row 行',
'first_row_contains_titles' => '第一行包含列标题',
'first_row_contains_titles_desc' => '若 CSV 首行作为栏标题使用,请点选此项。',
'match_columns' => '2. 将文件列与数据库字段匹配',
'file_columns' => '文件列',
'database_fields' => '数据库字段',
'set_import_options' => '3. 设置导入选项',
'export_output_format' => '1. 导出输出格式',
'file_format' => '文件格式',
'standard_format' => '标准格式',
'custom_format' => '自定义格式',
'delimiter_char' => '定界符',
'enclosure_char' => '包围字符',
'escape_char' => '转义字符',
'select_columns' => '2. 选择导出的列',
'column' => '列',
'columns' => '列',
'set_export_options' => '3. 设置导出选项',
'show_ignored_columns' => '显示忽略的列',
'auto_match_columns' => '自动匹配列',
'created' => '已创建',
'updated' => '已更新',
'skipped' => '已跳过',
'warnings' => '警告',
'errors' => '错误',
'skipped_rows' => '跳过行数',
'import_progress' => '导入进度',
'processing' => '处理中...',
'import_error' => '导入错误',
'upload_valid_csv' => '请上传正确的CSV 文件.',
'drop_column_here' => '在这里删除列……',
'ignore_this_column' => '忽略此列',
'processing_successful_line1' => '文件导出完成!',
'processing_successful_line2' => '浏览器正在重定向至文件下载.',
'export_progress' => '导出进度',
'export_error' => '导出错误',
'column_preview' => '预览列',
'file_not_found_error' => '文件未找到',
'empty_error' => '没有提供导出的数据',
'empty_import_columns_error' => '请指定要导入的列.',
'match_some_column_error' => '请先与一些列匹配.',
'required_match_column_error' => '请特指所需字段 :label 的匹配项',
'empty_export_columns_error' => '请指定要导出的列.',
'behavior_missing_uselist_error' => '您必须在开启导出 "useList" 选项的情况下实现控制器行为 ListController 。',
'missing_model_class_error' => '请特指 modelClass 的属性 :type',
'missing_column_id_error' => '缺少栏标识符',
'unknown_column_error' => '未知列',
'encoding_not_supported_error' => '无法识别源文件编码。请点击自定义文件格式选项并选择正确编码来导入您的文件。',
'encoding_format' => '文件编码',
'encodings' => [
'utf_8' => 'UTF-8',
'us_ascii' => 'US-ASCII',
'iso_8859_1' => 'ISO-8859-1 (Latin-1, Western European)',
'iso_8859_2' => 'ISO-8859-2 (Latin-2, Central European)',
'iso_8859_3' => 'ISO-8859-3 (Latin-3, South European)',
'iso_8859_4' => 'ISO-8859-4 (Latin-4, North European)',
'iso_8859_5' => 'ISO-8859-5 (Latin, Cyrillic)',
'iso_8859_6' => 'ISO-8859-6 (Latin, Arabic)',
'iso_8859_7' => 'ISO-8859-7 (Latin, Greek)',
'iso_8859_8' => 'ISO-8859-8 (Latin, Hebrew)',
'iso_8859_0' => 'ISO-8859-9 (Latin-5, Turkish)',
'iso_8859_10' => 'ISO-8859-10 (Latin-6, Nordic)',
'iso_8859_11' => 'ISO-8859-11 (Latin, Thai)',
'iso_8859_13' => 'ISO-8859-13 (Latin-7, Baltic Rim)',
'iso_8859_14' => 'ISO-8859-14 (Latin-8, Celtic)',
'iso_8859_15' => 'ISO-8859-15 (Latin-9, Western European revision with euro sign)',
'windows_1251' => 'Windows-1251 (CP1251)',
'windows_1252' => 'Windows-1252 (CP1252)'
]
],
'permissions' => [
'manage_media' => '管理媒体'
],
'mediafinder' => [
'label' => '媒体查找器',
'default_prompt' => '点击 %s 按钮查找媒体项'
],
'media' => [
'menu_label' => '媒体',
'upload' => '上传',
'move' => '移动',
'delete' => '删除',
'add_folder' => '增加文件夹',
'search' => '搜索',
'display' => '显示',
'filter_everything' => '所有',
'filter_images' => '图片',
'filter_video' => '视频',
'filter_audio' => '音频',
'filter_documents' => '文档',
'library' => '库',
'size' => '大小',
'title' => '标题',
'last_modified' => '最近修改',
'public_url' => '公开URL',
'click_here' => '点击这里',
'thumbnail_error' => '生成缩略图错误.',
'return_to_parent' => '返回上层文件夹',
'return_to_parent_label' => '返回 ..',
'nothing_selected' => '没有选中.',
'multiple_selected' => '多选.',
'uploading_file_num' => '上传 :number 文件...',
'uploading_complete' => '上传完毕',
'uploading_error' => '上传失败',
'type_blocked' => '该文件类型因安全问题被禁止使用。',
'order_by' => '排序',
'direction' => '升降序',
'direction_asc' => '升序',
'direction_desc' => '降序',
'folder' => '文件夹',
'no_files_found' => '未找到您所请求的文件.',
'delete_empty' => '请选择删除项.',
'delete_confirm' => '您是否想要删除选中项?',
'error_renaming_file' => '重命名错误.',
'new_folder_title' => '新文件',
'folder_name' => '文件夹名',
'error_creating_folder' => '新建文件夹错误',
'folder_or_file_exist' => '文件夹或文件已经存在.',
'move_empty' => '请选择移动项.',
'move_popup_title' => '移动文件或文件夹',
'move_destination' => '目标文件夹',
'please_select_move_dest' => '请选择目标文件夹.',
'move_dest_src_match' => '请选择另一个目标文件夹.',
'empty_library' => '媒体库为空。请上传文件或新建文件夹。',
'insert' => '插入',
'crop_and_insert' => '裁剪并插入',
'select_single_image' => '请选择图片.',
'selection_not_image' => '所选项不为图片.',
'restore' => '取消所有更改',
'resize' => '调整大小...',
'selection_mode_normal' => '正常',
'selection_mode_fixed_ratio' => '固定比例',
'selection_mode_fixed_size' => '固定大小',
'height' => '高度',
'width' => '宽度',
'selection_mode' => '选择模式',
'resize_image' => '调整图片',
'image_size' => '图片大小:',
'selected_size' => '选中:'
]
];