[Loc] Update for arc and sql-database-projects (#17148)

This commit is contained in:
Alex Ma
2021-09-23 13:41:37 -07:00
committed by GitHub
parent 626eecf964
commit 44dcee32b8
2 changed files with 17 additions and 2 deletions

View File

@@ -1197,13 +1197,13 @@
<source xml:lang="en">Replicas</source>
</trans-unit>
<trans-unit id="arc.sql.storage-class.data.description">
<source xml:lang="en">The storage class to be used for data (.mdf)</source>
<source xml:lang="en">The storage class to be used for data (.mdf). If no value is specified, the default storage class will be used.</source>
</trans-unit>
<trans-unit id="arc.sql.storage-class.dc.description">
<source xml:lang="en">The storage class to be used for all data and logs persistent volumes for all data controller pods that require them.</source>
</trans-unit>
<trans-unit id="arc.sql.storage-class.logs.description">
<source xml:lang="en">The storage class to be used for logs (/var/log)</source>
<source xml:lang="en">The storage class to be used for logs (/var/log). If no value is specified, the default storage class will be used.</source>
</trans-unit>
<trans-unit id="arc.sql.username">
<source xml:lang="en">Username</source>

View File

@@ -16,6 +16,9 @@
<trans-unit id="PublishHistory">
<source xml:lang="en">Publish History</source>
</trans-unit>
<trans-unit id="SettingAlreadyExists">
<source xml:lang="en">Local app setting '{0}' already exists. Overwrite?</source>
</trans-unit>
<trans-unit id="Status">
<source xml:lang="en">Status</source>
</trans-unit>
@@ -112,6 +115,9 @@
<trans-unit id="createNew">
<source xml:lang="en">Create New</source>
</trans-unit>
<trans-unit id="createNewLocalAppSetting">
<source xml:lang="en">Create new local app setting</source>
</trans-unit>
<trans-unit id="createProjectDialogOkButtonText">
<source xml:lang="en">Create</source>
</trans-unit>
@@ -271,12 +277,18 @@
<trans-unit id="enterConnStringTemplateDescription">
<source xml:lang="en">Enter a template for SQL connection string</source>
</trans-unit>
<trans-unit id="enterConnectionString">
<source xml:lang="en">Enter connection string</source>
</trans-unit>
<trans-unit id="enterConnectionStringEnvName">
<source xml:lang="en">Enter connection string environment variable name</source>
</trans-unit>
<trans-unit id="enterConnectionStringEnvNameDescription">
<source xml:lang="en">Enter environment variable for SQL connection string</source>
</trans-unit>
<trans-unit id="enterConnectionStringSettingName">
<source xml:lang="en">Enter connection string setting name</source>
</trans-unit>
<trans-unit id="enterConnectionStringTemplate">
<source xml:lang="en">Enter connection string template</source>
</trans-unit>
@@ -742,6 +754,9 @@
<trans-unit id="valueCannotBeEmpty">
<source xml:lang="en">Value cannot be empty</source>
</trans-unit>
<trans-unit id="valueMustNotBeEmpty">
<source xml:lang="en">Value must not be empty</source>
</trans-unit>
<trans-unit id="viewFriendlyName">
<source xml:lang="en">View</source>
</trans-unit>