3490c3b0fd
e2e: add tests for translations
24 lines
542 B
JSON
24 lines
542 B
JSON
{
|
|
"config-editor": {
|
|
"api-key": {
|
|
"label": "API-nyckel",
|
|
"placeholder": "Ange din API-nyckel",
|
|
"tooltip": "Säkert json-fält (endast backend)"
|
|
},
|
|
"auth-type": {
|
|
"label": "Autentiseringstyp"
|
|
},
|
|
"checkbox-enabled": {
|
|
"label": "Kryssruta aktiverad"
|
|
},
|
|
"path": {
|
|
"label": "Sökväg",
|
|
"placeholder": "Ange sökvägen, t.ex. /api/v1",
|
|
"tooltip": "Json-fält som returneras till frontend"
|
|
},
|
|
"switch-enabled": {
|
|
"label": "Omkopplare aktiverad"
|
|
}
|
|
}
|
|
}
|