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>
|
</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>
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue