|
1 | 1 | { |
2 | 2 | " (Provided by {{chartRepoName}})": " (Provided by {{chartRepoName}})", |
3 | 3 | " / App Version {{appVersion}}": " / App Version {{appVersion}}", |
4 | | - "{{chartVersion}} provided by {{provider}}": "{{chartVersion}} provided by {{provider}}", |
5 | | - "{{hcr}} has been created": "{{hcr}} has been created", |
6 | 4 | "**Helm Charts** are packages for deploying an Application or components of a larger Application.": "**Helm Charts** are packages for deploying an Application or components of a larger Application.", |
7 | 5 | "A description for the Helm Chart repository.": "A description for the Helm Chart repository.", |
8 | 6 | "A display name for the Helm Chart repository.": "A display name for the Helm Chart repository.", |
9 | 7 | "A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication": "A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication", |
10 | 8 | "A unique name for the Helm Chart repository.": "A unique name for the Helm Chart repository.", |
11 | 9 | "A unique name for the Helm Release.": "A unique name for the Helm Release.", |
| 10 | + "Add Helm Chart Repository at the cluster level and in all namespaces.": "Add Helm Chart Repository at the cluster level and in all namespaces.", |
| 11 | + "Add Helm Chart Repository in the selected namespace.": "Add Helm Chart Repository in the selected namespace.", |
12 | 12 | "Add a Helm Chart Repository to extend the Developer Catalog": "Add a Helm Chart Repository to extend the Developer Catalog", |
13 | 13 | "Add credentials and custom certificate authority (CA) certificates to connect to private helm chart repository.": "Add credentials and custom certificate authority (CA) certificates to connect to private helm chart repository.", |
14 | | - "Add Helm Chart Repository at the cluster level and in all namespaces.": "Add Helm Chart Repository at the cluster level and in all namespaces.", |
15 | 14 | "Add helm chart repository in the namespace.": "Add helm chart repository in the namespace.", |
16 | | - "Add Helm Chart Repository in the selected namespace.": "Add Helm Chart Repository in the selected namespace.", |
17 | 15 | "Add helm chart repository.": "Add helm chart repository.", |
18 | 16 | "All Namespaces": "All Namespaces", |
19 | 17 | "Alternatively, developers can <2>try to configure their own custom Helm Chart repository</2>.": "Alternatively, developers can <2>try to configure their own custom Helm Chart repository</2>.", |
|
30 | 28 | "Cancel": "Cancel", |
31 | 29 | "Certified": "Certified", |
32 | 30 | "Change chart version?": "Change chart version?", |
33 | | - "Chart name": "Chart name", |
34 | 31 | "Chart Repositories": "Chart Repositories", |
35 | 32 | "Chart URL": "Chart URL", |
| 33 | + "Chart name": "Chart name", |
36 | 34 | "Chart version": "Chart version", |
37 | 35 | "Cluster scoped (HelmChartRepository)": "Cluster scoped (HelmChartRepository)", |
38 | 36 | "Community": "Community", |
39 | 37 | "Complete the form to create a Helm release. The Helm chart authors might have provided some default values.": "Complete the form to create a Helm release. The Helm chart authors might have provided some default values.", |
40 | 38 | "Configure Helm release": "Configure Helm release", |
41 | 39 | "Create": "Create", |
42 | 40 | "Create Helm Chart Repository": "Create Helm Chart Repository", |
43 | | - "Change chart version?": "Change chart version?", |
44 | | - "Are you sure you want to change the chart version from <2>{{currentVersion}}</2> to <4>{{newVersion}}</4>? ": "Are you sure you want to change the chart version from <2>{{currentVersion}}</2> to <4>{{newVersion}}</4>? ", |
45 | | - "Values from your current release are merged with the new chart's defaults. Review the YAML or form before upgrading.": "Values from your current release are merged with the new chart's defaults. Review the YAML or form before upgrading.", |
46 | | - "Proceed": "Proceed", |
47 | | - "Select the version to upgrade to.": "Select the version to upgrade to.", |
48 | | - "No versions available": "No versions available", |
49 | | - "Helm Release": "Helm Release", |
50 | | - "For more information on the chart, refer to this <2>README</2>": "For more information on the chart, refer to this <2>README</2>", |
51 | | - "Helm Chart cannot be installed": "Helm Chart cannot be installed", |
52 | | - "The Helm Chart is currently unavailable. {{chartError}}": "The Helm Chart is currently unavailable. {{chartError}}", |
53 | | - "Release name": "Release name", |
54 | | - "A unique name for the Helm Release.": "A unique name for the Helm Release.", |
55 | | - "Secret for Basic authentication": "Secret for Basic authentication", |
56 | | - "None": "None", |
57 | | - "Select a secret": "Select a secret", |
58 | | - "Create Secret": "Create Secret", |
59 | | - "Secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication.": "Secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication.", |
60 | | - "Secret \"{{secretName}}\" was not found in this namespace. Select an existing secret or create a new one.": "Secret \"{{secretName}}\" was not found in this namespace. Select an existing secret or create a new one.", |
61 | | - "Helm release is not configurable since the Helm Chart doesn't define any values.": "Helm release is not configurable since the Helm Chart doesn't define any values.", |
62 | | - "Errors in the form data.": "Errors in the form data.", |
63 | | - "Invalid Form Schema - {{errorText}}": "Invalid Form Schema - {{errorText}}", |
64 | | - "Invalid YAML - {{errorText}}": "Invalid YAML - {{errorText}}", |
65 | | - "Select the version to rollback <1>{{releaseName}}</1> to, from the table below:": "Select the version to rollback <1>{{releaseName}}</1> to, from the table below:", |
66 | | - "Select": "Select", |
67 | | - "Must be a valid OCI URL or a valid HTTP/HTTPS tar file; for example - oci://registry.example.com/chart, https://example.com/chart-1.0.0.tgz.": "Must be a valid OCI URL or a valid HTTP/HTTPS tar file; for example - oci://registry.example.com/chart, https://example.com/chart-1.0.0.tgz.", |
68 | | - "Failed to create Secret.": "Failed to create Secret.", |
69 | | - "Create authentication Secret": "Create authentication Secret", |
70 | | - "Secret name": "Secret name", |
71 | | - "Unique name of the Secret.": "Unique name of the Secret.", |
72 | | - "Secret username": "Secret username", |
73 | | - "Username for OCI/HTTP(S) authentication.": "Username for OCI/HTTP(S) authentication.", |
74 | | - "Secret password or token": "Secret password or token", |
75 | | - "Password or token for OCI/HTTP(S) authentication.": "Password or token for OCI/HTTP(S) authentication.", |
76 | | - "Invalid chart URL format.": "Invalid chart URL format.", |
77 | | - "Install Helm chart from URL": "Install Helm chart from URL", |
78 | | - "To install a Helm chart, enter the chart URL - Open Container Initiative (OCI) URL or HTTP/HTTPS tar file and version.": "To install a Helm chart, enter the chart URL - Open Container Initiative (OCI) URL or HTTP/HTTPS tar file and version.", |
79 | | - "Chart URL": "Chart URL", |
80 | | - "The OCI URL or HTTP/HTTPS tar file for the Helm chart; for example - oci://registry.example.com/charts/mychart or https://example.com/chart-1.0.0.tgz.": "The OCI URL or HTTP/HTTPS tar file for the Helm chart; for example - oci://registry.example.com/charts/mychart or https://example.com/chart-1.0.0.tgz.", |
81 | | - "Unique name for Helm release.": "Unique name for Helm release.", |
82 | | - "The version of chart to install.": "The version of chart to install.", |
83 | | - "Next": "Next", |
84 | | - "Install Helm chart from Helm registry.": "Install Helm chart from Helm registry.", |
85 | | - "Helm release": "Helm release", |
86 | | - "Complete the form to create a Helm release. The Helm chart authors might have provided some default values.": "Complete the form to create a Helm release. The Helm chart authors might have provided some default values.", |
87 | | - "Configure Helm release": "Configure Helm release", |
88 | | - "Version": "Version", |
89 | | - "A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication": "A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication", |
90 | | - "Install": "Install", |
91 | | - "Back": "Back", |
92 | | - "Namespace": "Namespace", |
93 | | - "Unable to load Helm Releases": "Unable to load Helm Releases", |
94 | | - "Filter by status": "Filter by status", |
95 | | - "No Helm Releases found": "No Helm Releases found", |
96 | | - "Browse the catalog to discover available Helm Charts": "Browse the catalog to discover available Helm Charts", |
97 | | - "Helm chart URL": "Helm chart URL", |
98 | | - "Repositories": "Repositories", |
99 | | - "Select a Project to view its details<1></1>.": "Select a Project to view its details<1></1>.", |
100 | | - "All Namespaces": "All Namespaces", |
101 | | - "True": "True", |
102 | | - "False": "False", |
103 | | - "Display Name": "Display Name", |
104 | | - "Disabled": "Disabled", |
105 | | - "Repo URL": "Repo URL", |
106 | | - "Helm Repositories": "Helm Repositories", |
107 | | - "Helm release is {{status}}": "Helm release is {{status}}", |
108 | | - "Unable to find resource for {{helmLabel}}": "Unable to find resource for {{helmLabel}}", |
109 | | - " / App Version {{appVersion}}": " / App Version {{appVersion}}", |
110 | | - " (Provided by {{chartRepoName}})": " (Provided by {{chartRepoName}})", |
111 | 41 | "Create Helm Release": "Create Helm Release", |
112 | 42 | "Create ProjectHelmChartRepository": "Create ProjectHelmChartRepository", |
| 43 | + "Create Secret": "Create Secret", |
| 44 | + "Create authentication Secret": "Create authentication Secret", |
113 | 45 | "Created": "Created", |
114 | 46 | "Delete": "Delete", |
115 | 47 | "Delete Helm Release": "Delete Helm Release", |
116 | 48 | "Description": "Description", |
117 | 49 | "Disable usage of the repo in the Software Catalog.": "Disable usage of the repo in the Software Catalog.", |
118 | 50 | "Disabled": "Disabled", |
119 | | - "Display name": "Display name", |
120 | 51 | "Display Name": "Display Name", |
| 52 | + "Display name": "Display name", |
121 | 53 | "Documentation": "Documentation", |
122 | | - "Edit {{label}}": "Edit {{label}}", |
123 | 54 | "Edit Helm Chart Repository": "Edit Helm Chart Repository", |
124 | 55 | "Edit ProjectHelmChartRepository": "Edit ProjectHelmChartRepository", |
| 56 | + "Edit {{label}}": "Edit {{label}}", |
125 | 57 | "Errors in the form data.": "Errors in the form data.", |
| 58 | + "Failed to create Secret.": "Failed to create Secret.", |
126 | 59 | "False": "False", |
127 | 60 | "Filter by status": "Filter by status", |
128 | 61 | "For more information on the chart, refer to this <2>README</2>": "For more information on the chart, refer to this <2>README</2>", |
|
131 | 64 | "Helm Chart cannot be installed": "Helm Chart cannot be installed", |
132 | 65 | "Helm Chart repositories": "Helm Chart repositories", |
133 | 66 | "Helm Chart repository URL.": "Helm Chart repository URL.", |
134 | | - "Helm chart URL": "Helm chart URL", |
135 | 67 | "Helm Charts": "Helm Charts", |
136 | | - "Helm release": "Helm release", |
137 | 68 | "Helm Release": "Helm Release", |
138 | 69 | "Helm Release details": "Helm Release details", |
139 | 70 | "Helm Release history": "Helm Release history", |
140 | | - "Helm release is {{status}}": "Helm release is {{status}}", |
141 | | - "Helm release is not configurable since the Helm Chart doesn't define any values.": "Helm release is not configurable since the Helm Chart doesn't define any values.", |
142 | 71 | "Helm Releases": "Helm Releases", |
143 | 72 | "Helm Repositories": "Helm Repositories", |
| 73 | + "Helm chart URL": "Helm chart URL", |
| 74 | + "Helm release": "Helm release", |
| 75 | + "Helm release is not configurable since the Helm Chart doesn't define any values.": "Helm release is not configurable since the Helm Chart doesn't define any values.", |
| 76 | + "Helm release is {{status}}": "Helm release is {{status}}", |
144 | 77 | "HelmChartRepositories": "HelmChartRepositories", |
145 | 78 | "HelmChartRepository": "HelmChartRepository", |
146 | 79 | "Hide advanced options": "Hide advanced options", |
147 | 80 | "Home page": "Home page", |
148 | 81 | "Install": "Install", |
149 | 82 | "Install Helm chart from Helm registry.": "Install Helm chart from Helm registry.", |
150 | 83 | "Install Helm chart from URL": "Install Helm chart from URL", |
151 | | - "Invalid chart URL format.": "Invalid chart URL format.", |
152 | 84 | "Invalid Form Schema - {{errorText}}": "Invalid Form Schema - {{errorText}}", |
153 | 85 | "Invalid Repo URL.": "Invalid Repo URL.", |
154 | | - "Invalid YAML - {{err}}": "Invalid YAML - {{err}}", |
155 | 86 | "Invalid YAML - {{errorText}}": "Invalid YAML - {{errorText}}", |
| 87 | + "Invalid YAML - {{err}}": "Invalid YAML - {{err}}", |
| 88 | + "Invalid chart URL format.": "Invalid chart URL format.", |
156 | 89 | "Items per page": "Items per page", |
157 | 90 | "Latest Chart version": "Latest Chart version", |
158 | 91 | "Maintainers": "Maintainers", |
|
166 | 99 | "No release notes available": "No release notes available", |
167 | 100 | "No versions available": "No versions available", |
168 | 101 | "None": "None", |
169 | | - "of": "of", |
170 | 102 | "Partner": "Partner", |
171 | | - "per page": "per page", |
| 103 | + "Password or token for OCI/HTTP(S) authentication.": "Password or token for OCI/HTTP(S) authentication.", |
172 | 104 | "Please enter a URL that is less then 2048 characters.": "Please enter a URL that is less then 2048 characters.", |
173 | 105 | "Pods": "Pods", |
174 | 106 | "Proceed": "Proceed", |
|
194 | 126 | "Rollback to Revision {{revision}}": "Rollback to Revision {{revision}}", |
195 | 127 | "Save": "Save", |
196 | 128 | "Scope type": "Scope type", |
| 129 | + "Secret \"{{secretName}}\" was not found in this namespace. Select an existing secret or create a new one.": "Secret \"{{secretName}}\" was not found in this namespace. Select an existing secret or create a new one.", |
197 | 130 | "Secret for Basic authentication": "Secret for Basic authentication", |
| 131 | + "Secret name": "Secret name", |
| 132 | + "Secret password or token": "Secret password or token", |
| 133 | + "Secret username": "Secret username", |
| 134 | + "Secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication.": "Secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication.", |
198 | 135 | "Select": "Select", |
199 | | - "Select a Project to view its details<1></1>.": "Select a Project to view its details<1></1>.", |
200 | | - "Select a secret": "Select a secret", |
201 | 136 | "Select ConfigMap": "Select ConfigMap", |
202 | 137 | "Select Secret": "Select Secret", |
| 138 | + "Select a Project to view its details<1></1>.": "Select a Project to view its details<1></1>.", |
| 139 | + "Select a secret": "Select a secret", |
203 | 140 | "Select the version to rollback <1>{{releaseName}}</1> to, from the table below:": "Select the version to rollback <1>{{releaseName}}</1> to, from the table below:", |
204 | 141 | "Select the version to upgrade to.": "Select the version to upgrade to.", |
205 | 142 | "Show advanced options": "Show advanced options", |
206 | 143 | "Source": "Source", |
207 | 144 | "Status": "Status", |
208 | 145 | "Status Box": "Status Box", |
| 146 | + "TLS Client config": "TLS Client config", |
209 | 147 | "The Helm Chart is currently unavailable. {{chartError}}": "The Helm Chart is currently unavailable. {{chartError}}", |
210 | 148 | "The Helm Release can be created by completing the form. Default values may be provided by the Helm chart authors.": "The Helm Release can be created by completing the form. Default values may be provided by the Helm chart authors.", |
211 | 149 | "The Helm Release can be created by manually entering YAML or JSON definitions.": "The Helm Release can be created by manually entering YAML or JSON definitions.", |
|
214 | 152 | "The repository name cannot exceed than 2048 characters.": "The repository name cannot exceed than 2048 characters.", |
215 | 153 | "The version of chart to install.": "The version of chart to install.", |
216 | 154 | "This Helm Chart is provided by a trusted partner and has been verified for ease of integration.": "This Helm Chart is provided by a trusted partner and has been verified for ease of integration.", |
217 | | - "TLS Client config": "TLS Client config", |
218 | 155 | "To install a Helm chart, enter the chart URL - Open Container Initiative (OCI) URL or HTTP/HTTPS tar file and version.": "To install a Helm chart, enter the chart URL - Open Container Initiative (OCI) URL or HTTP/HTTPS tar file and version.", |
219 | 156 | "True": "True", |
220 | 157 | "Type": "Type", |
| 158 | + "URL": "URL", |
221 | 159 | "Unable to find resource for {{helmLabel}}": "Unable to find resource for {{helmLabel}}", |
222 | 160 | "Unable to load Helm Release history": "Unable to load Helm Release history", |
223 | 161 | "Unable to load Helm Releases": "Unable to load Helm Releases", |
224 | 162 | "Unique name for Helm release.": "Unique name for Helm release.", |
| 163 | + "Unique name of the Secret.": "Unique name of the Secret.", |
225 | 164 | "Unknown error submitting": "Unknown error submitting", |
226 | 165 | "Update helm chart repository in the namespace.": "Update helm chart repository in the namespace.", |
227 | 166 | "Update the helm chart repository.": "Update the helm chart repository.", |
228 | 167 | "Updated": "Updated", |
229 | 168 | "Upgrade": "Upgrade", |
230 | | - "Upgrade by selecting a new chart version or manually changing the form values.": "Upgrade by selecting a new chart version or manually changing the form values.", |
231 | | - "Upgrade by selecting a new chart version or manually changing YAML.": "Upgrade by selecting a new chart version or manually changing YAML.", |
232 | 169 | "Upgrade Helm Release": "Upgrade Helm Release", |
233 | | - "URL": "URL", |
| 170 | + "Upgrade by selecting a new chart version or manually changing YAML.": "Upgrade by selecting a new chart version or manually changing YAML.", |
| 171 | + "Upgrade by selecting a new chart version or manually changing the form values.": "Upgrade by selecting a new chart version or manually changing the form values.", |
| 172 | + "Username for OCI/HTTP(S) authentication.": "Username for OCI/HTTP(S) authentication.", |
234 | 173 | "Values from your current release are merged with the new chart's defaults. Review the YAML or form before upgrading.": "Values from your current release are merged with the new chart's defaults. Review the YAML or form before upgrading.", |
235 | | - "Version": "Version" |
| 174 | + "Version": "Version", |
| 175 | + "of": "of", |
| 176 | + "per page": "per page", |
| 177 | + "{{chartVersion}} provided by {{provider}}": "{{chartVersion}} provided by {{provider}}", |
| 178 | + "{{hcr}} has been created": "{{hcr}} has been created" |
236 | 179 | } |
0 commit comments