⚡ Fix category of read only strings
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user