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>
<n8n-tooltip class="read-only primary-color" placement="bottom-end" >
<div slot="content">
{{ $baseText('readOnly.youreViewingTheLogOf') }}
{{ $baseText('executionDetails.youreViewingTheLogOf') }}
</div>
<span>
<font-awesome-icon icon="exclamation-triangle" />
{{ $baseText('readOnly.readOnly') }}
{{ $baseText('executionDetails.readOnly') }}
</span>
</n8n-tooltip>
</div>

View file

@ -181,7 +181,9 @@
"executionWasSuccessful": "🇩🇪 Execution was successful",
"openWorkflow": "🇩🇪 Open Workflow",
"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": {
"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.",
"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": {
"binary": "🇩🇪 Binary",
"copyItemPath": "🇩🇪 Copy Item Path",

View file

@ -165,7 +165,9 @@
"executionWasSuccessful": "Execution was successful",
"openWorkflow": "Open Workflow",
"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": {
"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.",
"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": {
"cancel": "Cancel",
"name": "Name",