Switch to JSON for localization service

This commit is contained in:
Iván Ovejero
2021-11-24 12:16:59 +01:00
parent 0462d14f91
commit ed68ae8055
13 changed files with 2233 additions and 2243 deletions

View File

@@ -0,0 +1,26 @@
{
"bitwarden": {
"header": {
"displayName": "🇩🇪 Bitwarden",
"description": "🇩🇪 Consume Bitwarden API"
},
"credentialsModal": {
"bitwardenApi": {
"environment": {
"displayName": "🇩🇪 Environment",
"description": "🇩🇪 Description for environment",
"options": {
"cloudHosted": {
"displayName": "🇩🇪 Cloud-hosted",
"description": "🇩🇪 Description for cloud-hosted"
},
"selfHosted": {
"displayName": "🇩🇪 Self-hosted"
}
}
}
}
},
"nodeView": {}
}
}