added more XLFS (#16399)

This commit is contained in:
Alex Ma
2021-07-22 13:32:10 -07:00
committed by GitHub
parent 64d432c8e2
commit df177ec779
2 changed files with 27 additions and 0 deletions

View File

@@ -652,6 +652,9 @@
<trans-unit id="arc.serviceEndpoints">
<source xml:lang="en">Service endpoints</source>
</trans-unit>
<trans-unit id="arc.serviceEndpointsTable">
<source xml:lang="en">Service endpoints table</source>
</trans-unit>
<trans-unit id="arc.databases">
<source xml:lang="en">Databases</source>
</trans-unit>
@@ -1042,6 +1045,12 @@
<trans-unit id="arc.podsUsedDescription">
<source xml:lang="en">Select a pod in the dropdown below for detailed health information.</source>
</trans-unit>
<trans-unit id="arc.podsUsedDescriptionAria">
<source xml:lang="en">Select a pod in the dropdown below for detailed health information</source>
</trans-unit>
<trans-unit id="arc.podConditionsTable">
<source xml:lang="en">Pod conditions table</source>
</trans-unit>
<trans-unit id="arc.connectToPostgresDescription">
<source xml:lang="en">A connection to the server is required to show and set database engine settings, which will require the PostgreSQL Extension to be installed.</source>
</trans-unit>