Files
server/opt/psa/admin/plib/modules/nodejs/resources/locales/zh-TW.php
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

265 lines
11 KiB
PHP

<?php
// Copyright 1999-2024. WebPros International GmbH. All rights reserved.
$messages = [
'activeList' => [
'button' => [
'title' => 'Node.js',
'description' => '管理該網站的 Node.js。',
'enabled' => 'Node.js 版本:%%version%%',
],
'service' => [
'version' => 'Node.js 版本:%%version%%',
'mode' => '模式:%%mode%%',
'restartButton' => '重啟應用',
],
],
'application' => [
'unsupportedPkgManager' => "不支援的套裝程式管理器 '%%pkgManager%%'",
],
'controllers' => [
'index' => [
'index' => [
'title' => 'Node.js Manager',
],
],
'domain' => [
'index' => [
'title' => 'Node.js',
'titleForObject' => '%%name%% 上的 Node.js',
'noStartupFileHint' => '在該域名上啟用了 Node.js。但是未找到開機檔案 %%file%%。',
'enableButton' => '啟用 Node.js',
'enableButtonDescription' => '啟用該域名上的 Node.js。',
'restartButton' => '重啟應用',
'restartButtonDescription' => '重啟您的 Node.js 應用程式。',
'npmInstallButton' => 'NPM 安裝',
'yarnInstallButton' => 'Yarn 安裝',
'installButtonDescription' => '安裝在 \'package.json\' 文件中列出的套裝程式。',
'runScriptButton' => '運行腳本',
'runScriptButtonDescription' => '運行在 \'package.json\' 檔的 \'Scripts\' 部分中指定的命令。',
'disableButton' => '禁用 Node.js',
'disableButtonDescription' => '禁用該域名上的 Node.js。',
'openFileManagerButton' => '檔案管理員',
'openFileManagerButtonDescription' => '開啟檔案管理員以檢視及編輯您的檔案。',
'version' => 'Node.js 版本',
'versionPopupTitle' => '該應用程式的 Node.js 版本',
'versionPopupDescription' => '為該應用程式選擇 Node.js 版本:',
'environment' => '自訂的環境變數',
'environmentEdit' => '指定',
'documentRoot' => '文檔根目錄',
'documentRootMatchesApplicationRootWarning' => '由於安全考量,建議將檔案根目錄設為應用程式根目錄的子目錄(如 public/)。',
'documentRootNotInApplicationRootWarning' => '應用程式將不會運行因為文檔根目錄不是應用程式根目錄的一個子目錄。',
'applicationMode' => '應用程式模式',
'applicationModePopupTitle' => '應用程式模式',
'applicationModePopupDescription' => '選擇 Node.js 應用程式的模式:',
'applicationUrl' => '應用程式 URL',
'applicationPath' => '應用程式的根目錄',
'applicationPathOpen' => '打開',
'applicationStartupFileEdit' => '編輯',
'applicationPathPopupTitle' => '應用程式的根目錄',
'applicationPathPopupDescription' => '選擇 Node.js 應用程式的根目錄:',
'applicationStartupFile' => '應用程式開機檔案',
'applicationStartupFilePopupTitle' => '應用程式開機檔案',
'applicationStartupFilePopupDescription' => '更改 Node.js 應用程式的開機檔案:',
'applicationStartupFileNotExist' => '該文件不存在。',
'packageManager' => '套裝程式管理器',
'pkgManagerPopupTitle' => '套裝程式管理器',
'pkgManagerPopupDescription' => '為此應用程式選擇套裝程式管理器',
'packageManagerNotSpecified' => '這是我們檢測到的,您可以將其更改',
'configurationFilesTitle' => '設定檔的存取',
'configurationFilesDescription' => '點按一個檔案名以編輯:',
'documentRootPopupTitle' => '文檔根目錄',
'documentRootPopupDescription' => '選擇網站的根目錄:',
'rootDirectoryTitle' => '根目錄',
'pleaseWait' => '請稍候...',
],
'enable' => [
'success' => '已在 %%domain%% 上啟用 Node.js。',
],
'restart' => [
'success' => '首次請求後,將重新開始應用程式。',
],
'disable' => [
'success' => '已在 %%domain%% 上禁用 Node.js。',
],
'change-version' => [
'success' => '已成功更新 Node.js 版本。',
],
'change-application-mode' => [
'success' => '已成功更新應用程式模式。',
'failed' => '該應用程式模式 "%%value%%" 無效。',
],
'change-package-manager' => [
'success' => '套裝程式管理器已成功更改。',
'failed' => '更改套裝程式管理器失敗:%%message%%。',
],
'change-application-path' => [
'success' => '已成功更新應用程式路徑。',
'failed' => '該路徑 %%path%% 無效。',
],
'application-path-in-use' => [
'title' => '訂閱中的另一個Node.js應用程式已經在使用此應用程式根目錄。請指定包含文檔根目錄的其它應用程式根目錄。',
],
'change-document-root' => [
'success' => '已成功更新文檔根目錄。',
'failed' => '無法更改文檔根目錄:%%cause%%',
],
'change-application-startup-file' => [
'success' => '已成功更新應用程式開機檔案。',
'failed' => '該檔案名稱 %%file%% 無效。',
],
'environment' => [
'title' => '編輯自訂的環境變數',
'failed' => "個人環境變數'%%var%%' 的 json 表示不應超過255個字元。",
'success' => '已更新自訂的環境變數。',
],
'dashboard' =>
[
'title' => 'Dashboard',
],
'command-line' =>
[
'title' => '執行 Node.js 指令',
],
],
],
'permissions' => [
'supportManagement' => 'Node.js 支援管理',
'supportManagementDescription' => '允許客戶使用 Node.js',
'stateManagement' => 'Node.js 狀態管理',
'stateManagementDescription' => '允許客戶更改 Node.js 狀態',
'versionManagement' => 'Node.js 版本管理',
'versionManagementDescription' => '允許客戶更改 Node.js 版本',
],
'components' => [
'buttons' => [
'ok' => '確定',
'cancel' => '取消',
],
'forms' => [
'environment' => [
'variables' => '自訂的環境變數',
'variableName' => '變數',
'variableValue' => '值',
'addButton' => '添加變數',
'removeButton' => '移除',
],
],
'run-script-popup' => [
'title' => '運行腳本',
'options' => '腳本名稱和參數',
'optionsDescription' => '示例:%%examples%%',
'output' => '輸出',
'run' => '運行',
'pleaseWait' => '請稍候',
],
'lists' => [
'handlers' => [
'refreshButton' => '刷新',
'refreshButtonDescription' => '刷新 Node.js 處理常式列表',
'version' => '版本',
'path' => '路徑',
'domains' => '域名',
'versionInstallation' => [
'install' => '安裝',
'installing' => '正在安裝...',
'uninstall' => '卸載',
'uninstalling' => '正在卸載...',
'uninstallBlockadeReasons' => [
'domains' => '無法卸載此版本,因為正由 %%count%% 個網域使用。',
'enabled' => '無法卸載此版本,因為處於啟用狀態。',
]
]
],
],
'tasks' => [
'npm-install' => [
'title' => 'NPM 安裝',
],
'yarn-install' => [
'title' => 'Yarn 安裝',
],
'step-install-title' => '安裝應用程式依賴。',
],
],
'api' => [
'common' => [
'permissionDenied' => '拒絕存取',
'domainDoesNotHaveHosting' => '域名 "%%domain%%" 沒有物理主機。',
'commandNotFound' => '未找到命令 "%%command%%"。',
'handlerNotFound' => '未找到 Node.js 版本 "%%version%%"。',
'noHandlerOnDomain' => '應至少為域名啟用一個 Node.js 版本。',
'disabledOnDomain' => '已在域名上禁用 Node.js 支援。',
'versionIsEmpty' => '版本為空。',
],
'cli' => [
'versions' => [
'enabled' => '啟用',
'version' => '版本',
'path' => '路徑',
'empty' => '未找到 Node.js 版本。',
],
'enable' => [
'success' => '已啟用 Node.js 版本 "%%version%%"。',
],
'disable' => [
'success' => '已禁用 Node.js 版本 "%%version%%"。',
],
'enableOnDomain' => [
'success' => '域名 "%%domain%%" 上的 Node.js 已被啟用。',
],
'disableOnDomain' => [
'success' => '域名 "%%domain%%" 上的 Node.js 已被禁用。',
],
'setVersion' => [
'success' => '域名 "%%domain%%" 上的 Node.js 版本已被更改為 "%%version%%"。',
],
'install' => [
'success' => '已安裝 Node.js 版本「%%version%%」。',
],
'uninstall' => [
'success' => '已卸載 Node.js 版本「%%version%%」。',
],
],
],
'cli' => [
'commands' => [
'versions' => '顯示一系列 Node.js 版本。',
'enable' => '啟用 Node.js 版本或啟用域名上的 Node.js 支援。',
'disable' => '禁用 Node.js 版本或禁用域名上的 Node.js 支援。',
'set-version' => '在域名上設定 Node.js 版本。',
'get-version' => '在域名上顯示 Node.js 版本。',
'install' => '安裝 Node.js 版本。',
'uninstall' => '卸載 Node.js 版本。',
],
'options' => [
'domain' => '域名(一同使用 "enable"、"disable" 和 "get-version" 命令)。',
'version' => 'Node.js version (use with the "enable", "disable", "set-version", "install", and "uninstall" commands).',
],
],
'forms' => [
'applicationWizard' => [
'title' => 'Node.js 應用程式',
'description' => '啟用您域名上的 Node.js。',
],
'installApplication' => [
'title' => 'Node.js',
'description' => '啟用您域名上的 Node.js。',
],
],
];