From 3d5c663bb2b1031b2131dc02ee5dab100f3fcf70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Tue, 23 Nov 2021 13:33:27 +0100 Subject: [PATCH] :zap: Clean up dummy node translation --- .../nodes/Github/translations/de.ts | 39 +++++-------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/packages/nodes-base/nodes/Github/translations/de.ts b/packages/nodes-base/nodes/Github/translations/de.ts index 4a2d4c252e..e862afcc1e 100644 --- a/packages/nodes-base/nodes/Github/translations/de.ts +++ b/packages/nodes-base/nodes/Github/translations/de.ts @@ -31,9 +31,6 @@ module.exports = { }, }, nodeView: { - /** - * Examples of `options` parameters. - */ authentication: { displayName: '🇩🇪 Authentication', options: { @@ -83,9 +80,6 @@ module.exports = { }, }, - /** - * Examples of `string` parameters. - */ owner: { displayName: '🇩🇪 Repository Owner', placeholder: '🇩🇪 n8n-io', @@ -102,10 +96,6 @@ module.exports = { displayName: '🇩🇪 Body', }, - /** - * Examples of `collection` parameters. - * `multipleValueButtonText` is the button label. - */ labels: { displayName: '🇩🇪 Labels', multipleValueButtonText: '🇩🇪 Add Label', @@ -115,10 +105,6 @@ module.exports = { multipleValueButtonText: '🇩🇪 Add Assignee', }, - /** - * Examples of fields in `collection` parameters. - * Note: Same level of nesting as `collection`. - */ label: { displayName: '🇩🇪 Label', description: '🇩🇪 Label to add to issue.', @@ -128,10 +114,6 @@ module.exports = { description: '🇩🇪 User to assign issue to.', }, - /** - * Example of a `fixedCollection` parameter. - * `placeholder` is the button label. - */ additionalParameters: { displayName: '🇩🇪 Additional Fields', placeholder: '🇩🇪 Add Field', @@ -148,19 +130,18 @@ module.exports = { }, }, - /** - * Example of a field in a `fixedCollection` parameter. - * Note: Same level of nesting as `fixedCollection`. - */ - committer: { - displayName: '🇩🇪 Commit-Macher', - description: '🇩🇪 Beschreibung', + author: { + displayName: '🇩🇪 Author', + }, + + branch: { + displayName: '🇩🇪 Branch', + }, + + committer: { + displayName: '🇩🇪 Committer', }, - /** - * Examples of options in a field in a `fixedCollection` parameter. - * Note: Same level of nesting as `fixedCollection`. - */ name: { displayName: '🇩🇪 Name', description: '🇩🇪 The name of the author of the commit.',