Update for Language XLFs for August Release (#16522)

This commit is contained in:
Alex Ma
2021-08-02 10:38:54 -07:00
committed by GitHub
parent 3af2b4a13d
commit 373a519f25
60 changed files with 1600 additions and 590 deletions

View File

@@ -748,13 +748,17 @@
<source xml:lang="en">Reset Password</source>
<target state="translated">パスワードの再設定</target>
</trans-unit>
<trans-unit id="arc.addExtensions">
<source xml:lang="en">Add extensions</source>
<target state="translated">拡張機能の追加</target>
<trans-unit id="arc.loadExtensions">
<source xml:lang="en">Load extensions</source>
<target state="translated">拡張機能の読み込み</target>
</trans-unit>
<trans-unit id="arc.dropExtensions">
<source xml:lang="en">Drop extensions</source>
<target state="translated">拡張機能の削除</target>
<trans-unit id="arc.unloadExtensions">
<source xml:lang="en">Unload extensions</source>
<target state="translated">拡張機能のアンロード</target>
</trans-unit>
<trans-unit id="arc.noExtensions">
<source xml:lang="en">No extensions listed in configuration.</source>
<target state="translated">構成に拡張機能が一覧表示されていません。</target>
</trans-unit>
<trans-unit id="arc.openInAzurePortal">
<source xml:lang="en">Open in Azure Portal</source>
@@ -868,6 +872,10 @@
<source xml:lang="en">Service endpoints</source>
<target state="translated">サービス エンドポイント</target>
</trans-unit>
<trans-unit id="arc.serviceEndpointsTable">
<source xml:lang="en">Service endpoints table</source>
<target state="translated">サービス エンドポイント テーブル</target>
</trans-unit>
<trans-unit id="arc.databases">
<source xml:lang="en">Databases</source>
<target state="translated">データベース</target>
@@ -1388,6 +1396,14 @@
<source xml:lang="en">Select a pod in the dropdown below for detailed health information.</source>
<target state="translated">正常性情報の詳細を参照するには、下のドロップダウンリストからポッドを選択してください。</target>
</trans-unit>
<trans-unit id="arc.podsUsedDescriptionAria">
<source xml:lang="en">Select a pod in the dropdown below for detailed health information</source>
<target state="translated">正常性情報の詳細を参照するには、下のドロップダウンリストからポッドを選択してください</target>
</trans-unit>
<trans-unit id="arc.podConditionsTable">
<source xml:lang="en">Pod conditions table</source>
<target state="translated">ポッド条件テーブル</target>
</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>
<target state="translated">データベース エンジンの設定を表示して設定するには、サーバーへの接続が必要であり、そのためにはPostgreSQL Extension のインストールが必要です。</target>
@@ -1496,6 +1512,11 @@
<source xml:lang="en">Updated {0}</source>
<target state="translated">更新: {0}</target>
</trans-unit>
<trans-unit id="arc.connectionString">
<source xml:lang="en">Connection string for {0}</source>
<note>{0} is the name of the type of connection string (e.g. Java)</note>
<target state="translated">{0} の接続文字列</target>
</trans-unit>
<trans-unit id="arc.copyConnectionStringToClipboard">
<source xml:lang="en">Copy {0} Connection String to clipboard</source>
<note>{0} is the name of the type of connection string (e.g. Java)</note>