|
296 | 296 | "file_tree_ctx_already_exists": "'{name}' already exists.", |
297 | 297 | "file_tree_ctx_confirm_delete": "Confirm Delete", |
298 | 298 | "file_tree_ctx_confirm_delete_message": "Are you sure you want to delete '{name}'?", |
| 299 | + # Diagram Editor — Menu |
| 300 | + "extend_tools_menu_diagram_editor_tab_action": "Diagram Editor Tab", |
| 301 | + "extend_tools_menu_diagram_editor_tab_label": "Diagram Editor", |
| 302 | + "extend_tools_menu_diagram_editor_dock_action": "Diagram Editor Dock", |
| 303 | + "extend_tools_menu_diagram_editor_dock_title": "Diagram Editor", |
| 304 | + # Diagram Editor — Tools |
| 305 | + "diagram_editor_tool_select": "Select", |
| 306 | + "diagram_editor_tool_rect": "Rect", |
| 307 | + "diagram_editor_tool_rounded_rect": "Rounded", |
| 308 | + "diagram_editor_tool_ellipse": "Ellipse", |
| 309 | + "diagram_editor_tool_diamond": "Diamond", |
| 310 | + "diagram_editor_tool_connection": "Connect", |
| 311 | + "diagram_editor_tool_text": "Text", |
| 312 | + # Diagram Editor — Actions |
| 313 | + "diagram_editor_action_new": "New", |
| 314 | + "diagram_editor_action_open": "Open", |
| 315 | + "diagram_editor_action_save": "Save", |
| 316 | + "diagram_editor_action_save_as": "Save As", |
| 317 | + "diagram_editor_action_import": "Import", |
| 318 | + "diagram_editor_action_export_png": "PNG", |
| 319 | + "diagram_editor_action_export_svg": "SVG", |
| 320 | + "diagram_editor_action_zoom_fit": "Fit", |
| 321 | + "diagram_editor_action_undo": "Undo", |
| 322 | + "diagram_editor_action_redo": "Redo", |
| 323 | + "diagram_editor_action_grid": "Grid", |
| 324 | + "diagram_editor_action_snap": "Snap", |
| 325 | + # Diagram Editor — Align |
| 326 | + "diagram_editor_align_menu": "Align", |
| 327 | + "diagram_editor_align_left": "Align Left", |
| 328 | + "diagram_editor_align_right": "Align Right", |
| 329 | + "diagram_editor_align_top": "Align Top", |
| 330 | + "diagram_editor_align_bottom": "Align Bottom", |
| 331 | + "diagram_editor_align_center_h": "Center Horizontal", |
| 332 | + "diagram_editor_align_center_v": "Center Vertical", |
| 333 | + "diagram_editor_distribute_h": "Distribute Horizontal", |
| 334 | + "diagram_editor_distribute_v": "Distribute Vertical", |
| 335 | + # Diagram Editor — Dialogs |
| 336 | + "diagram_editor_confirm_title": "Confirm", |
| 337 | + "diagram_editor_confirm_new": "Discard current diagram?", |
| 338 | + "diagram_editor_dialog_open": "Open Diagram", |
| 339 | + "diagram_editor_dialog_save": "Save Diagram", |
| 340 | + "diagram_editor_dialog_export_png": "Export PNG", |
| 341 | + "diagram_editor_dialog_export_svg": "Export SVG", |
| 342 | + "diagram_editor_error_title": "Error", |
| 343 | + # Diagram Editor — Property Panel |
| 344 | + "diagram_editor_prop_title": "Properties", |
| 345 | + "diagram_editor_prop_no_selection": "No selection", |
| 346 | + "diagram_editor_prop_node_group": "Node", |
| 347 | + "diagram_editor_prop_conn_group": "Connection", |
| 348 | + "diagram_editor_prop_text": "Text", |
| 349 | + "diagram_editor_prop_width": "Width", |
| 350 | + "diagram_editor_prop_height": "Height", |
| 351 | + "diagram_editor_prop_shape": "Shape", |
| 352 | + "diagram_editor_prop_fill_color": "Fill", |
| 353 | + "diagram_editor_prop_border_color": "Border", |
| 354 | + "diagram_editor_prop_font_size": "Font Size", |
| 355 | + "diagram_editor_prop_label": "Label", |
| 356 | + "diagram_editor_prop_line_style": "Style", |
| 357 | + "diagram_editor_prop_line_color": "Color", |
| 358 | + "diagram_editor_prop_line_width": "Width", |
| 359 | + # Diagram Editor — Shape / Style names |
| 360 | + "diagram_editor_shape_rectangle": "Rectangle", |
| 361 | + "diagram_editor_shape_rounded_rect": "Rounded Rect", |
| 362 | + "diagram_editor_shape_ellipse": "Ellipse", |
| 363 | + "diagram_editor_shape_diamond": "Diamond", |
| 364 | + "diagram_editor_style_solid": "Solid", |
| 365 | + "diagram_editor_style_dashed": "Dashed", |
| 366 | + "diagram_editor_style_dotted": "Dotted", |
| 367 | + # Diagram Editor — Context Menu |
| 368 | + "diagram_editor_ctx_delete": "Delete", |
| 369 | + "diagram_editor_ctx_duplicate": "Duplicate", |
| 370 | + "diagram_editor_ctx_bring_front": "Bring to Front", |
| 371 | + "diagram_editor_ctx_send_back": "Send to Back", |
| 372 | + "diagram_editor_ctx_select_all": "Select All", |
| 373 | + "diagram_editor_ctx_paste": "Paste", |
| 374 | + # Diagram Editor — Image |
| 375 | + "diagram_editor_tool_image_file": "Image", |
| 376 | + "diagram_editor_tool_image_url": "URL Image", |
| 377 | + "diagram_editor_dialog_image_file": "Open Image", |
| 378 | + "diagram_editor_dialog_image_url": "Image URL", |
| 379 | + "diagram_editor_dialog_image_url_hint": "Enter image URL:", |
| 380 | + "diagram_editor_image_load_failed": "Failed to load image.", |
| 381 | + "diagram_editor_prop_img_group": "Image", |
| 382 | + "diagram_editor_prop_caption": "Caption", |
| 383 | + "diagram_editor_prop_source": "Source", |
| 384 | + # Diagram Editor — Mermaid Import |
| 385 | + "diagram_editor_import_title": "Import Mermaid Diagram", |
| 386 | + "diagram_editor_import_hint": "Paste Mermaid flowchart code below:", |
| 387 | + "diagram_editor_import_convert": "Convert", |
| 388 | + "diagram_editor_import_cancel": "Cancel", |
| 389 | + "diagram_editor_import_error": "Parse Error", |
| 390 | + "diagram_editor_import_empty": "No nodes found in the input.", |
| 391 | + # Diagram Editor — Status Bar |
| 392 | + "diagram_editor_status_select": "Click to select, drag to move. Right-click to pan.", |
| 393 | + "diagram_editor_status_add_node": "Click canvas to place a node.", |
| 394 | + "diagram_editor_status_connection": "Click source node, then click target node.", |
| 395 | + "diagram_editor_status_text": "Click canvas to place a text node.", |
299 | 396 | # Plugin Browser |
300 | 397 | "plugin_browser_tab_name": "Plugin Browser", |
301 | 398 | "plugin_browser_repo_label": "Repository URL:", |
|
0 commit comments