File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
airflow-core/src/airflow/ui/src/i18n Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ import zhTWAssets from "./locales/zh-TW/assets.json";
51
51
import zhTWBrowse from "./locales/zh-TW/browse.json" ;
52
52
import zhTWCommon from "./locales/zh-TW/common.json" ;
53
53
import zhTWComponents from "./locales/zh-TW/components.json" ;
54
- import zhTWConnections from "./locales/zh-TW/connections.json" ;
55
54
import zhTWDags from "./locales/zh-TW/dags.json" ;
56
55
import zhTWDashboard from "./locales/zh-TW/dashboard.json" ;
57
56
@@ -116,7 +115,6 @@ const resources = {
116
115
browse : zhTWBrowse ,
117
116
common : zhTWCommon ,
118
117
components : zhTWComponents ,
119
- connections : zhTWConnections ,
120
118
dags : zhTWDags ,
121
119
dashboard : zhTWDashboard ,
122
120
} ,
Original file line number Diff line number Diff line change 42
42
"githubRepo" : " GitHub 倉庫" ,
43
43
"restApiReference" : " REST API 參考"
44
44
},
45
+ "duration" : " 時間範圍" ,
46
+ "endDate" : " 結束日期" ,
45
47
"expression" : {
46
48
"all" : " 全部" ,
47
49
"and" : " 且" ,
48
50
"any" : " 任何" ,
49
51
"or" : " 或"
50
52
},
51
53
"logicalDate" : " 邏輯日期" ,
52
- "duration" : " 時間範圍" ,
53
- "endDate" : " 結束日期" ,
54
54
"logout" : " 登出" ,
55
55
"logoutConfirmation" : " 確定要登出嗎?" ,
56
56
"mapIndex" : " 映射索引" ,
You can’t perform that action at this time.
0 commit comments