graphdb-workbench-tests 2.6.2-TR3 → 2.7.0-TR1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Dockerfile +3 -1
- package/fixtures/locale-en.json +2 -1
- package/npm-shrinkwrap.json +3198 -0
- package/package.json +10 -11
- package/bin/graphdb-workbench-cypress +0 -29
package/Dockerfile
CHANGED
package/fixtures/locale-en.json
CHANGED
|
@@ -265,7 +265,8 @@
|
|
|
265
265
|
"next.btn": "Next",
|
|
266
266
|
"closes.config.no.save": "Closes the configuration without saving the changes.",
|
|
267
267
|
"refresh.to.retry": "Refresh the page to retry.",
|
|
268
|
-
"temp.pause": "Temporarily pauses query monitoring so you can copy text",
|
|
268
|
+
"temp.pause": "Temporarily pauses query monitoring, so you can copy text",
|
|
269
|
+
"monitoring.restart": "Unpauses query monitoring, so you can see query status updates",
|
|
269
270
|
"temp.pause.backup_and_restore": "Temporarily pauses backup and restore monitoring so you can copy text",
|
|
270
271
|
"paused.btn": "Paused",
|
|
271
272
|
"pause.btn": "Pause",
|