You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locale/zh/messages.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -758,6 +758,7 @@
758
758
"No health checks available": "无可用的运行状况检查",
759
759
"No linked clusters": "无链接集群",
760
760
"No log files found on this agent.": "此代理上未找到日志文件。",
761
+
"No more jobs to choose from.": "",
761
762
"No nodes detected": "未检测到节点",
762
763
"No package repositories": "无包存储库",
763
764
"No quota defined": "未定义配额",
@@ -1131,6 +1132,7 @@
1131
1132
"This host declined an offer because it has scarce resources (e.g. GPUs).": "",
1132
1133
"This host port will be accessible as an environment variable called '$PORT{index}'. <0>More information</0>.": "此主机端口可以作为一个名为 '$PORT{index}' 的环境变量进行访问。<0>更多信息</0>.",
1133
1134
"This host port will be accessible as an environment variable called {environmentVariableName}. <0>More information</0>.": "此主机端口可以作为一个名为 {environmentVariableName} 的环境变量进行访问。<0>更多信息</0>.",
1135
+
"This job will run whenever its last successful run is older than all of its dependencies' latest successful runs.": "",
1134
1136
"This package can only be installed using the CLI. See the <0>documentation</0>.": "此包仅可使用 CLI 进行安装。查看 <0>文档</0>.",
1135
1137
"This package is known to have issues when started with its default settings.": "",
1136
1138
"This port will be used to load balance this service address internally": "此端口将用于在内部负载均衡此服务地址",
Copy file name to clipboardExpand all lines: src/js/stores/dcos-version.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ export default fromFetch(
26
26
variant: json["dcos-variant"]asstring,
27
27
// we could just pass through the version itself. but having long identifiers will make it easier to understand why some code is conditional and also to remove that conditional again.
0 commit comments