graphdb-workbench-tests 2.0.0-M3-TR6 → 2.0.0-M3-TR7
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 +46 -8
- package/package.json +1 -1
package/fixtures/locale-en.json
CHANGED
|
@@ -4,7 +4,12 @@
|
|
|
4
4
|
"create_cluster": "Create cluster",
|
|
5
5
|
"create_cluster_tooltip": "Create a new cluster ",
|
|
6
6
|
"delete_cluster": "Delete cluster",
|
|
7
|
-
"delete_cluster_tooltip": "Delete existing cluster"
|
|
7
|
+
"delete_cluster_tooltip": "Delete existing cluster",
|
|
8
|
+
"show_cluster_settings_tooltip": "Show cluster settings",
|
|
9
|
+
"add_nodes_btn": "Add nodes",
|
|
10
|
+
"add_nodes_btn_tooltip": "Add nodes to existing cluster",
|
|
11
|
+
"remove_nodes_btn": "Remove nodes",
|
|
12
|
+
"remove_nodes_btn_tooltip": "Remove nodes from existing cluster"
|
|
8
13
|
},
|
|
9
14
|
"no_cluster_configured": "No cluster is configured",
|
|
10
15
|
"cluster_configuration": {
|
|
@@ -17,10 +22,12 @@
|
|
|
17
22
|
"leader": "Leader",
|
|
18
23
|
"followers": "Followers",
|
|
19
24
|
"node": {
|
|
20
|
-
"
|
|
25
|
+
"rpc_address": "RPC address",
|
|
21
26
|
"endpoint": "Endpoint",
|
|
22
|
-
"state": "
|
|
23
|
-
"term": "Term"
|
|
27
|
+
"state": "Node state",
|
|
28
|
+
"term": "Term",
|
|
29
|
+
"last_log_term": "Last log term",
|
|
30
|
+
"last_log_index": "Last log index"
|
|
24
31
|
},
|
|
25
32
|
"election": {
|
|
26
33
|
"label": "Election in progress",
|
|
@@ -43,21 +50,26 @@
|
|
|
43
50
|
"create_page_title": "Create cluster",
|
|
44
51
|
"edit_page_title": "Edit cluster",
|
|
45
52
|
"creating_cluster_loader": "Creating cluster...",
|
|
53
|
+
"add_nodes_loader": "Adding nodes to cluster...",
|
|
54
|
+
"remove_nodes_loader": "Removing nodes from cluster...",
|
|
46
55
|
"create_form_legend": "Cluster properties",
|
|
47
56
|
"cluster_nodes_list": "Cluster nodes list",
|
|
57
|
+
"remote_locations": "Remote locations",
|
|
48
58
|
"manual_node_add": "Add node by address",
|
|
49
59
|
"node_address": "Node RPC address",
|
|
50
60
|
"node_address_placeholder": "Enter node address",
|
|
51
61
|
"node_address_tooltip": "Node RPC address",
|
|
52
62
|
"add_node_btn": "Add node",
|
|
53
63
|
"add_node_btn_tooltip": "Add node to cluster",
|
|
54
|
-
"remove_node_btn_tooltip": "Remove node
|
|
64
|
+
"remove_node_btn_tooltip": "Remove node",
|
|
55
65
|
"current_node": "Current node",
|
|
56
66
|
"advanced_options": "Advanced options",
|
|
57
67
|
"advanced_options_tooltip": "Advanced options for cluster configuration",
|
|
68
|
+
"select_from_locations_hint": "Select nodes from remote locations",
|
|
58
69
|
"errors": {
|
|
59
70
|
"only_positive_integers": "Enter only positive integers",
|
|
60
71
|
"at_least_two_nodes": "Must have at least two nodes",
|
|
72
|
+
"no_rpc_address": "Error retrieving RPC address: {{error}}",
|
|
61
73
|
"node_in_list": "Node is already in the list",
|
|
62
74
|
"nodes_status_label": "Nodes status",
|
|
63
75
|
"preconditions_failed": {
|
|
@@ -75,7 +87,11 @@
|
|
|
75
87
|
"create_failed": "Cluster creation failed",
|
|
76
88
|
"update_success": "Cluster updated successfully",
|
|
77
89
|
"update_failed": "Cluster update failed",
|
|
78
|
-
"form_invalid": "The form data is invalid"
|
|
90
|
+
"form_invalid": "The form data is invalid",
|
|
91
|
+
"add_nodes_success": "Nodes added successfully",
|
|
92
|
+
"add_nodes_fail": "Adding nodes failed",
|
|
93
|
+
"remove_nodes_success": "Nodes removed successfully",
|
|
94
|
+
"remove_nodes_fail": "Removing nodes failed"
|
|
79
95
|
}
|
|
80
96
|
},
|
|
81
97
|
"delete_cluster_dialog": {
|
|
@@ -90,6 +106,21 @@
|
|
|
90
106
|
"fail_delete": "Can not delete cluster"
|
|
91
107
|
}
|
|
92
108
|
},
|
|
109
|
+
"add_nodes_dialog": {
|
|
110
|
+
"title": "Add nodes to cluster",
|
|
111
|
+
"nodes_to_add_label": "Nodes to add to cluster",
|
|
112
|
+
"errors": {
|
|
113
|
+
"at_least_one_node": "Must add at least one node"
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
"remove_nodes_dialog": {
|
|
117
|
+
"title": "Remove nodes from cluster",
|
|
118
|
+
"content": "Select nodes to be removed from existing cluster",
|
|
119
|
+
"errors": {
|
|
120
|
+
"at_least_one_node": "Must add at least one node",
|
|
121
|
+
"node_in_cluster": "Node is already in the existing cluster"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
93
124
|
"no.repos.reachable": "No repositories are reachable.\nCluster management shows all enterprise repositories from the active location and all remote locations.\nPlease go to",
|
|
94
125
|
"locations.and.repos": "Locations and Repositories",
|
|
95
126
|
"to.activate.add.locations": "to activate or add your locations.",
|
|
@@ -636,7 +667,7 @@
|
|
|
636
667
|
"openid.auth.cannot.retrieve.token.msg": "Cannot retrieve token after login; {{error}}",
|
|
637
668
|
"openid.auth.cannot.refresh.token.msg": "Could not refresh OpenID token; {{error}}",
|
|
638
669
|
"repositories.service.error.loading.location": "Error loading location",
|
|
639
|
-
"repositories.service.different.gdb.version": "The remote location is running a different GraphDB version.",
|
|
670
|
+
"repositories.service.different.gdb.version": "The remote location {{location}} is running a different GraphDB version.",
|
|
640
671
|
"repositories.service.no.active.location": "There is no active location",
|
|
641
672
|
"repositories.service.restarting.repo": "Restarting repository {{repositoryId}}",
|
|
642
673
|
"no.license.set.msg": "No license was set.",
|
|
@@ -784,6 +815,9 @@
|
|
|
784
815
|
"core.errors.writable": "writable ",
|
|
785
816
|
"core.errors.repositories": "repositories",
|
|
786
817
|
"core.errors.create.repository.warning.msg": ". You can create a new repository",
|
|
818
|
+
"core.errors.show.remote.locations.btn": "Show remote locations",
|
|
819
|
+
"core.errors.hide.remote.locations.btn": "Hide remote locations",
|
|
820
|
+
"core.errors.location.local.label": "Local",
|
|
787
821
|
"core.loading.longer.than.usual.warning": "GraphDB Workbench is still loading but it's taking longer than usual, please wait...",
|
|
788
822
|
"core.loading.refresh.warning": "If the Workbench hasn't loaded yet, please try to clear your browser cache and reload the page.",
|
|
789
823
|
"copy.to.clipboard.modal.paragraph": "Copy URL to clipboard",
|
|
@@ -911,6 +945,7 @@
|
|
|
911
945
|
"location.confirm.detach.warning": "Are you sure you want to detach the location '{{uri}}'?",
|
|
912
946
|
"location.change.confirm": "Confirm location change",
|
|
913
947
|
"location.change.confirm.warning": "Are you sure you want to change the location?",
|
|
948
|
+
"location.label": "Location:",
|
|
914
949
|
"delete.repo.warning.msg": "<p>Are you sure you want to delete the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: #d54a33\"/>All data in the repository will be lost.</p>",
|
|
915
950
|
"confirm.restart.repo": "Confirm restart",
|
|
916
951
|
"confirm.restart.repo.warning.msg": "<p>Are you sure you want to restart the repository <strong>{{repositoryId}}</strong>?</p><p><span class=\"icon-2x icon-warning\" style=\"color: #d54a33\"/>The repository will be shut down immediately and all running queries and updates will be cancelled.</p>",
|
|
@@ -1005,7 +1040,7 @@
|
|
|
1005
1040
|
"repos.edit.common.settings": "Edit common settings for these repositories",
|
|
1006
1041
|
"repos.view.update.licenses": "View or update license for these repositories",
|
|
1007
1042
|
"repos.refresh.page.msg": " Refresh the page to retry.",
|
|
1008
|
-
"no.repos.in.current.location": "There are no repositories in the
|
|
1043
|
+
"no.repos.in.current.location": "There are no repositories in the current location",
|
|
1009
1044
|
"connect.repo": "Connect repository",
|
|
1010
1045
|
"connected.tooltip": "Connected",
|
|
1011
1046
|
"copy.repo.url": "Copy repository URL to clipboard",
|
|
@@ -1601,6 +1636,9 @@
|
|
|
1601
1636
|
"object": "object",
|
|
1602
1637
|
"context": "context",
|
|
1603
1638
|
"all": "all",
|
|
1639
|
+
"clear.tooltip": "Clear",
|
|
1640
|
+
"repo.page.location.label": "Location",
|
|
1641
|
+
"repo.page.location.input.field.tooltip": "The location where to create repository. The default is the local one.",
|
|
1604
1642
|
|
|
1605
1643
|
"menu.btn.translate.en": "English",
|
|
1606
1644
|
"menu.btn.translate.fr": "French"
|