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
2.0 KiB
JSON
52 lines
2.0 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": "Entwicklerwerkzeuge",
|
|
"components": "Komponenten",
|
|
"icons": "Icons",
|
|
"sql_query": "SQL Abfrage",
|
|
"platform_debug": "Plattform Debug",
|
|
"translation_editor": "Übersetzungseditor"
|
|
},
|
|
"translation_editor": {
|
|
"title": "Übersetzungseditor",
|
|
"all_modules": "Alle Module",
|
|
"search_placeholder": "Schlüssel und Werte suchen...",
|
|
"filter_all": "Alle",
|
|
"filter_missing": "Fehlende",
|
|
"filter_variables": "Variablen",
|
|
"module": "Modul",
|
|
"key_path": "Schlüsselpfad",
|
|
"missing": "fehlend",
|
|
"saving": "Speichern...",
|
|
"no_results": "Keine Übersetzungsschlüssel entsprechen Ihren Filtern.",
|
|
"loading": "Übersetzungen werden geladen...",
|
|
"previous": "Zurück",
|
|
"next": "Weiter"
|
|
},
|
|
"sql_query": {
|
|
"title": "SQL Abfrage-Werkzeug",
|
|
"execute": "Abfrage ausführen",
|
|
"save": "Abfrage speichern",
|
|
"export_csv": "CSV exportieren",
|
|
"saved_queries": "Gespeicherte Abfragen",
|
|
"no_saved_queries": "Noch keine gespeicherten Abfragen.",
|
|
"query_name": "Abfragename",
|
|
"description": "Beschreibung",
|
|
"forbidden_keyword": "Verbotenes SQL-Schlüsselwort. Nur SELECT-Abfragen sind erlaubt.",
|
|
"query_empty": "Abfrage darf nicht leer sein.",
|
|
"rows_returned": "Zeilen zurückgegeben",
|
|
"results_truncated": "Ergebnisse auf 1000 Zeilen beschränkt",
|
|
"execution_time": "Ausführungszeit"
|
|
}
|
|
}
|