🐛 Fix some i18n line break issues

This commit is contained in:
Jan Oberhauser
2022-03-05 20:11:34 +01:00
parent cb5b98afbc
commit f04e6ac43e
4 changed files with 7 additions and 9 deletions

View File

@@ -243,7 +243,7 @@
"theWorkflowExecutionFailed": "The workflow execution failed.",
"theWorkflowExecutionFailedButTheRetryWasSuccessful": "The workflow execution failed but the retry {entryRetrySuccessId} was successful.",
"theWorkflowExecutionIsProbablyStillRunning": "The workflow execution is probably still running but it may have crashed and n8n cannot safely tell. ",
"theWorkflowExecutionWasARetryOfAndFailed": "The workflow execution was a retry of {entryRetryOf} and failed.<br />New retries have to be,started from the original execution.",
"theWorkflowExecutionWasARetryOfAndFailed": "The workflow execution was a retry of {entryRetryOf} and failed.<br />New retries have to be started from the original execution.",
"theWorkflowExecutionWasARetryOfAndItWasSuccessful": "The workflow execution was a retry of {entryRetryOf} and it was successful.",
"theWorkflowExecutionWasSuccessful": "The worklow execution was successful.",
"theWorkflowIsCurrentlyExecuting": "The worklow is currently executing.",
@@ -444,7 +444,7 @@
"time": "Time"
},
"nodeBase": {
"clickToAddNodeOrDragToConnect": "Click to add node<br>or drag to connect"
"clickToAddNodeOrDragToConnect": "Click to add node<br />or drag to connect"
},
"nodeSettings": {
"alwaysOutputData": {
@@ -894,7 +894,7 @@
"breakingChanges": "Breaking changes",
"released": "Released",
"securityUpdate": "Security update",
"thisVersionHasASecurityIssue": "This version has a security issue.<br/>It is listed here for completeness.",
"thisVersionHasASecurityIssue": "This version has a security issue.<br />It is listed here for completeness.",
"unknown": "unknown",
"version": "Version"
},