UNPKG

@keadex/mina-live

Version:

Web porting of the Keadex Mina application.

285 lines (284 loc) 12.3 kB
{ "common": { "about": "About", "add_element_tag": "Add Element Tag", "ai": "AI", "alias": "Alias", "allowed_pattern": "Allowed pattern", "architecture": "Architecture", "autosave": "Autosave", "autosave_interval_sec": "Autosave Interval (seconds)", "auto_layout": "Auto Layout", "boundary": "Boundary", "branch": "Branch", "cancel": "Cancel", "check_dependencies": "Check Dependencies", "close": "Close", "commands": "Commands", "component": "Component", "component_external": "Component External", "confirm": "Confirm", "confirmation": "Confirmation", "container": "Container", "container_external": "Container External", "copy": "Copy", "curved_arrows": "Curved Arrows", "create": "Create", "cut": "Cut", "c4_model": "C4 Model", "c4_plantuml": "C4 PlantUML", "default": "Default", "delete": "Delete", "dependency_table": "Dependency Table", "dependent_elements": "Dependent Elements", "deployment_node": "Deployment Node", "description": "Description", "diagram": "Diagram", "diagrams": "Diagrams", "diagram_name": "Diagram Name", "diagram_type": "Diagram Type", "disabled": "Disabled", "documentation": "Documentation", "duplicate": "Duplicate", "edit": "Edit", "editor": "Editor", "empty": "Empty", "enabled": "Enabled", "example": "Example", "exit": "Exit", "export": "Export", "external": "External", "external_links": "External Links", "file": "File", "find": "Find", "from": "From", "general": "General", "generate": "Generate", "generating": "Generating", "github_repo": "GitHub Repo", "github_token": "GitHub Token", "global": "Global", "help": "Help", "hi": "Hi", "internal": "Internal", "internal_link": "Internal Link", "invalid": "Invalid", "kernel": "Kernel", "legend": "Legend", "library": "Library", "label": "Label", "loading": "Loading", "location": "Location", "login": "Login", "max": "Max", "model": "Model", "name": "Name", "new": "New", "no": "No", "note": "Note", "notes": "Notes", "open": "Open", "orientation": "Orientation", "paste": "Paste", "path": "Path", "person": "Person", "person_external": "Person External", "platform": "Platform", "proceed": "Proceed", "project": "Project", "redo": "Redo", "relationship": "Relationship", "reload": "Reload", "render": "Render", "rendering": "Rendering", "replace": "Replace", "required": "Required", "reset": "Reset", "restart": "Restart", "result": "Result", "results": "Results", "save": "Save", "saving": "Saving", "seconds": "Seconds", "search": "Search", "settings": "Settings", "software_system": "Software System", "software_system_external": "Software System External", "status": "Status", "system": "System", "tag": "Tag", "tags": "Tags", "technology": "Technology", "themes": "Themes", "to": "To", "type": "Type", "undo": "Undo", "unlink": "Unlink", "value": "Value", "version": "Version", "yes": "Yes", "action": { "check_for_updates": "Check for Updates...", "close_project": "Close Project", "copy_deep_link": "Copy deep link", "copy_ssr_link": "Copy SSR link", "download_desktop_app": "Download desktop app", "download_mina_cli": "Download Mina CLI", "link_existing_diagram": "Link an existing diagram", "link_to_diagram": "Link \"{{alias}}\" to...", "new_project": "New Project", "open_local_project": "Open Local Project", "open_remote_project": "Open Remote Project", "report_issue": "Report Issue" }, "error": { "internal": "Internal error: {{errorMessage}}", "cannot_add_link": "You can't add a link to the selected PlantUML element. Please select a Software System, Container, Component, or Boundary in the code editor instead.\nTip: In the design view, you can right-click on an element and choose \"Select code\" to highlight its definition in the editor.", "cannot_add_to_library": "Cannot add the selected PlantUML element to the library. Move the cursor on a Person, Software System, Container, or Component in the code editor. ", "cannot_change_diagrams": "Before applying changes, make sure no diagrams are open.", "cannot_change_library": "Before applying changes, make sure the library is closed.", "cannot_delete_diagram": "Cannot delete the diagram: {{errorMessage}}", "cannot_delete_element": "Cannot delete this element.", "cannot_download_project": "An error occurred while downloading the project: {{errorMessage}}", "invalid_diagram_link": "Diagram not found. Check the diagram link.", "invalid_path": "Invalid path", "missing_project_root": "Missing project root", "missing_ai_api_base_url": "Missing AI API Base URL. Configure it in the project's settings.", "missing_ai_api_key": "Missing AI API Key. Configure it in the project's settings.", "project_not_closed": "Project not closed: {{errorMessage}}", "project_not_opened": "Project not opened: {{errorMessage}}" }, "info": { "coming_soon": "Coming Soon!", "copied_to_clipboard": "Copied to clipboard!", "diagram_exported": "Diagram exported in {{pathExportedDiagram}}", "done": "Done", "fill_required_fields": "Please fill in all required fields.", "i_saved_my_changes": "I've saved my changes", "limit_results": "More than {{count}} matches. This list could contain a subset of the results.", "no_diagrams": "No diagrams", "no_results": "No results", "youre_up_to_date": "You're up to date!" }, "question": { "confirm_close_app": "Are you sure you want to close the application? Not saved changes will be lost.", "confirm_close_project": "Are you sure you want to close the project? Not saved changes will be lost.", "confirm_close_diagram": "Are you sure you want to close the diagram? Not saved changes will be lost.", "confirm_delete_diagram": "Are you sure you want to permanently delete the {{diagramType}} diagram \"{{diagramName}}\"?", "confirm_delete_element": "Are you sure you want to permanently delete this element?", "confirm_exit": "Are you sure you want to exit? Not saved changes of the current project will be lost.", "confirm_go_to_diagram": "Are you sure you want to open the linked diagram? Not saved changes to the current diagram will be lost.", "confirm_not_saved_changed": "Are you sure you want to continue? Not saved changes will be lost.", "confirm_not_saved_changed_current_project": "Are you sure you want to continue? Not saved changes of the current project will be lost.", "confirm_replace_all": "Replace {{numOccurrences}} occurrences across {{numFiles}} files?" } }, "about": { "os_type": "OS Type", "kernel_version": "Kernel Version" }, "deep_link": { "invalid_diagram_path": "The deep link '{{deepLink}}' contains an invalid diagram link.", "invalid_dependency_table_path": "The deep link '{{deepLink}}' contains an invalid dependency table parameter. It should contain only the alias parameter.", "invalid_gh_authenticated_path": "The deep link '{{deepLink}}' contains an invalid token parameter. It should contain only the token parameter.", "invalid_remote_diagram_path": "The deep link '{{deepLink}}' contains an invalid remote diagram parameter. It should contain only the parameter of the diagram to open.", "required_open_project": "The deep link '{{deepLink}}' requires an active project to be open.", "remote_diagrams_project_opened": "Cannot open the remote diagram. A project is currently opened. Close the project to open the remote diagram.", "unsupported_deep_link": "Unsupported deep link." }, "dependency_table": { "alias_hint": "Diagram Element Alias", "dependencies_retrieval_error": "An error occured while retrieving the dependencies: {{errorMessage}}", "description_feature": "This tool can be used to identify which diagrams include the architectural element with the specified alias.", "no_dependencies_found": "No dependencies found." }, "diagram_editor": { "add_diagram_element": "Add a diagram element", "add_to_library": "Add to the library", "add_to_library_detailed_title": "Add the {{elementType}} \"{{alias}}\" to the library", "ai_diagram_generator": "AI diagram generator", "ai_hint": "Description of the diagram to generate", "configure_auto_layout": "Configure auto layout", "copy_deep_link": "Copy deep link of the diagram", "element_imported": "Element imported", "external_links_info": "Max {{maxNumExternalLinks}} links. Allowed links: {{allowedLinks}}. Allowed link variables: {{allowedVariables}}.", "import_from_library": "Import from the library", "link_to": "Link to...", "plantuml_generated": "PlantUML generated", "saving_rendering_diagram": "Saving & Rendering", "select_element_type_to_import": "Select the C4 element type to import from the library", "warning_enable_autolayout": "You are enabling the auto layout. All the changes you made to the diagram layout will be discarded and replaced with the automatically generated layout." }, "diagrams_settings": { "gen_only_straight_arrows": "Generate only straight arrows", "grid_enabled": "Grid enabled", "ranksep_description": "Specifies separation between ranks.", "subgraph_inner_margin": "Subgraph inner margin", "subgraph_outer_margin": "Subgraph outer margin" }, "error_fallback": { "title": "Well, that wasn't supposed to happen...", "description": "Something went wrong and the app needs to restart." }, "home": { "chose_parent_dir_project": "Choose the parent directory of the project", "create_project": "Create a new project", "open_local_project": "Open a local project", "open_remote_project": "Open a remote project", "remote_diagrams": "Remote diagrams" }, "plantuml": { "properties": { "bg_color": "Background Color", "font_color": "Font Color", "border_color": "Border Color", "legend_text": "Legend Text" } }, "project_settings": { "title": "Project Settings", "ai": { "api_key": "AI API Key", "api_base_url": "AI API (OpenAI compatible) Base URL", "integration": "AI Integration", "model": "AI Model" }, "themes": { "diagrams_theme": { "bg_color": "Background Color", "border_color": "Border Color", "line_color": "Line Color", "selection_color": "Selection Color", "text_color": "Text Color", "title": "Diagrams Theme" } } }, "remote_diagrams": { "description": "Use this feature to share or preview remote architectural diagrams created with Keadex Mina.", "diagram_url": "Mina Diagram URL", "downloading_project": "Downloading the project", "gh_no_repos": "No repositories found.", "gh_select_repo": "Select a repository to open:", "gh_token_copy_warning": "The link you copied contains the GitHub token, which is SENSITIVE INFORMATION. Please share it only with trusted stakeholders to ensure security.", "gh_token_info": "Required only for private repositories. Refer to the GitHub documentation for details on generating a GitHub token. Ensure you keep it secure and do not share it, as it is SENSITIVE INFORMATION!", "link_copied": "The link has been copied to your clipboard!", "project_root_url": "Mina project root URL", "title": "Remote Diagrams", "type_url_mina_project": "Type the URL of a Mina project" }, "remote_project": { "loading_repos_data": "Loading repositories data", "title": "Open a remote project", "from_github": "From GitHub", "from_url": "From URL" }, "table": { "go_to_page": "Go to page", "current_page": "Page {{currentPage}} of {{totalPages}}" }, "updater": { "title": "Update to {{version}} available!", "updating": "Updating Mina..." } }