Files
orion/app/modules/dev_tools/locales/en.json
Samir Boulahtit 618376aa39 feat(dev_tools): add diagnostics hub with permissions audit tool
Evolve the platform-debug page into a diagnostics hub with sidebar
explorer layout. Add permissions audit API that introspects all
registered page routes and reports auth/permission enforcement status.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 15:44:49 +01:00

63 lines
2.2 KiB
JSON

{
"messages": {
"test_run_started": "Test run started...",
"failed_to_copy_code": "Failed to copy code",
"failed_to_copy_name": "Failed to copy name",
"added_to_cart": "Added to cart!",
"filters_applied": "Filters applied!",
"review_submitted_successfully": "Review submitted successfully!",
"thanks_for_your_feedback": "Thanks for your feedback!",
"code_copied_to_clipboard": "Code copied to clipboard!"
},
"menu": {
"developer_tools": "Developer Tools",
"components": "Components",
"icons": "Icons",
"sql_query": "SQL Query",
"diagnostics": "Diagnostics",
"translation_editor": "Translation Editor"
},
"diagnostics": {
"title": "Diagnostics",
"platform_trace": "Platform Trace",
"permissions_audit": "Permissions Audit",
"run_audit": "Run Audit",
"status_ok": "OK",
"status_warning": "Warning",
"status_error": "Error",
"total_routes": "Total Routes",
"no_routes_match": "No routes match your filters"
},
"translation_editor": {
"title": "Translation Editor",
"all_modules": "All Modules",
"search_placeholder": "Search keys and values...",
"filter_all": "All",
"filter_missing": "Missing",
"filter_variables": "Variables",
"module": "Module",
"key_path": "Key Path",
"missing": "missing",
"saving": "Saving...",
"no_results": "No translation keys match your filters.",
"loading": "Loading translations...",
"previous": "Previous",
"next": "Next"
},
"sql_query": {
"title": "SQL Query Tool",
"execute": "Run Query",
"save": "Save Query",
"export_csv": "Export CSV",
"saved_queries": "Saved Queries",
"no_saved_queries": "No saved queries yet.",
"query_name": "Query Name",
"description": "Description",
"forbidden_keyword": "Forbidden SQL keyword. Only SELECT queries are allowed.",
"query_empty": "Query cannot be empty.",
"rows_returned": "rows returned",
"results_truncated": "Results truncated to 1000 rows",
"execution_time": "Execution time"
}
}