|
130 | 130 | "modal-storage": "Counter storage", |
131 | 131 | "modal-strong-counter": "Strong counter", |
132 | 132 | "modal-weak-counter": "Weak counter", |
133 | | - "modal-initial-value-invalid": "The initial value must be between the lower bound and the upper bound inclusively", |
| 133 | + "modal-initial-value-invalid": "The initial value must be greater than the lower bound and less then or equal to the upper bound", |
134 | 134 | "modal-lower-bound-invalid": "The lower bound must be less than the upper bound", |
135 | 135 | "modal-storage-tooltip": "{{brandname}} can save counter values in a persistent storage so the data is available when clusters restart. If you select a volatile storage, counter values are permanently deleted when clusters restart or stop", |
136 | 136 | "modal-counter-type-tooltip": "The value of a strong counter is stored in a single key for consistency. {{brandname}} recommends using strong counters when the counter's value is needed after each update or when a bounded counter is needed. The value of a weak counter is stored in multiple keys. The weak counter is suitable for use cases where the result of the update operation is not needed or the counter’s value is not required too often " |
|
142 | 142 | "context-name": "Context name", |
143 | 143 | "operation-name": "Operation name", |
144 | 144 | "parameters": "Parameters", |
145 | | - "allowed-role": "Allowed role", |
| 145 | + "allowed-role": "Security role", |
146 | 146 | "allowed-role-null": "-", |
147 | 147 | "no-tasks-status": "No tasks yet", |
148 | | - "no-tasks-body": "Create tasks with the CLI or a remote client.", |
| 148 | + "no-tasks-body": "Click \"Create a task\" to upload a script. You can also create tasks from the CLI or remote clients.", |
149 | 149 | "execute": "Execute", |
150 | 150 | "execution": "Execution", |
151 | 151 | "cancel": "Cancel", |
152 | | - "create-task": "Create task", |
| 152 | + "create-task": "Create a task", |
153 | 153 | "task-name": "Task name", |
154 | | - "script": "Script", |
| 154 | + "script": "Provide a script implementation", |
155 | 155 | "script-tooltip": "Script tooltip", |
156 | 156 | "confirm": "Confirm", |
157 | 157 | "save-button": "Save", |
|
0 commit comments