n8n/packages/nodes-base/nodes/Bitwarden/translations/de.json
2021-11-24 12:16:59 +01:00

26 lines
576 B
JSON

{
"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": {}
}
}