Skip to content

Commit db0dfc0

Browse files
committed
HELM-763: Fix i18n locale file — deduplicate and sort keys
1 parent a90ac5e commit db0dfc0

1 file changed

Lines changed: 33 additions & 90 deletions

File tree

Lines changed: 33 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
22
" (Provided by {{chartRepoName}})": " (Provided by {{chartRepoName}})",
33
" / App Version {{appVersion}}": " / App Version {{appVersion}}",
4-
"{{chartVersion}} provided by {{provider}}": "{{chartVersion}} provided by {{provider}}",
5-
"{{hcr}} has been created": "{{hcr}} has been created",
64
"**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.",
75
"A description for the Helm Chart repository.": "A description for the Helm Chart repository.",
86
"A display name for the Helm Chart repository.": "A display name for the Helm Chart repository.",
97
"A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication": "A secret with \"username\" and \"password\" keys for OCI/HTTP(S) authentication",
108
"A unique name for the Helm Chart repository.": "A unique name for the Helm Chart repository.",
119
"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.",
1212
"Add a Helm Chart Repository to extend the Developer Catalog": "Add a Helm Chart Repository to extend the Developer Catalog",
1313
"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.",
1514
"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.",
1715
"Add helm chart repository.": "Add helm chart repository.",
1816
"All Namespaces": "All Namespaces",
1917
"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,99 +28,34 @@
3028
"Cancel": "Cancel",
3129
"Certified": "Certified",
3230
"Change chart version?": "Change chart version?",
33-
"Chart name": "Chart name",
3431
"Chart Repositories": "Chart Repositories",
3532
"Chart URL": "Chart URL",
33+
"Chart name": "Chart name",
3634
"Chart version": "Chart version",
3735
"Cluster scoped (HelmChartRepository)": "Cluster scoped (HelmChartRepository)",
3836
"Community": "Community",
3937
"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.",
4038
"Configure Helm release": "Configure Helm release",
4139
"Create": "Create",
4240
"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}})",
11141
"Create Helm Release": "Create Helm Release",
11242
"Create ProjectHelmChartRepository": "Create ProjectHelmChartRepository",
43+
"Create Secret": "Create Secret",
44+
"Create authentication Secret": "Create authentication Secret",
11345
"Created": "Created",
11446
"Delete": "Delete",
11547
"Delete Helm Release": "Delete Helm Release",
11648
"Description": "Description",
11749
"Disable usage of the repo in the Software Catalog.": "Disable usage of the repo in the Software Catalog.",
11850
"Disabled": "Disabled",
119-
"Display name": "Display name",
12051
"Display Name": "Display Name",
52+
"Display name": "Display name",
12153
"Documentation": "Documentation",
122-
"Edit {{label}}": "Edit {{label}}",
12354
"Edit Helm Chart Repository": "Edit Helm Chart Repository",
12455
"Edit ProjectHelmChartRepository": "Edit ProjectHelmChartRepository",
56+
"Edit {{label}}": "Edit {{label}}",
12557
"Errors in the form data.": "Errors in the form data.",
58+
"Failed to create Secret.": "Failed to create Secret.",
12659
"False": "False",
12760
"Filter by status": "Filter by status",
12861
"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,28 +64,28 @@
13164
"Helm Chart cannot be installed": "Helm Chart cannot be installed",
13265
"Helm Chart repositories": "Helm Chart repositories",
13366
"Helm Chart repository URL.": "Helm Chart repository URL.",
134-
"Helm chart URL": "Helm chart URL",
13567
"Helm Charts": "Helm Charts",
136-
"Helm release": "Helm release",
13768
"Helm Release": "Helm Release",
13869
"Helm Release details": "Helm Release details",
13970
"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.",
14271
"Helm Releases": "Helm Releases",
14372
"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}}",
14477
"HelmChartRepositories": "HelmChartRepositories",
14578
"HelmChartRepository": "HelmChartRepository",
14679
"Hide advanced options": "Hide advanced options",
14780
"Home page": "Home page",
14881
"Install": "Install",
14982
"Install Helm chart from Helm registry.": "Install Helm chart from Helm registry.",
15083
"Install Helm chart from URL": "Install Helm chart from URL",
151-
"Invalid chart URL format.": "Invalid chart URL format.",
15284
"Invalid Form Schema - {{errorText}}": "Invalid Form Schema - {{errorText}}",
15385
"Invalid Repo URL.": "Invalid Repo URL.",
154-
"Invalid YAML - {{err}}": "Invalid YAML - {{err}}",
15586
"Invalid YAML - {{errorText}}": "Invalid YAML - {{errorText}}",
87+
"Invalid YAML - {{err}}": "Invalid YAML - {{err}}",
88+
"Invalid chart URL format.": "Invalid chart URL format.",
15689
"Items per page": "Items per page",
15790
"Latest Chart version": "Latest Chart version",
15891
"Maintainers": "Maintainers",
@@ -166,9 +99,8 @@
16699
"No release notes available": "No release notes available",
167100
"No versions available": "No versions available",
168101
"None": "None",
169-
"of": "of",
170102
"Partner": "Partner",
171-
"per page": "per page",
103+
"Password or token for OCI/HTTP(S) authentication.": "Password or token for OCI/HTTP(S) authentication.",
172104
"Please enter a URL that is less then 2048 characters.": "Please enter a URL that is less then 2048 characters.",
173105
"Pods": "Pods",
174106
"Proceed": "Proceed",
@@ -194,18 +126,24 @@
194126
"Rollback to Revision {{revision}}": "Rollback to Revision {{revision}}",
195127
"Save": "Save",
196128
"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.",
197130
"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.",
198135
"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",
201136
"Select ConfigMap": "Select ConfigMap",
202137
"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",
203140
"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:",
204141
"Select the version to upgrade to.": "Select the version to upgrade to.",
205142
"Show advanced options": "Show advanced options",
206143
"Source": "Source",
207144
"Status": "Status",
208145
"Status Box": "Status Box",
146+
"TLS Client config": "TLS Client config",
209147
"The Helm Chart is currently unavailable. {{chartError}}": "The Helm Chart is currently unavailable. {{chartError}}",
210148
"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.",
211149
"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,23 +152,28 @@
214152
"The repository name cannot exceed than 2048 characters.": "The repository name cannot exceed than 2048 characters.",
215153
"The version of chart to install.": "The version of chart to install.",
216154
"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",
218155
"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.",
219156
"True": "True",
220157
"Type": "Type",
158+
"URL": "URL",
221159
"Unable to find resource for {{helmLabel}}": "Unable to find resource for {{helmLabel}}",
222160
"Unable to load Helm Release history": "Unable to load Helm Release history",
223161
"Unable to load Helm Releases": "Unable to load Helm Releases",
224162
"Unique name for Helm release.": "Unique name for Helm release.",
163+
"Unique name of the Secret.": "Unique name of the Secret.",
225164
"Unknown error submitting": "Unknown error submitting",
226165
"Update helm chart repository in the namespace.": "Update helm chart repository in the namespace.",
227166
"Update the helm chart repository.": "Update the helm chart repository.",
228167
"Updated": "Updated",
229168
"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.",
232169
"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.",
234173
"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"
236179
}

0 commit comments

Comments
 (0)