|
209 | 209 | "backends_description": "The following backends can be configured with your own cloud credentials in the project settings after the project is created.", |
210 | 210 | "default_fleet": "Create a default fleet", |
211 | 211 | "default_fleet_description": "At least one fleet is required to create dev environments, submit tasks, or run services", |
212 | | - "fleet_name": "Name", |
213 | | - "fleet_name_description": "The name of the fleet, e.g. 'my-fleet'", |
214 | | - "fleet_name_placeholder": "Optional", |
215 | | - "fleet_name_constraint": "If not specified, generated automatically", |
216 | | - "fleet_min_instances": "Min number of instances", |
217 | | - "fleet_min_instances_description": "Specify \"0\" if you want instances to be created on demand", |
218 | | - "fleet_max_instances": "Max number of instances", |
219 | | - "fleet_max_instances_description": "Specify it only if you want to limit the maximum number of instances", |
220 | | - "fleet_max_instances_placeholder": "Optional", |
221 | | - "fleet_idle_duration": "Idle duration", |
222 | | - "fleet_idle_duration_description": "For how long instances should be kept idle before termination, e.g. \"0s\", \"1m\", \"1h\"", |
223 | 212 | "is_public": "Make project public", |
224 | 213 | "is_public_description": "Public projects can be accessed by any user without being a member", |
225 | 214 | "backend": "Backend", |
|
625 | 614 | "spot": "Spot", |
626 | 615 | "started": "Started", |
627 | 616 | "price": "Price" |
| 617 | + }, |
| 618 | + "edit": { |
| 619 | + "name": "Name", |
| 620 | + "name_description": "The name of the fleet, e.g. 'my-fleet'", |
| 621 | + "name_placeholder": "Optional", |
| 622 | + "name_constraint": "If not specified, generated automatically", |
| 623 | + "min_instances": "Min number of instances", |
| 624 | + "min_instances_description": "Specify \"0\" if you want instances to be created on demand", |
| 625 | + "max_instances": "Max number of instances", |
| 626 | + "max_instances_description": "Specify it only if you want to limit the maximum number of instances", |
| 627 | + "max_instances_placeholder": "Optional", |
| 628 | + "idle_duration": "Idle duration", |
| 629 | + "idle_duration_description": "For how long instances should be kept idle before termination, e.g. \"0s\", \"1m\", \"1h\"" |
628 | 630 | } |
629 | 631 | }, |
630 | 632 | "volume": { |
|
0 commit comments