forked from asispts/neo-git-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.zh-tw.json
More file actions
54 lines (54 loc) · 5.05 KB
/
Copy pathpackage.nls.zh-tw.json
File metadata and controls
54 lines (54 loc) · 5.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"displayName": "Git Graph Libre",
"description": "延續 Git Graph MIT 譜系的 Copyleft(AGPL-3.0-or-later)分支。視覺化歷史記錄、分支操作和開發容器支援。",
"command.view": "檢視 Git 圖形 (git log)",
"command.clearAvatarCache": "清除頭像快取",
"command.searchCommits": "搜尋 Git 圖形提交",
"command.viewActiveEditorRepo": "檢視作用中編輯器存放庫的 Git 圖形",
"command.addRepo": "新增 Git 圖形存放庫",
"command.removeRepo": "移除 Git 圖形存放庫",
"command.showDiagnostics": "顯示 Git 圖形診斷",
"config.title": "Git Graph Libre",
"config.autoCenterCommitDetailsView": "開啟提交詳情檢視時自動置中顯示。",
"config.commitDetails.fileViewMode": "指定提交詳情中變更檔案的顯示方式。",
"config.commitDetails.fileViewMode.tree": "依資料夾分組顯示變更檔案",
"config.commitDetails.fileViewMode.list": "以扁平路徑清單顯示變更檔案",
"config.commitDetails.compactFolders": "在提交詳情檔案樹中摺疊單子資料夾鏈。",
"config.dateFormat": "指定 Git 圖形日期欄中使用的日期格式。",
"config.dateFormat.dateTime": "顯示日期和時間,例如 \"2019年3月19日 21:34\"",
"config.dateFormat.dateOnly": "僅顯示日期,例如 \"2019年3月19日\"",
"config.dateFormat.relative": "顯示相對時間,例如 \"5 分鐘前\"",
"config.dateType": "指定在 Git 圖形中顯示的日期類型。",
"config.dateType.authorDate": "使用提交的作者日期",
"config.dateType.commitDate": "使用提交的提交者日期",
"config.columns.signature": "預設顯示提交簽章欄。您可以從表頭內容選單暫時切換該欄。僅當該欄可見時才會執行簽章驗證。",
"config.fetchAvatars": "取得提交作者和提交者的頭像。啟用此設定即表示您同意將提交作者和提交者的電子郵件地址傳送到 GitHub、GitLab 或 Gravatar(取決於存放庫的遠端來源)。",
"config.customBranchGlobPatterns": "在「分支」下拉選單中顯示的自訂分支 glob 預設。每個 glob 都會作為 --glob=<pattern> 傳遞給 git log。",
"config.customBranchGlobPatterns.name": "在「分支」下拉選單中顯示的名稱。",
"config.customBranchGlobPatterns.glob": "Git 參照 glob 模式,例如 heads/feature/* 或 refs/remotes/origin/release/*。",
"config.contextMenuActionsVisibility": "控制 Git 圖形內容選單中顯示的操作。將已知 group/action 布林值設為 false 可隱藏操作。",
"config.repository.showRemoteBranches": "預設顯示遠端分支。存放庫設定可依存放庫覆寫此值。",
"config.repository.showStashes": "預設顯示貯藏。存放庫設定可依存放庫覆寫此值。",
"config.repository.showTags": "預設顯示標籤。存放庫設定可依存放庫覆寫此值。",
"config.repository.includeReflog": "預設包含僅由 reflog 提到的提交。存放庫設定可依存放庫覆寫此值。",
"config.repository.includeUnreachableCommits": "顯示所有分支時,探索並包含無法到達的提交物件。此操作會掃描 Git 物件資料庫,在大型存放庫中可能較慢。存放庫設定可依存放庫覆寫此值。",
"config.repository.onlyFollowFirstParent": "預設僅跟隨提交的第一個父提交。存放庫設定可依存放庫覆寫此值。",
"config.repository.muteCommitsNotAncestorsOfHead": "淡化不是已載入 HEAD 祖先的提交。僅當 HEAD 提交已載入到圖形中時生效。",
"config.graphColors": "指定圖形上使用的顏色。",
"config.revealHighlightColor": "指定定位到提交列時使用的醒目提示顏色。",
"config.graphStyle": "指定圖形的樣式。",
"config.graphStyle.rounded": "在圖形中的分支之間過渡時使用平滑曲線",
"config.graphStyle.angular": "在圖形中的分支之間過渡時使用直角線條",
"config.graph.fontSize": "指定圖形列使用的字型大小(像素)。",
"config.graph.rowHeight": "指定圖形列使用的列高(像素)。",
"config.shortHashLength": "指定縮寫提交雜湊顯示的字元數。",
"config.initialLoadCommits": "指定初始載入的提交數量。",
"config.loadMoreCommits": "指定按下「載入更多提交」按鈕時要載入的提交數量(僅在有更多提交可用時顯示)。",
"config.maxDepthOfRepoSearch": "指定在工作區中發現存放庫時搜尋的子資料夾最大深度。",
"config.showCurrentBranchByDefault": "開啟 Git 圖形時預設顯示目前分支。預設值:false(顯示所有分支)",
"config.showStatusBarItem": "顯示狀態列項目,按一下時開啟 Git 圖形。",
"config.showUncommittedChanges": "顯示未提交的變更(在大型存放庫上設定為 false 以減少載入時間)。",
"config.tabIconColorTheme": "指定 Git 圖形分頁上顯示的圖示的顏色主題。",
"config.tabIconColorTheme.color": "顯示適合大多數 Visual Studio Code 顏色主題的彩色圖示",
"config.tabIconColorTheme.grey": "顯示適合以灰階為主的 Visual Studio Code 顏色主題的灰色圖示"
}