Skip to content

Commit eb18431

Browse files
authored
添加词条 & fix #619 (#627)
1 parent d451147 commit eb18431

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

locals.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ I18N.conf = {
6868
"tbody", // 代码差异
6969
".js-preview-body", // 新建拉取请求 - 正文编辑器预览
7070
],
71-
'repository/commit': ["td.blob-code"], // 代码差异 分屏/同屏
71+
'repository/commit': ["td.blob-code", "div.diff-text-inner"], // 代码差异 分屏/同屏
7272
'repository/blob': [
7373
"#highlighted-line-menu-positioner", // 代码视图 存在
7474
"#repos-sticky-header", // 代码视图 置顶标题
@@ -705,7 +705,9 @@ I18N["zh-CN"]["public"] = { // 公共区域翻译
705705
"Pricing": "价格",
706706

707707
// 左上角下拉栏 (已登录)
708+
"Open menu": "打开菜单",
708709
"Close menu": "关闭菜单",
710+
"Homepage": "主页",
709711
"Home": "主页",
710712
"Feed": "动态",
711713
"Issues": "议题",
@@ -845,6 +847,9 @@ I18N["zh-CN"]["public"] = { // 公共区域翻译
845847
"Note: commenting on rich diff views of notebooks is not yet supported": "注意:尚不支持对 Jupyter Notebook 的丰富差异视图进行评论",
846848
"New Files Changed Experience": "新版文件更改体验",
847849
"Feature enabling the new Files Changed Page": "启用新版更改的文件页",
850+
"New Files Changed Perf Experiment": "新版更改的文件性能优化",
851+
"Performance improvement for reviewing large pull requests in the New Files Changed experience. When enabled, the new experience uses virtualization to reduces the number of DOM elements and event listeners the browser has to manage. This can significantly improve memory utilization and the responsiveness of the page.": "这项性能优化针对“新版文件更改体验”中审查大型拉取请求的场景。启用后,新体验将采用虚拟化技术,减少浏览器需要管理的 DOM 元素数量和事件监听器数量,从而显著改善内存占用并提升页面响应速度。",
852+
"Note: this features only works when the New Files Changed Experience feature preview is enabled.": "注意:此功能仅在启用“新版文件更改体验”功能预览时才生效。",
848853
"Slash Commands": "斜杠命令",
849854
"Slash commands make it easier to type more complex Markdown, such as tables, tasklists, and code blocks.": "斜线命令可以让您更轻松地输入更复杂的 Markdown,如表格、任务列表和代码块。",
850855
"Simply type": "只需在议题、拉取请求和讨论中键入",
@@ -9886,6 +9891,7 @@ I18N["zh-CN"]["repository/issues"] = { // 仓库 - 议题页面
98869891
"Signed-in user": "已登录用户",
98879892
// Copilot
98889893
"Your AI pair programmer": "您的 AI 编程助理",
9894+
"Assign to Copilot": "受理给 Copilot",
98899895
"Exclude assignee": "排除受理人",
98909896
"Author": "作者",
98919897
"Has author": "包含作者",
@@ -10030,6 +10036,7 @@ I18N["zh-CN"]["repository/issues"] = { // 仓库 - 议题页面
1003010036
"Empty value for": "空值",
1003110037
"Invalid value": "无效值",
1003210038
"for": "对于",
10039+
"Unbalanced quotation marks": "引号不匹配",
1003310040

1003410041
"Order": "顺序",
1003510042

0 commit comments

Comments
 (0)