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: site/src/i18n/en/createTemplatePage.json
+15-4
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,17 @@
26
26
"displayName": "Display name",
27
27
"description": "Description",
28
28
"icon": "Icon",
29
-
"autoStop": "Auto-stop default",
30
-
"maxTTL": "Maximum lifetime of workspaces",
29
+
"autoStop": "Default auto-stop",
30
+
"maxTTL": "Max. Lifetime",
31
31
"allowUsersToCancel": "Allow users to cancel in-progress workspace jobs"
32
32
},
33
33
"helperText": {
34
-
"autoStop": "Time in hours",
35
-
"maxTTL": "Time in hours",
34
+
"defaultTTLHelperText_zero": "Workspaces will run until stopped manually.",
35
+
"defaultTTLHelperText_one": "Workspaces will default to stopping after {{count}} hour.",
36
+
"defaultTTLHelperText_other": "Workspaces will default to stopping after {{count}} hours.",
37
+
"maxTTLHelperText_zero": "Workspaces may run indefinitely.",
38
+
"maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting.",
39
+
"maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting.",
36
40
"allowUsersToCancel": "If checked, users may be able to corrupt their workspace."
37
41
},
38
42
"upload": {
@@ -41,6 +45,13 @@
41
45
},
42
46
"tooltip": {
43
47
"allowUsersToCancel": "Depending on your template, canceling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases."
48
+
},
49
+
"error": {
50
+
"descriptionMax": "Please enter a description that is less than or equal to 128 characters.",
51
+
"defaultTTLMax": "Please enter a limit that is less than or equal to 168 hours (7 days).",
52
+
"defaultTTLMin": "Default time until auto-stop must not be less than 0.",
53
+
"maxTTLMax": "Please enter a limit that is less than or equal to 168 hours (7 days).",
54
+
"maxTTLMin": "Maximum time until auto-stop must not be less than 0."
Copy file name to clipboardExpand all lines: site/src/i18n/en/templateSettingsPage.json
+8-8
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@
4
4
"displayNameLabel": "Display name",
5
5
"descriptionLabel": "Description",
6
6
"descriptionMaxError": "Please enter a description that is less than or equal to 128 characters.",
7
-
"defaultTtlLabel": "Auto-stop default",
8
-
"maxTtlLabel": "Maximum lifetime for started workspaces",
7
+
"defaultTtlLabel": "Default auto-stop",
8
+
"maxTtlLabel": "Max. Lifetime",
9
9
"iconLabel": "Icon",
10
10
"formAriaLabel": "Template settings form",
11
11
"selectEmoji": "Select emoji",
12
12
"defaultTTLMaxError": "Please enter a limit that is less than or equal to 168 hours (7 days).",
13
13
"defaultTTLMinError": "Default time until auto-stop must not be less than 0.",
14
-
"defaultTTLHelperText_zero": "Workspaces created from this template will run until stopped manually.",
15
-
"defaultTTLHelperText_one": "Workspaces created from this template will default to stopping after {{count}} hour.",
16
-
"defaultTTLHelperText_other": "Workspaces created from this template will default to stopping after {{count}} hours.",
14
+
"defaultTTLHelperText_zero": "Workspaces will run until stopped manually.",
15
+
"defaultTTLHelperText_one": "Workspaces will default to stopping after {{count}} hour.",
16
+
"defaultTTLHelperText_other": "Workspaces will default to stopping after {{count}} hours.",
17
17
"maxTTLMaxError": "Please enter a limit that is less than or equal to 168 hours (7 days).",
18
18
"maxTTLMinError": "Maximum time until auto-stop must not be less than 0.",
19
-
"maxTTLHelperText_zero": "Workspaces created from this template may run indefinitely.",
20
-
"maxTTLHelperText_one": "Workspaces created from this template must stop within {{count}} hour of starting.",
21
-
"maxTTLHelperText_other": "Workspaces created from this template must stop within {{count}} hours of starting.",
19
+
"maxTTLHelperText_zero": "Workspaces may run indefinitely.",
20
+
"maxTTLHelperText_one": "Workspaces must stop within 1 hour of starting.",
21
+
"maxTTLHelperText_other": "Workspaces must stop within {{count}} hours of starting.",
22
22
"allowUserCancelWorkspaceJobsLabel": "Allow users to cancel in-progress workspace jobs.",
23
23
"allowUserCancelWorkspaceJobsNotice": "Depending on your template, canceling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases.",
24
24
"allowUsersCancelHelperText": "If checked, users may be able to corrupt their workspace.",
0 commit comments