mirror of https://github.com/harness/drone.git
41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
page: Upstream Porxy Details
|
|
form:
|
|
title: Upstream Proxy Definition
|
|
createForm:
|
|
title: Create a New Upstream Proxy
|
|
packageType: Package Type
|
|
key: Upstream Proxy Key
|
|
url: Remote Registry URL
|
|
urlPlaceholder: Specify URL
|
|
source:
|
|
title: Source
|
|
dockerHub: Docker Hub
|
|
ecr: AWS ECR
|
|
custom: Custom
|
|
mavenCentral: Maven Central
|
|
npmjs: npmjs
|
|
pypi: PyPI
|
|
authentication:
|
|
title: Authentication
|
|
userNameAndPassword: Username and Password
|
|
accessKeyAndSecretKey: Access Key and Secret Key
|
|
anonymous: Anonymous
|
|
anonymousSubLabel: (No credentials required)
|
|
username: Username
|
|
password: Password
|
|
secretKey: Secret Key
|
|
accessKey: Access Key
|
|
create: Create Upstream Proxy
|
|
editForm:
|
|
title: Update Upstream Proxy
|
|
update: '{{ $.upstreamProxyDetails.editForm.title }}'
|
|
enterpriseAdvancedOptionsSubTitle: Configure Cleanup policies for the Artifact Registry.
|
|
actions:
|
|
delete:
|
|
title: Delete Upstream Registry
|
|
contentText: Are you sure you want to delete the upstream registry?
|
|
repositoryDeleted: Upstream registry deleted successfully
|
|
createUpdateModal:
|
|
createSuccessMessage: Upstream proxy created successfully
|
|
updateSuccessMessage: Upstream proxy updated successfully
|