|
49 | 49 | "tutorial_other": "Take a tour", |
50 | 50 | "docs": "Docs", |
51 | 51 | "discord": "Discord", |
52 | | - "danger_zone": "Danger Zone", |
| 52 | + "danger_zone": "Danger zone", |
53 | 53 | "control_plane": "Control plane", |
54 | 54 | "refresh": "Refresh", |
55 | 55 | "quickstart": "Quickstart", |
|
223 | 223 | "members_empty_message_text": "Select project's members", |
224 | 224 | "update_members_success": "Members are updated", |
225 | 225 | "update_visibility_success": "Project visibility updated successfully", |
| 226 | + "update_templates_repo_success": "Templates updated successfully", |
226 | 227 | "update_visibility_confirm_title": "Change project visibility", |
227 | 228 | "update_visibility_confirm_message": "Are you sure you want to change the project visibility? This will affect who can access this project.", |
228 | 229 | "change_visibility": "Change", |
229 | 230 | "project_visibility": "Visibility", |
| 231 | + "project_visibility_settings": "Change project visibility", |
| 232 | + "templates_repo": "Templates", |
| 233 | + "override_project_templates": "Configure project templates", |
| 234 | + "transfer_ownership": "Transfer ownership", |
| 235 | + "templates_repo_description": "Set a project-level templates repository URL", |
| 236 | + "templates_repo_placeholder": "https://github.com/org/templates.git", |
| 237 | + "templates_repo_not_set": "not set", |
| 238 | + "templates_repo_required": "Templates repo URL cannot be empty", |
| 239 | + "save_templates_repo": "Save", |
| 240 | + "configure_templates_repo": "Configure", |
| 241 | + "change_templates_repo_title": "Override project templates", |
| 242 | + "change_templates_repo_message": "Specify a new templates Git repo URL:", |
| 243 | + "reset_templates_repo": "Reset", |
| 244 | + "reset_templates_repo_title": "Reset templates", |
| 245 | + "reset_templates_repo_message": "Are you sure you want to reset templates for this project?", |
230 | 246 | "project_visibility_description": "Control who can access this project", |
231 | 247 | "make_project_public": "Make project public", |
232 | 248 | "delete_project_confirm_title": "Delete project", |
|
472 | 488 | }, |
473 | 489 | "runs": { |
474 | 490 | "launch_button": "Launch", |
| 491 | + "no_templates_alert": { |
| 492 | + "title": "No templates configured", |
| 493 | + "description": "The selected project has no templates available for Launch.", |
| 494 | + "action": "Settings" |
| 495 | + }, |
475 | 496 | "launch": { |
476 | 497 | "wizard": { |
477 | 498 | "title": "Launch", |
|
0 commit comments