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

631 lines
33 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
// Copyright 1999-2023. Plesk International GmbH. All rights reserved.
$messages = [
'App' => [
'hostingAccessLinkTitle' => '主機存取權限頁面',
'BranchSelect' => [
'field.label' => 'Branch',
],
'CommitsList' => [
'drawerTitle' => '%%repository%% commit 命令',
'drawerSubtitle' => '%%branch%% branch',
'columns' => [
'date' => '日期',
'message' => '信息',
'hash' => '散列',
'author' => '創建者',
],
'noCommits' => '未找到commit 命令',
'noCommitsFiltered' => '沒有 commit 命令與指定的篩選選項相匹配',
'filterButtonTooltip' => '篩檢程式',
],
'CommitsListFilter' => [
'panelTitle' => '篩檢程式',
'clearButtonTitle' => '清空',
'Form' => [
'applyButton' => '應用',
'resetButton' => '重設',
'afterLabel' => '時間自',
'afterDescription' => '指定日期和時間是備選項',
'messageLabel' => '信息',
'messagePlaceholder' => '鍵入 commit信息',
'hashLabel' => '散列',
'hashPlaceholder' => '鍵入 commit hash',
'authorLabel' => '創建者',
'authorPlaceholder' => '鍵入名稱或電子郵件',
],
],
'CommitsListPreview' => [
'showMoreAction' => '顯示更多',
],
'CommitsPane' => [
'commitsPreview.noCommitsText' => '尚無 commit 命令',
'commitsPreview.title' => '最新的 commit 命令',
'localUpdateButton.text' => '如何更新',
'pullButton.text' => '現在 Pull 更新',
'pullButton.tooltip' => 'Pull 更新來自遠端 repository 的更改。',
],
'DeploymentForm' => [
'actionsCheckbox.label' => '啟用其它的部署操作',
'actionsCheckbox.description' => '指定部署時每次運行的shell命令。',
'actionsField.label' => '部署操作',
'actionsField.description' => '每個命令另起一行。',
],
'DeploymentMode' => [
'field.label' => '部署模式',
'auto.title' => '自動',
'auto.description' => '一旦文件在 Plesk repository 中可用,將立即部署到生產性網站。',
'manual.title' => '手動',
'manual.description' => '檔在 Plesk repository 中可用後,必須手動將其部署到生產性網站。',
'none.title' => '禁用',
'none.description' => '檔將不會被部署到任何地方。',
],
'DeploymentPane' => [
'deployButton.text' => '現在部署',
'deployButton.tooltip' => '請將檔從已配置的 repository branch 傳輸到 web 伺服器。',
'deployment.description.auto' => '%%branch%% branch 自動到 %%path%%',
'deployment.description.manual' => '%%branch%% branch 手動到 %%path%%',
'deployment.disabledText' => '無部署',
'deployment.title' => '部署',
],
'DeployKeyPanel' => [
'deployKey.title' => '部署秘鑰',
'deployKey.longNameError' => '部署金鑰的名稱過長,不得超過 100 個字元。',
'deployKey.existsName' => '已存在相同名稱的部署金鑰。',
'deployKey.invalidNameCharacters' => '部署金鑰的名稱僅能包含字母或數字。',
'deployKey.emptyName' => '部署金鑰的名稱不得空白。',
],
'DeploymentPath' => [
'button.tooltip' => '在伺服器上選擇一個目錄',
'directoryNotFound' => '在伺服器上找不到指定的目錄',
'field.label' => '伺服器路徑',
'field.description' => '將部署檔的伺服器上的目錄。',
'popover.title' => '在伺服器上選擇一個目錄',
'popover.confirmButton' => '確認',
'popover.cancelButton' => '取消',
],
'DirectoryNode' => [
'buttonCreate.tooltip' => '創建子目錄。',
'buttonRefresh.tooltip' => '刷新子目錄的列表',
'creationToolbar.title' => '創建子目錄',
'creationToolbar.buttonConfirm.tooltip' => '創建',
'creationToolbar.buttonCancel.tooltip' => '取消',
],
'DirectoryTree' => [
'creationErrorMessage' => '在 %%path%% 下創建 %%subdir%% 失敗',
],
'FormFieldDatetime' => [
'days' => [
'Su' => '週日',
'Mo' => '週一',
'Tu' => '週二',
'We' => '週三',
'Th' => '週四',
'Fr' => '週五',
'Sa' => '週六'
],
'months' => [
'Jan' => '一月',
'Feb' => '二月',
'Mar' => '三月',
'Apr' => '四月',
'May' => '五月',
'Jun' => '六月',
'Jul' => '七月',
'Aug' => '八月',
'Sep' => '九月',
'Oct' => '十月',
'Nov' => '十一月',
'Dec' => '十二月'
],
'pickerButton.title' => "顯示日期和時間選擇器",
'timeLabel' => '時間:'
],
'LocalRepoInitInstruction' => [
'caseRepoExistsLabel' => '如果您的電腦上已經有了一個 repository',
'caseNewRepoLabel' => '如果您要創建一個新的 repository',
'text' => '在這兩種方案下git push 更新過程中您都需要提供系統使用者密碼用於FTP、RDP和SSH的密碼)。如果您不記得密碼,可在此處 %%link%% 將其更改。',
'title' => '如何初始化本地 repository',
],
'LocalRepoUpdateInstruction' => [
'text' => '在您的電腦上運行 `git push` 命令。',
'title' => '如何更新本地 repository',
],
'RepoBranch' => [
'field.label' => 'Repository branch',
'field.description' => '',
],
'RepoCard' => [
'refreshButton.tooltip' => '刷新此 repository 卡。',
'removeButton.tooltip' => '移除 repository',
'removingConfirmation.title' => '移除 repository %%repository%%',
'removingConfirmation.body' => '移除 %%repository%%?此操作無法撤銷。',
'removingConfirmation.buttonRemove' => '移除 repository',
'removingConfirmation.buttonCancel' => '取消',
'settingsButton.tooltip' => 'Repository 設定',
'additionalUsers.title' => '其他的使用者',
],
'RepoCardUrl' => [
'copyToClipboard' => '複製到剪下板',
'fieldLabel' => 'URL',
'sshUnavailableMessage' => '要使 repository 通過 SSH 可用,請在此處 %%link%% 為系統用戶啟用 SSH 存取許可權。',
'urlCopied' => 'Repository URL 已被複製到剪下板',
],
'RepoCreationDrawer' => [
'applyButton.title' => '創建',
'deploymentSection.title' => '部署設定',
'locationSection.title' => '代碼位置',
'smbUsersSection.title' => '其他的使用者',
'progress.initStep' => '正在初始化……',
'progress.title' => '創建 repository',
'progress.localRepoCreating.title' => '創建本地 repository',
'title' => '創建 repository',
],
'RepoFormRemote' => [
'httpCredentials.hint' => '如果存取 repository 是由 HTTP 基本驗證憑據保護的,請在下面指定它們',
'httpCredentials.password.label' => '密碼',
'httpCredentials.user.label' => '用戶名',
'publicKeySelect.label' => '選擇 ssh 公共金鑰:',
'publicKeySelectCreation.title' => 'SSH 公共金鑰創建:',
'publicKeySelectCreation.label' => 'Ssh 公共金鑰名稱:',
'publicKeySelectCreationLink.label' => '添加新的部署金鑰',
'publicKey.label' => 'SSH 公共金鑰內容:',
'publicKey.description' => '這是用於在遠端 repository 中驗證的 SSH 金鑰的公共部分。必須在遠端服務中添加此部分。',
'publicKey.copyMessage' => 'SSH 公共秘鑰已被複製到剪下板',
'urlField.descriptionEditable' => '同時支援 HTTP(S) 和 SSH 協議',
'urlField.descriptionReadonly' => '若要更改 URL請創建一個新的 repository',
'urlField.label' => 'Repository URL',
'webhook.label' => 'Webhook URL',
'webhook.description' => '請在遠端服務的 repository 設定中指定此URL。',
'webhook.copyMessage' => 'Webhook URL 已被複製到剪下板',
],
'RepoInitializationWarning' => [
'heading' => '未選定 Repository branch',
'localInitButtonText' => '如何初始化本地 repository。',
'whatHappened' => '選擇一個 branch 來查看最新的 commit 命令,並將檔從 repository 部署到伺服器上。',
],
'RepoList' => [
'addButton' => '添加 Repository',
'emptyListTitle' => "添加 repository 以部署網站更改",
'emptyListDescription' => "您可以連接雲服務(如 GitHub 或 Bitbucket中託管的 Git repository 以及自託管的 repository。",
'repositoryUpdated' => '"%%repository%%" repository 已從遠端伺服器進行更新。',
'repositoryDeployed' => '已部署了來自 "%%repository%%" repository 中的檔。',
'repositoryRefreshed' => '"%%repository%%" repository 的卡已被刷新。',
'repositoryRemoved' => '"%%repository%%" repository 已被移除。',
],
'RepoNameField' => [
'descriptionCommon' => '指定域名內唯一的名稱。',
'descriptionLocalAddition' => '它還將是 repository 的 URL 的一部分。',
'label' => 'Repository 名稱',
],
'SmbUsersSelect' => [
'label' => '透過 HTTP/HTTPS 來選擇可存取庫的使用者,並將檔案部署至生產網站。',
'description' => '系統使用者 %%sysUserLogin%% 已預設可存取此訂閱的所有庫,但您能選擇額外的使用者。這些使用者能透過 HTTP/HTTPS 來拉及推至此庫中。',
'placeholder' => '選擇使用者……',
'infoNoUsers' => [
'text' => '若想指定額外的使用者,請將其加至 %%link%%。您可以稍後進行,並將其加至庫設定中。',
'linkText' => '使用者帳號',
],
],
'RepoSettingsDrawer' => [
'applyButton.title' => '應用',
'sectionProperties.title' => '屬性',
'sectionDeployment.title' => '部署設定',
'subtitleLocal' => '本地 repository',
'subtitleRemote' => '遠端 repository',
'title' => '%%repository%% 設定',
],
'RepoTypeSelector' => [
'action.pull' => 'pull 更新',
'action.push' => 'push 更新',
'type.local.content' => '您將自己使用Plesk將代碼 %%action%% 到伺服器。',
'type.local.description' => '您的代碼在Plesk無法連接到的電腦上。例如您的 LAN 之外不可用的筆記本電腦或一些伺服器。',
'type.local.title' => '本地 repository',
'type.local.disabledTooltip' => '僅訂閱所有者可以創建本地 repository',
'type.remote.content' => 'Plesk 將從該處 %%action%% 代碼。',
'type.remote.description' => '您的代碼線上託管(如 GitHub、GitLab 或 Bitbucket 的雲服務,或您自己的伺服器)。',
'type.remote.title' => '遠端 repository',
],
],
'rootDirectoryTitle' => '根目錄',
// buttons
'gitButton' => 'Git',
'gitButtonDescription' => '管理該網站的 Git repositories。',
'gitButtonNoCommits' => '無 commit 命令',
'gitButtonMultipleRepositories' => '%%count%% 個庫',
'gitButtonDeployedCommitHash' => '已部署的 commit 命令:%%hash%%',
'gitButtonDeployedCommitDate' => '日期:%%date%%',
'gitButtonDeployedCommitAuthor' => '作者:%%author%%',
'gitButtonLastCommitDeployed' => '最近一次的 commit 命令:%%hash%%',
'gitButtonLastCommitNotDeployed' => '最近一次的 commit 命令:%%hash%%, 未部署',
'deployButton' => '部署',
'deployFromButton' => '從 Repository 部署',
'pullButton' => '以 Pull 方式更新',
'settingsButton' => 'Repository 設定',
'commitLogButton' => 'Commit 日誌',
'howToInitButton' => '幫助',
'removeButton' => '移除 Repository',
'addButton' => '添加 Repository',
'addButtonDescription' => '添加 Repository',
'refreshButton' => '刷新',
// permissions
'gitPermission' => 'Git 管理',
'gitPermissionDescription' => '允許客戶使用 Git。',
'controllers' => [
'api' => [
'pullFailed' => '無法從遠端伺服器將更改 pull 更新到 "%%repository%%" repository。',
'deployFailed' => '無法從 "%%repository%%" repository 部署檔。',
'deployTitle' => '從 Repository 部署',
],
'index' => [
'title' => 'Git 模組資訊',
],
'domain' => [
'list' => [
'title' => 'Git Repository',
'titleForObject' => '%%name%% 上的 Git Repositories',
],
'add' => [
'title' => '添加 Git Repository',
'success' => '已創建 Repository',
'fail' => '無法創建 repository%%message%%',
],
'settings' => [
'title' => '設定',
'titleForObject' => '%%name%% 的設定',
'success' => '已更新 repository "%%name%%" 設定。',
'updateFail' => '無法更新 repository "%%name%%" 設定:%%message%%',
'settingsFail' => '無法顯示 repository "%%name%%" 的設定:%%message%%'
],
'remove' => [
'success' => '已移除 repository "%%name%%"。',
'fail' => '無法刪除 repository%%message%%',
],
'deploy' => [
'success' => '已部署 Repository "%%name%%" 文件。',
'fail' => '無法從 repository "%%name%%" 部署文件:%%message%%',
],
'pull' => [
'fail' => '無法 pull 到 repository "%%name%%"',
],
'howTo' => [
'title' => '“如何”操作說明',
'titleForObject' => '%%name%% 的操作說明',
],
'changeDeployment' => [
'success' => '已為 %%name%% 更新 Branch 和路徑。',
'error' => '沒有為 %%name%% 更新 Branch 和路徑。錯誤:%%message%%。',
'emptyBranches' => 'Repository branch 為空',
'unexpectedActiveBranch' => '異常 branch %%name%% (%%branches%%)',
],
'commit-log' => [
'title' => 'Commit 日誌',
'titleForObject' => '%%name%% 的 Commit 日誌',
],
'repositories' => [
'title' => '%%domain%% 上的 Git Repositories',
]
]
],
'forms' => [
'index' => [
'description' => 'Git Manager 擴展',
'statisticTitle' => '使用統計',
'commonRepositories' => 'repositories 的總體數量',
'remoteRepositories' => '遠端 repositories 的數量',
'localRepositories' => '本地 repositories 的數量',
'autoDeployRepositories' => '帶有自動化部署模式的 repositories 的數量',
'manualDeployRepositories' => '帶有手動部署模式的 repositories 的數量',
'noDeployRepositories' => '沒有部署模式的 repositories 的數量',
'deploymentsTotal' => '從所有 repository 中上傳的檔數',
'repositoriesWithSmbUsers' => '包含額外 HTTP 使用者的本機庫數量',
'smbUsersTotal' => '分配至所有庫的額外 HTTP 使用者整體數量',
],
'addWithDomain' => [
'deploymentDisabledHint' => '從 Git repository 上傳文件',
'deploymentEnabledHint' => '啟用 Git 支援',
'deploymentSectionLegend' => '複製您的檔到主機',
'deploymentSectionDescriptionHint' => '如果保持禁用 Git 支援,將會創建一個空的根目錄(網站/應用程式根目錄和檔根目錄),而網站將會在瀏覽器裡顯示預設的頁面。您需要使用 FTP 或檔案管理員上傳網站檔到文檔根目錄。另外,還可以現在或之後啟用 Git (在 網站與域名 中啟用)從 Git repository 上傳文件。',
],
'applicationWizard' => [
'title' => '使用 Git 部署',
'description' => '從 Git repository Pull 文件',
],
'add' => [
'deployment' => [
'title' => '您的網站',
'path' => 'Git 檔根目錄',
'pathHint' => '檔的路徑存儲在您的 Git repository 中。',
'modes' => [
'auto' => [
'title' => '自動部署',
'linkText' => '自動部署',
'head' => '來自 repository 的文件將會',
'hint' => '檔將會在被 push 到 Plesk repository 後立即部署到生產環境下的網站。',
'value' => '自動'
],
'manual' => [
'title' => '手動部署',
'linkText' => '手動部署',
'head' => '來自 repository 的檔必須',
'hint' => '檔在被 push 到 Plesk repository 後必須以手動方式部署到生產環境下的網站。',
'value' => '手動'
],
'none' => [
'title' => '不部署repository 主機)',
'linkText' => '未被部署。',
'head' => '來自 repository 的文件將',
'hint' => '檔將不會部署到生產環境下的網站。',
'value' => '無'
]
],
'deploymentModeTitle' => '部署模式',
'deploymentModeDescription' => '選擇部署模式:',
'deploymentPathTitle' => '部署路徑',
'deploymentPathDescription' => '選擇部署的目錄:',
'deploymentPathCreateFolder' => '創建資料夾',
'popUpOk' => '確定',
'popUpCancel' => '取消',
'rootDirectoryTitle' => '根目錄',
'to' => '到',
'toLongDescription' => '到以下目錄',
'directory' => '目錄。',
],
'type' => '您的代碼存儲於:',
'typeLocal' => '您的工作站上的本地 repository',
'typeRemote' => 'GitHub 或 BitBucket 等遠端 git 主機',
'sshKey' => 'SSH 公共金鑰',
'sshKeyHint' => '這是用於在遠端 repository 中驗證的 SSH 金鑰的公共部分。應在遠端服務中添加此部分。',
'sshKeyNotice' => '執行前請複製和貼上 SSH 金鑰的公共部分到用於遠端 repository 的服務GitHub 或 BitBucket中。',
'url' => '遠程 Git repository',
'urlHint' => '支援 HTTPS 和 SSH 協定。',
'name' => 'Repository 連結',
'nameHint' => '該名稱將用於 repository 的 URL 中。',
'nameForm' => 'Plesk 中的 Git Repository',
'nameFormDescription' => '創建 repository 後,您應在本地 repository 設定中指定其 URL 作為遠端目標 URL。',
],
'list' => [
'fetchUrl' => '遠程 repository 的 URL',
'pushUrl' => 'Repository URL',
'automaticDeploy' => '自動部署到',
'manualDeploy' => '手動部署到',
'noDeploy' => '部署已被<b>禁用</b>',
'copyToClipboardToolTip' => '複製 URL 到剪下板',
'branch' => 'Branch',
'changeBranch' => '更改 branch 和路徑',
],
'settings' => [
'sshKey' => 'SSH 公共金鑰',
'sshKeyHint' => '這是用於在遠端 repository 中驗證的 SSH 金鑰的公共部分。應在遠端服務中添加此部分。',
'webhookUrlLabel' => 'Webhook URL',
'webhookUrlDescription' => '請在 repository 設定中于一項遠端服務例如Bitbucket 或 GitHub上指定該 URL。',
'actionsEnabled' => '啟用其它的部署操作',
'actionsEnabledHint' => '指定每次部署即運行的 shell 命令。',
'name' => 'Repository 名稱',
'nameHint' => '該名稱將用於 repository 的 URL 中。',
'remoteUrlLabel' => 'Git repository',
'actions' => '操作',
'actionsHint' => '每個命令另起一行。',
],
'howTo' => [
'howToDescription' => '以下說明如何創建本地 repository 和更新現有 repository。',
'creteLabel' => '創建 Repository',
'existLabel' => '現有的 Git Repository',
],
],
'lists' => [
'common' => [
'less' => '更少',
'more' => '更多',
],
'commit-log' => [
'date' => '時間',
'dateFilter' => '時間來自',
'hash' => '散列',
'userNameEmail' => '用戶名<email>',
'userNameEmailFilter' => '用戶名稱、電子郵件',
'message' => '信息',
'refreshButtonHint' => '刷新日誌資料',
'logsForBranch' => 'branch %%branch%% 的日誌'
],
],
// list
'buttonDeployFromRepository' => '從 Repository 部署',
'buttonPull' => '以 Pull 方式更新',
'disabledDeploy' => '部署已被禁用',
'repositorySettings' => 'Repository 設定',
'howToInitRepository' => '幫助',
'removeRepository' => '移除 Repository',
'wasCopiedToClipboardToolTip' => '已複製 URL 到剪下板。',
'removeConfirmation' => '要移除 "%%name%%" repository 嗎?',
'removeConfirmationButtonYes' => '是',
'removeConfirmationButtonNo' => '否',
'lastCommitInfo' => '上次 commit 資訊:',
'additionalActionsInfo' => '其它的部署操作:',
'repositoryNotFound' => '無法找到 ID 為 %%id%% 的 repository。',
'repositoryNotExist' => '無法在檔案系統上找到 repository "%%name%%"。',
// popup
'popupTitle' => '更改 %%repositoryName%% 的 branch 和路徑',
'popupBranchLabel' => 'Branch',
'popupDeployPathLabel' => 'branch 的部署路徑',
'popupDeployPathCreate' => '創建資料夾',
'popupRootDirectory' => '根目錄',
'popupWaitMessage' => '請稍候',
'popupButtonOk' => '確定',
'popupButtonCancel' => '取消',
'popupBranchNotSelected' => '&lt;未被選定的 branch&gt;',
// validators
'repositoryNameInvalid' => 'repository 名稱 "%value%" 中包含被禁的字元。只允許使用拉丁字元、數位、破折號、底線和點號。',
'repositoryNameAlreadyExists' => '已存在帶有相同名稱 "%value%" 的 repository。',
'deploymentPathNotInWebspaceRoot' => '部署路徑 "%value%" 不在訂閱的目錄 "%path%" 中。',
'deploymentPathNotDirectory' => '部署路徑 "%value%" 不是一個目錄。',
'deploymentPathAlreadyUsed' => '部署路徑 "%value%" 已被其它的 repository 使用。如果繼續可能會導致資料丟失。',
'notGitUrl' => '字串 "%value%" 不是 Git URL。',
'containsPassword' => '保存包含密碼的 URL 不安全。請指定一個沒有包含密碼的 URL。',
'smbUserDoesntExist' => '"%invalidUser%" 使用者並不存在,或不屬於目前的網域。',
'validators' => [
'branchNotExists' => 'Branch "%%branch%%" 不存在。',
'dateTimeFormat' => '以適當的格式指定日期和時間。',
'deployActionsShouldNotBeEmpty' => '如果啟用了部署操作,就不能為空。',
'deploymentModeInvalid' => '指定的部署模式無效。',
'deploymentPathAlreadyUsed' => '部署路徑 "%%path%%" 已被其它的 repository 使用。如果繼續可能會導致資料丟失。',
'deploymentPathIsEmpty' => '指定要部署檔的路徑。',
'deploymentPathNotDirectory' => '部署路徑 "%%path%%" 不是一個目錄。',
'deploymentPathNotInWebspaceRoot' => '部署路徑 "%%path%%" 不在訂閱的目錄 "%%root%%" 中。',
'hashCharacters' => 'Hash 包含無效的字元。',
'invalidValue' => '指定正確的值。',
'notBlank' => '此值不能為空。',
'nullableString' => '此值必須為字串或為空。',
'positive' => '此值必須為正數。',
'repositoryNotExists' => '指定的 repository 不存在。',
'repositoryNameInvalid' => 'repository 名稱 "%%name%%" 中包含被禁的字元。只允許使用拉丁字元、數位、破折號、底線和點號。',
'repositoryNameAlreadyExists' => '已存在帶有相同名稱 "%%name%%" 的 repository。',
'repositoryTypeInvalid' => '不支援指定的 repository 類型。',
'repositoryUrlInvalid' => '不支援將此值作為 repository URL。',
'repositoryUrlContainsPassword' => '保存包含密碼的 URL 不安全。請指定一個沒有包含密碼的 URL。',
'smbUserTypeInvalid' => '此數值必須為整數組。',
'smbUserDoesntExist' => '此使用者並不存在,或不屬於目前的網域。',
],
'tasks' => [
'create' => [
'title' => '部署文件到 %%name%%',
'clone' => '正在克隆 Git repository %%name%%...',
'redirectTitle' => '打開 Git repository'
],
'deployment' => [
'progress' => '部署任務正在運行',
'done' => '部署任務已完成',
]
],
'deployer' => [
'step' => [
'fetchSource' => [
'title' => 'Pull更新 Git repository "%%repoName%%"',
],
'deploySource' => [
'title' => '部署文件到 "%%domainName%%"',
],
'additionalActions' => [
'title' => '正在運行其他部署操作',
],
'validateDeployKey' => [
'title' => '部署金鑰的驗證',
'errorMessageExists' => '無法在 "%%domainSshPath%%" 中找到部署秘鑰。轉到 "Repository 設定",複製新的 "SSH 公共金鑰" 並將其添加到遠端 repository。',
],
],
],
'exceptions' => [
'defaultTitle' => '錯誤',
'needSiteId' => '未定義 site_id 參數。',
'siteDoesNotHaveHosting' => '該網站沒有物理主機。',
'clientHasNotAccessToDomain' => '存取被拒:用戶無許可權存取域名。',
'clientHasNotManagePermission' => '存取被拒:用戶沒有管理許可權。',
'repositoryDeployDisabled' => '部署 repository "%%repository%%" 被禁。',
],
'api' => [
'commandNotFound' => '未找到命令 "%%command%%"。',
'domainNameIsEmpty' => '域名為空。',
'repositoryNameIsEmpty' => 'repository 名稱為空。',
'domainDoesNotExist' => '域名 "%%domain%%" 不存在。',
'domainDoesNotHaveHosting' => '域名 "%%domain%%" 沒有物理主機。',
'clientHasNotAccessToDomain' => '用戶無許可權存取域名 "%%domain%%。',
'gitNotAllowedOnDomain' => '域名 "%%domain%%" 上不支援 Git。',
'repositoryOnDomainDoesNotExist' => '域名 %%domain%% 上不存在名為 %%name%% 的 repository。',
'fetchAllowOnlyPullRepositories' => '只有通過遠端 Git 主機上的 repository 才能獲取命令。',
'invalidActiveBranch' => '無效的活動 branch %%active-branch%% 未包含在 [%%branches%%] 中',
'invalidActiveBranchBranchesEmpty' => 'Branch 為空。',
'additionalUsersOnlyForLocalRepository' => '只有本機的庫才能指定額外的使用者。',
'cli' => [
'warning' => '警告:%%warning%%',
'list' => [
'empty' => '無 repository',
'columnDomainName' => '域名',
'columnRepositoryName' => 'Repository 名稱',
'columnRepositoryType' => '類型',
],
'info' => [
'domainName' => '域名',
'repositoryName' => 'Repository 名稱',
'deploymentPath' => '部署路徑',
'deploymentMode' => '部署模式',
'activeBranch' => '活動的 branch',
'repositoryType' => 'Repository 類型',
'remoteUrl' => '遠程 URL',
'webHookUrl' => 'Webhook URL',
'skipSsl' => '跳過 SSL 驗證',
'url' => '克隆 URL',
'runActions' => '運行部署後操作',
'actions' => '部署後操作',
'additionalUsers' => '額外的使用者',
],
'create' => [
'success' => '已創建 repository "%%name%%"。',
],
'update' => [
'success' => '已更新 repository "%%name%%"。',
],
'remove' => [
'success' => '已移除 repository "%%name%%"。',
],
'deploy' => [
'success' => '已部署 repository "%%name%%"。',
],
'fetch' => [
'success' => '已獲取 repository "%%name%%" 資訊。',
],
'getLastCommit' => [
'noCommits' => 'repository "%%name%%" 沒有 commit 資訊。',
],
'publicKey' => [
'success' => '域名 "%%name%%" 公共金鑰是:%%key%%',
],
],
],
'cli' => [
'commands' => [
'list' => '顯示所有域名上的一系列 Git repositories默認。若要顯示某個域名上的 repositories請一同使用域名選項。',
'info' => '顯示 repository 設定。',
'create' => '創建一個 repository。',
'update' => '更新 repository 設定。',
'remove' => '移除一個 repository。',
'deploy' => '部署一個 repository。',
'fetch' => '獲取一個遠端的 repository。',
'get-last-commit' => '顯示上一次 commit 資訊。',
'get-public-key' => '顯示域名存在的公開金鑰或生成新公開金鑰。',
'run-deployment-actions' => '運行部署操作。',
'async-deploy' => '執行 git pull 操作並非同步部署源。',
],
'options' => [
'domain' => '域名(與 "list"、"info"、"create"、"update"、"remove"、"deploy"、"async-deploy"、"fetch" 和"run-deployment-actions" 命令一同使用)。',
'name' => 'Repository 名稱(與 "info"、"create"、"update"、"remove"、"deploy"、"async-deploy"、"fetch" 和 "run-deployment-actions" 命令一同使用)。',
'deployment-path' => '部署路徑(一同使用 "create" 和 "update" 命令)。',
'remote-url' => '遠端 Git repository 的 URL一同使用 "create" 和 "update" 命令)。',
'active-branch' => '活動的 branch一同使用 "create" 和 "update" 命令)。',
'deployment-mode' => '部署模式(一同使用 "create" 和 "update" 命令)。',
'skip-ssl-verification' => '跳過 pull 操作時 ssl 驗證遠端 repository一同使用 "create" 和 "update" 命令)。',
'run-actions' => '每次部署後運行 Shell 命令(與 "create" 和 "update" 命令一同使用)。',
'actions' => '每次部署即運行的 Shell 命令(一同使用 "create" 和 "update" 命令)。',
'new-name' => 'Repository 名稱(一同使用 "update" 命令)。',
'deploy-key-uuid' => '用於部署庫的特定金鑰 UUID。',
'no-deployment-actions' => '部署repository 後,不要運行部署操作(與 "deploy" 命令一起使用)。',
'additional-users' => '利用此格式"login1,login2,login3"的登入清單(使用"create"及"update"指令)。可透過 HTTP/HTTPS 來拉及推至庫的額外使用者(系統使用者可存取此訂閱中的所有庫)。',
],
],
];