Fix category of read only strings

This commit is contained in:
Iván Ovejero 2021-12-03 09:53:30 +01:00
parent 699554d603
commit f0d8266aa8
3 changed files with 8 additions and 12 deletions

View file

@ -38,11 +38,11 @@
</span> </span>
<n8n-tooltip class="read-only primary-color" placement="bottom-end" > <n8n-tooltip class="read-only primary-color" placement="bottom-end" >
<div slot="content"> <div slot="content">
{{ $baseText('readOnly.youreViewingTheLogOf') }} {{ $baseText('executionDetails.youreViewingTheLogOf') }}
</div> </div>
<span> <span>
<font-awesome-icon icon="exclamation-triangle" /> <font-awesome-icon icon="exclamation-triangle" />
{{ $baseText('readOnly.readOnly') }} {{ $baseText('executionDetails.readOnly') }}
</span> </span>
</n8n-tooltip> </n8n-tooltip>
</div> </div>

View file

@ -181,7 +181,9 @@
"executionWasSuccessful": "🇩🇪 Execution was successful", "executionWasSuccessful": "🇩🇪 Execution was successful",
"openWorkflow": "🇩🇪 Open Workflow", "openWorkflow": "🇩🇪 Open Workflow",
"of": "🇩🇪 of", "of": "🇩🇪 of",
"workflow": "🇩🇪 workflow" "workflow": "🇩🇪 workflow",
"readOnly": "🇩🇪 Read only",
"youreViewingTheLogOf": "🇩🇪 You're viewing the log of a previous execution. You cannot<br />\n\t\tmake changes since this execution already occurred. Make changes<br />\n\t\tto this workflow by clicking on its name on the left."
}, },
"executionsList": { "executionsList": {
"allWorkflows": "🇩🇪 All Workflows", "allWorkflows": "🇩🇪 All Workflows",
@ -709,10 +711,6 @@
"cannotConnectToServer": "🇩🇪 Cannot connect to server.<br />It is either down or you have a connection issue. <br />It should reconnect automatically once the issue is resolved.", "cannotConnectToServer": "🇩🇪 Cannot connect to server.<br />It is either down or you have a connection issue. <br />It should reconnect automatically once the issue is resolved.",
"connectionLost": "🇩🇪 Connection lost" "connectionLost": "🇩🇪 Connection lost"
}, },
"readOnly": {
"readOnly": "🇩🇪 Read only",
"youreViewingTheLogOf": "🇩🇪 You're viewing the log of a previous execution. You cannot<br />\n\t\tmake changes since this execution already occured. Make changes<br />\n\t\tto this workflow by clicking on its name on the left."
},
"runData": { "runData": {
"binary": "🇩🇪 Binary", "binary": "🇩🇪 Binary",
"copyItemPath": "🇩🇪 Copy Item Path", "copyItemPath": "🇩🇪 Copy Item Path",

View file

@ -165,7 +165,9 @@
"executionWasSuccessful": "Execution was successful", "executionWasSuccessful": "Execution was successful",
"openWorkflow": "Open Workflow", "openWorkflow": "Open Workflow",
"of": "of", "of": "of",
"workflow": "workflow" "workflow": "workflow",
"readOnly": "Read only",
"youreViewingTheLogOf": "You're viewing the log of a previous execution. You cannot<br />\n\t\tmake changes since this execution already occurred. Make changes<br />\n\t\tto this workflow by clicking on its name on the left."
}, },
"executionsList": { "executionsList": {
"allWorkflows": "All Workflows", "allWorkflows": "All Workflows",
@ -693,10 +695,6 @@
"cannotConnectToServer": "Cannot connect to server.<br />It is either down or you have a connection issue. <br />It should reconnect automatically once the issue is resolved.", "cannotConnectToServer": "Cannot connect to server.<br />It is either down or you have a connection issue. <br />It should reconnect automatically once the issue is resolved.",
"connectionLost": "Connection lost" "connectionLost": "Connection lost"
}, },
"readOnly": {
"readOnly": "Read only",
"youreViewingTheLogOf": "You're viewing the log of a previous execution. You cannot<br />\n\t\tmake changes since this execution already occured. Make changes<br />\n\t\tto this workflow by clicking on its name on the left."
},
"reusableBaseText": { "reusableBaseText": {
"cancel": "Cancel", "cancel": "Cancel",
"name": "Name", "name": "Name",