graphdb-workbench-tests 2.4.0-TR7 → 2.4.0-TR8
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/fixtures/locale-en.json +2 -1
- package/package.json +1 -1
package/fixtures/locale-en.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"building_snapshot": "Building a snapshot for {{node}}",
|
|
34
34
|
"waiting_for_snapshot": "Waiting for snapshot from node {{node}}",
|
|
35
35
|
"sending_snapshot": "Sending a snapshot to node {{node}}",
|
|
36
|
-
"
|
|
36
|
+
"receiving_snapshot": "Receiving a snapshot from node {{node}}"
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
39
|
"cluster_configuration": {
|
|
@@ -982,6 +982,7 @@
|
|
|
982
982
|
"export.clear.graph.msg": "Failed to clear the {{longName}}",
|
|
983
983
|
"export.warning.clear.graph.msg": "Are you sure you want to clear the selected graphs?",
|
|
984
984
|
"export.cleared.graph.msg": "Cleared the selected graphs",
|
|
985
|
+
"namespace.saved": "Namespace saved",
|
|
985
986
|
"namespace.confirm.replace": "Confirm replace",
|
|
986
987
|
"namespace.already.exists.msg": "This namespace prefix already exists. Do you want to replace it?",
|
|
987
988
|
"namespace.warning.delete.msg": "Are you sure you want to delete the namespace '{{prefix}}'?",
|