Clean up dummy node translation

This commit is contained in:
Iván Ovejero 2021-11-23 13:33:27 +01:00
parent 427e40326c
commit 3d5c663bb2

View file

@ -31,9 +31,6 @@ module.exports = {
}, },
}, },
nodeView: { nodeView: {
/**
* Examples of `options` parameters.
*/
authentication: { authentication: {
displayName: '🇩🇪 Authentication', displayName: '🇩🇪 Authentication',
options: { options: {
@ -83,9 +80,6 @@ module.exports = {
}, },
}, },
/**
* Examples of `string` parameters.
*/
owner: { owner: {
displayName: '🇩🇪 Repository Owner', displayName: '🇩🇪 Repository Owner',
placeholder: '🇩🇪 n8n-io', placeholder: '🇩🇪 n8n-io',
@ -102,10 +96,6 @@ module.exports = {
displayName: '🇩🇪 Body', displayName: '🇩🇪 Body',
}, },
/**
* Examples of `collection` parameters.
* `multipleValueButtonText` is the button label.
*/
labels: { labels: {
displayName: '🇩🇪 Labels', displayName: '🇩🇪 Labels',
multipleValueButtonText: '🇩🇪 Add Label', multipleValueButtonText: '🇩🇪 Add Label',
@ -115,10 +105,6 @@ module.exports = {
multipleValueButtonText: '🇩🇪 Add Assignee', multipleValueButtonText: '🇩🇪 Add Assignee',
}, },
/**
* Examples of fields in `collection` parameters.
* Note: Same level of nesting as `collection`.
*/
label: { label: {
displayName: '🇩🇪 Label', displayName: '🇩🇪 Label',
description: '🇩🇪 Label to add to issue.', description: '🇩🇪 Label to add to issue.',
@ -128,10 +114,6 @@ module.exports = {
description: '🇩🇪 User to assign issue to.', description: '🇩🇪 User to assign issue to.',
}, },
/**
* Example of a `fixedCollection` parameter.
* `placeholder` is the button label.
*/
additionalParameters: { additionalParameters: {
displayName: '🇩🇪 Additional Fields', displayName: '🇩🇪 Additional Fields',
placeholder: '🇩🇪 Add Field', placeholder: '🇩🇪 Add Field',
@ -148,19 +130,18 @@ module.exports = {
}, },
}, },
/** author: {
* Example of a field in a `fixedCollection` parameter. displayName: '🇩🇪 Author',
* Note: Same level of nesting as `fixedCollection`. },
*/
committer: { branch: {
displayName: '🇩🇪 Commit-Macher', displayName: '🇩🇪 Branch',
description: '🇩🇪 Beschreibung', },
committer: {
displayName: '🇩🇪 Committer',
}, },
/**
* Examples of options in a field in a `fixedCollection` parameter.
* Note: Same level of nesting as `fixedCollection`.
*/
name: { name: {
displayName: '🇩🇪 Name', displayName: '🇩🇪 Name',
description: '🇩🇪 The name of the author of the commit.', description: '🇩🇪 The name of the author of the commit.',