mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
⚡ Remove Mattermost translation dummy data
This commit is contained in:
parent
5f6e9767c9
commit
4d15cb46a8
|
@ -1,35 +0,0 @@
|
|||
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',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
Loading…
Reference in a new issue