diff --git a/resources/lang/cn/admin/nests.php b/resources/lang/cn/admin/nests.php new file mode 100644 index 000000000..d5e2a511b --- /dev/null +++ b/resources/lang/cn/admin/nests.php @@ -0,0 +1,33 @@ +. + * + * This software is licensed under the terms of the MIT license. + * https://opensource.org/licenses/MIT + */ + +return [ + 'notices' => [ + 'created' => '一个新的管理模块, :name, 已成功创建。', + 'deleted' => '成功从面板删除指定的管理模块。', + 'updated' => '成功更新管理模块的选项。', + ], + 'eggs' => [ + 'notices' => [ + 'imported' => '成功导入一个管理模板。', + 'updated_via_import' => '该管理模板已按照上传的文件完成更新。', + 'deleted' => '成功删除指定的管路模板。', + 'updated' => '成功更新管理模板的配置。', + 'script_updated' => '管理模板的安装脚本已经成功更新并且会在安装新服务器时被执行。', + 'egg_created' => '一个管理模板已经成功创建. 你需要重启所有正在运行的节点受控端来使该模板生效。', + ], + ], + 'variables' => [ + 'notices' => [ + 'variable_deleted' => '参数 ":variable" 已被移除,在服务器重装之后将不在有效。', + 'variable_updated' => '参数 ":variable" 已更新。 你需要重装所有服务器来使该参数生效.', + 'variable_created' => '新的参数已经创建并被赋值,该操作会影响此管理模板下的所有服务器', + ], + ], +]; diff --git a/resources/lang/cn/admin/node.php b/resources/lang/cn/admin/node.php new file mode 100644 index 000000000..e2b9984aa --- /dev/null +++ b/resources/lang/cn/admin/node.php @@ -0,0 +1,23 @@ +. + * + * This software is licensed under the terms of the MIT license. + * https://opensource.org/licenses/MIT + */ + +return [ + 'validation' => [ + 'fqdn_not_resolvable' => '提供的域名或地址没有解析到一个合法的IP地址.', + 'fqdn_required_for_ssl' => '这个节点要求解析到一个公共IP的域名必须使用SSL', + ], + 'notices' => [ + 'allocations_added' => '配额已经成功的被添加到这个节点.', + 'node_deleted' => '节点成功从面板中移除.', + 'location_required' => '在你可以添加一个节点之前必须至少有一个可用区配置。', + 'node_created' => '节点新建成功! 使用 \'Configuration\' 标签,你可以在此节点上自动配置受控端. 在你可以创建服务器之前,你必须至少分配一个IP和端口', + 'node_updated' => '节点信息更新成功!如果任何节点受控端的设置更改了,您需要重启受控端来使设置生效.', + 'unallocated_deleted' => '已删除 :ip 上的所有未分配的端口', + ], +]; diff --git a/resources/lang/cn/admin/pack.php b/resources/lang/cn/admin/pack.php new file mode 100644 index 000000000..1d95dc074 --- /dev/null +++ b/resources/lang/cn/admin/pack.php @@ -0,0 +1,16 @@ +. + * + * This software is licensed under the terms of the MIT license. + * https://opensource.org/licenses/MIT + */ + +return [ + 'notices' => [ + 'pack_updated' => '整合包已经被更新。', + 'pack_deleted' => '成功删除整合包: ":name" 。', + 'pack_created' => '一个整合包已被成功创建,现在可以用它来部署服务器了。', + ], +]; diff --git a/resources/lang/cn/admin/server.php b/resources/lang/cn/admin/server.php new file mode 100644 index 000000000..c850b2735 --- /dev/null +++ b/resources/lang/cn/admin/server.php @@ -0,0 +1,31 @@ +. + * + * This software is licensed under the terms of the MIT license. + * https://opensource.org/licenses/MIT + */ + +return [ + 'exceptions' => [ + 'no_new_default_allocation' => '你正在尝试删除此服务器的默认配额,但是该服务器没有足够的后备配额。', + 'marked_as_failed' => '这个服务器目前被标记为安装失败。 当前状态不能改变为此状态。', + 'bad_variable' => '变量 :name 有一个已确认的错误 。', + 'daemon_exception' => '连接受控端时发生意外 返回错误码 HTTP/:code response code. 此错误已被记录。', + 'default_allocation_not_found' => '请求的默认配额没有在这台服务器上找到。', + ], + 'alerts' => [ + 'startup_changed' => '该服务器的启动配置已被更新. 如果此服务器所属的管理模块或管理模板更改,此时将发生一次配置重设', + 'server_deleted' => '成功从系统中删除服务器', + 'server_created' => '创建服务器成功。 请稍后几分钟,受控端将尽快完成服务器安装', + 'build_updated' => '启动参数已更改。 一些修改需要重启该服务器后生效。', + 'suspension_toggled' => '服务器状态已更改为 :status.', + 'rebuild_on_boot' => '此服务器已被标记为需要在Docker容器中启动。 此操作会在下次重启后生效。', + 'install_toggled' => '此服务器的安装状态已被更改', + 'server_reinstalled' => '此服务器目前已置于重装队列中,即将开始重装', + 'details_updated' => '服务器信息成功被更新', + 'docker_image_updated' => '成功更改用于该服务器的默认的Docker镜像。 此操作需要重启后生效', + 'node_required' => '你需要至少一个节点才能开始添加服务器', + ], +]; diff --git a/resources/lang/cn/admin/user.php b/resources/lang/cn/admin/user.php new file mode 100644 index 000000000..1250cdae7 --- /dev/null +++ b/resources/lang/cn/admin/user.php @@ -0,0 +1,18 @@ +. + * + * This software is licensed under the terms of the MIT license. + * https://opensource.org/licenses/MIT + */ + +return [ + 'exceptions' => [ + 'user_has_servers' => '无法删除一个拥有活动状态服务器的用户. 请在继续此操作前删除他的服务器', + ], + 'notices' => [ + 'account_created' => '成功创建用户', + 'account_updated' => '成功更新用户', + ], +]; diff --git a/resources/lang/cn/auth.php b/resources/lang/cn/auth.php new file mode 100644 index 000000000..6758f8238 --- /dev/null +++ b/resources/lang/cn/auth.php @@ -0,0 +1,22 @@ + '您无权执行此操作。', + 'auth_error' => '尝试登录时发生错误.', + 'authentication_required' => '需要认证才能继续操作', + 'remember_me' => '记住我', + 'sign_in' => '登陆', + 'forgot_password' => '忘记密码', + 'request_reset_text' => '忘记密码? 请在下方填入您的Email.', + 'reset_password_text' => '重设您账户的密码.', + 'reset_password' => '重设密码', + 'email_sent' => '一封帮助您重置密码的电子邮件已发出,请查收并按提示操作(如未收到请检查垃圾箱)', + 'failed' => '用户名或密码错误, 或者两步验证失败.', + 'throttle' => '太多次登陆失败. 请在 :seconds 秒后尝试', + 'password_requirements' => '密码至少包含大写字母,小写字母,数字,并且在8位以上.', + 'request_reset' => '查找账户', + '2fa_required' => '两步验证', + '2fa_failed' => '两步验证密码错误', + 'totp_failed' => '错误的TOTP验证.', + '2fa_must_be_enabled' => '管理员要求您的账户必须开启两步验证才能使用此面板.', +]; diff --git a/resources/lang/cn/base.php b/resources/lang/cn/base.php new file mode 100644 index 000000000..528e07f1c --- /dev/null +++ b/resources/lang/cn/base.php @@ -0,0 +1,88 @@ + '请求中有一个或多个字段出错', + 'errors' => [ + 'return' => '返回上一个页面', + 'home' => '返回主页', + '403' => [ + 'header' => '禁止访问', + 'desc' => '您没有权限访问此服务器上的资源.', + ], + '404' => [ + 'header' => 'Not Found', + 'desc' => '未找到资源.', + ], + 'installing' => [ + 'header' => '服务器正在安装', + 'desc' => '请求的服务器仍然在部署中,请稍等几分钟,完成后您将收到一封电子邮件', + ], + 'suspended' => [ + 'header' => '服务器已暂停', + 'desc' => '此服务器已被暂停,无法访问,请联系管理员', + ], + 'maintenance' => [ + 'header' => '节点维护中', + 'title' => '暂时不可用', + 'desc' => '此节点正在维护,当前无法访问.', + ], + ], + 'index' => [ + 'header' => '您的服务器', + 'header_sub' => '您当前可访问的服务器.', + 'list' => '服务器列表', + ], + 'api' => [ + 'index' => [ + 'list' => '您的密钥', + 'header' => '账户 API', + 'header_sub' => '管理访问密钥允许您使用API操作面板.', + 'create_new' => '新建 API 密钥', + 'keypair_created' => '新建API密钥成功.', + ], + 'new' => [ + 'header' => '新建 API 密钥', + 'header_sub' => '创建一个新的账户API密钥.', + 'form_title' => '选项', + 'descriptive_memo' => [ + 'title' => '描述', + 'description' => '添加一个关于此密钥的描述.', + ], + 'allowed_ips' => [ + 'title' => '允许的IP', + 'description' => '添加IP地址限制来保护API安全. CIDR 标记是被允许的. 留空将允许所有IP.', + ], + ], + ], + 'account' => [ + 'details_updated' => '您账户的信息成功更新.', + 'invalid_password' => '您提供的密码不正确.', + 'header' => '您的账户', + 'header_sub' => '管理您的账户信息.', + 'update_pass' => '修改密码', + 'update_email' => '修改 Email 地址', + 'current_password' => '当前密码', + 'new_password' => '新密码', + 'new_password_again' => '重复密码', + 'new_email' => '新 Email 地址', + 'first_name' => '姓', + 'last_name' => '名', + 'update_identity' => '更新个人信息', + 'username_help' => '您的用户名必须唯一(未被使用),并满足以下要求: :requirements.', + ], + 'security' => [ + 'session_mgmt_disabled' => '为了安全原因,您的此次会话无法访问用户管理.', + 'header' => '账户安全', + 'header_sub' => '管理活动会话和两步认证.', + 'sessions' => '活动中的会话', + '2fa_header' => '两步验证', + '2fa_token_help' => '填入您两步验证生成器生成的密码 (Google Authenticator, Authy, etc.).', + 'disable_2fa' => '关闭两步验证', + '2fa_enabled' => '两步验证已开启,在您登陆面板时会要求两步验证.如果您想关闭两步验证,只需输入两步验证的密码即可', + '2fa_disabled' => '两步验证已关闭! 您应该开启两步验证将其作为您账户的额外防护', + 'enable_2fa' => '开启两步验证', + '2fa_qr' => '在您的设备上上配置两步验证', + '2fa_checkpoint_help' => '使用两步验证需要用您的应用扫左侧二维码, 或手动输入下方的代码.完成后请将生成的密码输入下方方框.', + '2fa_disable_error' => '两步验证密码错误. 关闭两步验证失败.', + ], +]; diff --git a/resources/lang/cn/command/messages.php b/resources/lang/cn/command/messages.php new file mode 100644 index 000000000..3ea2ed214 --- /dev/null +++ b/resources/lang/cn/command/messages.php @@ -0,0 +1,97 @@ + [ + 'warning' => '貌似您已经拥有一个应用加密密钥了. 继续操作会导致之前的密钥被覆盖,所有的加密文件都将损坏。 !!!危险操作,请注意文件安全!!!', + 'confirm' => '我已了解此操作的后果,可以承受丢失文件的风险,请继续。', + 'final_confirm' => '确定继续操作? 更改应用加密密钥 !!将会导致数据丢失!!.', + ], + 'location' => [ + 'no_location_found' => '可用区ID错误:无发找到该可用区', + 'ask_short' => '可用区ID', + 'ask_long' => '可用区描述', + 'created' => '成功创建可用区 (:name) ,可用区ID: :id.', + 'deleted' => '成功删除指定的可用区。', + ], + 'user' => [ + 'search_users' => '输入用户名, UUID, 或 Email 地址', + 'select_search_user' => '要删除的用户ID (键入 \'0\' 来重新搜索)', + 'deleted' => '成功删除用户。', + 'confirm_delete' => '确定要删除此用户吗', + 'no_users_found' => '未找到指定的用户', + 'multiple_found' => '找到多个用户, 无法删除用户,原因: --no-interaction 参数。', + 'ask_admin' => '此用户是管理员吗?', + 'ask_email' => '电子邮件地址', + 'ask_username' => '用户名', + 'ask_name_first' => '姓', + 'ask_name_last' => '名', + 'ask_password' => '密码', + 'ask_password_tip' => '如果您想创建一个随机密码的用户,请重新执行指令(CTRL+C) 并输入 `--no-password` 参数.', + 'ask_password_help' => '密码至少8位,并包含一个字母和数字', + '2fa_help_text' => [ + '此命令会关闭一个用户的两步验证(如果他打开了). 此命令应仅用于用户恢复或解锁(两步验证无法成功情况下)。', + '如果您不想这么做, 情书用 CTRL+C 退出此操作。', + ], + '2fa_disabled' => '已成功禁用以下账户的两步验证: :email.', + ], + 'schedule' => [ + 'output_line' => '第一次任务已计划于 `:schedule` (:hash).', + ], + 'maintenance' => [ + 'deleting_service_backup' => '正在删除服务备份文件 :file.', + ], + 'server' => [ + 'rebuild_failed' => '重构操作 ":name" (#:id) ,位于节点 ":node" 失败,错误信息: :message', + 'power' => [ + 'confirm' => '您即将执行 :action 在 :count 个服务器. 是否继续?', + 'action_failed' => '电源命令 ":name" (#:id) 位于节点 ":node" 失败,错误信息: :message', + ], + ], + 'environment' => [ + 'mail' => [ + 'ask_smtp_host' => 'SMTP 主机 (e.g. smtp.google.com)', + 'ask_smtp_port' => 'SMTP 端口', + 'ask_smtp_username' => 'SMTP 用户名', + 'ask_smtp_password' => 'SMTP 密码', + 'ask_mailgun_domain' => 'Mailgun 域名', + 'ask_mailgun_secret' => 'Mailgun 密钥', + 'ask_mandrill_secret' => 'Mandrill 密钥', + 'ask_postmark_username' => 'Postmark API 密钥', + 'ask_driver' => '哪个引擎应该用于发送邮件?', + 'ask_mail_from' => 'Email来自哪个邮箱', + 'ask_mail_name' => 'Email应该由谁发送(发送者姓名)?', + 'ask_encryption' => '应该使用的加密方法', + ], + 'database' => [ + 'host_warning' => '极度推荐不使用localhost作为主机地址(可能有bug). 如果确实要使用本机作为MySQL地址,请使用 "127.0.0.1".', + 'host' => '数据库主机', + 'port' => '数据库端口', + 'database' => '数据库名', + 'username_warning' => '使用 "root" 账户会导致安全漏洞, 翼龙面板不允许此账户作为面板数据库账户. 你应该为此程序创建MySQL庄户', + 'username' => '数据库用户名', + 'password_defined' => '您似乎已经指定了MySQL连接密码,你想更改它吗', + 'password' => '数据库密码', + 'connection_error' => '无法连接数据库. 返回错误: ":error".', + 'creds_not_saved' => '您的数据库访问信息未保存. 在继续之前您将需要提供有效的信息', + 'try_again' => '返回再试一次?', + ], + 'app' => [ + 'settings' => '启用基于UI的设置编辑器?', + 'author' => '管理模板作者Email', + 'author_help' => '提供此面板到处的管理模板作者的电子邮件地址. 这应该是一个合法的电子邮件地址', + 'app_url_help' => '这个应用的URL必须以 https:// or http:// 开头(取决于是否启用SSL). 如果不包含这些您的电子邮件地址和其他内容可能会指向错误的地址.', + 'app_url' => '应用 URL', + 'timezone_help' => '设置的时区应该满足PHP支持的时区. 如果您不确定,请参阅 http://php.net/manual/en/timezones.php.', + 'timezone' => '应用时区', + 'cache_driver' => 'Cache Driver', + 'session_driver' => 'Session Driver', + 'queue_driver' => 'Queue Driver', + 'using_redis' => '如果您选择使用Redis, 请在下方提供有效的连接信息. 一般使用默认信息即可,除非您更改过设置.', + 'redis_host' => 'Redis 主机', + 'redis_password' => 'Redis 密码', + 'redis_pass_help' => '默认情况下,Redis数据库不需要密码,且仅运行于本地. 这种情况下,您什么都不用填.', + 'redis_port' => 'Redis 端口', + 'redis_pass_defined' => '似乎您已经设置过Redis密码了,您需要更改吗?', + ], + ], +]; diff --git a/resources/lang/cn/exceptions.php b/resources/lang/cn/exceptions.php new file mode 100644 index 000000000..4fd745aaf --- /dev/null +++ b/resources/lang/cn/exceptions.php @@ -0,0 +1,68 @@ + '连接受控端时发生意外 返回错误码 HTTP/:code response code. 此错误已被记录', + 'node' => [ + 'servers_attached' => '节点删除必须按先移除其所有的服务器.', + 'daemon_off_config_updated' => '受控端配置 已被更新, 但是自动更新受控端上的配置文件时发生错误. 你需要手动将配置文件 (core.json) 更新至受控端来完成更新.', + ], + 'allocations' => [ + 'server_using' => '一个服务器已分配该地址. 一个地址只有在无服务器使用时才能删除.', + 'too_many_ports' => '一次添加1000个以上的端口是不被支持的.', + 'invalid_mapping' => '提供的端口: :port 无效,无法继续操作.', + 'cidr_out_of_range' => 'CIDR 标记 只允许掩码在 /25 到 /32之间。', + 'port_out_of_range' => '端口超过范围,范围必须在 1024 到 65535 之间.', + ], + 'nest' => [ + 'delete_has_servers' => '活动服务器使用的管理模块不能被删除.', + 'egg' => [ + 'delete_has_servers' => '活动服务器使用的管理模板不能被删除.', + 'invalid_copy_id' => '管理模板复制的脚本ID无效.', + 'must_be_child' => ' "复制设置自"选项指定的目标必须是管理模块的附属.', + 'has_children' => '此管理模版附属有一个或多个管理模板. 在删除之前请先删除所有附属.', + ], + 'variables' => [ + 'env_not_unique' => '环境变量 :name 必须唯一.', + 'reserved_name' => '环境变量 :name 是被保护的,无法指定为变量.', + 'bad_validation_rule' => '环境变量规则 ":rule" 对于这个应用不是一个有效的规则.', + ], + 'importer' => [ + 'json_error' => '尝试导入JSON 文件时发生错误: :error.', + 'file_error' => '提供的JSON文件不合法.', + 'invalid_json_provided' => '提供的JSON文件格式不正确,无法被解析。', + ], + ], + 'packs' => [ + 'delete_has_servers' => '活动服务器使用的整合包不能被删除', + 'update_has_servers' => '当前有服务器附属于包时无法修改关联选项的ID.', + 'invalid_upload' => '上传的文件不合法.', + 'invalid_mime' => '上传的文件不符合要求的文件类型 :type', + 'unreadable' => '服务器无法打开该压缩包.', + 'zip_extraction' => '解压时发生错误.', + 'invalid_archive_exception' => '压缩包缺失archive.tar.gz 或 import.json 文件在根目录.', + ], + 'subusers' => [ + 'editing_self' => '编辑您自己的子用户时不被允许的.', + 'user_is_owner' => '子用户无法添加服主.', + 'subuser_exists' => '那个电子邮件的用户已经是此服务器的子用户了.', + ], + 'databases' => [ + 'delete_has_databases' => '无法删除一个拥有活跃数据库的数据库服务器.', + ], + 'tasks' => [ + 'chain_interval_too_long' => '链接任务的最大间隔时间为15分钟。', + ], + 'locations' => [ + 'has_nodes' => '活动节点附属的可用区无法被删除.', + ], + 'users' => [ + 'node_revocation_failed' => '吊销密钥失败 节点 #:node. :error', + ], + 'deployment' => [ + 'no_viable_nodes' => '没有合适的节点来自动部署服务器', + 'no_viable_allocations' => '没有合适的地址来自动部署服务器', + ], + 'api' => [ + 'resource_not_found' => '需求的资源未找到.', + ], +]; diff --git a/resources/lang/cn/navigation.php b/resources/lang/cn/navigation.php new file mode 100644 index 000000000..aebcd0fd0 --- /dev/null +++ b/resources/lang/cn/navigation.php @@ -0,0 +1,32 @@ + '主页', + 'account' => [ + 'header' => '账户管理', + 'my_account' => '我的账户', + 'security_controls' => '安全控制', + 'api_access' => 'API', + 'my_servers' => '我的服务器', + ], + 'server' => [ + 'header' => '服务器管理', + 'console' => '控制台', + 'console-pop' => '全屏控制台', + 'file_management' => '文件管理', + 'file_browser' => '文件浏览器', + 'create_file' => '新建文件', + 'upload_files' => '上传文件', + 'subusers' => '子用户', + 'schedules' => '计划任务', + 'configuration' => '配置', + 'port_allocations' => '地址设置', + 'sftp_settings' => 'SFTP 设置', + 'startup_parameters' => '启动参数', + 'databases' => '数据库', + 'edit_file' => '编辑文件', + 'admin_header' => '管理', + 'admin' => '服务器配置', + 'server_name' => '服务器名', + ], +]; diff --git a/resources/lang/cn/pagination.php b/resources/lang/cn/pagination.php new file mode 100644 index 000000000..67e361e02 --- /dev/null +++ b/resources/lang/cn/pagination.php @@ -0,0 +1,17 @@ + '« 上一步', + 'next' => '下一步 »', +]; diff --git a/resources/lang/cn/passwords.php b/resources/lang/cn/passwords.php new file mode 100644 index 000000000..3c471ae73 --- /dev/null +++ b/resources/lang/cn/passwords.php @@ -0,0 +1,19 @@ + '密码至少六位数,并且两次输入的密码一致.', + 'reset' => '您的密码已重设!', + 'sent' => '我们已发送密码重设电子邮件!', + 'token' => '此密码重设连接的令牌已过期.', + 'user' => '无法找到此Email的用户.', +]; diff --git a/resources/lang/cn/server.php b/resources/lang/cn/server.php new file mode 100644 index 000000000..296eb05c8 --- /dev/null +++ b/resources/lang/cn/server.php @@ -0,0 +1,330 @@ + [ + 'title' => '服务器状态 :name', + 'header' => '服务器控制台', + 'header_sub' => '实时控制您的服务器.', + ], + 'schedule' => [ + 'header' => '计划任务', + 'header_sub' => '在一处,轻松管理服务器任务.', + 'current' => '当前计划', + 'new' => [ + 'header' => '创建新任务', + 'header_sub' => '创建一个新的定时任务.', + 'submit' => '创建任务', + ], + 'manage' => [ + 'header' => '管理任务', + 'submit' => '修改任务', + 'delete' => '删除任务', + ], + 'task' => [ + 'time' => '在。。。之后', + 'action' => '执行操作', + 'payload' => '任务内容', + 'add_more' => '添加另一个任务', + ], + 'actions' => [ + 'command' => '发送命令', + 'power' => '电源命令', + ], + 'toggle' => '更改状态', + 'run_now' => '触发任务(现在)', + 'schedule_created' => '成功在服务器上创建一个计划任务.', + 'schedule_updated' => '任务已被更新.', + 'unnamed' => '未命名任务', + 'setup' => '任务创建', + 'day_of_week' => '星期', + 'day_of_month' => '日', + 'hour' => '小时', + 'minute' => '分钟', + 'time_help' => '任务系统在定义任务应该何时开始运行时支持使用Cronjob语法。 使用上面的字段指定何时应开始运行这些任务,或从多个选择菜单中选择选项。', + 'task_help' => '任务的时间与先前定义的任务相关。 每个计划任务可能分配的任务不超过5个,任务可能不会超过15分钟的时间安排。', + ], + 'tasks' => [ + 'task_created' => '成功在面板上创建一个新任务', + 'task_updated' => '任务成功被更新. 列表中的所有任务会被取消,并在下一次设定的时间运行.', + 'header' => '计划的任务', + 'header_sub' => '自动化你的服务器.', + 'current' => '当前计划的任务', + 'actions' => [ + 'command' => '发送命令', + 'power' => '发送电源命令', + ], + 'new_task' => '添加新任务', + 'toggle' => '更改状态', + 'new' => [ + 'header' => '新任务', + 'header_sub' => '为这个服务器创建一个新任务。', + 'task_name' => '任务名', + 'day_of_week' => '星期', + 'custom' => '自定义', + 'day_of_month' => '日', + 'hour' => '小时', + 'minute' => '分', + 'sun' => '周日', + 'mon' => '周一', + 'tues' => '周二', + 'wed' => '周三', + 'thurs' => '周四', + 'fri' => '周五', + 'sat' => '周六', + 'submit' => '创建任务', + 'type' => '任务类型', + 'chain_then' => '然后, 之后', + 'chain_do' => '执行', + 'chain_arguments' => '参数', + 'payload' => '任务内容', + 'payload_help' => '例如, 如果你选择 发送命令 ,就在此处填写要发送的命令. 如果您选择 发送电源命令 在这里填入电源命令 (e.g. restart).', + ], + 'edit' => [ + 'header' => '任务管理', + 'submit' => '更新任务', + ], + ], + 'users' => [ + 'header' => '用户管理', + 'header_sub' => '控制访问你服务器的用户.', + 'configure' => '配置权限', + 'list' => '有权限的用户列表', + 'add' => '添加一个新的子用户', + 'update' => '修改子用户', + 'user_assigned' => '成功连接到一个子用户连接到服务器.', + 'user_updated' => '成功更新权限.', + 'edit' => [ + 'header' => '编辑子用户', + 'header_sub' => '管理用户在此服务器的访问权限.', + ], + 'new' => [ + 'header' => '添加新用户', + 'header_sub' => '添加一个允许访问此服务器的用户.', + 'email' => 'Email 地址', + 'email_help' => '填入你希望邀请的协助您管理服务器的人的Email地址.', + 'power_header' => '电源管理', + 'file_header' => '文件管理', + 'subuser_header' => '子用户管理', + 'server_header' => '服务器管理', + 'task_header' => '计划任务管理', + 'database_header' => '数据库管理', + 'power_start' => [ + 'title' => '启动服务器', + 'description' => '允许该用户启动服务器.', + ], + 'power_stop' => [ + 'title' => '停止服务器', + 'description' => '允许该用户停止服务器.', + ], + 'power_restart' => [ + 'title' => '重新启动服务器', + 'description' => '允许该用户重新启动服务器', + ], + 'power_kill' => [ + 'title' => '强制结束服务器', + 'description' => '允许该用户强行关闭服务器', + ], + 'send_command' => [ + 'title' => '发送控制台命令', + 'description' => '允许用户发送控制台. 如果用户没有"停止服务器"权限,那么他无法使用stop命令', + ], + 'access_sftp' => [ + 'title' => 'SFTP 权限', + 'description' => '允许用户连接到受控端提供的SFTP服务器.', + ], + 'list_files' => [ + 'title' => '列出文件', + 'description' => '允许用户列出所有文件及文件夹列表,但是无权访问文件.', + ], + 'edit_files' => [ + 'title' => '编辑文件', + 'description' => '允许用户访问文件内容(但更改后无法保存). SFTP 不受此权限影响.', + ], + 'save_files' => [ + 'title' => 'Save Files', + 'description' => '允许用户保存文件(和编辑文件权限联动). SFTP 不受此权限影响.', + ], + 'move_files' => [ + 'title' => '重命名和移动文件', + 'description' => '允许用户在文件系统中重命名和移动文件及文件夹.', + ], + 'copy_files' => [ + 'title' => '复制文件', + 'description' => '允许用户在文件系统中复制文件及文件夹.', + ], + 'compress_files' => [ + 'title' => '压缩文件', + 'description' => '允许用户在文件系统中压缩文件及文件夹', + ], + 'decompress_files' => [ + 'title' => '解压文件', + 'description' => '允许用户解压 .zip 和 .tar(.gz) 压缩文件.', + ], + 'create_files' => [ + 'title' => '创建文件', + 'description' => '允许用户通过面板创建文件.', + ], + 'upload_files' => [ + 'title' => '上传文件', + 'description' => '允许用户通过文件管理上传文件.', + ], + 'delete_files' => [ + 'title' => '删除文件', + 'description' => '允许用户在文件系统中删除文件.', + ], + 'download_files' => [ + 'title' => '下载文件s', + 'description' => '允许用户下载文件. 如果为用户分配该权限,那么他将自动拥有下载和查看文件内容的权限.', + ], + 'list_subusers' => [ + 'title' => '列出子用户', + 'description' => '允许用户访问此服务器的子用户列表.', + ], + 'view_subuser' => [ + 'title' => '访问子用户', + 'description' => '允许用户查看子用户的权限.', + ], + 'edit_subuser' => [ + 'title' => '编辑子用户', + 'description' => '允许用户编辑此服务器上的子用户权限.', + ], + 'create_subuser' => [ + 'title' => '创建子用户', + 'description' => '允许用户在此服务器上添加子用户.', + ], + 'delete_subuser' => [ + 'title' => '删除子用户', + 'description' => '允许用户删除此服务器上的子用户.', + ], + 'view_allocations' => [ + 'title' => '访问分配表', + 'description' => '允许用户访问所有分配到此服务器上的IP和端口列表.', + ], + 'edit_allocation' => [ + 'title' => '编辑默认连接', + 'description' => '允许用户更改连接到此服务器的默认连接地址.', + ], + 'view_startup' => [ + 'title' => '访问启动参数', + 'description' => '允许用户访问服务器的启动参数和变量.', + ], + 'edit_startup' => [ + 'title' => '编辑启动参数', + 'description' => '允许用户更改服务器的启动参数和变量.', + ], + 'list_schedules' => [ + 'title' => '列出计划任务', + 'description' => '允许用户列出服务器上的所有计划任务 (无论是否启用) .', + ], + 'view_schedule' => [ + 'title' => '访问计划任务', + 'description' => '允许用户查看一个计划任务的具体信息,包括其执行的时间和命令.', + ], + 'toggle_schedule' => [ + 'title' => '开关计划任务', + 'description' => '允许用户更改计划任务的启用或禁用状态.', + ], + 'queue_schedule' => [ + 'title' => '队列化计划任务', + 'description' => '允许用户将一个计划任务队列,以便在下一个周期执行.', + ], + 'edit_schedule' => [ + 'title' => '编辑计划任务', + 'description' => '允许用户编辑计划任务. 此权限允许用户删除所有的执行任务,但无法删除计划任务本身.', + ], + 'create_schedule' => [ + 'title' => '创建计划任务', + 'description' => '允许用户创建一个计划任务.', + ], + 'delete_schedule' => [ + 'title' => '删除计划任务', + 'description' => '允许用户从服务器删除一个计划任务.', + ], + 'view_databases' => [ + 'title' => '访问数据库信息', + 'description' => '允许用户访问附属于此服务器的数据库信息,包含数据库的地址,用户名和密码', + ], + 'reset_db_password' => [ + 'title' => '重设数据库', + 'description' => '允许用户重新设置服务器数据库的密码.', + ], + 'delete_database' => [ + 'title' => '删除数据库', + 'description' => '允许用户从面板删除此服务器的数据库.', + ], + 'create_database' => [ + 'title' => '新建数据库', + 'description' => '允许用户为这个服务器创建一个数据库.', + ], + ], + ], + 'files' => [ + 'exceptions' => [ + 'invalid_mime' => '这种类型的文件无法使用面板内建编辑器编辑.', + 'max_size' => '此文件太大,无法使用面板内建编辑器编辑.', + ], + 'header' => '文件管理', + 'header_sub' => '从网页直接管理您所有的文件.', + 'loading' => '正在加载初始文件结构,这可能需要几秒钟.', + 'path' => '当你在配置任何插件或服务器设置的文件路径时 :path 应该为您的根目录. 此节点的网页上传最大文件限制为 :size.', + 'seconds_ago' => '几秒之前', + 'file_name' => '文件名', + 'size' => '大小', + 'last_modified' => '最后修改', + 'add_new' => '新建文件', + 'add_folder' => '新建文件夹', + 'mass_actions' => '更多操作', + 'delete' => '删除文件', + 'edit' => [ + 'header' => '编辑文件', + 'header_sub' => '从网页更改一个文件.', + 'save' => '保存文件', + 'return' => '返回文件管理', + ], + 'add' => [ + 'header' => '新建文件', + 'header_sub' => '在您服务器上创建一个新文件.', + 'name' => '文件名', + 'create' => '创建文件', + ], + ], + 'config' => [ + 'name' => [ + 'header' => '服务器名', + 'header_sub' => '更改您服务器的名称。', + 'details' => '此服务器名只是为了让你更好的管理服务器,并不会对服务器内的玩家有所影响.', + ], + 'startup' => [ + 'header' => '启动配置', + 'header_sub' => '控制服务器的启动参数.', + 'command' => '启动命令', + 'edit_params' => '编辑参数', + 'update' => '更新启动参数', + 'startup_regex' => '输入规则', + 'edited' => '启动参数已成功更新. 更新的内容会在下一次启动时生效.', + ], + 'sftp' => [ + 'header' => 'SFTP 配置', + 'header_sub' => 'SFTP 连接所需要的信息.', + 'details' => 'SFTP 信息', + 'conn_addr' => '连接地址', + 'warning' => 'SFTP密码就是您的用户密码. 请确认你使用的时SFTP,不是FTP,也不是FTPS, 这些都是不同的协议.', + ], + 'database' => [ + 'header' => '数据库', + 'header_sub' => '此服务器可用的数据库.', + 'your_dbs' => '已配置的数据库', + 'host' => 'MySQL 主机', + 'reset_password' => '重设密码', + 'no_dbs' => '没有此服务器可用的数据库.', + 'add_db' => '创建一个新数据库.', + ], + 'allocation' => [ + 'header' => '服务器连接信息', + 'header_sub' => '控制此服务器可用的IP和端口.', + 'available' => '可用的连接信息', + 'help' => '连接信息版主', + 'help_text' => '左边列出的所有IP和端口都是开放的,是您连接到您服务器的地址', + ], + ], +]; diff --git a/resources/lang/cn/strings.php b/resources/lang/cn/strings.php new file mode 100644 index 000000000..50bc70697 --- /dev/null +++ b/resources/lang/cn/strings.php @@ -0,0 +1,88 @@ + 'Email', + 'user_identifier' => '用户名 或 Email', + 'password' => '密码', + 'confirm_password' => '确认密码', + 'login' => '登陆', + 'home' => '主页', + 'servers' => '服务器', + 'id' => 'ID', + 'name' => '名称', + 'node' => '节点', + 'connection' => '连接', + 'memory' => '内存', + 'cpu' => 'CPU', + 'status' => '状态', + 'search' => '搜索', + 'suspended' => '已暂停', + 'account' => '用户', + 'security' => '安全', + 'ip' => 'IP 地址', + 'last_activity' => '上次活动', + 'revoke' => '吊销', + '2fa_token' => '认证密钥', + 'submit' => '确认', + 'close' => '关闭', + 'settings' => '设置', + 'configuration' => '配置', + 'sftp' => 'SFTP', + 'databases' => '数据库', + 'memo' => 'Memo', + 'created' => '已创建', + 'expires' => '过期', + 'public_key' => '令牌', + 'api_access' => 'Api 访问', + 'never' => '从未', + 'sign_out' => '登出', + 'admin_control' => '管理员面板', + 'required' => '需要', + 'port' => '端口', + 'username' => '用户名', + 'database' => '数据库', + 'new' => '新', + 'danger' => '危险', + 'create' => '创建', + 'select_all' => '全选', + 'select_none' => '反选', + 'alias' => '别名', + 'primary' => '主要', + 'make_primary' => '设置为主要', + 'none' => '无', + 'cancel' => '取消', + 'created_at' => '创建于', + 'action' => '操作', + 'data' => '数据', + 'queued' => '队列', + 'last_run' => '上次运行', + 'next_run' => '下次运行', + 'not_run_yet' => '从未允许', + 'yes' => '是', + 'no' => '否', + 'delete' => '删除', + '2fa' => '两步验证', + 'logout' => '登出', + 'admin_cp' => '管理员控制面板', + 'optional' => '可选的', + 'read_only' => '只读', + 'relation' => '关系', + 'owner' => '所有者', + 'admin' => '管理员', + 'subuser' => '子用户', + 'captcha_invalid' => '输入的验证码错误.', + 'tasks' => '任务', + 'seconds' => '秒', + 'minutes' => '分', + 'under_maintenance' => '维护中', + 'days' => [ + 'sun' => '周日', + 'mon' => '周一', + 'tues' => '周二', + 'wed' => '周三', + 'thurs' => '周四', + 'fri' => '周五', + 'sat' => '周六', + ], + 'last_used' => '上次使用', +]; diff --git a/resources/lang/cn/validation.php b/resources/lang/cn/validation.php new file mode 100644 index 000000000..932a39479 --- /dev/null +++ b/resources/lang/cn/validation.php @@ -0,0 +1,105 @@ + ' :attribute 被接受.', + 'active_url' => ' :attribute 不是一个有效的URL.', + 'after' => ' :attribute 必须是一个位于 :date 之后的日期.', + 'after_or_equal' => ' :attribute 必须是 :date 之后或同样的日期.', + 'alpha' => ' :attribute 只能含有字母.', + 'alpha_dash' => ':attribute 只能含有数字字母和分隔线.', + 'alpha_num' => ' :attribute 只能含有数字和字母.', + 'array' => ' :attribute 必须是个数组.', + 'before' => ' :attribute 必须是一个位于 :date 之前的日前.', + 'before_or_equal' => ' :attribute 必须是 :date 之前或同样的日期.', + 'between' => [ + 'numeric' => ' :attribute 必须在 :min 到 :max 之间.', + 'file' => ' :attribute 必须在 :min 到 :max KB 之间.', + 'string' => ' :attribute m必须在 :min 到 :max 个字符之间.', + 'array' => ' :attribute 必须在 :min 到 :max 个项目之间.', + ], + 'boolean' => ' :attribute 填入的必须为 true 或 false.', + 'confirmed' => ' :attribute 确认不匹配.', + 'date' => ' :attribute 不是一个合法的日期.', + 'date_format' => ' :attribute 不是正确的格式: :format.', + 'different' => ' :attribute 和 :other 必须不同.', + 'digits' => ' :attribute 必须为 :digits 个数字.', + 'digits_between' => ' :attribute 必须在 :min 到 :max 个数字间.', + 'dimensions' => ' :attribute 有一个非法的镜像大小.', + 'distinct' => ' :attribute 填入了一个重复的值.', + 'email' => ' :attribute 必须是一个合法的Email地址.', + 'exists' => '所选择的 :attribute 无效.', + 'file' => ' :attribute 必须为一个文件.', + 'filled' => ' :attribute 为必填项目.', + 'image' => ' :attribute 必须是一个镜像.', + 'in' => '所选择的 :attribute 无效.', + 'in_array' => ' :attribute 填入的信息在 :other 不存在.', + 'integer' => ' :attribute 必须是一个整数.', + 'ip' => ' :attribute 必须是一个合法的IP地址.', + 'json' => ' :attribute 必须是一个合法的JSON字符串.', + 'max' => [ + 'numeric' => ' :attribute 不能大于 :max.', + 'file' => ' :attribute 不能大于 :max KB.', + 'string' => ' :attribute 不能多于 :max 个字符.', + 'array' => ' :attribute 不能多于 :max 个项目.', + ], + 'mimes' => ' :attribute 文件类型必须为: :values.', + 'mimetypes' => ' :attribute 文件类型必须为: :values.', + 'min' => [ + 'numeric' => ' :attribute 至少应在 :min.', + 'file' => ' :attribute 至少应在 :min KB.', + 'string' => ' :attribute 至少应在 :min 个字符.', + 'array' => ' :attribute 至少应有 :min 个项目.', + ], + 'not_in' => '所选择的 :attribute 不正确.', + 'numeric' => ' :attribute 必须是个数字.', + 'present' => ' :attribute 填入的必须存在.', + 'regex' => ' :attribute 格式不正确.', + 'required' => ' :attribute 为必填.', + 'required_if' => ' :attribute 被要求填入, 当 :other 为 :value 的时候.', + 'required_unless' => ' :attribute 被要求填入,除非 :other 为 :values.', + 'required_with' => ' :attribute 被要求填入,当 :values 存在的时候.', + 'required_with_all' => ' :attribute 被要求填入,当 :values 存在.', + 'required_without' => ' :attribute 被要求填入,当 :values 不存在.', + 'required_without_all' => ' :attribute 被要求填入,当 :values 都不存在.', + 'same' => ' :attribute 和 :other 必须相同.', + 'size' => [ + 'numeric' => ' :attribute 必须为 :size.', + 'file' => ' :attribute 必须为 :size KB.', + 'string' => ' :attribute 必须为 :size 个字符.', + 'array' => ' :attribute 必须包含 :size 个项目.', + ], + 'string' => ' :attribute 必须为字符串.', + 'timezone' => ' :attribute 必须是一个有效的时区.', + 'unique' => ' :attribute 已经被使用.', + 'uploaded' => ' :attribute 上传失败.', + 'url' => ' :attribute 格式不合法.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + + // Internal validation logic for Pterodactyl + 'internal' => [ + 'variable_value' => ':env variable', + ], +];