[Loc] update to several extensions xlfs (#19892)

This commit is contained in:
Alex Ma
2022-06-29 17:02:04 -07:00
committed by GitHub
parent 6c6e46ae2d
commit 331ae94ebf
3 changed files with 28 additions and 4 deletions

View File

@@ -1085,6 +1085,12 @@
<trans-unit id="arc.data.controller.cluster.environment.title">
<source xml:lang="en">What is your target existing Kubernetes cluster environment?</source>
</trans-unit>
<trans-unit id="arc.data.controller.cluster.name">
<source xml:lang="en">Cluster Name</source>
</trans-unit>
<trans-unit id="arc.data.controller.cluster.name.description">
<source xml:lang="en">The name of the cluster. Direct mode only.</source>
</trans-unit>
<trans-unit id="arc.data.controller.connectivity.mode">
<source xml:lang="en">Connectivity mode</source>
</trans-unit>
@@ -1155,7 +1161,7 @@
<source xml:lang="en">Data controller namespace</source>
</trans-unit>
<trans-unit id="arc.data.controller.namespace.description">
<source xml:lang="en">Indirect mode only.</source>
<source xml:lang="en">Data controller namespace. Indirect mode only.</source>
</trans-unit>
<trans-unit id="arc.data.controller.namespace.validation.description">
<source xml:lang="en">Namespace must consist of lower case alphanumeric characters or '-', start/end with an alphanumeric character, and be 63 characters or fewer in length.</source>
@@ -1196,9 +1202,15 @@
<trans-unit id="arc.data.controller.summary.cluster.context">
<source xml:lang="en">Cluster context</source>
</trans-unit>
<trans-unit id="arc.data.controller.summary.cluster.name">
<source xml:lang="en">Cluster name</source>
</trans-unit>
<trans-unit id="arc.data.controller.summary.controller">
<source xml:lang="en">Controller</source>
</trans-unit>
<trans-unit id="arc.data.controller.summary.data.controller.custom.location">
<source xml:lang="en">Data controller custom location</source>
</trans-unit>
<trans-unit id="arc.data.controller.summary.data.controller.infrastructure">
<source xml:lang="en">Data controller infrastructure</source>
</trans-unit>