Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "描述",
"key": "鍵",
"name": "名稱",
"team": "團隊",
"value": "值"
},
"config": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,14 @@
"activeFilter": "啟用過濾器",
"clearFilter": "清除過濾器",
"clickTask": "點擊一個任務以將其選為過濾根",
"depth": "深度",
"direction": "方向",
"label": "過濾器",
"mode": "模式",
"modes": {
"static": "靜態",
"traverse": "遍歷"
},
"options": {
"both": "上游和下游",
"downstream": "下游",
Expand Down
Loading