D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
git
/
resources
/
locales
/
Filename :
en-US.php
back
Copy
<?php // Copyright 1999-2023. Plesk International GmbH. All rights reserved. $messages = [ 'App' => [ 'hostingAccessLinkTitle' => 'Web Hosting Access page', 'BranchSelect' => [ 'field.label' => 'Branch', ], 'CommitsList' => [ 'drawerTitle' => '%%repository%% commits', 'drawerSubtitle' => '%%branch%% branch', 'columns' => [ 'date' => 'Date', 'message' => 'Message', 'hash' => 'Hash', 'author' => 'Author', ], 'noCommits' => 'No commits found', 'noCommitsFiltered' => 'No commits match the specified filter options', 'filterButtonTooltip' => 'Filter', ], 'CommitsListFilter' => [ 'panelTitle' => 'Filter', 'clearButtonTitle' => 'Clear', 'Form' => [ 'applyButton' => 'Apply', 'resetButton' => 'Reset', 'afterLabel' => 'Time from', 'afterDescription' => 'Specifying the day and time is optional', 'messageLabel' => 'Message', 'messagePlaceholder' => 'Type in a commit message', 'hashLabel' => 'Hash', 'hashPlaceholder' => 'Type in a commit hash', 'authorLabel' => 'Author', 'authorPlaceholder' => 'Type in a name or email', ], ], 'CommitsListPreview' => [ 'showMoreAction' => 'show more', ], 'CommitsPane' => [ 'commitsPreview.noCommitsText' => 'No commits yet', 'commitsPreview.title' => 'Latest commits', 'localUpdateButton.text' => 'How to update', 'pullButton.text' => 'Pull now', 'pullButton.tooltip' => 'Pull changes from the remote repository.', ], 'DeploymentForm' => [ 'actionsCheckbox.label' => 'Enable additional deployment actions', 'actionsCheckbox.description' => 'Specify shell commands to be run every time upon deployment.', 'actionsField.label' => 'Deploy actions', 'actionsField.description' => 'Type each command on a new line.', ], 'DeploymentMode' => [ 'field.label' => 'Deployment mode', 'auto.title' => 'Automatic', 'auto.description' => 'Files will be deployed to the production site as soon as they are available in the Plesk repository.', 'manual.title' => 'Manual', 'manual.description' => 'Files have to be manually deployed to the production site after they are available in the Plesk repository.', 'none.title' => 'Disabled', 'none.description' => 'Files will not be deployed anywhere.', ], 'DeploymentPane' => [ 'deployButton.text' => 'Deploy now', 'deployButton.tooltip' => 'Transfer files from the configured repository branch to the web server.', 'deployment.description.auto' => '%%branch%% branch automatically to %%path%%', 'deployment.description.manual' => '%%branch%% branch manually to %%path%%', 'deployment.disabledText' => 'No deployment', 'deployment.title' => 'Deployment', ], 'DeployKeyPanel' => [ 'deployKey.title' => 'Deploy key', 'deployKey.longNameError' => 'The deploy key name is too long. It cannot exceed 100 characters.', 'deployKey.existsName' => 'The deploy key with same name already exists.', 'deployKey.invalidNameCharacters' => 'The deploy key name must contain only alphabetic characters or numbers.', 'deployKey.emptyName' => 'The deploy key name cannot be blank.', ], 'DeploymentPath' => [ 'button.tooltip' => 'Select a directory on the server', 'directoryNotFound' => 'Specified directory was not found on the server', 'field.label' => 'Server path', 'field.description' => 'Directory on the server where files will be deployed.', 'popover.title' => 'Select a directory on the server', 'popover.confirmButton' => 'Confirm', 'popover.cancelButton' => 'Cancel', ], 'DirectoryNode' => [ 'buttonCreate.tooltip' => 'Create a subdirectory', 'buttonRefresh.tooltip' => 'Refresh the list of subdirectories', 'creationToolbar.title' => 'Create subdirectory', 'creationToolbar.buttonConfirm.tooltip' => 'Create', 'creationToolbar.buttonCancel.tooltip' => 'Cancel', ], 'DirectoryTree' => [ 'creationErrorMessage' => 'Failed to create %%subdir%% under %%path%%', ], 'FormFieldDatetime' => [ 'days' => [ 'Su' => 'Su', 'Mo' => 'Mo', 'Tu' => 'Tu', 'We' => 'We', 'Th' => 'Th', 'Fr' => 'Fr', 'Sa' => 'Sa' ], 'months' => [ 'Jan' => 'January', 'Feb' => 'February', 'Mar' => 'March', 'Apr' => 'April', 'May' => 'May', 'Jun' => 'June', 'Jul' => 'July', 'Aug' => 'August', 'Sep' => 'September', 'Oct' => 'October', 'Nov' => 'November', 'Dec' => 'December' ], 'pickerButton.title' => "Show date & time picker", 'timeLabel' => 'Time:' ], 'LocalRepoInitInstruction' => [ 'caseRepoExistsLabel' => 'If you already have a repository on your machine', 'caseNewRepoLabel' => 'If you want to create a new repository', 'text' => 'You will need to provide your System User password (the one you use for FTP, RDP, and SSH) during the git push step during both scenarios. If you don\'t remember it, you can change it here %%link%%.', 'title' => 'How to initialize local repository', ], 'LocalRepoUpdateInstruction' => [ 'text' => 'Run the `git push` command on your machine.', 'title' => 'How to update local repository', ], 'RepoBranch' => [ 'field.label' => 'Repository branch', 'field.description' => '', ], 'RepoCard' => [ 'refreshButton.tooltip' => 'Refresh this repository card.', 'removeButton.tooltip' => 'Remove repository', 'removingConfirmation.title' => 'Remove repository %%repository%%?', 'removingConfirmation.body' => 'Remove %%repository%%? This action cannot be undone.', 'removingConfirmation.buttonRemove' => 'Remove repository', 'removingConfirmation.buttonCancel' => 'Cancel', 'settingsButton.tooltip' => 'Repository settings', 'additionalUsers.title' => 'Additional Users', ], 'RepoCardUrl' => [ 'copyToClipboard' => 'Copy to clipboard', 'fieldLabel' => 'URL', 'sshUnavailableMessage' => 'To make the repository available over SSH, enable SSH access for the system user here %%link%%.', 'urlCopied' => 'Repository URL has been copied to clipboard', ], 'RepoCreationDrawer' => [ 'applyButton.title' => 'Create', 'deploymentSection.title' => 'Deployment settings', 'locationSection.title' => 'Code location', 'smbUsersSection.title' => 'Additional Users', 'progress.initStep' => 'Initalizing…', 'progress.title' => 'Creating repository', 'progress.localRepoCreating.title' => 'Creating local repository', 'title' => 'Create repository', ], 'RepoFormRemote' => [ 'httpCredentials.hint' => 'If access to the repository is secured by HTTP Basic credentials, specify them below', 'httpCredentials.password.label' => 'Password', 'httpCredentials.user.label' => 'Username', 'publicKeySelect.label' => 'Choose ssh public key:', 'publicKeySelectCreation.title' => 'SSH public key creation:', 'publicKeySelectCreation.label' => 'Ssh public key name:', 'publicKeySelectCreationLink.label' => 'Add new deploy key', 'publicKey.label' => 'SSH public key content:', 'publicKey.description' => 'This is the public part of the SSH key used for authorization in the remote repository. It must be added to the remote service.', 'publicKey.copyMessage' => 'SSH public key has been copied to the clipboard', 'urlField.descriptionEditable' => 'Both HTTP(S) and SSH protocols are supported', 'urlField.descriptionReadonly' => 'To change the URL, create a new repository', 'urlField.label' => 'Repository URL', 'webhook.label' => 'Webhook URL', 'webhook.description' => 'Specify this URL in the repository settings of the remote service.', 'webhook.copyMessage' => 'Webhook URL has been copied to the clipboard', ], 'RepoInitializationWarning' => [ 'heading' => 'Repository branch is not selected', 'localInitButtonText' => 'How to initialize a local repository.', 'whatHappened' => 'Select a branch to see the latest commits and deploy files from the repository to your server.', ], 'RepoList' => [ 'addButton' => 'Add Repository', 'emptyListTitle' => "Add repositories to deploy your site changes", 'emptyListDescription' => "You can connect Git repositories hosted in the cloud (like GitHub or Bitbucket) as well as self-hosted repositories.", 'repositoryUpdated' => 'The "%%repository%%" repository has been updated from the remote server.', 'repositoryDeployed' => 'Files from the "%%repository%%" repository were deployed.', 'repositoryRefreshed' => 'The card of the "%%repository%%" repository has been refreshed.', 'repositoryRemoved' => 'The "%%repository%%" repository has been removed.', ], 'RepoNameField' => [ 'descriptionCommon' => 'Specify a name that is unique within a domain.', 'descriptionLocalAddition' => 'It will also be a part of the repository\'s URL.', 'label' => 'Repository name', ], 'SmbUsersSelect' => [ 'label' => 'Select users who can access the repository via HTTP/HTTPS and deploy files to the production website.', 'description' => 'By default, the system user %%sysUserLogin%% has access to all repositories in this subscription, but you can select additional users. These users can pull and push to this repository via HTTP/HTTPS.', 'placeholder' => 'Select users...', 'infoNoUsers' => [ 'text' => 'To specify additional users, add them in %%link%%. You can do this later and select them in the repository settings.', 'linkText' => 'User Accounts', ], ], 'RepoSettingsDrawer' => [ 'applyButton.title' => 'Apply', 'sectionProperties.title' => 'Properties', 'sectionDeployment.title' => 'Deployment settings', 'subtitleLocal' => 'Local repository', 'subtitleRemote' => 'Remote repository', 'title' => '%%repository%% settings', ], 'RepoTypeSelector' => [ 'action.pull' => 'pull', 'action.push' => 'push', 'type.local.content' => 'You will %%action%% code to the server with Plesk yourself.', 'type.local.description' => 'Your code is on the computer to which Plesk wouldn\'t be able to connect. For example it\'s your laptop or some server unavailable outside of your LAN.', 'type.local.title' => 'Local repository', 'type.local.disabledTooltip' => 'Only the subscription owner can create a local repository', 'type.remote.content' => 'Plesk will %%action%% code from there.', 'type.remote.description' => 'Your code is hosted online (a cloud service like GitHub, GitLab, or Bitbucket, or your own server).', 'type.remote.title' => 'Remote repository', ], ], 'rootDirectoryTitle' => 'Root directory', // buttons 'gitButton' => 'Git', 'gitButtonDescription' => 'Manage Git repositories for this website.', 'gitButtonNoCommits' => 'No commits', 'gitButtonMultipleRepositories' => '%%count%% repositories', 'gitButtonDeployedCommitHash' => 'Deployed commit: %%hash%%', 'gitButtonDeployedCommitDate' => 'Date: %%date%%', 'gitButtonDeployedCommitAuthor' => 'Author: %%author%%', 'gitButtonLastCommitDeployed' => 'Last commit: %%hash%%', 'gitButtonLastCommitNotDeployed' => 'Last commit: %%hash%%, not deployed', 'deployButton' => 'Deploy', 'deployFromButton' => 'Deploy from Repository', 'pullButton' => 'Pull Updates', 'settingsButton' => 'Repository Settings', 'commitLogButton' => 'Commit Logs', 'howToInitButton' => 'Help', 'removeButton' => 'Remove Repository', 'addButton' => 'Add Repository', 'addButtonDescription' => 'Add Repository', 'refreshButton' => 'Refresh', // permissions 'gitPermission' => 'Git management', 'gitPermissionDescription' => 'Allows customers to use Git.', 'controllers' => [ 'api' => [ 'pullFailed' => 'Cannot pull changes from the remote server to the "%%repository%%" repository.', 'deployFailed' => 'Cannot deploy files from the "%%repository%%" repository.', 'deployTitle' => 'Deploy from repository', ], 'index' => [ 'title' => 'Git Module Information', ], 'domain' => [ 'list' => [ 'title' => 'Git Repositories', 'titleForObject' => 'Git Repositories on %%name%%', ], 'add' => [ 'title' => 'Add Git Repository', 'success' => 'Repository created', 'fail' => 'Unable to create the repository: %%message%%', ], 'settings' => [ 'title' => 'Settings', 'titleForObject' => 'The settings of %%name%%', 'success' => 'The repository "%%name%%" settings were updated.', 'updateFail' => 'Unable to update the repository "%%name%%" settings: %%message%%', 'settingsFail' => 'Unable to display settings for the repository "%%name%%": %%message%%' ], 'remove' => [ 'success' => 'The repository "%%name%%" was removed.', 'fail' => 'Unable to delete the repository: %%message%%', ], 'deploy' => [ 'success' => 'Repository "%%name%%" files were deployed.', 'fail' => 'Unable to deploy files from the repository "%%name%%": %%message%%', ], 'pull' => [ 'fail' => 'Unable to pull to the repository "%%name%%"', ], 'howTo' => [ 'title' => '"How To" Instructions', 'titleForObject' => '"How To" Instructions for %%name%%', ], 'changeDeployment' => [ 'success' => 'Branch and path were updated for %%name%%.', 'error' => 'Branch and path were not updated for %%name%%. Error: %%message%%.', 'emptyBranches' => 'Repository branches are empty', 'unexpectedActiveBranch' => 'Unexpected branch %%name%% (%%branches%%)', ], 'commit-log' => [ 'title' => 'Commit Logs', 'titleForObject' => 'Commit Logs of %%name%%', ], 'repositories' => [ 'title' => 'Git Repositories on %%domain%%', ] ] ], 'forms' => [ 'index' => [ 'description' => 'Git Manager Extension', 'statisticTitle' => 'Usage Statistic', 'commonRepositories' => 'The overall number of repositories', 'remoteRepositories' => 'The number of remote repositories', 'localRepositories' => 'The number of local repositories', 'autoDeployRepositories' => 'The number of repositories with the automated deploy mode', 'manualDeployRepositories' => 'The number of repositories with the manual deploy mode', 'noDeployRepositories' => 'The number of repositories with the no deploy mode', 'deploymentsTotal' => 'The number of file uploads from all repositories', 'repositoriesWithSmbUsers' => 'The number of local repositories with additional HTTP users', 'smbUsersTotal' => 'The overall number of additional HTTP users assigned to all repositories', ], 'addWithDomain' => [ 'deploymentDisabledHint' => 'Upload files from a Git repository', 'deploymentEnabledHint' => 'Enable Git support', 'deploymentSectionLegend' => 'Your Files to Copy to Hosting', 'deploymentSectionDescriptionHint' => 'If you leave Git support disabled, the root directories (website/application root and document root) will be created empty, and the site will display the default page in the browser. You will need to upload the files of your site to the document root using FTP or File Manager. Alternatively, enable Git now or later (in Websites & Domains) and upload files from a Git repository.', ], 'applicationWizard' => [ 'title' => 'Deploy using Git', 'description' => 'Pull files from a Git repository', ], 'add' => [ 'deployment' => [ 'title' => 'Your Website', 'path' => 'Git files root directory', 'pathHint' => 'The path to files stored in your Git repository.', 'modes' => [ 'auto' => [ 'title' => 'Automatic deployment', 'linkText' => 'automatically deployed', 'head' => 'Files from the repository will be', 'hint' => 'Files will be deployed to the production site as soon as they are pushed to the Plesk repository.', 'value' => 'auto' ], 'manual' => [ 'title' => 'Manual deployment', 'linkText' => 'manually deployed', 'head' => 'Files from the repository have to be', 'hint' => 'Files have to be manually deployed to the production site after they are pushed to the Plesk repository.', 'value' => 'manual' ], 'none' => [ 'title' => 'No deployment (repository hosting)', 'linkText' => 'not be deployed.', 'head' => 'Files from the repository will', 'hint' => 'Files will not be deployed to the production site.', 'value' => 'none' ] ], 'deploymentModeTitle' => 'Deployment Mode', 'deploymentModeDescription' => 'Select deploy mode:', 'deploymentPathTitle' => 'Deployment Path', 'deploymentPathDescription' => 'Select directory for deployment:', 'deploymentPathCreateFolder' => 'Create Folder', 'popUpOk' => 'Ok', 'popUpCancel' => 'Cancel', 'rootDirectoryTitle' => 'Root directory', 'to' => 'to', 'toLongDescription' => 'to the following directory', 'directory' => ' directory.', ], 'type' => 'Your code is stored in:', 'typeLocal' => 'Local repository on your workstation', 'typeRemote' => 'Remote Git hosting like GitHub or BitBucket', 'sshKey' => 'SSH public key', 'sshKeyHint' => 'This is the public part of the SSH key used for authorization in the remote repository. It should be added to the remote service.', 'sshKeyNotice' => 'Before you proceed, please copy and paste the public part of the SSH key into your service (GitHub or BitBucket) used for the remote repository.', 'url' => 'Remote Git repository', 'urlHint' => 'Both HTTPS and SSH protocols are supported.', 'name' => 'Repository Link', 'nameHint' => 'This name will be used in the repository\'s URL.', 'nameForm' => 'Git Repository in Plesk', 'nameFormDescription' => 'After the repository is created, you should specify its URL as the remote destination URL in your local repository settings.', ], 'list' => [ 'fetchUrl' => 'Remote repository\'s URL:', 'pushUrl' => 'Repository URL:', 'automaticDeploy' => 'Automatic deploy to', 'manualDeploy' => 'Manual deploy to', 'noDeploy' => 'Deploy is <b>disabled</b>', 'copyToClipboardToolTip' => 'Copy URL to Clipboard', 'branch' => 'Branch', 'changeBranch' => 'Change branch and path', ], 'settings' => [ 'sshKey' => 'SSH public key', 'sshKeyHint' => 'This is the public part of the SSH key used for authorization in the remote repository. It should be added to the remote service.', 'webhookUrlLabel' => 'Webhook URL', 'webhookUrlDescription' => 'Specify this URL in repository settings on a remote service (for example, Bitbucket or GitHub).', 'actionsEnabled' => 'Enable additional deploy actions', 'actionsEnabledHint' => 'Specify shell commands that should run every time upon deployment.', 'name' => 'Repository name', 'nameHint' => 'This name will be used in the repository\'s URL.', 'remoteUrlLabel' => 'Git repository', 'actions' => 'Actions', 'actionsHint' => 'Type each command on a new line.', ], 'howTo' => [ 'howToDescription' => 'Below are instructions on how to initiate a local repository and how to update an existing repository.', 'creteLabel' => 'Create Repository', 'existLabel' => 'Existing Git Repository', ], ], 'lists' => [ 'common' => [ 'less' => 'Less', 'more' => 'More', ], 'commit-log' => [ 'date' => 'Time', 'dateFilter' => 'Time From', 'hash' => 'Hash', 'userNameEmail' => 'User Name <email>', 'userNameEmailFilter' => 'User Name, Email', 'message' => 'Message', 'refreshButtonHint' => 'Refresh log data', 'logsForBranch' => 'Logs for branch %%branch%%' ], ], // list 'buttonDeployFromRepository' => 'Deploy from Repository', 'buttonPull' => 'Pull Updates', 'disabledDeploy' => 'Deploy is disabled', 'repositorySettings' => 'Repository Settings', 'howToInitRepository' => 'Help', 'removeRepository' => 'Remove Repository', 'wasCopiedToClipboardToolTip' => 'The URL was copied to Clipboard.', 'removeConfirmation' => 'Remove the "%%name%%" repository?', 'removeConfirmationButtonYes' => 'Yes', 'removeConfirmationButtonNo' => 'No', 'lastCommitInfo' => 'Last commit info:', 'additionalActionsInfo' => 'Additional deployment actions:', 'repositoryNotFound' => 'Unable to find the repository with ID = %%id%%.', 'repositoryNotExist' => 'Unable to find the repository "%%name%%" on the file system.', // popup 'popupTitle' => 'Change Branch and Path for %%repositoryName%%', 'popupBranchLabel' => 'Branch', 'popupDeployPathLabel' => 'The deploy path for the branch', 'popupDeployPathCreate' => 'Create Folder', 'popupRootDirectory' => 'Root Directory', 'popupWaitMessage' => 'wait', 'popupButtonOk' => 'Ok', 'popupButtonCancel' => 'Cancel', 'popupBranchNotSelected' => '<branch not selected>', // validators 'repositoryNameInvalid' => 'The repository name "%value%" contains prohibited characters. Only Latin characters, numbers, dashes, underscores, and dots are allowed.', 'repositoryNameAlreadyExists' => 'The repository with the name "%value%" already exists.', 'deploymentPathNotInWebspaceRoot' => 'The deployment path "%value%" is not in the subscription\'s directory "%path%".', 'deploymentPathNotDirectory' => 'The deployment path "%value%" is not a directory.', 'deploymentPathAlreadyUsed' => 'The deployment path "%value%" is already used by another repository. You can lose your data if you proceed.', 'notGitUrl' => 'The string "%value%" is not a Git URL.', 'containsPassword' => 'It is not secure to save a URL that contains a password. Specify a URL with no password in it.', 'smbUserDoesntExist' => 'The "%invalidUser%" user does not exist or does not belong to the current domain.', 'validators' => [ 'branchNotExists' => 'Branch "%%branch%%" does not exist.', 'dateTimeFormat' => 'Specify the date and time in the appropriate format.', 'deployActionsShouldNotBeEmpty' => 'If deploy actions are enabled they must not be empty.', 'deploymentModeInvalid' => 'Specified deployment mode is not valid.', 'deploymentPathAlreadyUsed' => 'The deployment path "%%path%%" is already used by another repository. You can lose your data if you proceed.', 'deploymentPathIsEmpty' => 'Specify a path to deploy files.', 'deploymentPathNotDirectory' => 'The deployment path "%%path%%" is not a directory.', 'deploymentPathNotInWebspaceRoot' => 'The deployment path "%%path%%" is not in the subscription\'s directory "%%root%%".', 'hashCharacters' => 'Hash contains invalid characters.', 'invalidValue' => 'Specify a correct value.', 'notBlank' => 'This value must not be blank.', 'nullableString' => 'This value must be a string or empty.', 'positive' => 'This value must be positive.', 'repositoryNotExists' => 'The specified repository does not exist.', 'repositoryNameInvalid' => 'The repository name "%%name%%" contains prohibited characters. Only Latin characters, numbers, dashes, underscores, and dots are allowed.', 'repositoryNameAlreadyExists' => 'Repository with the name "%%name%%" already exists.', 'repositoryTypeInvalid' => 'Specified repository type is not supported.', 'repositoryUrlInvalid' => 'This value is not supported as a repository URL.', 'repositoryUrlContainsPassword' => 'It is not secure to save a URL that contains a password. Specify a URL with no password in it.', 'smbUserTypeInvalid' => 'This value must be an array of integers.', 'smbUserDoesntExist' => 'The user does not exist or does not belong to the current domain.', ], 'tasks' => [ 'create' => [ 'title' => 'Deploying files to %%name%%', 'clone' => 'Cloning Git repository %%name%%...', 'redirectTitle' => 'Open the Git repository' ], 'deployment' => [ 'progress' => 'Deployment task is running', 'done' => 'Deployment task has completed', ] ], 'deployer' => [ 'step' => [ 'fetchSource' => [ 'title' => 'Pulling a Git repository "%%repoName%%"', ], 'deploySource' => [ 'title' => 'Deploying files to "%%domainName%%"', ], 'additionalActions' => [ 'title' => 'Running additional deployment actions', ], 'validateDeployKey' => [ 'title' => 'Validation of deploy key', 'errorMessageExists' => 'Cannot find a deploy key in "%%domainSshPath%%". Go to "Repository Settings", copy new "SSH public key" and add it to the remote repository.', ], ], ], 'exceptions' => [ 'defaultTitle' => 'Error', 'needSiteId' => 'Undefined site_id parameter.', 'siteDoesNotHaveHosting' => 'The site does not have physical hosting.', 'clientHasNotAccessToDomain' => 'Permission denied: the user does not have access to domain.', 'clientHasNotManagePermission' => 'Permission denied: the user does not have the manage permission.', 'repositoryDeployDisabled' => 'Deployment of the repository "%%repository%%" is disabled.', ], 'api' => [ 'commandNotFound' => 'The command "%%command%%" was not found.', 'domainNameIsEmpty' => 'The domain name is empty.', 'repositoryNameIsEmpty' => 'The repository name is empty.', 'domainDoesNotExist' => 'The domain "%%domain%%" does not exist.', 'domainDoesNotHaveHosting' => 'The domain "%%domain%%" does not have physical hosting.', 'clientHasNotAccessToDomain' => 'The user does not have access to domain "%%domain%%.', 'gitNotAllowedOnDomain' => 'Git is not allowed on domain "%%domain%%".', 'repositoryOnDomainDoesNotExist' => 'The repository with the name %%name%% does not exist on the domain %%domain%%.', 'fetchAllowOnlyPullRepositories' => 'The fetch command works only with repositories on remote Git hosting.', 'invalidActiveBranch' => 'The invalid active branch %%active-branch%% is not included in [%%branches%%]', 'invalidActiveBranchBranchesEmpty' => 'Branches are empty.', 'additionalUsersOnlyForLocalRepository' => 'Additional users can only be specified for the local repository.', 'cli' => [ 'warning' => 'WARNING: %%warning%%', 'list' => [ 'empty' => 'no repositories', 'columnDomainName' => 'Domain name', 'columnRepositoryName' => 'Repository name', 'columnRepositoryType' => 'Type', ], 'info' => [ 'domainName' => 'Domain name', 'repositoryName' => 'Repository name', 'deploymentPath' => 'Deployment path', 'deploymentMode' => 'Deployment mode', 'activeBranch' => 'Active branch', 'repositoryType' => 'Repository type', 'remoteUrl' => 'Remote URL', 'webHookUrl' => 'Webhook URL', 'skipSsl' => 'Skip SSL verification', 'url' => 'Clone URL', 'runActions' => 'Run Post-Deploy Actions', 'actions' => 'Post-Deploy Actions', 'additionalUsers' => 'Additional Users', ], 'create' => [ 'success' => 'The repository "%%name%%" was created.', ], 'update' => [ 'success' => 'The repository "%%name%%" was updated.', ], 'remove' => [ 'success' => 'The repository "%%name%%" was removed.', ], 'deploy' => [ 'success' => 'The repository "%%name%%" was deployed.', ], 'fetch' => [ 'success' => 'The repository "%%name%%" information was fetched.', ], 'getLastCommit' => [ 'noCommits' => 'The repository "%%name%%" does not have commits.', ], 'publicKey' => [ 'success' => 'The domain "%%name%%" public key is: %%key%%', ], ], ], 'cli' => [ 'commands' => [ 'list' => 'Displays the list of Git repositories on all domains (by default). To display repositories on a specific domain, use with the domain option.', 'info' => 'Displays repository settings.', 'create' => 'Creates a repository.', 'update' => 'Updates repository settings.', 'remove' => 'Removes a repository.', 'deploy' => 'Deploys a repository.', 'fetch' => 'Fetches a remote repository.', 'get-last-commit' => 'Displays the last commit.', 'get-public-key' => 'Displays existed public key for the domain or generate a new one.', 'run-deployment-actions' => 'Run deployment actions.', 'async-deploy' => 'Perform a git pull operation and deploy the source asynchronously.', ], 'options' => [ 'domain' => 'Domain name (use with the "list", "info", "create", "update", "remove", "deploy", "async-deploy", "fetch" and "run-deployment-actions" commands).', 'name' => 'Repository name (use with the "info", "create", "update", "remove", "deploy", "async-deploy", "fetch" and "run-deployment-actions" commands).', 'deployment-path' => 'Deployment path (use with the "create" and "update" commands).', 'remote-url' => 'URL of a remote Git repository (use with the "create" and "update" commands).', 'active-branch' => 'Active branch (use with the "create" and "update" commands).', 'deployment-mode' => 'Deployment mode (use with the "create" and "update" commands).', 'skip-ssl-verification' => 'Skip ssl verification remote repository on pull operation (use with the "create" and "update" commands).', 'run-actions' => 'Run shell commands every time after deployment (use with the "create" and "update" commands).', 'actions' => 'Shell commands that should run every time upon deployment (use with the "create" and "update" commands).', 'new-name' => 'Repository name (use with the "update" command).', 'deploy-key-uuid' => 'Uuid of the specific deploy key for deploying repository.', 'no-deployment-actions' => 'Do not run deployment actions after deploying a repository (use with the "deploy" command).', 'additional-users' => 'The list of logins in the format "login1,login2,login3" (use with the "create" and "update" commands). Additional users who can pull and push to the repository via HTTP/HTTPS (a system user has access to all repositories in the subscription).', ], ], ];