mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
286 lines
11 KiB
PHP
286 lines
11 KiB
PHP
<?php
|
||
|
||
return [
|
||
'app' => [
|
||
'name' => 'October CMS',
|
||
'tagline' => '登陆'
|
||
],
|
||
'locale' => [
|
||
'en' => 'English',
|
||
'de' => 'German',
|
||
'es' => 'Spanish',
|
||
'es-ar' => 'Spanish (Argentina)',
|
||
'fa' => 'Persian',
|
||
'fr' => 'French',
|
||
'hu' => 'Hungarian',
|
||
'id' => 'Bahasa Indonesia',
|
||
'it' => 'Italian',
|
||
'ja' => 'Japanese',
|
||
'lv' => 'Latvian',
|
||
'nb-no' => 'Norwegian (Bokmål)',
|
||
'nl' => 'Dutch',
|
||
'pl' => 'Polish',
|
||
'pt-br' => 'Portuguese (Brazil)',
|
||
'ro' => 'Romanian',
|
||
'ru' => 'Russian',
|
||
'se' => 'Swedish',
|
||
'sk' => 'Slovak (Slovakia)',
|
||
'tr' => 'Turkish',
|
||
'zh-cn' => 'Chinese (China)'
|
||
],
|
||
'directory' => [
|
||
'create_fail' => '不能创建目录: :name'
|
||
],
|
||
'file' => [
|
||
'create_fail' => '不能创建文件: :name'
|
||
],
|
||
'combiner' => [
|
||
'not_found' => "混合文件 ':name' 没找到."
|
||
],
|
||
'system' => [
|
||
'name' => '系统',
|
||
'menu_label' => '系统',
|
||
'categories' => [
|
||
'cms' => '内容管理',
|
||
'misc' => '杂项',
|
||
'logs' => '日志',
|
||
'mail' => '邮件',
|
||
'shop' => '商铺',
|
||
'team' => '团队',
|
||
'users' => '用户',
|
||
'system' => '系统',
|
||
'social' => '社交',
|
||
'events' => '事件',
|
||
'customers' => '自定义',
|
||
'my_settings' => '我的设置'
|
||
]
|
||
],
|
||
'theme' => [
|
||
'unnamed' => '未命名主题',
|
||
'name' => [
|
||
'label' => '主题名称',
|
||
'help' => '主题的唯一名称,例如:RainLab.Vanilla'
|
||
],
|
||
],
|
||
'themes' => [
|
||
'install' => '安装主题',
|
||
'search' => '搜索主题...',
|
||
'installed' => '已安装主题',
|
||
'no_themes' => '市场上没有已安装的主题。',
|
||
'recommended' => '推荐',
|
||
'remove_confirm' => '你确定要删除这些主题吗?'
|
||
],
|
||
'plugin' => [
|
||
'unnamed' => '未命名的插件',
|
||
'name' => [
|
||
'label' => '插件名称',
|
||
'help' => '插件的唯一名称,例如:RainLab.Blog'
|
||
]
|
||
],
|
||
'plugins' => [
|
||
'manage' => '管理插件',
|
||
'enable_or_disable' => '启用或禁用',
|
||
'enable_or_disable_title' => '启用或禁用插件',
|
||
'install' => '安装插件',
|
||
'install_products' => '安装产品',
|
||
'search' => '搜索插件...',
|
||
'installed' => '已安装插件',
|
||
'no_plugins' => '市场中没有已安装的插件。',
|
||
'recommended' => '推荐',
|
||
'remove' => '移除',
|
||
'refresh' => '刷新',
|
||
'disabled_label' => '禁用',
|
||
'disabled_help' => '被禁用的插件被应用程序忽略了.',
|
||
'selected_amount' => '选中的插件: :数目',
|
||
'remove_confirm' => '你确定吗?',
|
||
'remove_success' => '成功从系统移除这些插件.',
|
||
'refresh_confirm' => '你确定吗?',
|
||
'refresh_success' => '成功刷新了系统中的插件.',
|
||
'disable_confirm' => '你确定吗?',
|
||
'disable_success' => '成功禁用了这些插件.',
|
||
'enable_success' => '成功启用了这些插件',
|
||
'unknown_plugin' => '插件从文件系统中移除了.'
|
||
],
|
||
'project' => [
|
||
'name' => '项目',
|
||
'owner_label' => '拥有者',
|
||
'attach' => '增加项目',
|
||
'detach' => '删除项目',
|
||
'none' => '没有',
|
||
'id' => [
|
||
'label' => '项目ID',
|
||
'help' => '如何找到你的项目ID',
|
||
'missing' => '请确认你想使用的项目ID.'
|
||
],
|
||
'detach_confirm' => '你确定要删除这个项目吗?',
|
||
'unbind_success' => '项目删除成功.'
|
||
],
|
||
'settings' => [
|
||
'menu_label' => '设置',
|
||
'not_found' => '不能找到特定的设置.',
|
||
'missing_model' => '设置页缺少Model定义.',
|
||
'update_success' => ':name 的设置更新成功了.',
|
||
'return' => '返回系统设置',
|
||
'search' => '搜索'
|
||
],
|
||
'mail' => [
|
||
'log_file' => '日志文件',
|
||
'menu_label' => '邮件配置',
|
||
'menu_description' => '管理邮件配置.',
|
||
'general' => '常规',
|
||
'method' => '邮件方法',
|
||
'sender_name' => '发送者名称',
|
||
'sender_email' => '发送者邮件',
|
||
'php_mail' => 'PHP mail',
|
||
'smtp' => 'SMTP',
|
||
'smtp_address' => 'SMTP 地址',
|
||
'smtp_authorization' => '需要 SMTP 认证',
|
||
'smtp_authorization_comment' => '勾选这个多选框如果你的SMTP服务器需要认证.',
|
||
'smtp_username' => '用户名',
|
||
'smtp_password' => '密码',
|
||
'smtp_port' => 'SMTP 端口',
|
||
'smtp_ssl' => '需要SSL连接',
|
||
'sendmail' => 'Sendmail',
|
||
'sendmail_path' => 'Sendmail 路径',
|
||
'sendmail_path_comment' => '请确认 Sendmail 路径.',
|
||
'mailgun' => 'Mailgun',
|
||
'mailgun_domain' => 'Mailgun 域名',
|
||
'mailgun_domain_comment' => '请确认 Mailgun 域名.',
|
||
'mailgun_secret' => 'Mailgun Secret',
|
||
'mailgun_secret_comment' => '输入你的 Mailgun API key.',
|
||
'mandrill' => 'Mandrill',
|
||
'mandrill_secret' => 'Mandrill Secret',
|
||
'mandrill_secret_comment' => '输入你的 Mandrill API key.'
|
||
],
|
||
'mail_templates' => [
|
||
'menu_label' => '邮件模板',
|
||
'menu_description' => '编辑发送到用户和管理员的邮件模板, 管理邮件布局.',
|
||
'new_template' => '新模板',
|
||
'new_layout' => '新布局',
|
||
'template' => '模板',
|
||
'templates' => '模板',
|
||
'menu_layouts_label' => '邮件布局',
|
||
'layout' => '布局',
|
||
'layouts' => '布局',
|
||
'name' => '名称',
|
||
'name_comment' => '指向这个模板的唯一名称',
|
||
'code' => '代码',
|
||
'code_comment' => '指向这个模板的唯一代码',
|
||
'subject' => '标题',
|
||
'subject_comment' => '邮箱消息标题',
|
||
'description' => '描述',
|
||
'content_html' => 'HTML',
|
||
'content_css' => 'CSS',
|
||
'content_text' => '纯文本',
|
||
'test_send' => '发送测试消息',
|
||
'test_success' => '测试消息已经成功发送.',
|
||
'return' => '返回模板列表'
|
||
],
|
||
'install' => [
|
||
'project_label' => '加入项目',
|
||
'plugin_label' => '安装插件',
|
||
'theme_label' => '安装主题',
|
||
'missing_plugin_name' => '请输入要安装的插件名称。',
|
||
'missing_theme_name' => '请输入要安装的主题名称。',
|
||
'install_completing' => '完成安装过程',
|
||
'install_success' => '插件安装成功。'
|
||
],
|
||
'updates' => [
|
||
'title' => '管理更新',
|
||
'name' => '软件更新',
|
||
'menu_label' => '更新',
|
||
'menu_description' => '更新系统, 管理并安装插件和主题.',
|
||
'check_label' => '检查更新',
|
||
'retry_label' => '重试',
|
||
'plugin_name' => '名字',
|
||
'plugin_description' => '描述',
|
||
'plugin_version' => '版本',
|
||
'plugin_author' => '作者',
|
||
'core_current_build' => '当前版本',
|
||
'core_build' => '版本 :build',
|
||
'core_build_help' => '新的版本可用.',
|
||
'core_downloading' => '下载应用程序',
|
||
'core_extracting' => '解压应用程序',
|
||
'plugins' => '插件',
|
||
'themes' => '主题',
|
||
'disabled' => '禁用',
|
||
'plugin_downloading' => '下载插件: :name',
|
||
'plugin_extracting' => '解压插件: :name',
|
||
'plugin_version_none' => '新插件',
|
||
'theme_new_install' => '新主题安装.',
|
||
'theme_downloading' => '下载主题: :name',
|
||
'theme_extracting' => '解压主题: :name',
|
||
'update_label' => '更新软件',
|
||
'update_completing' => '完成更新过程',
|
||
'update_loading' => '加载可用更新...',
|
||
'update_success' => '更新完成.',
|
||
'update_failed_label' => '更新失败',
|
||
'force_label' => '强制更新',
|
||
'found' => [
|
||
'label' => '发现新的更新!',
|
||
'help' => '点击更新.'
|
||
],
|
||
'none' => [
|
||
'label' => '没有更新',
|
||
'help' => '没有发现新的更新.'
|
||
]
|
||
],
|
||
'server' => [
|
||
'connect_error' => '连接服务器失败.',
|
||
'response_not_found' => '找不到更新服务器.',
|
||
'response_invalid' => '服务器返回异常.',
|
||
'response_empty' => '服务器返回为空.',
|
||
'file_error' => '服务器下载文件失败.',
|
||
'file_corrupt' => '服务器下载文件校验失败.'
|
||
],
|
||
'behavior' => [
|
||
'missing_property' => 'Class :class 必须定义属性 $:property 被 :behavior behavior 使用.'
|
||
],
|
||
'config' => [
|
||
'not_found' => '不能查找配置文件 :file 为 :location 定义.',
|
||
'required' => "配置 :location 必须有 ':property'."
|
||
],
|
||
'zip' => [
|
||
'extract_failed' => "不能解压缩文件 ':file'."
|
||
],
|
||
'event_log' => [
|
||
'hint' => '日志显示了程序中的潜在错误, 比如异常和调试信息.',
|
||
'menu_label' => '事件日志',
|
||
'menu_description' => '查看系统日志信息, 包括时间和详细信息.',
|
||
'empty_link' => '清空事件日志',
|
||
'empty_loading' => '清空事件日志...',
|
||
'empty_success' => '成功清空时间日志.',
|
||
'return_link' => '返回时间日志',
|
||
'id' => 'ID',
|
||
'id_label' => '事件 ID',
|
||
'created_at' => '时间和日期',
|
||
'message' => '消息',
|
||
'level' => '级别'
|
||
],
|
||
'request_log' => [
|
||
'hint' => '这个日志显示了需要注意的浏览器请求. 比如如果一个访问者打开一个没有的CMS页面, 一条返回状态404的记录被创建.',
|
||
'menu_label' => '请求日志',
|
||
'menu_description' => '查看坏的或者重定向的请求, 比如页面找不到(404).',
|
||
'empty_link' => '清空请求日志',
|
||
'empty_loading' => '清空请求日志...',
|
||
'empty_success' => '成功清空请求日志.',
|
||
'return_link' => '返回请求日志',
|
||
'id' => 'ID',
|
||
'id_label' => '登录ID',
|
||
'count' => '次数',
|
||
'referer' => '来源',
|
||
'url' => 'URL',
|
||
'status_code' => '状态'
|
||
],
|
||
'permissions' => [
|
||
'name' => '系统',
|
||
'manage_system_settings' => '管理系统设置',
|
||
'manage_software_updates' => '管理软件更新',
|
||
'access_logs' => '查看访问日志',
|
||
'manage_mail_templates' => '管理邮件模板',
|
||
'manage_mail_settings' => '管理邮件设置',
|
||
'manage_other_administrators' => '管理其他管理员',
|
||
'view_the_dashboard' => '查看仪表盘',
|
||
'manage_branding' => '自定义后台'
|
||
]
|
||
]; |