mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Fix category of read only strings
This commit is contained in:
parent
699554d603
commit
f0d8266aa8
|
@ -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>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue