mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
🔥 Remove dummy translations
This commit is contained in:
parent
bc8bd19e9c
commit
0f1377d68f
File diff suppressed because it is too large
Load diff
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"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": {}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,147 +0,0 @@
|
||||||
{
|
|
||||||
"githubTrigger": {
|
|
||||||
"header": {
|
|
||||||
"displayName": "🇩🇪 GitHub Trigger",
|
|
||||||
"description": "🇩🇪 Listen to GitHub events"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"github": {
|
|
||||||
"header": {
|
|
||||||
"displayName": "🇩🇪 GitHub",
|
|
||||||
"description": "🇩🇪 Consume GitHub API"
|
|
||||||
},
|
|
||||||
"credentialsModal": {
|
|
||||||
"githubOAuth2Api": {
|
|
||||||
"server": {
|
|
||||||
"displayName": "🇩🇪 Github Server",
|
|
||||||
"description": "🇩🇪 The server to connect to. Only has to be set if Github Enterprise is used."
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"githubApi": {
|
|
||||||
"server": {
|
|
||||||
"displayName": "🇩🇪 Github Server",
|
|
||||||
"description": "🇩🇪 The server to connect to. Only has to be set if Github Enterprise is used."
|
|
||||||
},
|
|
||||||
"user": {
|
|
||||||
"placeholder": "🇩🇪 Hans"
|
|
||||||
},
|
|
||||||
"accessToken": {
|
|
||||||
"placeholder": "🇩🇪 123"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nodeView": {
|
|
||||||
"authentication": {
|
|
||||||
"displayName": "🇩🇪 Authentication",
|
|
||||||
"options": {
|
|
||||||
"accessToken": {
|
|
||||||
"displayName": "🇩🇪 Access Token"
|
|
||||||
},
|
|
||||||
"oAuth2": {
|
|
||||||
"displayName": "🇩🇪 OAuth2"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"resource": {
|
|
||||||
"displayName": "🇩🇪 Resource",
|
|
||||||
"description": "🇩🇪 The resource to operate on.",
|
|
||||||
"options": {
|
|
||||||
"issue": {
|
|
||||||
"displayName": "🇩🇪 Issue"
|
|
||||||
},
|
|
||||||
"file": {
|
|
||||||
"displayName": "🇩🇪 File"
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"displayName": "🇩🇪 Repository"
|
|
||||||
},
|
|
||||||
"release": {
|
|
||||||
"displayName": "🇩🇪 Release"
|
|
||||||
},
|
|
||||||
"review": {
|
|
||||||
"displayName": "🇩🇪 Review"
|
|
||||||
},
|
|
||||||
"user": {
|
|
||||||
"displayName": "🇩🇪 User"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"operation": {
|
|
||||||
"displayName": "🇩🇪 Operation",
|
|
||||||
"options": {
|
|
||||||
"create": {
|
|
||||||
"displayName": "🇩🇪 Create",
|
|
||||||
"description": "🇩🇪 Create a new issue."
|
|
||||||
},
|
|
||||||
"get": {
|
|
||||||
"displayName": "🇩🇪 Get",
|
|
||||||
"description": "🇩🇪 Get the data of a single issue."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"owner": {
|
|
||||||
"displayName": "🇩🇪 Repository Owner",
|
|
||||||
"placeholder": "🇩🇪 n8n-io",
|
|
||||||
"description": "🇩🇪 Owner of the repository."
|
|
||||||
},
|
|
||||||
"repository": {
|
|
||||||
"displayName": "🇩🇪 Repository Name",
|
|
||||||
"placeholder": "🇩🇪 n8n"
|
|
||||||
},
|
|
||||||
"title": {
|
|
||||||
"displayName": "🇩🇪 Title"
|
|
||||||
},
|
|
||||||
"body": {
|
|
||||||
"displayName": "🇩🇪 Body"
|
|
||||||
},
|
|
||||||
"labels": {
|
|
||||||
"displayName": "🇩🇪 Labels",
|
|
||||||
"multipleValueButtonText": "🇩🇪 Add Label"
|
|
||||||
},
|
|
||||||
"assignees": {
|
|
||||||
"displayName": "🇩🇪 Assignees",
|
|
||||||
"multipleValueButtonText": "🇩🇪 Add Assignee"
|
|
||||||
},
|
|
||||||
"label": {
|
|
||||||
"displayName": "🇩🇪 Label",
|
|
||||||
"description": "🇩🇪 Label to add to issue."
|
|
||||||
},
|
|
||||||
"assignee": {
|
|
||||||
"displayName": "🇩🇪 Assignee",
|
|
||||||
"description": "🇩🇪 User to assign issue to."
|
|
||||||
},
|
|
||||||
"additionalParameters": {
|
|
||||||
"displayName": "🇩🇪 Additional Fields",
|
|
||||||
"placeholder": "🇩🇪 Add Field",
|
|
||||||
"options": {
|
|
||||||
"author": {
|
|
||||||
"displayName": "🇩🇪 Author"
|
|
||||||
},
|
|
||||||
"branch": {
|
|
||||||
"displayName": "🇩🇪 Branch"
|
|
||||||
},
|
|
||||||
"committer": {
|
|
||||||
"displayName": "🇩🇪 Committer"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"author": {
|
|
||||||
"displayName": "🇩🇪 Author"
|
|
||||||
},
|
|
||||||
"branch": {
|
|
||||||
"displayName": "🇩🇪 Branch"
|
|
||||||
},
|
|
||||||
"committer": {
|
|
||||||
"displayName": "🇩🇪 Committer"
|
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"displayName": "🇩🇪 Name",
|
|
||||||
"description": "🇩🇪 The name of the author of the commit."
|
|
||||||
},
|
|
||||||
"email": {
|
|
||||||
"displayName": "🇩🇪 Email",
|
|
||||||
"description": "🇩🇪 The email of the author of the commit."
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"signl4": {
|
|
||||||
"header": {
|
|
||||||
"displayName": "🇩🇪 SIGNL4",
|
|
||||||
"description": "🇩🇪 Some description"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,7 +0,0 @@
|
||||||
{
|
|
||||||
"start": {
|
|
||||||
"header": {
|
|
||||||
"displayName": "🇩🇪 Start"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue