D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
composer
/
resources
/
locales
/
Filename :
en-US.php
back
Copy
<?php // Copyright 1999-2019. Plesk International GmbH. All rights reserved. $messages = [ 'title' => 'PHP Composer', 'domainPage.title' => 'PHP Composer for %%domain%%', 'customButton.title' => 'PHP Composer', 'customButton.description' => 'PHP Composer extension', 'app.installed.message' => 'Go to Websites & Domains > the domain that has the Composer application in its document root folder > PHP Composer, and then click Scan.', 'common' => [ 'error' => [ 'noHostingOnDomain' => "No web hosting is configured on the domain '%%domainName%%'.", 'unsupportedPhpVersionOnDomain' => "Could not find PHP version 5.3.0 or later on the domain '%%domainName%%'. Try to update PHP.", 'phpHandlerNotExistsOnDomain' => "PHP support is disabled on the domain '%%domainName%%'. To run Composer and your application, go to Websites & Domains > your domain > PHP settings and turn on PHP support.", 'composerCommandFailed' => "Could not execute the Composer command '%%commandName%%': %%error%%", 'noSuitablePhpHandler' => "The selected PHP handler does not meet your application’s requirements: %%constraints%%. To run Composer and your application, go to Websites & Domains > your domain > PHP settings and select the required PHP handler.", 'extensionNotInstalled' => "The extension %%code%% is not installed.", 'missingDomainId' => 'The domain ID is missed in the request.', 'missingApplicationId' => 'The application ID is missed in the request.', 'missingTaskId' => 'The long task ID is missed in the request.', 'missingTaskType' => 'The long task type is missed in the request.', 'missingApplicationMode' => 'Application mode is missed in the request.', 'missingApplicationVariables' => 'Application environment variables are missed in the request.', 'applicationRememberFailed' => 'Failed to remember an application: %%error%%', 'noPhpSupportOnDomain' => "PHP support is disabled on the domain '%%domainName%%'. To run Composer and your application, go to Websites & Domains > your domain > PHP settings and turn on PHP support.", 'unableToFindPhpPackage' => "Could not find the PHP package for version '%%version%%'.", 'invalidTaskType' => "Task type '%%taskType%%' is invalid.", 'pluginUpdateFailed' => "Could not update plugin: %%error%%", ], ], 'scan' => [ 'error' => [ 'failed' => 'Could not scan domains for Composer applications: %%error%%', ], 'success.nothingFound' => 'The domain was scanned. No applications were found.', ], 'application' => [ 'error' => [ 'brokenApplication' => 'Composer considers your application to be broken: %%error%%. Try to find the solution in the Composer documentation (https://getcomposer.org/doc/) or in other sources.', 'brokenApplicationInvalidSyntax' => 'Composer considers your application to be broken: %%error%%', 'invalidModeType' => "Application mode is invalid.", 'packagesLoadFailed' => "Could not load packages: %%error%%", 'changeModeFailed' => "Could not change application mode: %%error%%", 'missingComposerJson' => 'Application composer.json content is missed in the request.', 'composerJsonSaveFailed' => 'Could not save the application composer.json file: %%error%%', 'alreadyExistsOnDomain' => "The Composer application on the domain '%%domainName%%' with the path '%%path%%' already exists.", 'notExistsWithId' => 'The application with the ID %%id%% does not exist.', 'notExistsOnDomainWithPath' => "Could not find the Composer application on the domain '%%domainName%%' with the path '%%path%%'.", 'saveEnvVariablesFailed' => "Could not save the application environment variables: %%error%%", 'installPackagesFailed' => 'Could not install the application packages: %%error%%', 'updatePackagesFailed' => 'Could not update the application packages: %%error%%', 'invalidComposerJson' => 'the %%path%% file of the %%domain%% domain is invalid. To fix the issue, click "Edit composer.json" and correct the composer.json syntax.', 'checkStatusFailed' => 'Could not check the application status: %%error%%', 'indexPackagesFailed' => "Could not update the information about the packages: %%error%%", 'loadLongTasksFailed' => 'Could not load running tasks of the application: %%error%%', 'refreshPackagesFailed' => 'Could not refresh information about the packages: %%error%%', ], 'lockFileIsNotUpToDate' => "The lock file is not up to date with the latest changes in composer.json. To get the latest dependencies, click 'Update'.", 'extraPackages' => "The application has excessive packages. Click 'Update' to remove them.", 'lockFileNotExists' => "The lock file does not exist. Click 'Update' to generate it.", 'packagesDataNotSynced' => "Information about the packages is not up-to-date. Click 'refresh' to update it." ], 'task' => [ 'step' => [ 'refreshPackagesStep' => [ 'title' => [ 'running' => 'Updating the information about the packages', 'running.package' => 'Updating the information about the package %%packageName%%', ], ], 'installPackagesStep' => [ 'title' => [ 'running' => 'Installing application packages', ], ], 'updatePackagesStep' => [ 'title' => [ 'running' => 'Updating packages', ], ], ], 'scan' => [ 'title' => [ 'done' => 'A scan for Composer applications is finished.', 'doneWithErrors' => 'A scan for Composer applications is finished with errors: %%errors%%', 'error' => 'Could not scan the server for Composer applications.', 'running' => 'Scanning for Composer applications', ], 'error' => [ 'domainNotFound' => 'Could find the domain %%domainName%% to scan it.', ], ], 'installPackagesTask' => [ 'title' => [ 'done' => 'Packages were installed', 'doneWithErrors' => 'Packages were installed with errors: %%errors%%', 'error' => 'Could not install packages', 'running' => 'Installing application packages', ], ], 'updatePackagesTask' => [ 'title' => [ 'done' => 'Packages were updated', 'doneWithErrors' => 'Packages were updated with errors: %%errors%%', 'error' => 'Could not update packages', 'running' => 'Updating packages', ], ], 'refreshPackagesTask' => [ 'title' => [ 'done' => 'The information about the packages was refreshed', 'doneWithErrors' => 'The information about the packages was updated with errors: %%errors%%', 'error' => 'Could not update the information about the packages', 'running' => 'Updating the information about the packages', 'running.package' => 'Updating the information about the package %%packageName%%', ], ], 'indexPackagesTask' => [ 'title' => [ 'done' => 'The information about the packages was refreshed', 'doneWithErrors' => 'The information about the packages was updated with errors: %%errors%%', 'error' => 'Could not update the information about the packages', 'running' => 'Updating the information about the packages', 'running.package' => 'Updating the information about the package %%packageName%%', ], ], 'updateCommandInfoPluginTask' => [ 'title' => [ 'done' => 'The integration plugin has been updated', 'doneWithErrors' => 'The integration plugin has been updated with errors: %%errors%%', 'error' => 'Could not update the integration plugin', 'running' => 'Updating the integration plugin', ], ], ], 'cli' => [ 'usage' => "Usage: composer --help --scan [-all, -format raw|json] --application [-list, -format raw|json] [-register vendor/name] --update [-packages vendor/package1 vendor/package2 ...] [-dry-run] --install [-dry-run] --refresh --show [-format raw|json] --tune [-php, -format raw|json] --require [-packages vendor/package1 vendor/package2 ...] [-dev] --remove [-packages vendor/package1 vendor/package2 ...] [-dev] --self-update [-skip-verify] ", 'error' => [ 'notExists' => 'Does not exist', 'operationNameMissed' => 'The operation for the command is not specified. The list of available operations: %%list%%', 'formatIsNotSupported' => 'The specified format is not supported. The allowed formats are: %%formats%%', 'invalidOption' => "The invalid value is specified for the option '-%%option%%'.", 'missedOption' => "The option '-%%option%%' is required.", 'optionBadValue' => "The invalid value is specified for the option '-%%option%%'", ], 'success' => [ 'applicationRegistered' => 'The application was registered.', 'applicationPackagesInstalled' => 'The application packages were installed.', ], 'commands' => [ 'scan' => 'Scans for existing Composer applications.', 'application' => 'Manages applications.', 'update' => 'Updates the application packages.', 'install' => 'Installs the application packages.', 'show' => 'Lists all available packages', 'tune' => 'Tunes up a domain so that it meets the requirements of the composer.json file.', 'require' => 'Installs the application packages.', 'remove' => 'Removes the application packages.', 'refresh' => 'Refreshes packages in the database and synchronizes the database with the filesystem.', 'self-update' => 'Updates composer.phar to the latest version.', ], 'options' => [ 'format' => 'Outputs the data in a particular format. By default, all data is shown in the raw format. Supported formats: json, raw', 'application' => 'Application ID', 'domain' => 'Application domain', 'path' => 'Path to the composer.json file', 'packages' => 'List of packages', 'env' => 'Application mode: dev/prod', 'dry-run' => 'Simulates the installation of a package and shows what would happen.', 'dev' => 'Adds/removes packages to/from require-dev.', 'php' => 'Sets the earliest version of the PHP handler that meets the composer.json file requirements.', 'outdated' => 'Shows only outdated packages.', 'list' => 'Shows the list of applications.', 'prefer-latest' => 'Sets the latest version of the PHP handler that meets the composer.json file requirements.', 'all' => 'Scans all domains for Composer applications.', 'register' => 'Registers a new application.', 'package' => 'Specifies the package name.', 'skip-verify' => 'Skips the verification of the downloaded composer.phar file', ], 'fields' => [ 'common' => [ 'id' => 'ID', 'domain' => 'Domain', 'path' => 'Path', 'status' => 'Status', 'name' => 'Name', 'requiredVersion' => 'Required', 'currentVersion' => 'Current', 'versionToUpdate' => 'Update', 'latestVersionToUpdate' => 'Latest', 'description' => 'Description', ], 'tune' => [ 'component' => 'Component', 'data' => 'Data', 'errors' => 'Errors', ], ], 'appStatus' => [ 'broken' => 'Broken', 'ok' => 'OK', ], 'packagesRefresh.success' => 'The information about the packages was updated.', ], 'frontend' => [ 'common' => [ 'name' => 'Name', 'domain' => 'Domain', 'path' => 'Path', 'version' => 'Version', 'description' => 'Description', 'mode.prod' => 'Production', 'mode.dev' => 'Development', 'mode.prod.description' => 'For applications ready for production.', 'mode.dev.description' => 'For developing and testing applications. Includes additional dependencies for development.', 'loading' => 'Loading ...', 'changelog' => 'Change log', 'source' => 'Source', 'processing' => 'Processing', 'processingPercent' => 'Processing (%%percent%%%)', 'status' => 'Status', 'update' => 'Update', ], 'domainPage' => [ 'noApplicationsTitle' => 'Find your Composer applications', 'noApplicationsDescription' => 'Click Scan to find your composer.json file and detect the Composer application.', 'noApplicationsSearch' => [ 'mainDomain' => "The search for the applications covers all directories under the subscription home directory: '%%homePath%%'.", 'nonMainDomain' => "The search for the applications covers all directories under the parent directory of the domain document root: '%%docRootParent%%'.", 'nonMainDomain.withoutUpperDir' => "The search for the applications covers all directories under the document root: '%%docRoot%%'.", ], 'applicationFolder' => 'Folder: %%folder%%', 'openApplicationFolder' => 'Go to the application folder', 'applicationMode' => 'Mode: %%mode%%', 'changeApplicationFolder' => 'change', 'envVariables' => 'Environment variables', 'packageDependencies' => 'Package Dependencies', 'updateInfoTitle' => 'How update works', 'updateInfoDescription' => [ 'noPackagesType' => 'If no packages were installed (because none were specified in composer.json), the update will do nothing. If one or more packages were installed but had later been removed from composer.json, the update will remove those packages to make the system consistent with composer.json.', 'noType' => "There are no updates for the application's primary dependencies but there may be some for secondary ones. If there are, the progress bar will reflect the updates of the application's secondary dependencies. These updates are usually safe and do not break the application.", 'majorType' => "Major updates usually contain significant changes that most likely break components' backward compatibility and your application. Make sure to test your application after major updates.", 'minorType' => "Minor updates usually contain moderate changes that do not break components' backward compatibility and your application. But to be on the safe side, test your application after minor updates.", 'patchType' => "Patch updates usually contain only backwards compatible bug fixes and do not break your application. You can test your application after patch updates but it is not mandatory.", ], 'packages.filter.all' => 'All', 'packages.filter.criticalUpdates' => 'Critical Updates', 'packages.filter.allUpdates' => 'All Updates (%%count%%)', 'packages.status.upToDate' => 'Up to date', 'packages.status.dataNotAvailable' => 'Data not available', 'packages.status.updateAvailable' => 'Update available', 'packages.status.notInstalled' => 'Not installed', 'packages.indexing' => 'Please wait while update of the information about the packages is finished.', 'packages.loading' => 'Loading packages ...', 'selectMode' => 'Select mode:', 'selectFolder' => 'Select the folder:', 'envDrawer.title' => 'Environment variables for Composer', 'envDrawer.pathVariableHint' => 'Composer considers a variable value to be a relative path that starts with the application root directory (usually the domain document root) unless you specify an absolute path (which starts with the system root "/" for Linux and a drive letter "C:\" for Windows).', 'composerJsonDrawer.title' => 'Edit composer.json', 'addVariable' => 'Add a variable', 'removeVariable' => 'Remove the variable', 'updateConfirmationDialog.title' => 'Warning', 'updateConfirmationDialog.description' => [ 'common' => "There are %%major%% major, %%minor%% minor, and %%patch%% patch updates.", 'noPackagesType' => 'If no packages were installed (because none were specified in composer.json), the update will do nothing. If one or more packages were installed but had later been removed from composer.json, the update will remove those packages to make the system consistent with composer.json.', 'noType' => "There are no updates for the application's primary dependencies but there may be some for secondary ones. Updates of the application’s secondary dependencies are usually safe and do not affect the application. Update the application?", 'majorType' => "Major updates are the most risky and most likely break your application. You must test your application after major updates. Update the application?", 'minorType' => "Minor updates are relatively safe and usually they do not break your application. However, you can test your application after minor updates if you wish. Update the application?", 'patchType' => "Patch updates are safe and do not break your application. You can test your application after patch updates but it is not mandatory. Update the application?", ], 'plugin.commandInfo.update.warning' => "Please wait for the Plesk integration plugin to be updated.", ], 'mainPage' => [ 'feedback' => 'Can you help us make the extension better? Report bugs, missing features, and any other problems with the extension to: %%email%%', 'checkPhpComposerButton' => 'Go to Websites & Domains and check the "PHP Composer" button', 'feature1.title' => 'Use PHP Composer without SSH access', 'feature1.description' => 'Execute the most useful Composer actions via the UI even with no SSH.', 'feature1.description.item1' => '- Set up environment variables', 'feature1.description.item2' => '- Edit your composer.json', 'feature1.description.item3' => '- Run the Install and Update commands', 'feature2.title' => 'Install and update dependencies with one click', 'feature2.description' => [ 'firstPart' => 'No need to remember the commands and options you have to run to install dependencies. Plesk takes care of it with a click of a button.', 'secondPart' => 'Coming soon: No more headaches with partially updated dependencies breaking your production website. Perform a test run before the execution to make sure the dependencies can be installed with no issue.', ], 'feature3.title' => 'Review the installed dependencies and decide if updating them makes sense', 'feature3.description' => [ 'firstPart' => 'Updating dependencies is vital for security but can lead to a broken website.', 'secondPart' => 'Coming soon: Indicators also show if there are security issues with the installed version.', ], 'feature4.title' => 'Get the right PHP version automatically', 'feature4.description.item1' => '- Your website will automatically use the PHP version specified in composer.json.', 'feature4.description.item2' => '- Composer is run using the correct PHP handler (not the system default, but the one that is used by the particular website).', 'feature4.description.item3' => '- Coming soon: Plesk chooses the correct PHP version and handler - just log in via SSH and run the "php" command.', 'dynamicList.header' => 'Dynamic List', 'activeList.header' => 'Active List', ], 'actions' => [ 'scan' => 'Scan', 'save' => 'Save', 'update' => 'Update', 'update.process' => 'Updating ...', 'editComposerJson' => 'Edit composer.json', 'changeMode' => 'Change Mode', 'change' => 'Change', 'change.process' => 'Changing ...', 'specify' => 'Specify', 'install' => 'Install', 'install.process' => 'Installing ...', 'changeFolder' => 'Change folder', 'refresh' => 'Refresh', 'refresh.process' => 'Refreshing ...', ], ], ];