|
6 | 6 | "add": "Add", |
7 | 7 | "yes": "Yes", |
8 | 8 | "no": "No", |
| 9 | + "create_": "Create", |
9 | 10 | "create": "Create {{text}}", |
10 | 11 | "edit": "Edit", |
11 | 12 | "delete": "Delete", |
|
206 | 207 | "backends": "Backends", |
207 | 208 | "base_backends_description": "dstack will automatically collect offers from the following providers. Deselect providers you don’t want to use.", |
208 | 209 | "backends_description": "The following backends can be configured with your own cloud credentials in the project settings after the project is created.", |
209 | | - "default_fleet": "Create default fleet", |
210 | | - "default_fleet_description": "You can create default fleet for project", |
| 210 | + "default_fleet": "Create a default fleet", |
| 211 | + "default_fleet_description": "At least one fleet is required to create dev environments, submit tasks, or run services", |
211 | 212 | "fleet_name": "Name", |
212 | 213 | "fleet_name_description": "The name of the fleet, e.g. 'my-fleet'", |
213 | 214 | "fleet_name_placeholder": "Optional", |
214 | 215 | "fleet_name_constraint": "If not specified, generated automatically", |
215 | 216 | "fleet_min_instances": "Min number of instances", |
216 | | - "fleet_min_instances_description": "Only digits", |
| 217 | + "fleet_min_instances_description": "Specify \"0\" if you want instances to be created on demand", |
217 | 218 | "fleet_max_instances": "Max number of instances", |
218 | | - "fleet_max_instances_description": "Only digits", |
| 219 | + "fleet_max_instances_description": "Specify it only if you want to limit the maximum number of instances", |
219 | 220 | "fleet_max_instances_placeholder": "Optional", |
220 | 221 | "fleet_idle_duration": "Idle duration", |
221 | | - "fleet_idle_duration_description": "e.g. 0s, 1m, 1h", |
| 222 | + "fleet_idle_duration_description": "For how long instances should be kept idle before termination, e.g. \"0s\", \"1m\", \"1h\"", |
222 | 223 | "is_public": "Make project public", |
223 | 224 | "is_public_description": "Public projects can be accessed by any user without being a member", |
224 | 225 | "backend": "Backend", |
|
0 commit comments