Render new base strings

This commit is contained in:
Iván Ovejero
2021-11-20 15:58:21 +01:00
parent ed3fa11a86
commit d379d7ecf3
4 changed files with 36 additions and 14 deletions

View File

@@ -265,7 +265,7 @@ export default {
},
},
readOnly: {
youreViewingTheLogOf: `You're viewing the log of a previous execution. You cannot<br />
youreViewingTheLogOf: `🇩🇪 You're viewing the log of a previous execution. You cannot<br />
make changes since this execution already occured. Make changes<br />
to this workflow by clicking on its name on the left.`,
readOnly: '🇩🇪 Read only',
@@ -463,14 +463,19 @@ export default {
deleteItem: '🇩🇪 Delete item',
},
node: {
theNodeIsWaitingIndefinitelyForAnIncomingWebhookCall: '🇩🇪 The node is waiting indefinitely for an incoming webhook call.',
nodeIsWaitingTill: '🇩🇪 Node is waiting till {date} {time}',
disabled: '🇩🇪 Disabled',
nodeIsExecuting: '🇩🇪 Node is executing',
deleteNode: '🇩🇪 Delete Node',
activateDeactivateNode: '🇩🇪 Activate/Deactivate Node',
duplicateNode: '🇩🇪 Duplicate Node',
editNode: '🇩🇪 Edit Node',
executeNode: '🇩🇪 Execute Node',
issues: '🇩🇪 Issues',
},
nodeCredentials: {
createNew: '🇩🇪 Create New',
credentialFor: '🇩🇪 Credential for {credentialType}',
selectCredential: '🇩🇪 Select Credential',
issues: '🇩🇪 Issues',

View File

@@ -457,14 +457,19 @@ export default {
deleteItem: 'Delete item',
},
node: {
theNodeIsWaitingIndefinitelyForAnIncomingWebhookCall: 'The node is waiting indefinitely for an incoming webhook call.',
nodeIsWaitingTill: 'Node is waiting till {date} {time}',
disabled: 'Disabled',
nodeIsExecuting: 'Node is executing',
deleteNode: 'Delete Node',
activateDeactivateNode: 'Activate/Deactivate Node',
duplicateNode: 'Duplicate Node',
editNode: 'Edit Node',
executeNode: 'Execute Node',
issues: 'Issues',
},
nodeCredentials: {
createNew: 'Create New',
credentialFor: 'Credential for {credentialType}',
selectCredential: 'Select Credential',
issues: 'Issues',