Files
server/opt/psa/admin/plib/modules/ruby/resources/locales/zh-CN.php
2026-01-07 20:52:11 +01:00

199 lines
7.6 KiB
PHP

<?php
// Copyright 1999-2017. Parallels IP Holdings GmbH. All Rights Reserved.
$messages = [
'activeList' => [
'button' => [
'title' => 'Ruby',
'description' => '管理该网站的 Ruby。',
'enabled' => 'Ruby 版本:%%version%%',
],
'service' => [
'version' => 'Ruby 版本:%%version%%',
'mode' => '模式:%%mode%%',
'restartButton' => '重启应用',
],
],
'dynamicList' => [
'drawerButton' => [
'title' => 'Ruby',
'description' => '在您的域名上启用 Ruby',
]
],
'controllers' => [
'index' => [
'list' => [
'title' => 'Ruby 管理器',
],
],
'domain' => [
'index' => [
'title' => 'Ruby',
'titleForObject' => '%%name%% 上的 Ruby',
'noStartupFileHint' => '在该域名上启用了 Ruby。但是未找到启动文件 %%file%%。',
'enableButton' => '启用 Ruby',
'enableButtonDescription' => '为该域名启用 Ruby 并检测 Ruby 应用程序',
'restartButton' => '重启应用',
'restartButtonDescription' => '重启应用程序',
'bundleInstallButton' => 'Bundle install',
'bundleInstallButtonDescription' => '使用 Bundler 工具安装应用所需的 gems。',
'runRakeTaskButton' => '运行 rake 任务',
'runRakeTaskButtonDescription' => '运行针对应用程序的 rake 任务',
'disableButton' => '禁用 Ruby',
'disableButtonDescription' => '该域名禁用 Ruby',
'rubyVersion' => 'Ruby 版本',
'rubyVersionPopupTitle' => '该应用程序的 Ruby 版本',
'rubyVersionPopupDescription' => '为该应用程序选择 Ruby 版本:',
'environment' => '自定义的环境变量',
'environmentEdit' => '指定',
'applicationMode' => '应用程序模式',
'applicationModePopupTitle' => '应用程序模式',
'applicationModePopupDescription' => '选择 Ruby 应用程序的模式:',
'applicationUrl' => '应用程序 URL',
'applicationPath' => '应用程序根目录',
'applicationPathOpen' => '打开',
'applicationPathPopupTitle' => '应用程序的根目录',
'applicationPathPopupDescription' => '选择 Node.js 应用程序的根目录:',
'applicationType' => 'Ruby 应用类型',
'railsType' => 'Ruby on Rails',
'rackType' => '基于 Rack',
'configurationFilesTitle' => '配置文件的访问',
'configurationFilesDescription' => '点击一个文件名以编辑:',
'rootDirectoryTitle' => '根目录',
'pleaseWait' => '请稍候...',
],
'enable' => [
'success' => '已在 %%domain%% 上启用 Ruby。',
],
'restart' => [
'success' => '已通过 touch 命令更改 restart.txt 文件。 第一次请求后将会重启应用程序。',
],
'disable' => [
'success' => '已在 %%domain%% 上禁用 Ruby。',
],
'change-version' => [
'success' => '已成功更新 Ruby 版本。',
],
'change-application-mode' => [
'success' => '已成功更新应用程序模式。',
'failed' => '应用程序模式 "%%value%%" 无效。',
],
'change-application-path' => [
'success' => '已成功更新应用程序路径。',
'failed' => '无法更改应用程序路径:%%cause%%',
],
'environment' => [
'title' => '编辑自定义的环境变量',
'success' => '已更改自定义的环境变量。',
],
'bundle-install' => [
'success' => '已成功安装 Bundle。',
],
],
],
'permissions' => [
'supportManagement' => 'Ruby 支持管理',
'supportManagementDescription' => '允许客户使用 Ruby',
'stateManagement' => 'Ruby 状态管理',
'stateManagementDescription' => '允许客户更改 Ruby 状态',
'versionManagement' => 'Ruby 版本管理',
'versionManagementDescription' => '允许客户更改 Ruby 版本',
],
'components' => [
'buttons' => [
'ok' => '确定',
'cancel' => '取消',
],
'forms' => [
'environment' => [
'variables' => '自定义的环境变量',
'variableName' => '变量',
'variableValue' => '值',
'addButton' => '添加变量',
'removeButton' => '移除',
],
],
'run-rake-task-popup' => [
'title' => '运行 rake 任务',
'options' => '任务参数',
'optionsDescription' => '示例:%%examples%%',
'output' => '输出',
'run' => '运行',
'pleaseWait' => '请稍候',
],
'lists' => [
'handlers' => [
'refreshButton' => '刷新',
'refreshButtonDescription' => '刷新 Ruby 处理程序列表',
'version' => '版本',
'path' => '路径',
'domains' => '域名',
],
],
'tasks' => [
'bundle-install' => [
'title' => 'Bundle install',
'installing' => '正在安装...',
]
],
],
'api' => [
'common' => [
'permissionDenied' => '拒绝访问',
'domainDoesNotHaveHosting' => '域名 "%%domain%%" 没有物理主机。',
'commandNotFound' => '未找到命令 "%%command%%"。',
'handlerNotFound' => '未找到 Ruby 版本 "%%version%%"。',
'versionIsEmpty' => '版本为空。',
],
'cli' => [
'versions' => [
'enabled' => '启用',
'version' => '版本',
'fullVersion' => '完整版本',
'path' => '路径',
],
'enable' => [
'success' => '已启用 Ruby 版本 "%%version%%"。',
],
'disable' => [
'success' => '已禁用 Ruby 版本 "%%version%%"。',
],
'enableOnDomain' => [
'success' => '已在域名 "%%domain%%" 上启用了 Ruby。',
],
'disableOnDomain' => [
'success' => '已在域名 "%%domain%%" 上禁用了 Ruby。',
],
'setVersion' => [
'success' => '域名 "%%domain%%" 上的 Ruby 版本已被更改为 "%%version%%"。',
],
],
],
'cli' => [
'commands' => [
'versions' => '显示 Ruby 版本列表。',
'enable' => '在域名上启用 Ruby 版本或启用 Ruby 支持。',
'disable' => '在域名上禁用 Ruby 版本或禁用 Ruby 支持。',
'set-version' => '在域名上设置 Ruby 版本。',
'get-version' => '在域名上显示 Ruby 版本。',
],
'options' => [
'domain' => '域名(一同使用 "enable"、"disable"、"set-version" 和 "get-version" 命令)。',
'version' => 'Ruby 版本(一同使用 "enable"、"disable" 和 "set-version" 命令)。',
],
],
];