|
11 | 11 | "remove": "Remove", |
12 | 12 | "apply": "Apply", |
13 | 13 | "next": "Next", |
14 | | - "previous": "Previous", |
| 14 | + "previous": "Back", |
15 | 15 | "settings": "Settings", |
16 | 16 | "match_count_with_value_one": "{{count}} match", |
17 | 17 | "match_count_with_value_other": "{{count}} matches", |
|
71 | 71 | "runs": "Runs", |
72 | 72 | "models": "Models", |
73 | 73 | "fleets": "Fleets", |
74 | | - "project": "Project", |
| 74 | + "project": "project", |
75 | 75 | "project_other": "Projects", |
76 | 76 | "general": "General", |
77 | 77 | "users": "Users", |
|
190 | 190 | "settings": "Settings" |
191 | 191 | }, |
192 | 192 | "wizard": { |
193 | | - "submit": "Create project" |
| 193 | + "submit": "Create" |
194 | 194 | }, |
195 | 195 | "edit": { |
196 | 196 | "general": "General", |
197 | 197 | "project_name": "Project name", |
198 | 198 | "owner": "Owner", |
199 | 199 | "project_name_description": "Only latin characters, dashes, underscores, and digits", |
200 | 200 | "project_type": "Project type", |
201 | | - "project_type_description": "You can choose one of project types", |
| 201 | + "project_type_description": "Choose which project type you want to create", |
202 | 202 | "backends": "Backends", |
203 | | - "backends_description": "You can choose one or more of backend types", |
| 203 | + "base_backends_description": "dstack will automatically collect offers from the following providers. Deselect providers you don’t want to use.", |
| 204 | + "backends_description": "The following backends can be configured with your own cloud credentials in the project settings after the project is created.", |
204 | 205 | "default_fleet": "Create default fleet", |
205 | 206 | "default_fleet_description": "You can create default fleet for project", |
206 | 207 | "fleet_name": "Fleet name", |
|
223 | 224 | "update_visibility_confirm_title": "Change project visibility", |
224 | 225 | "update_visibility_confirm_message": "Are you sure you want to change the project visibility? This will affect who can access this project.", |
225 | 226 | "change_visibility": "Change visibility", |
226 | | - "project_visibility": "Project visibility", |
| 227 | + "project_visibility": "Visibility", |
227 | 228 | "project_visibility_description": "Control who can access this project", |
228 | 229 | "make_project_public": "Make project public", |
229 | 230 | "delete_project_confirm_title": "Delete project", |
|
0 commit comments