Some checks failed
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>
52 lines
1.9 KiB
JSON
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"
|
|
}
|
|
}
|