Files
grafana/e2e-playwright/test-plugins/grafana-test-datasource/locales/en-US/grafana-e2etest-datasource.json
T
Hugo Häggmark 3490c3b0fd e2e: add tests for translations (#114390)
e2e: add tests for translations
2025-12-08 10:19:44 +01:00

24 lines
504 B
JSON

{
"config-editor": {
"api-key": {
"label": "API Key",
"placeholder": "Enter your API key",
"tooltip": "Secure json field (backend only)"
},
"auth-type": {
"label": "Auth type"
},
"checkbox-enabled": {
"label": "Checkbox Enabled"
},
"path": {
"label": "Path",
"placeholder": "Enter the path, e.g. /api/v1",
"tooltip": "Json field returned to frontend"
},
"switch-enabled": {
"label": "Switch Enabled"
}
}
}