Update to Localized XLFS (#16312)

* Update for German Resources

* added strings for Spanish XLFs

* added french resource xlfs

* massive commit on 7/18/21

* another update to extensions and sql
This commit is contained in:
Alex Ma
2021-07-19 13:22:07 -07:00
committed by GitHub
parent 379c60dd27
commit e0cad0231d
142 changed files with 64429 additions and 98 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/query-history/package" source-language="en" datatype="plaintext" target-language="ja">
<body>
<trans-unit id="queryHistory.displayName">
<source xml:lang="en">Query History</source>
<target state="translated">Query History</target>
</trans-unit>
<trans-unit id="queryHistory.description">
<source xml:lang="en">View and run previously executed queries</source>
<target state="translated">以前に実行したクエリを表示して実行します</target>
</trans-unit>
<trans-unit id="queryHistory.clear">
<source xml:lang="en">Clear All History</source>
<target state="translated">すべての履歴をクリア</target>
</trans-unit>
<trans-unit id="queryHistory.toggleCapture">
<source xml:lang="en">Toggle Query History Capture</source>
<target state="translated">Query History キャプチャの切り替え</target>
</trans-unit>
</body>
</file>
</xliff>