@codingame/monaco-vscode-language-pack-zh-hans 1.85.2 → 1.85.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-zh-hans",
3
- "version": "1.85.2",
3
+ "version": "1.85.4",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@1.85.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@1.85.4"
22
22
  }
23
23
  }
@@ -6632,6 +6632,48 @@ var content = {
6632
6632
  pin: "添加到状态栏",
6633
6633
  reset: "重置语言状态交互计数器",
6634
6634
  unpin: "从状态栏中删除"
6635
+ },
6636
+ "vs/workbench/contrib/localHistory/browser/localHistory": {
6637
+ localHistoryIcon: "日程表视图中本地历史记录条目的图标。",
6638
+ localHistoryRestore: "用于还原本地历史记录条目的内容的图标。"
6639
+ },
6640
+ "vs/workbench/contrib/localHistory/browser/localHistoryCommands": {
6641
+ confirmDeleteAllDetail: "此操作不可逆!",
6642
+ confirmDeleteAllMessage: "是否要删除本地历史记录中所有文件的所有条目?",
6643
+ confirmDeleteDetail: "此操作不可逆!",
6644
+ confirmDeleteMessage: "是否要从 {1} 中删除 {0} 的本地历史记录条目?",
6645
+ confirmRestoreDetail: "还原将放弃任何未保存的更改。",
6646
+ confirmRestoreMessage: "是否要还原“{0}”的内容?",
6647
+ createLocalHistoryEntryTitle: "创建本地历史记录条目",
6648
+ createLocalHistoryPlaceholder: "输入 '{0}' 的本地历史记录条目的新名称",
6649
+ deleteAllButtonLabel: "全部删除(&&D)",
6650
+ deleteButtonLabel: "删除(&&D)",
6651
+ "localHistory.category": "本地历史记录",
6652
+ "localHistory.compareWithFile": "与文件进行比较",
6653
+ "localHistory.compareWithPrevious": "与上一个版本比较",
6654
+ "localHistory.compareWithSelected": "与已选项目进行比较",
6655
+ "localHistory.create": "创建条目",
6656
+ "localHistory.delete": "删除",
6657
+ "localHistory.deleteAll": "全部删除",
6658
+ "localHistory.open": "显示内容",
6659
+ "localHistory.rename": "重命名",
6660
+ "localHistory.restore": "还原内容",
6661
+ "localHistory.restoreViaPicker": "查找要还原的条目",
6662
+ "localHistory.restoreViaPickerMenu": "本地历史记录: 查找要还原的条目...",
6663
+ "localHistory.selectForCompare": "选择以进行比较",
6664
+ localHistoryCompareToFileEditorLabel: "{0} ({1} • {2}) ↔ {3}",
6665
+ localHistoryCompareToPreviousEditorLabel: "{0} ({1} • {2}) ↔ {3} ({4} • {5})",
6666
+ localHistoryEditorLabel: "{0} ({1} • {2})",
6667
+ "localHistoryRestore.source": "已还原文件",
6668
+ renameLocalHistoryEntryTitle: "重命名本地历史记录条目",
6669
+ renameLocalHistoryPlaceholder: "输入本地历史记录条目的新名称",
6670
+ restoreButtonLabel: "还原(&&R)",
6671
+ "restoreViaPicker.entryPlaceholder": "选择要打开的本地历史记录条目",
6672
+ "restoreViaPicker.filePlaceholder": "选择要显示其本地历史记录的文件",
6673
+ unableToRestore: "无法还原“{0}”。"
6674
+ },
6675
+ "vs/workbench/contrib/localHistory/browser/localHistoryTimeline": {
6676
+ localHistory: "本地历史记录"
6635
6677
  },
6636
6678
  "vs/workbench/contrib/logs/common/logs.contribution": {
6637
6679
  "remote name": "{0} (远程)",
@@ -9981,6 +10023,35 @@ var content = {
9981
10023
  "themes.selectProductIconTheme.label": "产品图标主题",
9982
10024
  "themes.selectTheme": "选择颜色主题 (按上下箭头键预览)",
9983
10025
  "toggleLightDarkThemes.label": "在浅色/深色主题之间切换"
10026
+ },
10027
+ "vs/workbench/contrib/timeline/browser/timeline.contribution": {
10028
+ "files.openTimeline": "打开时间线",
10029
+ filterTimeline: "筛选器时间线",
10030
+ "timeline.pageOnScroll": "实验性。控制在滚动到列表结尾时,时间线视图是否将加载下一页的项目。",
10031
+ "timeline.pageSize": "默认情况下以及在加载更多项目时在时间线视图中显示的项目数。如果设置为 \"null\" (默认值),则将根据时间线视图的可见区域自动选择一个页面大小。",
10032
+ timelineConfigurationTitle: "时间线",
10033
+ timelineFilter: "筛选器时间线操作的图标。",
10034
+ timelineOpenIcon: "“打开时间线”操作的图标。",
10035
+ timelineViewIcon: "查看时间线视图的图标。"
10036
+ },
10037
+ "vs/workbench/contrib/timeline/browser/timelinePane": {
10038
+ refresh: "刷新",
10039
+ timeline: "时间线",
10040
+ "timeline.aria.item": "{0}: {1}",
10041
+ "timeline.editorCannotProvideTimeline": "活动编辑器无法提供时间线信息。",
10042
+ "timeline.loadMore": "加载更多",
10043
+ "timeline.loading": "正在加载 {0} 的时间线 ...",
10044
+ "timeline.loadingMore": "正在加载…",
10045
+ "timeline.noLocalHistoryYet": "除非文件已被排除或太大,否则本地历史记录将跟踪你保存的最新更改。",
10046
+ "timeline.noSCM": "尚未配置源代码管理。",
10047
+ "timeline.noTimelineInfo": "未提供时间表信息。",
10048
+ "timeline.noTimelineInfoFromEnabledSources": "未提供筛选的时间线信息。",
10049
+ "timeline.noTimelineSourcesEnabled": "已筛选掉所有时间线源。",
10050
+ "timeline.toggleFollowActiveEditorCommand.follow": "固定当前时间线",
10051
+ "timeline.toggleFollowActiveEditorCommand.unfollow": "取消固定当前时间线",
10052
+ timelinePin: "“固定时间线”操作的图标。",
10053
+ timelineRefresh: "“刷新时间线”操作的图标。",
10054
+ timelineUnpin: "“取消固定时间线”操作的图标。"
9984
10055
  },
9985
10056
  "vs/workbench/contrib/typeHierarchy/browser/typeHierarchy.contribution": {
9986
10057
  close: "关闭",
@@ -11660,6 +11731,15 @@ var content = {
11660
11731
  },
11661
11732
  "vs/workbench/services/workingCopy/common/storedFileWorkingCopySaveParticipant": {
11662
11733
  saveParticipants: "正在保存“{0}”"
11734
+ },
11735
+ "vs/workbench/services/workingCopy/common/workingCopyHistoryService": {
11736
+ "default.source": "已保存文件",
11737
+ "join.workingCopyHistory": "正在保存本地历史记录",
11738
+ "moved.source": "已移动文件",
11739
+ "renamed.source": "已重命名文件"
11740
+ },
11741
+ "vs/workbench/services/workingCopy/common/workingCopyHistoryTracker": {
11742
+ "undoRedo.source": "撤消/重做"
11663
11743
  },
11664
11744
  "vs/workbench/services/workspaces/browser/abstractWorkspaceEditingService": {
11665
11745
  errorInvalidTaskConfiguration: "无法写入工作区配置文件。请打开文件以更正错误或警告,然后重试。",