Files
orion/app/modules/dev_tools/locales/en.json
Samir Boulahtit aefca3115e
Some checks failed
CI / ruff (push) Successful in 9s
CI / validate (push) Has been cancelled
CI / dependency-scanning (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / deploy (push) Has been cancelled
CI / pytest (push) Has been cancelled
feat(dev_tools): add translation editor for browsing and editing UI translations
New admin page to browse, search, compare, and inline-edit translation
keys across all modules and languages from the browser.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 22:44:41 +01:00

52 lines
1.9 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",
"platform_debug": "Platform Debug",
"translation_editor": "Translation Editor"
},
"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"
}
}