mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
⚡ Support versioned nodes
This commit is contained in:
35
packages/nodes-base/nodes/Mattermost/v1/translations/de.ts
Normal file
35
packages/nodes-base/nodes/Mattermost/v1/translations/de.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
module.exports = {
|
||||
mattermost: {
|
||||
header: {
|
||||
displayName: '🇩🇪 Mattermost',
|
||||
description: '🇩🇪 Consume Mattermost API',
|
||||
},
|
||||
credentialsModal: {
|
||||
mattermostApi: {
|
||||
accessToken: {
|
||||
displayName: '🇩🇪 Access token',
|
||||
},
|
||||
},
|
||||
},
|
||||
nodeView: {
|
||||
resource: {
|
||||
displayName: '🇩🇪 Resource',
|
||||
description: '🇩🇪 The resource to operate on.',
|
||||
options: {
|
||||
channel: {
|
||||
displayName: '🇩🇪 Channel',
|
||||
},
|
||||
message: {
|
||||
displayName: '🇩🇪 Message',
|
||||
},
|
||||
reaction: {
|
||||
displayName: '🇩🇪 Reaction',
|
||||
},
|
||||
user: {
|
||||
displayName: '🇩🇪 User',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user