Langpack Source update with fix for hashed strings (#24400)

* Initial update to german vscode

* more cleanup for vscode git german.

* added working alias replacer, need to add all string entities

* added aliased bundle strings

* added extension files, need to update package and readme

* added update to changelog, and restored vscode extensions

* added comments
This commit is contained in:
Alex Ma
2023-09-14 10:10:49 -07:00
committed by GitHub
parent d9b5d71148
commit 523dd8ad4b
614 changed files with 193655 additions and 168544 deletions

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/Microsoft.query-history/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="errorLoading">
<source xml:lang="en">Error loading saved query history items. {0}</source>
<target state="translated">加载保存的查询历史记录项时出错。{0}</target>
</trans-unit>
<trans-unit id="failed">
<source xml:lang="en">Failed</source>
<target state="translated">失败</target>
</trans-unit>
<trans-unit id="succeeded">
<source xml:lang="en">Succeeded</source>
<target state="translated">成功</target>
</trans-unit>
</body>
</file>
<file original="extensions/Microsoft.query-history/package" source-language="en" datatype="plaintext" target-language="zh-Hans">
<body>
<trans-unit id="queryHistory.clear">
<source xml:lang="en">Clear All History</source>
<target state="translated">清除所有历史记录</target>
</trans-unit>
<trans-unit id="queryHistory.delete">
<source xml:lang="en">Delete</source>
<target state="translated">删除</target>
</trans-unit>
<trans-unit id="queryHistory.loading">
<source xml:lang="en">Loading saved entries...</source>
<target state="translated">正在加载已保存的条目...</target>
</trans-unit>
<trans-unit id="queryHistory.maxEntries">
<source xml:lang="en">Maximum number of entries to store. 0 means unlimited entries are stored. Increasing this limit may impact performance, especially if persistence is enabled.</source>
<target state="translated">要存储的最大条目数。0 表示存储无限条目。增加此上限可能会影响性能,尤其是在启用持久性的情况下。</target>
</trans-unit>
<trans-unit id="queryHistory.noEntries">
<source xml:lang="en">No queries to display</source>
<target state="translated">没有要显示的查询</target>
</trans-unit>
<trans-unit id="queryHistory.open">
<source xml:lang="en">Open Query</source>
<target state="translated">打开查询</target>
</trans-unit>
<trans-unit id="queryHistory.doubleClickAction.run">
<source xml:lang="en">Open a new connected editor with the query and connection from the selected history item and automatically run the query</source>
<target state="translated">使用所选历史记录项中的查询和连接打开新的连接编辑器,并自动运行查询</target>
</trans-unit>
<trans-unit id="queryHistory.doubleClickAction.open">
<source xml:lang="en">Open a new disconnected editor with the query from the selected history item</source>
<target state="translated">使用所选历史记录项中的查询打开新的断开连接的编辑器</target>
</trans-unit>
<trans-unit id="queryHistory.openStorageFolder">
<source xml:lang="en">Open storage folder</source>
<target state="translated">打开存储文件夹</target>
</trans-unit>
<trans-unit id="queryHistory.disableCapture">
<source xml:lang="en">Pause Query History Capture</source>
<target state="translated">暂停查询历史记录捕获</target>
</trans-unit>
<trans-unit id="queryHistory.displayName">
<source xml:lang="en">Query History</source>
<target state="translated">查询历史记录</target>
</trans-unit>
<trans-unit id="queryHistory.run">
<source xml:lang="en">Run Query</source>
<target state="translated">运行查询</target>
</trans-unit>
<trans-unit id="queryHistory.enableCapture">
<source xml:lang="en">Start Query History Capture</source>
<target state="translated">开始查询历史记录捕获</target>
</trans-unit>
<trans-unit id="queryHistory.doubleClickAction">
<source xml:lang="en">The action taken when a history item is double clicked</source>
<target state="translated">双击历史记录项时执行的操作</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.captureEnabledDesc">
<source xml:lang="en">Whether Query History capture is enabled. If false queries executed will not be captured.</source>
<target state="translated">是否启用查询历史记录捕获。若为 false则不捕获所执行的查询。</target>
</trans-unit>
<trans-unit id="queryHistory.persistHistory">
<source xml:lang="en">Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.</source>
<target state="translated">查询历史记录是否在重新启动时保留。如果为 false则在应用程序退出时清除历史记录。</target>
</trans-unit>
</body>
</file>
</xliff>