|
22 | 22 | "failureTTLHelperText_zero": "Coder will not automatically stop failed workspaces",
|
23 | 23 | "failureTTLHelperText_one": "Coder will attempt to stop failed workspaces after {{count}} day.",
|
24 | 24 | "failureTTLHelperText_other": "Coder will attempt to stop failed workspaces after {{count}} days.",
|
25 |
| - "inactivityTTLHelperText_zero": "Coder will not automatically lock inactive workspaces", |
26 |
| - "inactivityTTLHelperText_one": "Coder will automatically lock inactive workspaces after {{count}} day.", |
27 |
| - "inactivityTTLHelperText_other": "Coder will automatically lock inactive workspaces after {{count}} days.", |
28 |
| - "lockedTTLHelperText_zero": "Coder will not automatically delete locked workspaces", |
29 |
| - "lockedTTLHelperText_one": "Coder will automatically delete locked workspaces after {{count}} day.", |
30 |
| - "lockedTTLHelperText_other": "Coder will automatically delete locked workspaces after {{count}} days.", |
| 25 | + "inactivityTTLHelperText_zero": "Coder will not mark workspaces as inactive", |
| 26 | + "inactivityTTLHelperText_one": "Coder will will mark workspaces as inactive after {{count}} day without user connections.", |
| 27 | + "inactivityTTLHelperText_other": "Coder will will mark workspaces as inactive after {{count}} days without user connections", |
| 28 | + "lockedTTLHelperText_zero": "Coder will not automatically delete inactive workspaces", |
| 29 | + "lockedTTLHelperText_one": "Coder will automatically delete inactive workspaces after {{count}} day.", |
| 30 | + "lockedTTLHelperText_other": "Coder will automatically delete inactive workspaces after {{count}} days.", |
31 | 31 | "allowUserCancelWorkspaceJobsLabel": "Allow users to cancel in-progress workspace jobs.",
|
32 | 32 | "allowUserCancelWorkspaceJobsNotice": "Depending on your template, canceling builds may leave workspaces in an unhealthy state. This option isn't recommended for most use cases.",
|
33 | 33 | "allowUsersCancelHelperText": "If checked, users may be able to corrupt their workspace.",
|
|
0 commit comments