graphdb-workbench-tests 3.1.0-WBM-8 → 3.1.0-plugins1
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/.nycrc +10 -0
- package/cypress-legacy.config.js +9 -1
- package/cypress-security.config.js +40 -0
- package/cypress.config.js +3 -1
- package/e2e-flaky/import/import-user-data-url.spec.js +63 -0
- package/e2e-legacy/cluster/edit-cluster-nodes-modal.spec.js +44 -0
- package/e2e-legacy/explore/class-hierarchy/class.hierarchy.spec.js +1 -2
- package/e2e-legacy/explore/graphs-overview/graphs.overview.spec.js +2 -3
- package/e2e-legacy/explore/visual-graph/graphs-config.spec.js +5 -18
- package/e2e-legacy/explore/visual-graph/visual.graph.spec.js +1 -2
- package/e2e-legacy/graphql/activate-deactivate-graphql-endpoint.spec.js +1 -1
- package/e2e-legacy/graphql/create-graphql-endpoint.spec.js +1 -3
- package/e2e-legacy/graphql/delete-graphql-endpoint.spec.js +1 -1
- package/e2e-legacy/graphql/edit-graphql-enpoint.spec.js +1 -1
- package/e2e-legacy/graphql/export-graphql-endpoint-definition.spec.js +1 -1
- package/e2e-legacy/graphql/filter-graphql-endpoints-on-management-view.spec.js +2 -2
- package/e2e-legacy/graphql/graphql-endpoint-management-view.spec.js +5 -5
- package/e2e-legacy/graphql/graphql-playground.spec.js +1 -1
- package/e2e-legacy/graphql/import-graphql-endpoint-definitions.spec.js +1 -7
- package/e2e-legacy/graphql/set-default-graphql-endpoint.spec.js +1 -1
- package/e2e-legacy/help/guides/guides-with-repository.spec.js +32 -0
- package/e2e-legacy/help/guides/guides-without-repository.spec.js +20 -0
- package/e2e-legacy/{guides → help/guides}/movies-interactive-guide.spec.js +2 -2
- package/e2e-legacy/{guides → help/guides}/star-wars-interactive-guide.js +2 -2
- package/e2e-legacy/help/rest-api-documentatio/rest-api-documentation-with-repository.spec.js +32 -0
- package/e2e-legacy/help/rest-api-documentatio/rest-api-documentation-without-repository.spec.js +20 -0
- package/e2e-legacy/help/system-information/system-information-with-repository.spec.js +32 -0
- package/e2e-legacy/help/system-information/system-information-without-repository.spec.js +20 -0
- package/e2e-legacy/home/cookie-policy.spec.js +78 -59
- package/e2e-legacy/home/create-repository.spec.js +2 -6
- package/e2e-legacy/home/documentation-link.spec.js +31 -33
- package/e2e-legacy/home/google-analytics.spec.js +4 -6
- package/e2e-legacy/home/rdf-resource-search.spec.js +106 -138
- package/e2e-legacy/home/view-resource-autocomplete.spec.js +30 -21
- package/e2e-legacy/import/import-server-files-batch-operations.spec.js +1 -2
- package/e2e-legacy/import/import-server-files.spec.js +1 -2
- package/e2e-legacy/import/import-user-data-url.spec.js +1 -25
- package/e2e-legacy/import/import-user-data.spec.js +4 -2
- package/e2e-legacy/import/import-view.spec.js +1 -2
- package/e2e-legacy/monitor/global-operation-statuses-component.spec.js +13 -9
- package/e2e-legacy/repository/attach-remote-location.spec.js +2 -5
- package/e2e-legacy/repository/ontop-repository.spec.js +3 -12
- package/e2e-legacy/repository/repositories.spec.js +35 -46
- package/e2e-legacy/setup/aclmanagement/create-rule.spec.js +1 -2
- package/e2e-legacy/setup/aclmanagement/edit-rule.spec.js +1 -2
- package/e2e-legacy/setup/aclmanagement/reorder-rules.spec.js +1 -2
- package/e2e-legacy/setup/aclmanagement/scopes.spec.js +1 -2
- package/e2e-legacy/setup/autocomplete/autocomplete-with-repository.spec.js +40 -0
- package/e2e-legacy/setup/autocomplete/autocomplete-without-repository.spec.js +27 -0
- package/e2e-legacy/setup/{autocomplete.spec.js → autocomplete/autocomplete.spec.js} +5 -6
- package/e2e-legacy/setup/cluster/cluster-initial-state-with-cluster.spec.js +34 -0
- package/e2e-legacy/setup/cluster/cluster-initial-state-without-cluster.spec.js +25 -0
- package/e2e-legacy/setup/connectors-lucene.spec.js +1 -2
- package/e2e-legacy/setup/jdbc/jdbc-create.spec.js +2 -2
- package/e2e-legacy/setup/namespaces/namespaces-with-repository.spec.js +44 -0
- package/e2e-legacy/setup/namespaces/namespaces-without-repository.spec.js +27 -0
- package/e2e-legacy/setup/{namespaces.spec.js → namespaces/namespaces.spec.js} +4 -4
- package/e2e-legacy/setup/plugins/plugins-with-repository.spec.js +38 -0
- package/e2e-legacy/setup/plugins/plugins-without-repository.spec.js +28 -0
- package/e2e-legacy/setup/{plugins.spec.js → plugins/plugins.spec.js} +3 -3
- package/e2e-legacy/setup/sparql-template/sparql-template-create.js +10 -3
- package/e2e-legacy/setup/users-and-access/user-and-access.spec.js +38 -9
- package/e2e-legacy/sparql-editor/saved-query/edit-query.spec.js +3 -6
- package/e2e-legacy/sparql-editor/saved-query/readonly-query.spec.js +7 -13
- package/e2e-legacy/sparql-editor/saved-query/share-query.spec.js +2 -4
- package/e2e-legacy/sparql-editor/sparql-editor.spec.js +1 -4
- package/e2e-legacy/ttyg/agent-list.spec.js +38 -6
- package/e2e-legacy/ttyg/chat-list.spec.js +1 -2
- package/e2e-legacy/ttyg/clone-agent.spec.js +1 -0
- package/e2e-legacy/ttyg/create-agent.spec.js +10 -16
- package/e2e-legacy/ttyg/edit-agent.spec.js +69 -9
- package/e2e-legacy/ttyg/ttyg-initial-state-with-configured-api-key.spec.js +46 -0
- package/e2e-legacy/ttyg/ttyg-initial-state-with-selected-repository.spec.js +45 -0
- package/e2e-legacy/ttyg/ttyg-initial-state-without-repositories.spec.js +21 -0
- package/e2e-legacy/ttyg/ttyg-permission.spec.js +28 -20
- package/e2e-legacy/ttyg/ttyg-view.spec.js +1 -1
- package/e2e-security/setup/home/cookie-policy.spec.js +64 -0
- package/e2e-security/setup/users-and-access/create-user-permissions.spec.js +184 -0
- package/e2e-security/setup/users-and-access/graphql-user.spec.js +123 -0
- package/e2e-security/setup/users-and-access/repo-admin-role.spec.js +69 -0
- package/e2e-security/setup/users-and-access/turn-on-security-and-password-change.spec.js +87 -0
- package/e2e-security/setup/users-and-access/user-and-access.spec.js +87 -0
- package/e2e-security/setup/users-and-access/users-and-access-initial-state.spec.js +38 -0
- package/fixtures/repositories/free-access.json +13 -0
- package/fixtures/repositories/get-remote-and-local-repositories.json +34 -0
- package/fixtures/ttyg/agent/get-agent-defaults-assistant-api.json +44 -0
- package/fixtures/ttyg/agent/get-agent-defaults.json +2 -0
- package/npm-shrinkwrap.json +7633 -1817
- package/package.json +13 -7
- package/plugins/index.js +3 -2
- package/steps/base-steps.js +4 -0
- package/steps/cluster/cluster-page-steps.js +12 -2
- package/steps/error-steps.js +4 -7
- package/steps/graphql/graphql-endpoint-management-steps.js +2 -2
- package/steps/guides/guide-steps.js +20 -1
- package/steps/home-steps.js +59 -37
- package/steps/import/import-steps.js +8 -3
- package/steps/login-steps.js +14 -3
- package/steps/main-menu-steps.js +76 -6
- package/steps/operations-statuses-component-steps.js +5 -10
- package/steps/rdf-resource-search-steps.js +55 -0
- package/steps/repository-steps.js +17 -17
- package/steps/rest-api-documentation-steps.js +15 -0
- package/steps/setup/autocomplete-steps.js +17 -3
- package/steps/setup/namespace-steps.js +8 -2
- package/steps/setup/plugins-steps.js +11 -1
- package/steps/setup/settings-steps.js +18 -0
- package/steps/setup/user-and-access-steps.js +28 -2
- package/steps/system-information-steps.js +70 -0
- package/steps/ttyg/ttyg-agent-settings-modal.steps.js +74 -11
- package/steps/ttyg/ttyg-view-steps.js +39 -6
- package/steps/widgets/active-repository-widget-steps.js +4 -0
- package/steps/yasgui/yasr-steps.js +4 -0
- package/stubs/browser-stubs.js +21 -0
- package/stubs/environment-stubs.js +9 -1
- package/stubs/repositories/repositories-stubs.js +4 -0
- package/stubs/security-stubs.js +4 -0
- package/stubs/ttyg/ttyg-stubs.js +18 -2
- package/support/e2e.js +2 -1
- package/support/repository-commands.js +14 -1
- package/e2e-flaky/setup/users-and-access/security-and-free-access.spec.js +0 -57
- package/e2e-flaky/ttyg/ttyg-permission.spec.js +0 -67
- package/fixtures/locale-en.json +0 -3361
- /package/e2e-legacy/help/{system-information.spec.js → system-information/system-information.spec.js} +0 -0
package/fixtures/locale-en.json
DELETED
|
@@ -1,3361 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cluster_management": {
|
|
3
|
-
"buttons": {
|
|
4
|
-
"delete_cluster": "Delete cluster",
|
|
5
|
-
"delete_cluster_tooltip": "Delete existing cluster",
|
|
6
|
-
"edit_cluster": "Edit properties",
|
|
7
|
-
"edit_cluster_tooltip": "Edit cluster properties",
|
|
8
|
-
"show_cluster_settings_tooltip": "Show cluster configuration",
|
|
9
|
-
"update_nodes_group_btn": "Edit cluster",
|
|
10
|
-
"update_nodes_group_btn_tooltip": "Edit cluster nodes"
|
|
11
|
-
},
|
|
12
|
-
"cluster_graphical_view": {
|
|
13
|
-
"no_cluster_configured": "No cluster is configured",
|
|
14
|
-
"create_cluster_btn": "Click here to create a cluster",
|
|
15
|
-
"legend_title_node_state": "Node state",
|
|
16
|
-
"legend_title_sync_status": "Sync status",
|
|
17
|
-
"legend_title_link_states": "Link states",
|
|
18
|
-
"legend_node_state": "NODE STATE",
|
|
19
|
-
"legend_link_state": "LINK STATE",
|
|
20
|
-
"node_state_leader": "Leader",
|
|
21
|
-
"node_state_follower": "Follower",
|
|
22
|
-
"node_state_candidate": "Candidate",
|
|
23
|
-
"node_state_no_cluster": "No cluster",
|
|
24
|
-
"node_state_out_of_sync": "Out of sync",
|
|
25
|
-
"node_state_no_connection": "No connection",
|
|
26
|
-
"node_state_read_only": "Read only",
|
|
27
|
-
"node_state_restricted": "Restricted",
|
|
28
|
-
"link_state_in_sync": "In sync",
|
|
29
|
-
"link_state_syncing": "Syncing",
|
|
30
|
-
"link_state_out_of_sync": "Out of sync",
|
|
31
|
-
"link_state_receiving_snapshot": "Receiving a snapshot",
|
|
32
|
-
"link_state_recovering": "Recovering",
|
|
33
|
-
"recovery_state": {
|
|
34
|
-
"searching_for_node": "Searching for node",
|
|
35
|
-
"applying_snapshot": "Applying a snapshot",
|
|
36
|
-
"building_snapshot": "Building a snapshot",
|
|
37
|
-
"building_snapshot_with_affected_node": "Building a snapshot for {{node}}",
|
|
38
|
-
"waiting_for_snapshot": "Waiting for snapshot",
|
|
39
|
-
"waiting_for_snapshot_with_affected_node": "Waiting for snapshot from node {{node}}",
|
|
40
|
-
"sending_snapshot": "Sending a snapshot",
|
|
41
|
-
"sending_snapshot_with_affected_node": "Sending a snapshot to node {{node}}",
|
|
42
|
-
"receiving_snapshot": "Receiving a snapshot",
|
|
43
|
-
"receiving_snapshot_with_affected_node": "Receiving a snapshot from node {{node}}",
|
|
44
|
-
"recovery_operation_failure_warning_with_affected_node": "Node unable to recover. Action required. Insufficient disk space to create snapshot on nodes '{{node}}'"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
"cluster_configuration": {
|
|
48
|
-
"label": "Cluster configuration",
|
|
49
|
-
"nodes_list_label": "Nodes list"
|
|
50
|
-
},
|
|
51
|
-
"cluster_status": {
|
|
52
|
-
"node": {
|
|
53
|
-
"rpc_address": "RPC address",
|
|
54
|
-
"state": "Node state",
|
|
55
|
-
"term": "Term",
|
|
56
|
-
"last_log_term": "Last log term",
|
|
57
|
-
"last_log_index": "Last log index"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
"cluster_configuration_properties": {
|
|
61
|
-
"label": "Properties",
|
|
62
|
-
"election_min_timeout": "Election minimum timeout",
|
|
63
|
-
"election_min_timeout_tooltip": "Election min timeout concerns the minimum wait time in milliseconds for a heartbeat from a leader. Should the time pass without receiving a heartbeat message from a leader. The follower will become a candidate and request votes from other nodes.",
|
|
64
|
-
"election_range_timeout": "Election range timeout",
|
|
65
|
-
"election_range_timeout_tooltip": "Election range timeout concerns the variable portion of each waiting period in milliseconds for a heartbeat. The reason we have a variable portion of the election timeout is because it helps us elect a leader more easily, as the node with lower timeout period would usually be elected.",
|
|
66
|
-
"heartbeat_interval": "Heartbeat interval",
|
|
67
|
-
"heartbeat_interval_tooltip": "Heartbeat interval is the interval in milliseconds between each heartbeat is sent to follower nodes by the leader. The interval should be at least twice as small as the election timeout in order to avoid unnecessary leader changes.",
|
|
68
|
-
"message_size_kb": "Message size KB",
|
|
69
|
-
"message_size_kb_tooltip": "Message size concerns the size of the data blocks transferred during data replication streaming through the RPC protocol.",
|
|
70
|
-
"verification_timeout": "Verification timeout",
|
|
71
|
-
"verification_timeout_tooltip": "Verification timeout concerns the amount of time a follower node would wait until attempting to verify last committed entry when the first verification is unsuccessful.",
|
|
72
|
-
"transaction_log_maximum_size_gb": "Transaction log maximum size GB",
|
|
73
|
-
"transaction_log_maximum_size_gb_tooltip": "Maximum size of the transaction log in GBs that will trigger an automatic truncation of the transaction log if it becomes bigger. The minimum transaction log size is 1 GB. Negative numbers will disable the automatic transaction log truncation.",
|
|
74
|
-
"batch_update_interval": "Batch update interval",
|
|
75
|
-
"batch_update_interval_tooltip": "Specifies the time interval (in milliseconds) at which updates are batched and synchronized between the primary and secondary clusters."
|
|
76
|
-
},
|
|
77
|
-
"cluster_configuration_nodes": {
|
|
78
|
-
"label": "Nodes",
|
|
79
|
-
"local": "Local"
|
|
80
|
-
},
|
|
81
|
-
"cluster_configuration_multi_region": {
|
|
82
|
-
"label": "Multi-region",
|
|
83
|
-
"primary_cluster": "Primary cluster",
|
|
84
|
-
"secondary_cluster": "Secondary cluster",
|
|
85
|
-
"primary_leader": "Primary leader: {{primaryLeader}}",
|
|
86
|
-
"create_tag": "Add identifier tag",
|
|
87
|
-
"create_tag_tooltip": "Add identifier tag to use with this cluster",
|
|
88
|
-
"enable_secondary_mode": "Enable secondary mode",
|
|
89
|
-
"enable_secondary_mode_tooltip": "Enable this cluster in secondary mode",
|
|
90
|
-
"delete_tag_tooltip": "Delete tag",
|
|
91
|
-
"cancel_tooltip": "Cancel",
|
|
92
|
-
"disable_secondary_mode": "Disable secondary mode",
|
|
93
|
-
"disable_secondary_mode_tooltip": "Disable cluster's secondary mode",
|
|
94
|
-
"created_tag": "Successfully added to cluster primary identifier tag: {{tag}}",
|
|
95
|
-
"deleted_tag": "Removed primary identifier tag '{{tag}}' from cluster",
|
|
96
|
-
"secondary_enabled": "Successfully enabled secondary mode",
|
|
97
|
-
"disabled_secondary_mode": "Secondary mode is disabled",
|
|
98
|
-
"secondary_cluster_settings": "Secondary cluster settings",
|
|
99
|
-
"column": {
|
|
100
|
-
"index": "",
|
|
101
|
-
"tag": "Identifier tag",
|
|
102
|
-
"tag_index": "Index"
|
|
103
|
-
},
|
|
104
|
-
"confirm": {
|
|
105
|
-
"delete": "Delete identifier tag {{tag}}",
|
|
106
|
-
"warning": "Deleting identifier tag would stop any secondary cluster identified with it from pulling updates.",
|
|
107
|
-
"disable_secondary_mode": "Disable secondary mode",
|
|
108
|
-
"disable_secondary_mode_warning": "By disabling secondary mode this cluster would stop being a read-only replica.",
|
|
109
|
-
"enable_secondary": "Enable secondary mode",
|
|
110
|
-
"enable_secondary_warning": "By enabling secondary mode this cluster would become a read-only replica of the specified primary cluster."
|
|
111
|
-
|
|
112
|
-
},
|
|
113
|
-
"error": {
|
|
114
|
-
"ascii": "Invalid characters detected. Only printable ASCII characters are allowed.",
|
|
115
|
-
"length": "The input length must be between {{minLen}} and {{maxLen}} characters.",
|
|
116
|
-
"creating": "Error during Tag creation",
|
|
117
|
-
"deleting": "Error during Tag deletion",
|
|
118
|
-
"disabling": "Error during secondary mode disabling",
|
|
119
|
-
"secondary": "Error enabling secondary mode"
|
|
120
|
-
},
|
|
121
|
-
"secondary_mode_modal": {
|
|
122
|
-
"rpc_address": "Any primary cluster node RPC address *",
|
|
123
|
-
"rpc_address_placeholder": "node-name:7300",
|
|
124
|
-
"tag": "Identifier tag *",
|
|
125
|
-
"tag_placeholder": "Example: us-central"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"cluster_page": {
|
|
129
|
-
"create_page_title": "Create cluster",
|
|
130
|
-
"edit_page_title": "Edit cluster configuration",
|
|
131
|
-
"creating_cluster_loader": "Creating cluster...",
|
|
132
|
-
"updating_cluster_loader": "Updating cluster...",
|
|
133
|
-
"current_node": "Current node",
|
|
134
|
-
"advanced_options": "Advanced options",
|
|
135
|
-
"advanced_options_tooltip": "Advanced options for cluster configuration",
|
|
136
|
-
"toggle_legend_btn": "Legend",
|
|
137
|
-
"toggle_legend_btn_tooltip": "Toggle legend",
|
|
138
|
-
"errors": {
|
|
139
|
-
"only_positive_integers": "Enter only positive integers",
|
|
140
|
-
"small_transaction_log_max_size": "Transaction log maximum size must be at least 1 GB or a negative number",
|
|
141
|
-
"at_least_two_nodes": "Must have at least two nodes",
|
|
142
|
-
"cant_replace_majority_of_nodes": "Can't replace majority of cluster nodes",
|
|
143
|
-
"no_rpc_address": "Error retrieving RPC address: {{error}}",
|
|
144
|
-
"nodes_status_label": "Nodes status",
|
|
145
|
-
"preconditions_failed": {
|
|
146
|
-
"label": "Some of the preconditions for creating a cluster are not met!",
|
|
147
|
-
"valid_license": "Nodes must have a valid enterprise license",
|
|
148
|
-
"authentication_secret": "Authentication secret must be set on all nodes",
|
|
149
|
-
"nodes_reachable": "Nodes must be reachable",
|
|
150
|
-
"no_cluster_configured": "Nodes must not have cluster configuration"
|
|
151
|
-
}
|
|
152
|
-
},
|
|
153
|
-
"save_btn": "Save",
|
|
154
|
-
"notifications": {
|
|
155
|
-
"create_success": "Cluster created successfully",
|
|
156
|
-
"create_failed": "Cluster creation failed",
|
|
157
|
-
"update_success": "Cluster updated successfully",
|
|
158
|
-
"update_failed": "Cluster update failed",
|
|
159
|
-
"form_invalid": "The form data is invalid"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"delete_cluster_dialog": {
|
|
163
|
-
"title": "Cluster delete confirmation",
|
|
164
|
-
"content": "Are you sure you want to delete the cluster?",
|
|
165
|
-
"force_delete_label": "Force cluster delete",
|
|
166
|
-
"force_delete_tooltip": "Checking this option will delete cluster on reachable nodes only",
|
|
167
|
-
"loader_message": "Deleting cluster",
|
|
168
|
-
"notifications": {
|
|
169
|
-
"success_delete": "Cluster deleted successfully",
|
|
170
|
-
"success_delete_partial": "Not all nodes were deleted",
|
|
171
|
-
"fail_delete": "Can not delete cluster"
|
|
172
|
-
}
|
|
173
|
-
},
|
|
174
|
-
"update_cluster_group_dialog": {
|
|
175
|
-
"title": "Edit cluster",
|
|
176
|
-
"title_create": "Create cluster",
|
|
177
|
-
"current_node": "Current node",
|
|
178
|
-
"new_node": "Node will be added",
|
|
179
|
-
"deleted_node": "Node will be removed",
|
|
180
|
-
"leader": "Leader",
|
|
181
|
-
"follower": "Follower",
|
|
182
|
-
"candidate": "Candidate",
|
|
183
|
-
"no_cluster": "No cluster",
|
|
184
|
-
"out_of_sync": "Out of sync",
|
|
185
|
-
"no_connection": "No connection",
|
|
186
|
-
"read_only": "Read only",
|
|
187
|
-
"restricted": "Restricted",
|
|
188
|
-
"column": {
|
|
189
|
-
"index": "",
|
|
190
|
-
"location": "Location URL",
|
|
191
|
-
"info": "",
|
|
192
|
-
"status": "Status change"
|
|
193
|
-
},
|
|
194
|
-
"actions": {
|
|
195
|
-
"replace_node": "Replace node",
|
|
196
|
-
"delete_node": "Delete node",
|
|
197
|
-
"cannot_delete_node": "The current node cannot be removed",
|
|
198
|
-
"cannot_replace_node": "You cannot replace this node",
|
|
199
|
-
"add_node": "Add node",
|
|
200
|
-
"add_node_tooltip": "Add node to current cluster",
|
|
201
|
-
"cancel": "Cancel",
|
|
202
|
-
"restore_node": "Undo"
|
|
203
|
-
},
|
|
204
|
-
"messages": {
|
|
205
|
-
"no_cluster": "No cluster is configured",
|
|
206
|
-
"invalid_form": "Invalid Location URL",
|
|
207
|
-
"connecting_node": "Connecting node",
|
|
208
|
-
"save_to_apply": "Save to apply changes"
|
|
209
|
-
},
|
|
210
|
-
"field_placeholders": {
|
|
211
|
-
"location": "http://my-hostname:7200"
|
|
212
|
-
},
|
|
213
|
-
"copy_to_clipboard": {
|
|
214
|
-
"copied": {
|
|
215
|
-
"tooltip": "IRI copied"
|
|
216
|
-
}
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
"acl_management": {
|
|
221
|
-
"rulestable": {
|
|
222
|
-
"tab": {
|
|
223
|
-
"statement": "Statement",
|
|
224
|
-
"clear_graph": "Clear graph",
|
|
225
|
-
"plugin": "Plugin",
|
|
226
|
-
"system": "System"
|
|
227
|
-
},
|
|
228
|
-
"column": {
|
|
229
|
-
"index": "#",
|
|
230
|
-
"policy": "Policy",
|
|
231
|
-
"role": "Custom role",
|
|
232
|
-
"operation": "Operation",
|
|
233
|
-
"subject": "Subject",
|
|
234
|
-
"predicate": "Predicate",
|
|
235
|
-
"object": "Object",
|
|
236
|
-
"context": "Context",
|
|
237
|
-
"plugin": "Plugin"
|
|
238
|
-
},
|
|
239
|
-
"field_placeholders": {
|
|
240
|
-
"subject": "Subject",
|
|
241
|
-
"predicate": "Predicate",
|
|
242
|
-
"object": "Object",
|
|
243
|
-
"context": "Context",
|
|
244
|
-
"role": "ROLE1",
|
|
245
|
-
"plugin": "Plugin"
|
|
246
|
-
},
|
|
247
|
-
"custom_prefix_warning": {
|
|
248
|
-
"text": "Custom roles should be entered without the \"CUSTOM_\" prefix in Workbench"
|
|
249
|
-
},
|
|
250
|
-
"actions": {
|
|
251
|
-
"move_up": "Move the rule up",
|
|
252
|
-
"move_down": "Move the rule down",
|
|
253
|
-
"delete_rule": "Delete rule",
|
|
254
|
-
"add_rule_first": "Add new rule in the beginning of the list",
|
|
255
|
-
"add_rule_next": "Add new rule after current rule",
|
|
256
|
-
"edit_rule": "Edit rule",
|
|
257
|
-
"apply_rule": "Confirm rule editing",
|
|
258
|
-
"cancel_rule_editing": "Cancel rule editing",
|
|
259
|
-
"save_acl": "Save ACL",
|
|
260
|
-
"cancel_acl_saving": "Cancel",
|
|
261
|
-
"create_rule": "Create rule"
|
|
262
|
-
},
|
|
263
|
-
"messages": {
|
|
264
|
-
"no_data": "There are no rules defined in current scope",
|
|
265
|
-
"invalid_form": "Fill in valid data in all fields before saving rule",
|
|
266
|
-
"delete_rule_confirmation": "Are you sure you want to delete the selected rule #{{index}}?",
|
|
267
|
-
"revert_acl_list": "This operation will revert all the changes done in the ACL. Are you sure you want to proceed?",
|
|
268
|
-
"rules_updated": "ACL was updated successfully",
|
|
269
|
-
"rules_reverted": "ACL was reverted successfully",
|
|
270
|
-
"unsaved_changes_confirmation": "You have unsaved changes. Are you sure that you want to exit?",
|
|
271
|
-
"save_acl_to_apply_rules": "Rules are not applied until saved"
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
"errors": {
|
|
275
|
-
"loading_rules": "Error during ACL rules",
|
|
276
|
-
"updating_rules": "Error during ACL rules update",
|
|
277
|
-
"duplicated_rules": "Every ACL rule should be unique.",
|
|
278
|
-
"role_length_too_short": "Too short or not \"*\""
|
|
279
|
-
},
|
|
280
|
-
"defaults": {
|
|
281
|
-
"asterisk": "* - Any RDF value",
|
|
282
|
-
"default": "default - The default graph",
|
|
283
|
-
"named": "named - Any named graph",
|
|
284
|
-
"all": "all - CLEAR ALL graphs"
|
|
285
|
-
}
|
|
286
|
-
},
|
|
287
|
-
"ttyg": {
|
|
288
|
-
"helpInfo": "The <b>Talk to Your Graph</b> view lets you interact with your database through a conversational interface. You can ask natural language questions about the data and receive answers generated through the combined power of GraphDB and OpenAI. It supports multiple agent configurations and persistent chats for ongoing, contextual conversations.",
|
|
289
|
-
"loading": "Loading...",
|
|
290
|
-
"help": {
|
|
291
|
-
"btn": {
|
|
292
|
-
"show_help": {
|
|
293
|
-
"tooltip": "Show help"
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
"dialog": {
|
|
298
|
-
"delete": {
|
|
299
|
-
"title": "Delete Conversation",
|
|
300
|
-
"body": "Do you really want to delete <b>{{chatName}}</b>? All chat history will be lost."
|
|
301
|
-
}
|
|
302
|
-
},
|
|
303
|
-
"messages": {
|
|
304
|
-
"text_copy_successful": "Successfully copied to the clipboard.",
|
|
305
|
-
"text_copy_failed": "Failed copying to the clipboard."
|
|
306
|
-
},
|
|
307
|
-
"chat": {
|
|
308
|
-
"loading_chats": "Loading chats...",
|
|
309
|
-
"deleting_chat": "Deleting chats...",
|
|
310
|
-
"btn": {
|
|
311
|
-
"open_sidebar": {
|
|
312
|
-
"tooltip": "Show chat list"
|
|
313
|
-
},
|
|
314
|
-
"close_sidebar": {
|
|
315
|
-
"tooltip": "Hide chat list"
|
|
316
|
-
},
|
|
317
|
-
"create_chat": {
|
|
318
|
-
"tooltip": "Start a new chat"
|
|
319
|
-
},
|
|
320
|
-
"export_chat": {
|
|
321
|
-
"label": "Export",
|
|
322
|
-
"tooltip": "Export chat"
|
|
323
|
-
},
|
|
324
|
-
"delete_chat": {
|
|
325
|
-
"label": "Delete chat",
|
|
326
|
-
"tooltip": "Delete chat"
|
|
327
|
-
},
|
|
328
|
-
"rename_chat": {
|
|
329
|
-
"label": "Rename",
|
|
330
|
-
"tooltip": "Rename chat"
|
|
331
|
-
}
|
|
332
|
-
},
|
|
333
|
-
"messages": {
|
|
334
|
-
"rename_failure": "Failed to rename the conversation. Please try again.",
|
|
335
|
-
"delete_failure": "Failed to delete the conversation. Please try again.",
|
|
336
|
-
"export_failure": "Failed to export the conversation. Please try again."
|
|
337
|
-
},
|
|
338
|
-
"dialog": {
|
|
339
|
-
"chat_is_missing": {
|
|
340
|
-
"title": "Error",
|
|
341
|
-
"body": "Selected conversation cannot be found. Probably it was deleted."
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
"chat_panel": {
|
|
346
|
-
"hint1": "<div><span class=\"graph\">GRAPH</span><span class=\"wise\">WISE</span></div><div class=\"thrives\">AI THRIVES ON WHOLE DATA</div>",
|
|
347
|
-
"hint2": "Simply ask a question!",
|
|
348
|
-
"deleted_agent": "<span class=\"text-warning\"><i class=\"fa fa-triangle-exclamation fa-xs\"></i> deleted agent</span>",
|
|
349
|
-
"btn": {
|
|
350
|
-
"ask": {
|
|
351
|
-
"label": "Ask"
|
|
352
|
-
},
|
|
353
|
-
"regenerate": {
|
|
354
|
-
"tooltip": "Regenerate"
|
|
355
|
-
},
|
|
356
|
-
"copy_answer": {
|
|
357
|
-
"tooltip": "Copy answer"
|
|
358
|
-
},
|
|
359
|
-
"copy_raw_query": {
|
|
360
|
-
"tooltip": "Copy raw query"
|
|
361
|
-
},
|
|
362
|
-
"copy_sparql": {
|
|
363
|
-
"tooltip": "Copy SPARQL query"
|
|
364
|
-
},
|
|
365
|
-
"copy_json": {
|
|
366
|
-
"tooltip": "Copy JSON query"
|
|
367
|
-
},
|
|
368
|
-
"copy_other": {
|
|
369
|
-
"tooltip": "Copy query"
|
|
370
|
-
},
|
|
371
|
-
"copy_error_message": {
|
|
372
|
-
"tooltip": "Copy error message"
|
|
373
|
-
},
|
|
374
|
-
"explain_response": {
|
|
375
|
-
"tooltip": "Explain response"
|
|
376
|
-
},
|
|
377
|
-
"derive_answer": {
|
|
378
|
-
"label": "How did you derive this answer?",
|
|
379
|
-
"hint": "<b>Hint</b>: you can also ask the model, for example"
|
|
380
|
-
},
|
|
381
|
-
"open_in_sparql_editor": {
|
|
382
|
-
"tooltip": "Open in SPARQL editor"
|
|
383
|
-
},
|
|
384
|
-
"proceed": {
|
|
385
|
-
"label": "Proceed"
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
"labels": {
|
|
389
|
-
"query_method": "Query method",
|
|
390
|
-
"raw_query": "Raw query",
|
|
391
|
-
"sparql_query": "SPARQL query",
|
|
392
|
-
"agent_name": "Agent: {{agentName}} <br/> {{date}} at {{time}}",
|
|
393
|
-
"question_asked": "{{date}} at {{time}}",
|
|
394
|
-
"json": "JSON",
|
|
395
|
-
"error_message": "Error message sent to model",
|
|
396
|
-
"explain_no_methods": "No query methods were called.",
|
|
397
|
-
"called": "Called {{('ttyg.chat_panel.query_name.' + name) | translate}}",
|
|
398
|
-
"no_query": "There is no query."
|
|
399
|
-
},
|
|
400
|
-
"placeholder": {
|
|
401
|
-
"ask-input": "Ask anything"
|
|
402
|
-
},
|
|
403
|
-
"query_name": {
|
|
404
|
-
"sparql_query":"SPARQL",
|
|
405
|
-
"fts_search": "Full-text search",
|
|
406
|
-
"similarity_search": "Similarity search",
|
|
407
|
-
"retrieval_search": "ChatGPT Retrieval",
|
|
408
|
-
"iri_discovery": "FTS for IRI discovery",
|
|
409
|
-
"now": "the Now function",
|
|
410
|
-
"autocomplete_iri_discovery_search": "Autocomplete for IRI discovery"
|
|
411
|
-
},
|
|
412
|
-
"query_colon": ":",
|
|
413
|
-
"query_desc": {
|
|
414
|
-
"sparql_query":"Direct query",
|
|
415
|
-
"fts_search": "Full-text search via SPARQL",
|
|
416
|
-
"similarity_search": "Similarity search via SPARQL",
|
|
417
|
-
"retrieval_search": "Direct JSON query",
|
|
418
|
-
"iri_discovery": "Full-text search via SPARQL",
|
|
419
|
-
"now": "returns the system time",
|
|
420
|
-
"autocomplete_iri_discovery_search": "Autocomplete search via SPARQL"
|
|
421
|
-
},
|
|
422
|
-
"dialog": {
|
|
423
|
-
"confirm_repository_change": {
|
|
424
|
-
"body": "If you proceed with executing of SPARQL query, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
425
|
-
},
|
|
426
|
-
"token_usage_info": {
|
|
427
|
-
"title": "Tokens usage",
|
|
428
|
-
"prompt_tokens_info": "{{promptTokens}} prompt tokens",
|
|
429
|
-
"prompt_tokens_info_description": "Tokens used to process instructions, chat history and user input.",
|
|
430
|
-
"completion_tokens_info": "{{completionTokens}} completion tokens",
|
|
431
|
-
"completion_tokens_info_description": "Tokens used to generate the response"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
"messages": {
|
|
435
|
-
"explain_response_failure": "Failed to retrieve the explanation for the response.",
|
|
436
|
-
"agent_changed_info": "Agent changed to <b> {{agentName}} </b>"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
"agent": {
|
|
440
|
-
"loading_agents": "Loading agents...",
|
|
441
|
-
"deleting_agent": "Deleting agent...",
|
|
442
|
-
"deleted_repository": "Deleted repository",
|
|
443
|
-
"incompatible_agent": "Incompatible with the current GraphDB version",
|
|
444
|
-
"create_agent_modal": {
|
|
445
|
-
"title": {
|
|
446
|
-
"create": "Create Agent",
|
|
447
|
-
"edit": "Edit Agent",
|
|
448
|
-
"clone": "Clone Agent"
|
|
449
|
-
},
|
|
450
|
-
"advanced_settings": {
|
|
451
|
-
"show": "Show advanced settings",
|
|
452
|
-
"hide": "Hide advanced settings"
|
|
453
|
-
},
|
|
454
|
-
"form": {
|
|
455
|
-
"agent_name": {
|
|
456
|
-
"label": "Agent name",
|
|
457
|
-
"placeholder": "Enter а user friendly name",
|
|
458
|
-
"tooltip": "A descriptive name that helps you identify this agent."
|
|
459
|
-
},
|
|
460
|
-
"repository": {
|
|
461
|
-
"label": "Repository ID",
|
|
462
|
-
"tooltip": "The ID of the repository that will be used to retrieve information from GraphDB. Ontop and FedX repositories are not supported."
|
|
463
|
-
},
|
|
464
|
-
"model": {
|
|
465
|
-
"label": "Model",
|
|
466
|
-
"tooltip": "The model to use for this agent. More powerful models will provide better results.",
|
|
467
|
-
"hint": "Check out the available OpenAI models <a href=\"https://platform.openai.com/docs/models\" target=\"_blank\">here</a>."
|
|
468
|
-
},
|
|
469
|
-
"temperature": {
|
|
470
|
-
"label": "Temperature",
|
|
471
|
-
"tooltip": "The sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.",
|
|
472
|
-
"high_temperature_warning": "A temperature above 1.0 may cause the model to generate anything from creative responses to overdriven, incoherent outputs. Consider lowering the temperature for more reliable results."
|
|
473
|
-
},
|
|
474
|
-
"top_p": {
|
|
475
|
-
"label": "Top P",
|
|
476
|
-
"tooltip": "An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with Top P probability mass. So 0.1 means only the tokens comprising the top 10% probability mass are considered. OpenAI recommends altering this or temperature but not both."
|
|
477
|
-
},
|
|
478
|
-
"seed": {
|
|
479
|
-
"label": "Seed",
|
|
480
|
-
"hint": "Any integer value"
|
|
481
|
-
},
|
|
482
|
-
"extraction_method": {
|
|
483
|
-
"label": "Query methods",
|
|
484
|
-
"required": "At least one query method must be selected",
|
|
485
|
-
"tooltip": "Query methods to be used by the model to retrieve information from GraphDB and answer questions."
|
|
486
|
-
},
|
|
487
|
-
"fts_search": {
|
|
488
|
-
"label": "Full-text search",
|
|
489
|
-
"tooltip": "Answers questions by using full-text search in literals and IRIs. Performs well on open-ended questions but not so well on providing aggregations.",
|
|
490
|
-
"fts_disabled_message": "You must <a href=\"{{repositoryEditPage}}\" target=\"_blank\">enable the full-text search (FTS) index</a> to use this method.",
|
|
491
|
-
"missing_repository_id": "Repository ID must be selected",
|
|
492
|
-
"btn": {
|
|
493
|
-
"reload": {
|
|
494
|
-
"tooltip": "Refresh the FTS index status"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
|
-
"fts_search_max_number_of_triples_per_call": {
|
|
499
|
-
"label": "Max number of results (triples) per call",
|
|
500
|
-
"tooltip": "Limit the maximum number of triples returned by Full-text search. The default value is automatic and determined at runtime. If not sure, leave the default value.",
|
|
501
|
-
"placeholder": "Automatic value"
|
|
502
|
-
},
|
|
503
|
-
"sparql_search": {
|
|
504
|
-
"label": "SPARQL",
|
|
505
|
-
"tooltip": "Answers questions by performing a SPARQL query. This works well for datasets with good ontologies and performs well on closed-ended questions, including aggregations.",
|
|
506
|
-
"required_option": "Select how an ontology should be fetched"
|
|
507
|
-
},
|
|
508
|
-
"ontology_graph": {
|
|
509
|
-
"label": "Fetch ontology from a named graph",
|
|
510
|
-
"tooltip": "The named graph that contains the entire ontology or a subset sufficient to generate useful SPARQL queries."
|
|
511
|
-
},
|
|
512
|
-
"add_missing_namespaces": {
|
|
513
|
-
"label": "Auto-add missing namespaces",
|
|
514
|
-
"tooltip": "Automatically insert missing namespaces in SPARQL queries. This helps avoid errors when a query doesn't include necessary namespaces. In many cases, the model corrects itself after the missing namespaces error is returned, but enabling this option ensures GraphDB resolves the issue automatically."
|
|
515
|
-
},
|
|
516
|
-
"construct_query": {
|
|
517
|
-
"label": "Provide a SPARQL CONSTRUCT query that fetches the ontology",
|
|
518
|
-
"tooltip": "A SPARQL CONSTRUCT query that returns the entire ontology or a subset sufficient to generate useful SPARQL queries."
|
|
519
|
-
},
|
|
520
|
-
"similarity_search": {
|
|
521
|
-
"label": "Similarity search",
|
|
522
|
-
"tooltip": "Answers questions by using Similarity search. Performs well on open-ended questions but not so well on providing aggregations."
|
|
523
|
-
},
|
|
524
|
-
"similarity_search_max_number_of_triples_per_call": {
|
|
525
|
-
"label": "Max number of results (triples) per call",
|
|
526
|
-
"tooltip": "Limit the maximum number of triples returned by Similarity search. The default value is automatic and determined at runtime. If not sure, leave the default value.",
|
|
527
|
-
"placeholder": "Automatic value"
|
|
528
|
-
},
|
|
529
|
-
"similarity_index": {
|
|
530
|
-
"label": "Similarity index name",
|
|
531
|
-
"tooltip": "The text similarity index to use for similarity search queries.",
|
|
532
|
-
"loading_indexes": "Loading similarity indexes...",
|
|
533
|
-
"no_similarity_index": {
|
|
534
|
-
"message_1": "You must",
|
|
535
|
-
"message_2": "create a similarity index",
|
|
536
|
-
"message_3": "to use this method"
|
|
537
|
-
},
|
|
538
|
-
"btn": {
|
|
539
|
-
"reload": {
|
|
540
|
-
"tooltip": "Refresh the similarity indexes"
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
"similarity_threshold": {
|
|
545
|
-
"label": "Similarity score threshold",
|
|
546
|
-
"tooltip": "Use only similarity results whose score is at least the threshold value, between 0 and 1. The default value is 0.6."
|
|
547
|
-
},
|
|
548
|
-
"retrieval_search": {
|
|
549
|
-
"label": "ChatGPT Retrieval connector",
|
|
550
|
-
"tooltip": "Answers questions by using vector search in text chunks created from RDF. Performs well on open-ended questions but not so well on providing aggregations.",
|
|
551
|
-
"no_retrieval_connectors": {
|
|
552
|
-
"message_1": "You must",
|
|
553
|
-
"message_2": "create ChatGPT Retrieval connector",
|
|
554
|
-
"message_3": "to use this method"
|
|
555
|
-
},
|
|
556
|
-
"btn": {
|
|
557
|
-
"reload": {
|
|
558
|
-
"tooltip": "Refresh the ChatGPT Retrieval connectors"
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
"connector_id": {
|
|
563
|
-
"label": "ChatGPT Retrieval connector",
|
|
564
|
-
"tooltip": "The ChatGPT Retrieval Connector instance to use for CtatGPT retrieval queries."
|
|
565
|
-
},
|
|
566
|
-
"query_template": {
|
|
567
|
-
"label": "Query template",
|
|
568
|
-
"tooltip": "This template may use a filter with the available metadata fields in your ChatGPT Retrieval Connector instance. The default value contains only the query part and uses no metadata fields. Please consult the documentation for more information."
|
|
569
|
-
},
|
|
570
|
-
"retrieval_search_max_number_of_triples_per_call": {
|
|
571
|
-
"label": "Max number of results (chunks) per call",
|
|
572
|
-
"tooltip": "Limit the maximum number of text chunks returned by the ChatGPT Retrieval Connector. The default value is automatic and determined at runtime. If not sure, leave the default value.",
|
|
573
|
-
"placeholder": "Automatic value"
|
|
574
|
-
},
|
|
575
|
-
"system_instruction": {
|
|
576
|
-
"label": "Base instructions",
|
|
577
|
-
"placeholder": "Enter base instructions",
|
|
578
|
-
"tooltip": "Base instructions for the agent. The default value provides good results in most setups so there is no need to change it.",
|
|
579
|
-
"overriding_system_instruction_warning": {
|
|
580
|
-
"title": "Overriding base instructions",
|
|
581
|
-
"body": "Modifying the base instructions may result in suboptimal performance. Only proceed if you are confident in your adjustments."
|
|
582
|
-
},
|
|
583
|
-
"btn": {
|
|
584
|
-
"copy_instruction": {
|
|
585
|
-
"tooltip": "Copy base instructions"
|
|
586
|
-
},
|
|
587
|
-
"restore_default": {
|
|
588
|
-
"tooltip": "Reset to default"
|
|
589
|
-
}
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
"user_instruction": {
|
|
593
|
-
"label": "Additional instructions",
|
|
594
|
-
"placeholder": "Enter additional instructions",
|
|
595
|
-
"tooltip": "Additional instructions can be used to provide ground truths or proper instructions.",
|
|
596
|
-
"btn": {
|
|
597
|
-
"copy_instruction": {
|
|
598
|
-
"tooltip": "Copy additional instructions"
|
|
599
|
-
},
|
|
600
|
-
"restore_default": {
|
|
601
|
-
"tooltip": "Reset to default"
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"additional_query_methods": {
|
|
606
|
-
"label": "Additional query methods",
|
|
607
|
-
"tooltip": "Additional query methods supplement the main query methods but cannot be used on their own to answer general questions.",
|
|
608
|
-
"method": {
|
|
609
|
-
"iri_discovery_search": {
|
|
610
|
-
"label": "Full-text search in labels for IRI discovery",
|
|
611
|
-
"tooltip": "Helps the model discover the IRIs (using FTS) for a particular incomplete query, for example the name Michael in \"What's Michael's phone number?\""
|
|
612
|
-
},
|
|
613
|
-
"autocomplete_iri_discovery_search": {
|
|
614
|
-
"label": "Autocomplete for IRI discovery",
|
|
615
|
-
"tooltip": "Helps the model discover the IRIs (using autocomplete) for a particular incomplete query, for example the name Michael in \"What's Michael's phone number?\"",
|
|
616
|
-
"btn": {
|
|
617
|
-
"reload": {
|
|
618
|
-
"tooltip": "Refresh the autocomplete index"
|
|
619
|
-
}
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
"autocomplete_disabled_message": {
|
|
624
|
-
"message_1": "You must",
|
|
625
|
-
"message_2": "enable the Autocomplete index",
|
|
626
|
-
"message_3": "on chosen repository to use this method"
|
|
627
|
-
},
|
|
628
|
-
"autocomplete_max_number_of_results_per_call": {
|
|
629
|
-
"label": "Max number of results (IRIs) per call",
|
|
630
|
-
"placeholder": "Automatic value",
|
|
631
|
-
"tooltip": "Limit the maximum number of IRIs. The default value is automatic and determined at runtime. If not sure, leave the default value."
|
|
632
|
-
},
|
|
633
|
-
"autocomplete_search_predicates": {
|
|
634
|
-
"label": "Search predicates",
|
|
635
|
-
"placeholder": "Search labels",
|
|
636
|
-
"tooltip": "Enter one or more predicates to use for label search with autocomplete."
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
},
|
|
640
|
-
"btn": {
|
|
641
|
-
"create": {
|
|
642
|
-
"label": "Create Agent"
|
|
643
|
-
},
|
|
644
|
-
"cancel": {
|
|
645
|
-
"label": "Cancel"
|
|
646
|
-
},
|
|
647
|
-
"save": {
|
|
648
|
-
"label": "Save"
|
|
649
|
-
},
|
|
650
|
-
"explain_settings": {
|
|
651
|
-
"label": "Review agent instructions"
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
"dialog": {
|
|
655
|
-
"confirm_repository_change_before_open_similarity": {
|
|
656
|
-
"body": "If you proceed with creating the similarity index, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
657
|
-
},
|
|
658
|
-
"confirm_repository_change_before_open_connectors": {
|
|
659
|
-
"body": "If you proceed with creating the ChatGPT Retrieval connector, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
660
|
-
},
|
|
661
|
-
"confirm_repository_change_before_open_autocomplete_index": {
|
|
662
|
-
"body": "If you proceed with enabling the autocomplete index, GraphDB will open in a new tab and switch to the <b>{{repositoryId}}</b> repository."
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
"delete_agent_modal": {
|
|
667
|
-
"title": "Delete Agent",
|
|
668
|
-
"body": "Do you really want to delete the agent <b>{{agentName}}</b>?"
|
|
669
|
-
},
|
|
670
|
-
"instructions_explain_modal": {
|
|
671
|
-
"title": "Agent instructions",
|
|
672
|
-
"instructions": {
|
|
673
|
-
"baseInstructions": {
|
|
674
|
-
"label": "Base instructions",
|
|
675
|
-
"description": "Establishes the main context and foundational guidelines for the agent's behavior."
|
|
676
|
-
},
|
|
677
|
-
"additionalInstructions": {
|
|
678
|
-
"label": "Additional instructions",
|
|
679
|
-
"description": "Provides extra guidelines to further customize the agent's behavior or specify important truths."
|
|
680
|
-
},
|
|
681
|
-
"sparqlInstructions": {
|
|
682
|
-
"label": "SPARQL instructions",
|
|
683
|
-
"description": "Details the instructions for constructing and executing SPARQL queries."
|
|
684
|
-
},
|
|
685
|
-
"ontologyIntroduction": {
|
|
686
|
-
"label": "Ontology introduction",
|
|
687
|
-
"description": "Introduces the section that contains the ontology data."
|
|
688
|
-
},
|
|
689
|
-
"ontology": {
|
|
690
|
-
"label": "Ontology",
|
|
691
|
-
"description": "Represents the extracted and serialized ontology."
|
|
692
|
-
}
|
|
693
|
-
},
|
|
694
|
-
"btn": {
|
|
695
|
-
"close": {
|
|
696
|
-
"label": "Close"
|
|
697
|
-
}
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
"agent_select_menu": {
|
|
701
|
-
"no_selection_label": "Select an agent",
|
|
702
|
-
"deleted_agent": "[deleted agent]",
|
|
703
|
-
"configure_agent_modal": {
|
|
704
|
-
"title": "Configure Agent",
|
|
705
|
-
"body": "Selected agent has no repository configured. Do you want to configure it now?"
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
|
-
"fat_btn": {
|
|
709
|
-
"create_agent": {
|
|
710
|
-
"label": "Create your first agent",
|
|
711
|
-
"tooltip_disabled": "You do not have permission to create an agent"
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
"btn": {
|
|
715
|
-
"filter": {
|
|
716
|
-
"tooltip": "Filter by repository",
|
|
717
|
-
"all": "All"
|
|
718
|
-
},
|
|
719
|
-
"edit_agent": {
|
|
720
|
-
"label": "Agent settings",
|
|
721
|
-
"tooltip": "Edit agent settings",
|
|
722
|
-
"tooltip_disabled": "You do not have permission to edit the agent"
|
|
723
|
-
},
|
|
724
|
-
"clone_agent": {
|
|
725
|
-
"label": "Clone",
|
|
726
|
-
"tooltip": "Clone Agent"
|
|
727
|
-
},
|
|
728
|
-
"delete_agent": {
|
|
729
|
-
"label": "Delete Agent",
|
|
730
|
-
"tooltip": "Delete Agent"
|
|
731
|
-
},
|
|
732
|
-
"create_agent": {
|
|
733
|
-
"label": "Create Agent",
|
|
734
|
-
"tooltip": "Create a new agent",
|
|
735
|
-
"tooltip_disabled": "You do not have permission to create an agent"
|
|
736
|
-
},
|
|
737
|
-
"open_sidebar": {
|
|
738
|
-
"tooltip": "Manage agents",
|
|
739
|
-
"tooltip_disabled": "You do not have permission to modify the agent"
|
|
740
|
-
},
|
|
741
|
-
"close_sidebar": {
|
|
742
|
-
"tooltip": "Close sidebar"
|
|
743
|
-
},
|
|
744
|
-
"copy_gpt_token_prop": {
|
|
745
|
-
"tooltip": "Copy GPT token property"
|
|
746
|
-
},
|
|
747
|
-
"open-agent-actions": {
|
|
748
|
-
"label_disabled": "You do not have permission to modify the agent"
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
"messages": {
|
|
752
|
-
"no_agents": "No agents found for the selected filter.",
|
|
753
|
-
"help_1": "{{'ttyg.helpInfo'|translate|trustAsHtml}}",
|
|
754
|
-
"help_2": "{{'ttyg.help.how.content2'|translate|trustAsHtml}}",
|
|
755
|
-
"help_config": "To use <b>Talk to Your Graph</b>, GraphDB must first be configured to work with OpenAI. Please ensure that the necessary API keys and settings are in place before starting. For detailed setup instructions, refer to the <a href=\"{{talkToGraphDocumentationLink}}\" target=\"_blank\" rel=\"noopener\">documentation<i class=\"icon-external\"></i></a> or contact your administrator.",
|
|
756
|
-
"token_prop_warn1": "To enable this feature, set the config property",
|
|
757
|
-
"token_prop_warn2": "to your GPT token in",
|
|
758
|
-
"token_prop_warn3": "file.",
|
|
759
|
-
"token_prop_warn4": "Configuring your use of GPT models",
|
|
760
|
-
"error_retrieval_connectors_loading": "Error loading retrieval connectors",
|
|
761
|
-
"error_similarity_indexes_loading": "Error loading similarity indexes",
|
|
762
|
-
"error_repository_config_loading": "Error loading repository configurations",
|
|
763
|
-
"agent_save_successfully": "The agent '{{agentName}}' was saved successfully.",
|
|
764
|
-
"agent_save_failure": "Failed to save the agent '{{agentName}}'."
|
|
765
|
-
}
|
|
766
|
-
},
|
|
767
|
-
"help.what.title": "What is this?",
|
|
768
|
-
"help.what.content": "{{'ttyg.helpInfo'|translate|trustAsHtml}}",
|
|
769
|
-
"help.how.title": "How does it work?",
|
|
770
|
-
"help.how.content": "The bot uses the ChatGPT Retrieval connector to fetch information it does not know about. As such, you must first create a suitable connector. See also the settings for fine-tuning the integration with the Retrieval connector.",
|
|
771
|
-
"help.how.content1": "<b>Talk to Your Graph</b> is powered by OpenAI's Assistants API. You begin by selecting or configuring an agent, which defines the context and rules for querying. Once set, you can start a conversation by asking questions in natural language. The assistant interprets your query, runs the appropriate query methods to retrieve data, and responds with an answer. Persistent chat ensures conversations stay contextually aware, enabling deeper, more coherent interactions over time. You can use multiple agents concurrently to cover various domains or data sources.",
|
|
772
|
-
"help.how.content2": "An agent in <b>Talk to Your Graph</b> is an AI-driven assistant specifically configured to interact with your graph database. It uses advanced natural language processing to understand and respond to your questions by querying the database and delivering relevant information. Each agent is tailored to a specific context, making interactions seamless and efficient, whether you're retrieving data, exploring insights, or working on complex projects."
|
|
773
|
-
},
|
|
774
|
-
"graphql": {
|
|
775
|
-
"playground": {
|
|
776
|
-
"helpInfo": "Use the GraphQL Playground to build and test queries in real time. Explore your schema, send requests, and inspect responses effortlessly.",
|
|
777
|
-
"message": {
|
|
778
|
-
"no_schemas_in_repository": "No active endpoints found in the current repository. Manage the GraphQL schemas <a href=\"graphql/endpoints\">here</a>",
|
|
779
|
-
"abort_query": "Query canceled: The operation was stopped before completion."
|
|
780
|
-
},
|
|
781
|
-
"endpoint_selector": {
|
|
782
|
-
"tooltip": "Active endpoints"
|
|
783
|
-
}
|
|
784
|
-
},
|
|
785
|
-
"endpoints_management": {
|
|
786
|
-
"helpInfo": "GraphQL endpoint management allows you to create GraphQL endpoints. You can create a GraphQL endpoint by generating it from GraphQL shapes or using OWL ontologies and SHACL shapes.",
|
|
787
|
-
"toolbar": {
|
|
788
|
-
"endpoints_filter": {
|
|
789
|
-
"placeholder": "Filter by ID or Label"
|
|
790
|
-
},
|
|
791
|
-
"create_endpoint": {
|
|
792
|
-
"label": "New endpoint",
|
|
793
|
-
"tooltip": "Create a new GraphQL endpoint"
|
|
794
|
-
},
|
|
795
|
-
"import_schema": {
|
|
796
|
-
"label": "Import schema definition",
|
|
797
|
-
"tooltip": "Import a GraphQL endpoint schema definition"
|
|
798
|
-
}
|
|
799
|
-
},
|
|
800
|
-
"table": {
|
|
801
|
-
"column": {
|
|
802
|
-
"id": {
|
|
803
|
-
"label": "Id",
|
|
804
|
-
"tooltip": "The human-readable name of the GraphQL endpoint"
|
|
805
|
-
},
|
|
806
|
-
"label": {
|
|
807
|
-
"label": "Label",
|
|
808
|
-
"tooltip": "The label of the GraphQL endpoint"
|
|
809
|
-
},
|
|
810
|
-
"is_default": {
|
|
811
|
-
"label": "Default",
|
|
812
|
-
"tooltip": "Set the endpoint definition which will be active on the default GraphQL endpoint"
|
|
813
|
-
},
|
|
814
|
-
"is_active": {
|
|
815
|
-
"label": "Active",
|
|
816
|
-
"tooltip": "Set as active for queries and mutations."
|
|
817
|
-
},
|
|
818
|
-
"modified_on": {
|
|
819
|
-
"label": "Modified",
|
|
820
|
-
"tooltip": "The date and time when the endpoint was last modified"
|
|
821
|
-
},
|
|
822
|
-
"types_count": {
|
|
823
|
-
"label": "Types",
|
|
824
|
-
"tooltip": "The number of types in the GraphQL schema"
|
|
825
|
-
},
|
|
826
|
-
"props_count": {
|
|
827
|
-
"label": "Properties",
|
|
828
|
-
"tooltip": "The number of properties in the GraphQL schema"
|
|
829
|
-
},
|
|
830
|
-
"actions": {
|
|
831
|
-
"label": "Actions",
|
|
832
|
-
"tooltip": "Access more actions for managing the GraphQL endpoint"
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
"actions": {
|
|
836
|
-
"explore_endpoint": {
|
|
837
|
-
"active": {
|
|
838
|
-
"tooltip": "Explore the endpoint in the GraphQL Playground"
|
|
839
|
-
},
|
|
840
|
-
"inactive": {
|
|
841
|
-
"tooltip": "The endpoint is not active and cannot be explored in the GraphQL Playground"
|
|
842
|
-
}
|
|
843
|
-
},
|
|
844
|
-
"create_endpoint": {
|
|
845
|
-
"label": "Create endpoint",
|
|
846
|
-
"tooltip": "Create a new GraphQL endpoint"
|
|
847
|
-
},
|
|
848
|
-
"import_schema": {
|
|
849
|
-
"label": "Import schema definition",
|
|
850
|
-
"tooltip": "Import a GraphQL endpoint schema definition"
|
|
851
|
-
},
|
|
852
|
-
"configure_endpoint": {
|
|
853
|
-
"label": "Configure endpoint",
|
|
854
|
-
"tooltip": "Configure the GraphQL endpoint"
|
|
855
|
-
},
|
|
856
|
-
"delete_endpoint": {
|
|
857
|
-
"label": "Delete endpoint",
|
|
858
|
-
"tooltip": "Delete the GraphQL endpoint",
|
|
859
|
-
"confirmation": {
|
|
860
|
-
"title": "Delete endpoint",
|
|
861
|
-
"body": "Are you sure you want to delete the GraphQL endpoint '{{name}}'?"
|
|
862
|
-
},
|
|
863
|
-
"success": "The GraphQL endpoint '{{name}}' was deleted successfully."
|
|
864
|
-
},
|
|
865
|
-
"export_schema": {
|
|
866
|
-
"label": "Export schema definition",
|
|
867
|
-
"tooltip": "Export the GraphQL endpoint schema definition"
|
|
868
|
-
},
|
|
869
|
-
"view_report": {
|
|
870
|
-
"label": "View report",
|
|
871
|
-
"tooltip": "Opens the report in a modal dialog"
|
|
872
|
-
},
|
|
873
|
-
"set_as_default": {
|
|
874
|
-
"success": "Successfully set \"{{endpointId}}\" endpoint as default"
|
|
875
|
-
},
|
|
876
|
-
"toggle_active_state": {
|
|
877
|
-
"activated": {
|
|
878
|
-
"success": "The endpoint \"{{endpointId}}\" was successfully activated"
|
|
879
|
-
},
|
|
880
|
-
"deactivated": {
|
|
881
|
-
"success": "The endpoint \"{{endpointId}}\" was successfully deactivated"
|
|
882
|
-
}
|
|
883
|
-
}
|
|
884
|
-
},
|
|
885
|
-
"messages": {
|
|
886
|
-
"endpoints_filter_no_result": "No GraphQL endpoints found for current search criteria",
|
|
887
|
-
"no_endpoints_in_repository": "No GraphQL endpoints found in the repository"
|
|
888
|
-
},
|
|
889
|
-
"labels": {
|
|
890
|
-
"description": "Description"
|
|
891
|
-
}
|
|
892
|
-
},
|
|
893
|
-
"endpoint_configuration_modal": {
|
|
894
|
-
"title": "Configure GraphQL endpoint",
|
|
895
|
-
"messages": {
|
|
896
|
-
"error_saving_configuration": "Error saving endpoint configuration",
|
|
897
|
-
"success_saving_configuration": "Endpoint configuration saved"
|
|
898
|
-
},
|
|
899
|
-
"actions": {
|
|
900
|
-
"show_advanced_settings": {
|
|
901
|
-
"label": "Advanced settings"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
"settings": {
|
|
905
|
-
"graphql": {
|
|
906
|
-
"label": "GraphQL settings",
|
|
907
|
-
"tooltip": "Settings for the GraphQL endpoint"
|
|
908
|
-
},
|
|
909
|
-
"security": {
|
|
910
|
-
"label": "Security settings",
|
|
911
|
-
"tooltip": "Settings for the GraphQL endpoint security"
|
|
912
|
-
},
|
|
913
|
-
"integration": {
|
|
914
|
-
"label": "Integration settings",
|
|
915
|
-
"tooltip": "Settings for the GraphQL endpoint integration"
|
|
916
|
-
},
|
|
917
|
-
"enableTypeCount": {
|
|
918
|
-
"label": "Enable Type Count Queries",
|
|
919
|
-
"tooltip": "Toggle to include count queries in the schema."
|
|
920
|
-
},
|
|
921
|
-
"enableCollectionCount": {
|
|
922
|
-
"label": "Enable Collection Count",
|
|
923
|
-
"tooltip": "Enables or disables automatic collection size properties."
|
|
924
|
-
},
|
|
925
|
-
"compactErrorMessages": {
|
|
926
|
-
"label": "Compact Error Messages",
|
|
927
|
-
"tooltip": "Enables a more compact error message format."
|
|
928
|
-
},
|
|
929
|
-
"langFetch": {
|
|
930
|
-
"label": "Default Fetch Language",
|
|
931
|
-
"tooltip": "Defines the default language configuration to use when loading langString or stringOrLangString values. If not set, all values will be returned."
|
|
932
|
-
},
|
|
933
|
-
"langValidate": {
|
|
934
|
-
"label": "Default Language Validation",
|
|
935
|
-
"tooltip": "Set the default language validation rules when mutating langString or stringOrLangString properties, including language uniqueness."
|
|
936
|
-
},
|
|
937
|
-
"langImplicit": {
|
|
938
|
-
"label": "Default Implicit Language",
|
|
939
|
-
"tooltip": "Determines the implicit language when inserting language-tagged strings if none is specified in a mutation."
|
|
940
|
-
},
|
|
941
|
-
"langDefaultNameFetch": {
|
|
942
|
-
"label": "Default Name Fetch Language",
|
|
943
|
-
"tooltip": "Sets the default language configuration for name properties. The first value matching the specified languages in order will be used."
|
|
944
|
-
},
|
|
945
|
-
"langAppendDefaultNameFetch": {
|
|
946
|
-
"label": "Append Default Name Fetch",
|
|
947
|
-
"tooltip": "Determines whether the default language spec should be appended."
|
|
948
|
-
},
|
|
949
|
-
"includeInferred": {
|
|
950
|
-
"label": "Include Inferred Data",
|
|
951
|
-
"tooltip": "Enables or disables inference for queries and mutations."
|
|
952
|
-
},
|
|
953
|
-
"expandOwlSameAs": {
|
|
954
|
-
"label": "Expand owl:sameAs",
|
|
955
|
-
"tooltip": "Controls whether owl:sameAs expansion is enabled."
|
|
956
|
-
},
|
|
957
|
-
"enableMutations": {
|
|
958
|
-
"label": "Enable Mutations",
|
|
959
|
-
"tooltip": "Toggle to enable or disable GraphQL mutations. If disabled, the GraphQL endpoint will be read-only regardless of user permissions."
|
|
960
|
-
},
|
|
961
|
-
"defaultRole": {
|
|
962
|
-
"label": "Default User Role",
|
|
963
|
-
"tooltip": "Defines the role assigned when no other role is found."
|
|
964
|
-
},
|
|
965
|
-
"enableGraphQLExplain": {
|
|
966
|
-
"label": "Enable GraphQL Explain",
|
|
967
|
-
"tooltip": "Enables access to the SPARQL queries and their execution plans."
|
|
968
|
-
},
|
|
969
|
-
"exposeSomlInGraphQL": {
|
|
970
|
-
"label": "Expose Model in GraphQL",
|
|
971
|
-
"tooltip": "Includes model configuration details in the GraphQL schema."
|
|
972
|
-
},
|
|
973
|
-
"disabledChecks": {
|
|
974
|
-
"label": "Disabled Schema Checks",
|
|
975
|
-
"tooltip": "Specifies which schema validation checks to disable."
|
|
976
|
-
},
|
|
977
|
-
"sparqlFederatedServices": {
|
|
978
|
-
"label": "SPARQL Federated Services",
|
|
979
|
-
"tooltip": "Allows configuring SPARQL federated service endpoints for the GraphQL endpoint."
|
|
980
|
-
},
|
|
981
|
-
"sparqlFederatedServicesPriority": {
|
|
982
|
-
"label": "SPARQL Federated Services Priority",
|
|
983
|
-
"tooltip": "Defines the priority of SPARQL federated service endpoint configurations. Controls whether deployment-wide settings or individual endpoint configurations take precedence."
|
|
984
|
-
},
|
|
985
|
-
"defaultIntegrationRole": {
|
|
986
|
-
"label": "Default Integration Role",
|
|
987
|
-
"tooltip": "The default RBAC role that will have read-only access to the data and could be used for system integrations."
|
|
988
|
-
},
|
|
989
|
-
"queryPrefix": {
|
|
990
|
-
"label": "Query Prefix",
|
|
991
|
-
"tooltip": "Adds a prefix to all GraphQL queries."
|
|
992
|
-
},
|
|
993
|
-
"mutationPrefix": {
|
|
994
|
-
"label": "Mutation Prefix",
|
|
995
|
-
"tooltip": "Adds a prefix to all GraphQL mutations."
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
},
|
|
999
|
-
"import_definition_modal": {
|
|
1000
|
-
"title": "Import GraphQL schema definition",
|
|
1001
|
-
"actions": {
|
|
1002
|
-
"select_files": {
|
|
1003
|
-
"label": "Browse"
|
|
1004
|
-
},
|
|
1005
|
-
"import": {
|
|
1006
|
-
"label": "Upload and create"
|
|
1007
|
-
},
|
|
1008
|
-
"view_report": {
|
|
1009
|
-
"label": "View report",
|
|
1010
|
-
"tooltip": "View the import report"
|
|
1011
|
-
},
|
|
1012
|
-
"explore_endpoint": {
|
|
1013
|
-
"tooltip": "Explore the endpoint in the Playground"
|
|
1014
|
-
},
|
|
1015
|
-
"remove_file": {
|
|
1016
|
-
"tooltip": "Remove the file from selection"
|
|
1017
|
-
}
|
|
1018
|
-
},
|
|
1019
|
-
"messages": {
|
|
1020
|
-
"allowed_file_types": "Allowed file formats: .yaml, .yml, .zip",
|
|
1021
|
-
"no_files_selected": "Browse or drag and drop files to here to upload."
|
|
1022
|
-
},
|
|
1023
|
-
"status": {
|
|
1024
|
-
"pending": "Pending",
|
|
1025
|
-
"completed": "Created",
|
|
1026
|
-
"failed": "Failed",
|
|
1027
|
-
"not_allowed": "Not allowed"
|
|
1028
|
-
}
|
|
1029
|
-
},
|
|
1030
|
-
"generation_failure_report_modal": {
|
|
1031
|
-
"title": "GraphQL endpoint creation report",
|
|
1032
|
-
"failing_reason_message": "GraphQL endpoint creation failed because of errors/warnings during schema definition generation.",
|
|
1033
|
-
"warning_reason_message": "Your GraphQL endpoint is now ready. Below are the warnings encountered during schema generation.",
|
|
1034
|
-
"errors": "Validation error [{{errorCount}}]",
|
|
1035
|
-
"warnings": "Warning [{{warningCount}}]",
|
|
1036
|
-
"actions": {
|
|
1037
|
-
"download_report": {
|
|
1038
|
-
"label": "Download report"
|
|
1039
|
-
},
|
|
1040
|
-
"delete_report": {
|
|
1041
|
-
"label": "Delete report",
|
|
1042
|
-
"success": "The endpoint generation report was deleted successfully."
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
}
|
|
1046
|
-
},
|
|
1047
|
-
"create_endpoint": {
|
|
1048
|
-
"helpInfo": "Create a new GraphQL endpoint by selecting a source repository and defining schema sources. Configure settings and generate your endpoint to start querying data.",
|
|
1049
|
-
"toolbar": {
|
|
1050
|
-
"source_repository_selector": {
|
|
1051
|
-
"label": "Source repository",
|
|
1052
|
-
"tooltip": "The repository used for creating the GraphQL endpoint"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
"wizard_steps": {
|
|
1056
|
-
"select_schema_sources": {
|
|
1057
|
-
"title": "Select schema source",
|
|
1058
|
-
"source_type": {
|
|
1059
|
-
"graphql_schema_shapes": {
|
|
1060
|
-
"label": "GraphQL schema shapes",
|
|
1061
|
-
"tooltip": "A structured representation of your data in GraphQL, defining types and relationships."
|
|
1062
|
-
},
|
|
1063
|
-
"shacl_shapes": {
|
|
1064
|
-
"label": "OWL ontologies/SHACL shapes",
|
|
1065
|
-
"tooltip": "Ontologies and SHACL shapes define the structure and constraints of your data."
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
"graphql_schema_shapes": {
|
|
1069
|
-
"title": "GraphQL schema shapes",
|
|
1070
|
-
"messages": {
|
|
1071
|
-
"loading_graphql_shapes": "Loading GraphQL schema shapes...",
|
|
1072
|
-
"no_schemas": "No GraphQL schema shapes were found in the selected repository. You can browse other repositories or change the source.",
|
|
1073
|
-
"endpoint_per_shape": "Each GraphQL schema shape results in one endpoint."
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
"shacl_shapes": {
|
|
1077
|
-
"title": "Set endpoint",
|
|
1078
|
-
"form": {
|
|
1079
|
-
"endpoint_id": {
|
|
1080
|
-
"label": "Endpoint ID",
|
|
1081
|
-
"tooltip": "A unique identifier for this endpoint, used to reference and manage it.",
|
|
1082
|
-
"placeholder": "star-wars",
|
|
1083
|
-
"validation": {
|
|
1084
|
-
"required": "The endpoint ID is required",
|
|
1085
|
-
"pattern": "The endpoint ID must contain only letters, numbers, underscores, and hyphens"
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
"vocabulary_prefix": {
|
|
1089
|
-
"label": "Vocabulary prefix",
|
|
1090
|
-
"tooltip": "Vocabulary prefix",
|
|
1091
|
-
"placeholder": "Select prefix (from source repository)"
|
|
1092
|
-
},
|
|
1093
|
-
"endpoint_label": {
|
|
1094
|
-
"label": "Endpoint label",
|
|
1095
|
-
"tooltip": "Assign a custom label to easily identify the endpoint.",
|
|
1096
|
-
"placeholder": "Star Wars"
|
|
1097
|
-
},
|
|
1098
|
-
"endpoint_description": {
|
|
1099
|
-
"label": "Endpoint description",
|
|
1100
|
-
"tooltip": "Assign a description to the endpoint.",
|
|
1101
|
-
"placeholder": "The Star Wars GraphQL endpoint description"
|
|
1102
|
-
}
|
|
1103
|
-
},
|
|
1104
|
-
"source": {
|
|
1105
|
-
"use_all_graphs": {
|
|
1106
|
-
"label": "Use all graphs",
|
|
1107
|
-
"messages": {
|
|
1108
|
-
"use_all_data": "All data from the repository will be used for endpoint creation"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
"use_shacl_shape_graph": {
|
|
1112
|
-
"label": "Use SHACL shape graph",
|
|
1113
|
-
"messages": {
|
|
1114
|
-
"all_shacl_shape_graphs": "All {{count}} SHACL shape graphs are included for endpoint creation",
|
|
1115
|
-
"no_graphs": "No SHACL shape graphs were found in the selected repository"
|
|
1116
|
-
}
|
|
1117
|
-
},
|
|
1118
|
-
"pick_graphs": {
|
|
1119
|
-
"label": "Select one or more graphs",
|
|
1120
|
-
"messages": {
|
|
1121
|
-
"no_graphs": "No graphs were found in the selected repository"
|
|
1122
|
-
}
|
|
1123
|
-
}
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1126
|
-
},
|
|
1127
|
-
"configure_endpoint": {
|
|
1128
|
-
"title": "Configure endpoint",
|
|
1129
|
-
"endpoint_parameters": {
|
|
1130
|
-
"title": "Parameters",
|
|
1131
|
-
"actions": {
|
|
1132
|
-
"show_advanced_settings": {
|
|
1133
|
-
"label": "Advanced settings"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
"settings": {
|
|
1137
|
-
"generic": {
|
|
1138
|
-
"label": "Generic settings",
|
|
1139
|
-
"tooltip": "Generic settings for the GraphQL endpoint"
|
|
1140
|
-
},
|
|
1141
|
-
"dataCleanup": {
|
|
1142
|
-
"label": "Data Cleanup",
|
|
1143
|
-
"tooltip": "Settings for data cleanup"
|
|
1144
|
-
},
|
|
1145
|
-
"enterprise": {
|
|
1146
|
-
"label": "Enterprise settings",
|
|
1147
|
-
"tooltip": "Enterprise settings for the GraphQL endpoint"
|
|
1148
|
-
},
|
|
1149
|
-
"stringMode": {
|
|
1150
|
-
"label": "Default String Mode",
|
|
1151
|
-
"tooltip": "Specifies the default string mode for data properties without a range definition."
|
|
1152
|
-
},
|
|
1153
|
-
"useUnions": {
|
|
1154
|
-
"label": "Use GraphQL Unions",
|
|
1155
|
-
"tooltip": "Determines whether GraphQL unions should be used in the result model."
|
|
1156
|
-
},
|
|
1157
|
-
"forceInterfaceTypes": {
|
|
1158
|
-
"label": "Force Interface Types",
|
|
1159
|
-
"tooltip": "Specifies if parent types should always be interfaces or split between interface and subclass."
|
|
1160
|
-
},
|
|
1161
|
-
"defaultMaxCardinality": {
|
|
1162
|
-
"label": "Default Maximum Cardinality",
|
|
1163
|
-
"tooltip": "Sets the default maximum cardinality for all values, defining whether properties without explicit cardinality are multi or single valued by default."
|
|
1164
|
-
},
|
|
1165
|
-
"readShaclPropertyLabels": {
|
|
1166
|
-
"label": "Use SHACL Property Labels",
|
|
1167
|
-
"tooltip": "Defines whether labels and descriptions for sh:PropertyShape should be used instead of sh:path labels and descriptions."
|
|
1168
|
-
},
|
|
1169
|
-
"removeUnknownRanges": {
|
|
1170
|
-
"label": "Remove Unknown Ranges",
|
|
1171
|
-
"tooltip": "Specifies whether invalid and undefined ranges should be removed."
|
|
1172
|
-
},
|
|
1173
|
-
"cleanInvalidInverseOf": {
|
|
1174
|
-
"label": "Clean Invalid InverseOf Relations",
|
|
1175
|
-
"tooltip": "Attempts to fix invalid owl:inverseOf relationships."
|
|
1176
|
-
},
|
|
1177
|
-
"includeDeactivatedShapes": {
|
|
1178
|
-
"label": "Include Deactivated Shapes",
|
|
1179
|
-
"tooltip": "Includes sh:deactivated shapes in the model."
|
|
1180
|
-
},
|
|
1181
|
-
"readRBACRules": {
|
|
1182
|
-
"label": "Read RBAC Rules",
|
|
1183
|
-
"tooltip": "Enables reading RBAC rules from the models."
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
"generate_endpoint": {
|
|
1189
|
-
"title": "Create",
|
|
1190
|
-
"overview": {
|
|
1191
|
-
"title": "Overview",
|
|
1192
|
-
"for_shapes": {
|
|
1193
|
-
"info": "GraphDB will attempt to create {{endpointsCount}} GraphQL endpoints in the \"{{activeRepoId}}\" repository based on the selected resources. To modify the selection, go back to Step 1 (Select schema source).",
|
|
1194
|
-
"included_endpoints": "Included GraphQL schema shapes",
|
|
1195
|
-
"generated_endpoints": "GraphQL endpoints",
|
|
1196
|
-
"explore_in_playground_link_tooltip": "Explore in Playground (opens in a new tab)",
|
|
1197
|
-
"view_report_link": "View report",
|
|
1198
|
-
"view_report_link_tooltip": "Opens endpoint creation report in a modal dialog"
|
|
1199
|
-
}
|
|
1200
|
-
},
|
|
1201
|
-
"messages": {
|
|
1202
|
-
"generation_progress": "Endpoints creation in progress..."
|
|
1203
|
-
}
|
|
1204
|
-
},
|
|
1205
|
-
"shapes_multiselect": {
|
|
1206
|
-
"available_options": {
|
|
1207
|
-
"title": "Available (not included)",
|
|
1208
|
-
"filter_placeholder": "Filter to select specific shapes"
|
|
1209
|
-
},
|
|
1210
|
-
"selected_options": {
|
|
1211
|
-
"title": "Included for generation",
|
|
1212
|
-
"count": "{{count}} GraphQL schema shapes included"
|
|
1213
|
-
},
|
|
1214
|
-
"actions": {
|
|
1215
|
-
"add": {
|
|
1216
|
-
"tooltip": "Add the shape to the list of included shapes"
|
|
1217
|
-
},
|
|
1218
|
-
"add_all": {
|
|
1219
|
-
"label": "Add all",
|
|
1220
|
-
"tooltip": "Add all shapes to the list of included shapes"
|
|
1221
|
-
},
|
|
1222
|
-
"remove": {
|
|
1223
|
-
"tooltip": "Remove the shape from the list of included shapes"
|
|
1224
|
-
},
|
|
1225
|
-
"remove_all": {
|
|
1226
|
-
"label": "Remove all",
|
|
1227
|
-
"tooltip": "Remove all shapes from the list of included shapes"
|
|
1228
|
-
}
|
|
1229
|
-
}
|
|
1230
|
-
},
|
|
1231
|
-
"graphs_multiselect": {
|
|
1232
|
-
"available_options": {
|
|
1233
|
-
"title": "Available (not included)",
|
|
1234
|
-
"filter_placeholder": "Filter to select specific graphs"
|
|
1235
|
-
},
|
|
1236
|
-
"selected_options": {
|
|
1237
|
-
"title": "Included for generation",
|
|
1238
|
-
"count": "{{count}} SHACL shape graphs are included"
|
|
1239
|
-
},
|
|
1240
|
-
"actions": {
|
|
1241
|
-
"add": {
|
|
1242
|
-
"tooltip": "Add the graph to the list of included graphs"
|
|
1243
|
-
},
|
|
1244
|
-
"add_all": {
|
|
1245
|
-
"label": "Add all",
|
|
1246
|
-
"tooltip": "Add all graphs to the list of included graphs"
|
|
1247
|
-
},
|
|
1248
|
-
"remove": {
|
|
1249
|
-
"tooltip": "Remove the graph from the list of included graphs"
|
|
1250
|
-
},
|
|
1251
|
-
"remove_all": {
|
|
1252
|
-
"label": "Remove all",
|
|
1253
|
-
"tooltip": "Remove all graphs from the list of included graphs"
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1256
|
-
},
|
|
1257
|
-
"actions": {
|
|
1258
|
-
"next": {
|
|
1259
|
-
"label": "Next"
|
|
1260
|
-
},
|
|
1261
|
-
"back": {
|
|
1262
|
-
"label": "Back"
|
|
1263
|
-
},
|
|
1264
|
-
"cancel": {
|
|
1265
|
-
"label": "Cancel",
|
|
1266
|
-
"tooltip": "Cancel the creation of the new GraphQL endpoint and return to the list of endpoints",
|
|
1267
|
-
"confirmation": {
|
|
1268
|
-
"title": "Cancel endpoint creation",
|
|
1269
|
-
"body": "Are you sure you want to cancel the creation of the new GraphQL endpoint?"
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
"generate_endpoint": {
|
|
1273
|
-
"label": "Create endpoint"
|
|
1274
|
-
},
|
|
1275
|
-
"finish_workflow": {
|
|
1276
|
-
"label": "Finish",
|
|
1277
|
-
"tooltip": "Finish the workflow and return to the endpoint management"
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
|
-
"messages": {
|
|
1282
|
-
"source_repository_changed": {
|
|
1283
|
-
"title": "Confirm source repository change",
|
|
1284
|
-
"body": "Changing the source repository may affect your current setup and data. Are you sure you want to proceed?"
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
"repository": {
|
|
1290
|
-
"anon_stats": {
|
|
1291
|
-
"title": "Settings",
|
|
1292
|
-
"active.location.version.not.support.settings.warning": "The version of GraphDB at your active location does not support settings.",
|
|
1293
|
-
"send.anonymous.statistics": "Send anonymous usage statistics to Ontotext",
|
|
1294
|
-
"toggle_stats": "Click to {{action|translate}} this setting",
|
|
1295
|
-
"disable": "disable",
|
|
1296
|
-
"enable": "enable",
|
|
1297
|
-
"more.info": "more info",
|
|
1298
|
-
"less.info": "less info",
|
|
1299
|
-
"why.send.statistics": "Why should you send us your statistics?",
|
|
1300
|
-
"why.send.statistics.explanation": "We aim to provide better products that suit the needs of our users and customers. The anonymous statistics help us understand those needs better and focus our efforts.",
|
|
1301
|
-
"what.statistics.include": "What do the statistics include?",
|
|
1302
|
-
"for.each.repo.header": "For each repository we gather the following metadata:",
|
|
1303
|
-
"absolute.values": "Absolute values",
|
|
1304
|
-
"gdb.edition.version.and.license.hash": "GraphDB edition, version and license hash",
|
|
1305
|
-
"number.explicit.implicit.triples": "Number of explicit and implicit triples",
|
|
1306
|
-
"entities.number": "Number of entities",
|
|
1307
|
-
"predicates.number": "Number of predicates",
|
|
1308
|
-
"repo.size.on.disk": "Size of repository on disk",
|
|
1309
|
-
"is.given.plugin.used": "Whether a given plugin is used, e.g. geo-spatial",
|
|
1310
|
-
"used.ruleset": "Ruleset (custom rulesets are reported only as \"custom\")",
|
|
1311
|
-
"os.type": "OS type",
|
|
1312
|
-
"aggregated.values.header": "Aggregated values",
|
|
1313
|
-
"queries.per.day": "Number of queries per day",
|
|
1314
|
-
"average.time.per.query": "Average time per query per day",
|
|
1315
|
-
"updates.per.day": "Number of updates per day",
|
|
1316
|
-
"average.time.per.updates": "Average time per update per day",
|
|
1317
|
-
"data.send.to.msg": "The data is sent every 24 hours over HTTP to a dedicated endpoint at",
|
|
1318
|
-
"data.encryption.msg": "The data is encrypted with a 2048-bit RSA key.",
|
|
1319
|
-
"save.settings.btn": "Save settings"
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
|
-
"config.name.label": "Config name",
|
|
1323
|
-
"graph.config.required": "My graph config (required)",
|
|
1324
|
-
"description.text": "Description",
|
|
1325
|
-
"enter.description": "Enter a description to guide users what this visual graph represents",
|
|
1326
|
-
"hint.label": "Hint",
|
|
1327
|
-
"add.hint.prompt": "Add a hint to guide users what the starting point IRI should be",
|
|
1328
|
-
"toggle.help": "Toggle help",
|
|
1329
|
-
"starting.point.label": "Starting point",
|
|
1330
|
-
"graph.expansion": "Graph expansion",
|
|
1331
|
-
"node.basics": "Node basics",
|
|
1332
|
-
"edge.basics": "Edge basics",
|
|
1333
|
-
"node.extra": "Node extra",
|
|
1334
|
-
"start.with.search.box": "Start with a search box",
|
|
1335
|
-
"choose.starting.point": "Choose the starting point of your visual graph every time",
|
|
1336
|
-
"start.with.fixed.node": "Start with a fixed node",
|
|
1337
|
-
"visual.graph.start": "The visual graph will always start from the chosen node.",
|
|
1338
|
-
"query.results.start": "Start with graph query results",
|
|
1339
|
-
"results.start": "The results from your query will be the starting point of the visual graph.",
|
|
1340
|
-
"selected.node": "Selected node:",
|
|
1341
|
-
"no.node.selected": "No node selected",
|
|
1342
|
-
"search.start.rdf.node": "Search start RDF node...",
|
|
1343
|
-
"this.is.a": "This is a",
|
|
1344
|
-
"construct.query.explanation": "query that determines which nodes and edges are added to the graph when the user expands an existing node.",
|
|
1345
|
-
"the.sentence.start": "The",
|
|
1346
|
-
"this.sentence.start": "This",
|
|
1347
|
-
"variable.required": "variable is required and will be replaced with the IRI of the expanded node.",
|
|
1348
|
-
"optional.query": "This query is optional. If empty, the",
|
|
1349
|
-
"sample.query.used": "sample query will be used.",
|
|
1350
|
-
"query.node.basic.info": "query determines the basic information about a node.\nSome of that information affects the colour and size of the node.",
|
|
1351
|
-
"query.must": "The query must",
|
|
1352
|
-
"one.or.more.bindings": "one or more of these bindings:",
|
|
1353
|
-
"determines.color": "determines the colour. If missing, all nodes will have the same colour.",
|
|
1354
|
-
"determines.label": "determines the label of the node. If missing, the IRI's local name will be used.",
|
|
1355
|
-
"determines.description": "determines the description of the node. If missing, no description will be provided.",
|
|
1356
|
-
"determines.size": "determines the size of the node and it must be a real number between 0 and 1. If missing, all nodes will have same size.",
|
|
1357
|
-
"query.edge.basic.info": "query determines the basic information about an edge.",
|
|
1358
|
-
"this.binding": "this binding:",
|
|
1359
|
-
"determines.label.edge": "determines the label of the edge. If missing, the IRI's local name will be used.",
|
|
1360
|
-
"variable.required.edge": "variable is required and will be replaced with the IRI of the edge.",
|
|
1361
|
-
"query.is.optional.local.name": "This query is optional. If empty, the edge IRI's local name is used.",
|
|
1362
|
-
"extra.properties.shown.node": "query determines the extra properties shown for a node when the info icon is clicked.",
|
|
1363
|
-
"these.bindings": "these bindings:",
|
|
1364
|
-
"name.of.each.property": "is the name of each property.",
|
|
1365
|
-
"value.of.each.property": "is the value of each property.",
|
|
1366
|
-
"query.may.also": "The query may also",
|
|
1367
|
-
"url.to.image.properties": "is a URL to an image that will be shown together with the properties.",
|
|
1368
|
-
"variable.required.viewed.node": "variable is required and will be replaced with the IRI of the viewed node.",
|
|
1369
|
-
"visual.graph.other.users.see": "If checked other users will be able to see the visual graph, but not delete or edit it.",
|
|
1370
|
-
"share.visual.graph": "Share visual graph with other users",
|
|
1371
|
-
"closes.config.save": "Closes configuration and saves all changes.",
|
|
1372
|
-
"preview.results": "Executes the SPARQL query and shows a preview of the results. Only the first 100 results will be shown.",
|
|
1373
|
-
"closes.preview": "Closes the preview and shows the query editor.",
|
|
1374
|
-
"reverts.changes": "Reverts the changes in the query editor.",
|
|
1375
|
-
"revert.changes.btn": "Revert changes",
|
|
1376
|
-
"previous.config.step": "Go to previous configuration step.",
|
|
1377
|
-
"previous.btn": "Previous",
|
|
1378
|
-
"next.config.step": "Go to next configuration step.",
|
|
1379
|
-
"next.btn": "Next",
|
|
1380
|
-
"closes.config.no.save": "Closes the configuration without saving the changes.",
|
|
1381
|
-
"refresh.to.retry": "Refresh the page to retry.",
|
|
1382
|
-
"temp.pause": "Temporarily pauses query monitoring, so you can copy text",
|
|
1383
|
-
"monitoring.restart": "Unpauses query monitoring, so you can see query status updates",
|
|
1384
|
-
"temp.pause.backup_and_restore": "Temporarily pauses backup and restore monitoring so you can copy text",
|
|
1385
|
-
"paused.btn": "Paused",
|
|
1386
|
-
"pause.btn": "Pause",
|
|
1387
|
-
"node.label": "node",
|
|
1388
|
-
"username.label": "username",
|
|
1389
|
-
"type.label.lower.case": "type",
|
|
1390
|
-
"query.label": "query",
|
|
1391
|
-
"lifetime.label": "lifetime",
|
|
1392
|
-
"state.label": "state",
|
|
1393
|
-
"download.btn": "Download",
|
|
1394
|
-
"skip.btn": "Skip",
|
|
1395
|
-
"back.to.guides.btn": "Back to the guides",
|
|
1396
|
-
"show.remaining": "Show remaining",
|
|
1397
|
-
"characters.label": "characters",
|
|
1398
|
-
"show.first.chars": "Show first 500 characters",
|
|
1399
|
-
"operations.label": "operations",
|
|
1400
|
-
"query.abort.request": "Query was requested to abort and will be terminated on the first I/O operation",
|
|
1401
|
-
"update.requested": "Update was requested to abort and will be terminated if possible",
|
|
1402
|
-
"click.to.abort.query": "Click to abort query",
|
|
1403
|
-
"click.to.abort.update": "Click to abort update",
|
|
1404
|
-
"stop.was.requested": "Stop has been requested",
|
|
1405
|
-
"abort.query": "Abort query",
|
|
1406
|
-
"abort.update": "Abort update",
|
|
1407
|
-
"no.running.queries.updates": "No running queries or updates.",
|
|
1408
|
-
"monitor.resource": "Resource monitoring",
|
|
1409
|
-
"monitor.performance.label": "Performance",
|
|
1410
|
-
"monitor.performance.no_repository": "Charts are not available because you are not connected to any repository",
|
|
1411
|
-
"monitor.cluster.no_cluster": "Charts are not available because GraphDB is not in cluster configuration",
|
|
1412
|
-
"monitor.cluster": "Cluster health",
|
|
1413
|
-
"monitor.retrying": "Retries: {{retry}}",
|
|
1414
|
-
"access.to.url.restricted": "Access to the requested URL is restricted!",
|
|
1415
|
-
"autocomplete.not.supported": "Autocomplete not fully supported",
|
|
1416
|
-
"autocomplete.config.not.supported": "Configuring autocomplete is not supported.",
|
|
1417
|
-
"autocomplete.for.repo": "Autocomplete for repository",
|
|
1418
|
-
"is.label": "is",
|
|
1419
|
-
"with.status": "with status",
|
|
1420
|
-
"ready.label": "Ready",
|
|
1421
|
-
"building.label": "Building...",
|
|
1422
|
-
"index.building.cancelled": "Index building was cancelled.",
|
|
1423
|
-
"index.not.built.yet": "Index not built yet.",
|
|
1424
|
-
"build.now": "Build Now",
|
|
1425
|
-
"indexing.options.changed": "Indexing options have changed but they have not been applied yet. Rebuild the index to apply the changes.",
|
|
1426
|
-
"add.label.config": "Add label config",
|
|
1427
|
-
"add.label": "Add label",
|
|
1428
|
-
"index.iri.is": "Index IRIs is",
|
|
1429
|
-
"disable.label": "disable",
|
|
1430
|
-
"enable.label": "enable",
|
|
1431
|
-
"indexing.of.iris": "indexing of IRIs",
|
|
1432
|
-
"label.iri": "Label IRI",
|
|
1433
|
-
"languages.label": "Languages",
|
|
1434
|
-
"no.labels.configured": "No labels are configured.",
|
|
1435
|
-
"any.language.label": "any language",
|
|
1436
|
-
"edit.label.languages": "Edit label languages",
|
|
1437
|
-
"delete.label.config": "Delete label config",
|
|
1438
|
-
"autocomplete.sentence.end": "autocomplete",
|
|
1439
|
-
"interrupt.indexing": "Interrupt indexing",
|
|
1440
|
-
"graphdb.repo": "GraphDB Repository",
|
|
1441
|
-
"graphdb.repo.info": "GraphDB repositories store data, answer queries and execute updates.",
|
|
1442
|
-
"ontop.virtual.sparql": "Ontop Virtual SPARQL",
|
|
1443
|
-
"ontop.repos.translate.data": "Ontop repositories translate data stored in an SQL database to a virtual SPARQL endpoint.",
|
|
1444
|
-
"fedex.virtual.sparql": "FedX Virtual SPARQL",
|
|
1445
|
-
"fedex.multi.sparql.endpoints": "FedX repositories provide transparent federation of multiple SPARQL endpoints under a single virtual endpoint.",
|
|
1446
|
-
"fedex.experimental.feature.warning": "GraphDB FedX federation is currently an experimental feature. Not recommended to be used in a production environment.",
|
|
1447
|
-
"connector.label": "connector",
|
|
1448
|
-
"eta.label": "ETA:",
|
|
1449
|
-
"processed.entities": "Processed entities:",
|
|
1450
|
-
"estimated.in.brackets": "(estimated)",
|
|
1451
|
-
"indexed.entities": "Indexed entities:",
|
|
1452
|
-
"speed.label": "Speed:",
|
|
1453
|
-
"entities.per.second": "entities/second",
|
|
1454
|
-
"reload.all.connector.info": "Reload all connector information",
|
|
1455
|
-
"copy.connector": "Copy connector",
|
|
1456
|
-
"repair.connector": "Repair connector",
|
|
1457
|
-
"delete.connector": "Delete connector",
|
|
1458
|
-
"no.value.set": "No value set",
|
|
1459
|
-
"no.sentence.beginning": "No",
|
|
1460
|
-
"added.label": "added",
|
|
1461
|
-
"view.sparql.query": "View SPARQL Query",
|
|
1462
|
-
"no.connector.instances": "No connector instances.",
|
|
1463
|
-
"new.sentence.start": "New",
|
|
1464
|
-
"no.connectors.available": "No connectors available",
|
|
1465
|
-
"current.repo.no.connector.support": "The current repository does not support any connectors. Please check the type of the repository or select another one.",
|
|
1466
|
-
"edit.select.query": "Edit select query",
|
|
1467
|
-
"edit.search.query": "Edit search query",
|
|
1468
|
-
"edit.analogical.query": "Edit analogical query",
|
|
1469
|
-
"current.repo.error": "The currently selected repository cannot be used for queries due to an error:",
|
|
1470
|
-
"text.similarity.index": "Create text similarity index",
|
|
1471
|
-
"predication.index": "Create predication index",
|
|
1472
|
-
"index.name": "Index name",
|
|
1473
|
-
"my.index.name.required": "My index name (required)",
|
|
1474
|
-
"more.options.label": "more options",
|
|
1475
|
-
"semantic.vectors.index.params": "Semantic Vectors create index parameters",
|
|
1476
|
-
"see.full.label": "See the full",
|
|
1477
|
-
"list.of.supported.params": "list of supported parameters",
|
|
1478
|
-
"stop.words": "Stop words",
|
|
1479
|
-
"default.lucene.stop.list": "a and be but ... (optional). Default Lucene stop list will be used if empty.",
|
|
1480
|
-
"analyzer.class": "Analyzer Class",
|
|
1481
|
-
"literal.index.input": "Literal indexes can be used as input for Predication indexes. These index can not be used for searching.",
|
|
1482
|
-
"literal.index.label": "Literal index",
|
|
1483
|
-
"input.literal.index.label": "Input Literal Index",
|
|
1484
|
-
"data.query.label": "Data query",
|
|
1485
|
-
"search.query.label": "Search query",
|
|
1486
|
-
"analogical.query.label": "Analogical query",
|
|
1487
|
-
"query.determines.data.index": "query determines the data that will be indexed.",
|
|
1488
|
-
"the.following.bindings": "the following bindings:",
|
|
1489
|
-
"determines.id.indexed.doc": "determines the identifier of the indexed document.",
|
|
1490
|
-
"determines.doc.content": "determines the document content that will be indexed.",
|
|
1491
|
-
"query.execution.info": "This query is executed during index creation to obtain the actual data for the index.\nIncremental updates are not supported. When data in your repo changes you should rebuild the index.\nIt is a subquery of a more complicated query you can see from the 'View Index Query' link bellow.",
|
|
1492
|
-
"query.fetch.on.search": "query determines the data that will be fetched on search.",
|
|
1493
|
-
"query.execution.on.search": "This query is executed during search. Add more bindings by modifying this query to see more data in the results table.",
|
|
1494
|
-
"query.fetch.analogical.search": "query determines the data that will be fetched on analogical search.",
|
|
1495
|
-
"analogical.search.info": " This query is executed during analogical search. Add more bindings by modifying this query to see more data in the results table.",
|
|
1496
|
-
"sample.queries": "Sample queries:",
|
|
1497
|
-
"user.queries": "User queries:",
|
|
1498
|
-
"create.index.label": "Create index",
|
|
1499
|
-
"view.index.query": "View Index Query",
|
|
1500
|
-
"test.query.btn": "Test Query",
|
|
1501
|
-
"name.simple.label": "Name",
|
|
1502
|
-
"connector.name": "connector name",
|
|
1503
|
-
"connector.name.popover": "Name that identifies the connector.",
|
|
1504
|
-
"nested.objects.error": "Defining nested objects is not supported through this interface.",
|
|
1505
|
-
"delete.field.popover": "Delete Field",
|
|
1506
|
-
"add.field.popover": "Add Field",
|
|
1507
|
-
"key.label": "key",
|
|
1508
|
-
"value.label": "value",
|
|
1509
|
-
"graphexplore.error.dependencies.count": "Could not get dependencies count",
|
|
1510
|
-
"graphexplore.error.dependencies.count.status": "Could not get dependencies count status!",
|
|
1511
|
-
"graphexplore.error.could.not.force.count": "Could not force dependencies count {{error}}",
|
|
1512
|
-
"graphexplore.error.dependencies.calc": "There was an error while calculating dependencies: {{error}}",
|
|
1513
|
-
"graphexplore.error.graph.configs": "Could not get graph configs. You may not see sample values",
|
|
1514
|
-
"graphexplore.error.graph.configs.short.msg": "Could not get graph configs",
|
|
1515
|
-
"graphexplore.error.graph.load": "Could not load graph from config",
|
|
1516
|
-
"graphexplore.error.could.not.load.config": "Could not load config {{configId}}",
|
|
1517
|
-
"graphexplore.error.cannot.load.graph": "Cannot load visual graph!",
|
|
1518
|
-
"graphexplore.error.could.not.load.graph": "Could not load visual graph",
|
|
1519
|
-
"graphexplore.error.cannot.delete.config": "Could not delete graph config",
|
|
1520
|
-
"graphexplore.error.could.not.open": "Error! Could not open saved graph",
|
|
1521
|
-
"graphexplore.error.cannot.edit": "Error! Cannot edit saved graph",
|
|
1522
|
-
"graphexplore.error.getting.saved.graphs": "Error! Could not get saved graphs",
|
|
1523
|
-
"graphexplore.error.cannot.delete": "Error! Cannot delete saved graph",
|
|
1524
|
-
"graphexplore.error.config": "Could not load config for name {{name}}",
|
|
1525
|
-
"graphexplore.error.could.not.create": "Error! Could not create graph config",
|
|
1526
|
-
"graphexplore.error.could.not.save": "Error! Could not save graph config",
|
|
1527
|
-
"graphexplore.error.cannot.create.graph": "Error! Cannot create saved graph",
|
|
1528
|
-
"graphexplore.error.view.will.not.work": "Cannot get namespaces for repository. View will not work properly!",
|
|
1529
|
-
"graphexplore.error.node.connections": "This node either does not exist or has no visible connections. Check your Graph Settings if you expect such.",
|
|
1530
|
-
"graphexplore.error.exploring.node": "Error exploring node",
|
|
1531
|
-
"graphexplore.error.getting.graphs": "Error getting graphs",
|
|
1532
|
-
"graphexplore.error.request.failed": "Request for {{name}} failed! {{error}}",
|
|
1533
|
-
"graphexplore.error.instances.request": "Request for class instances for failed!",
|
|
1534
|
-
"graphexplore.error.rdf.class.request": "Request for RDF Class Hierarchy failed!",
|
|
1535
|
-
"graphexplore.search.class.instances": "Search class instances",
|
|
1536
|
-
"graphexplore.search.first.class.instances": "Search first 1000 class instances",
|
|
1537
|
-
"graphexplore.disabling.animations": "Disabling animations for more than {{classLimit}} classes.",
|
|
1538
|
-
"graphexplore.reducing.visual.effects": "Reducing visual effects",
|
|
1539
|
-
"graphexplore.class.count.slider": "Class count is reduced to {{count}} for faster initial load. Use the slider to see all classes.",
|
|
1540
|
-
"graphexplore.reducing.class.count": "Reducing class count",
|
|
1541
|
-
"graphexplore.class.count.browser": "Class count is reduced to {{count}} for faster load in IE. If you want better performance please switch to different browser.",
|
|
1542
|
-
"graphexplore.browser.performance": "{{browser}} performs poorly with more than {{classLimit}} classes. Please consider using Chrome for more optimal performance.",
|
|
1543
|
-
"graphexplore.no.domain.range": "No domain-range data available for '{{name}}'",
|
|
1544
|
-
"graphexplore.update.diagram": "You can update the diagram by pressing the reload button.",
|
|
1545
|
-
"graphexplore.repository.data.changed": "Repository data has changed",
|
|
1546
|
-
"graphexplore.calculating.relationships": "Calculating relationships data may take some time. Are you sure?",
|
|
1547
|
-
"graphexplore.calculating.hierarchy": "Calculating class hierarchy data may take some time. Are you sure?",
|
|
1548
|
-
"graphexplore.saved.new.config": "Saved new graph config",
|
|
1549
|
-
"graphexplore.saved.config": "Graph config saved",
|
|
1550
|
-
"graphexplore.saved.graph": "Saved graph {{name}} was saved.",
|
|
1551
|
-
"graphexplore.saved.graph.was.edited": "Saved graph {{name}} was edited.",
|
|
1552
|
-
"graphexplore.saved.graph.was.deleted": "Saved graph {{name}} was deleted.",
|
|
1553
|
-
"graphexplore.select.start.node": "Please select start node.",
|
|
1554
|
-
"graphexplore.provide.query": "Please provide start graph query.",
|
|
1555
|
-
"graphexplore.provide.config.name": "Please provide config name.",
|
|
1556
|
-
"graphexplore.delete.graph": "Are you sure you want to delete the graph config '{{configName}}'?",
|
|
1557
|
-
"graphexplore.confirm.delete.graph": "Are you sure you want to delete the saved graph '{{graphName}}'?",
|
|
1558
|
-
"graphexplore.absolute.prefixed.iri": "Enter an absolute full or prefixed IRI",
|
|
1559
|
-
"graphexplore.absolute.prefixed.iri.option": "Enter an absolute full or prefixed IRI, optionally ending in *",
|
|
1560
|
-
"graphexplore.wildcards.not.allowed": "Wildcards not allowed here",
|
|
1561
|
-
"graphexplore.wildcards.last.char": "Wildcard allowed only as the last character",
|
|
1562
|
-
"graphexplore.tip.text": "more {{textToShow}} to show",
|
|
1563
|
-
"graphexplore.increase.limit": "Increase limit to see more connections and try again",
|
|
1564
|
-
"graphexplore.node.at.max": "Node already expanded to predefined maximum links to show.",
|
|
1565
|
-
"graphexplore.create.new.graph": "Create new saved graph",
|
|
1566
|
-
"graphexplore.update": "Update saved graph",
|
|
1567
|
-
"graphexplore.rename": "Rename saved graph",
|
|
1568
|
-
"domain.range.error.get.label.comment": "Error getting rdfs:label and rdfs:comment",
|
|
1569
|
-
"save.graph.share.graph": "Share graph with other users",
|
|
1570
|
-
"save.graph.save.as": "Save as new...",
|
|
1571
|
-
"save.graph.name.too.long": "Name is too long!",
|
|
1572
|
-
"save.graph.name": "Saved graph with name",
|
|
1573
|
-
"save.graph.exists": "already exists!",
|
|
1574
|
-
"save.graph.visible.graph": "If checked other users will be able to see the graph but not delete or edit it.",
|
|
1575
|
-
"save.graph.enter.name": "Enter name",
|
|
1576
|
-
"rdf.class.hierarchy.class.count.slider": "Class Count Slider",
|
|
1577
|
-
"rdf.class.hierarchy.description": "Allows you to reduce the number of classes displayed on the diagram\n by sorting those who have the maximum number of instances in your repository.\n You can adjust the count precisely using click + drag movement or the mousewheel\n to the number you are satisfied with.",
|
|
1578
|
-
"rdf.class.hierarchy.min.value": "Min value:",
|
|
1579
|
-
"rdf.class.hierarchy.max.value": "Max value:",
|
|
1580
|
-
"rdf.class.hierarchy.max.from.repo": "Calculated from your repository",
|
|
1581
|
-
"rdfs.comment.show": "Show",
|
|
1582
|
-
"rdfs.comment.hide": "Hide",
|
|
1583
|
-
"rdfs.comment.full.comment": " full comment",
|
|
1584
|
-
"system.repo.warning.msg": "SYSTEM repository cannot be visualised. Please select a different repository from the dropdown list in the top right.",
|
|
1585
|
-
"resources.garbage.collection.done": "Garbage collection performed.",
|
|
1586
|
-
"security.mapping.header": "mapping",
|
|
1587
|
-
"security.free.access.config.title": "Free Access configuration",
|
|
1588
|
-
"security.free.access.config.settings": "Configure Free Access application settings and read or read/write access repositories",
|
|
1589
|
-
"security.application.settings": "Application settings",
|
|
1590
|
-
"security.default.same.as": "Default SameAS value",
|
|
1591
|
-
"security.default.inference": "Default Inference",
|
|
1592
|
-
"security.count.all.results": "Count all SPARQL results",
|
|
1593
|
-
"security.read.write.access": "Repositories read/write access",
|
|
1594
|
-
"security.user.rights": "Users should have rights to at least one repository!",
|
|
1595
|
-
"security.user.role.too.short": "Must be at least 2 symbols long",
|
|
1596
|
-
"security.no.active.location": "There is no active location.",
|
|
1597
|
-
"security.repository.title": "Repository",
|
|
1598
|
-
"security.tooltip.read": "Read rights",
|
|
1599
|
-
"security.tooltip.write": "Write rights",
|
|
1600
|
-
"security.tooltip.graphql": "GraphQL only rights",
|
|
1601
|
-
"security.label.read": "Read",
|
|
1602
|
-
"security.label.write": "Write",
|
|
1603
|
-
"security.label.graphql": "GraphQL only",
|
|
1604
|
-
"security.user.may": "User may:",
|
|
1605
|
-
"security.use.gdb": "Use GraphDB",
|
|
1606
|
-
"security.grant.read.access": "Be granted read access to a repository",
|
|
1607
|
-
"security.grant.read.write.access": "Be granted read/write access to a repository",
|
|
1608
|
-
"security.repo.manager.may": "Repository manager may:",
|
|
1609
|
-
"security.read.write.all.repos": "Read and write all repositories",
|
|
1610
|
-
"security.create.edit.delete.repos": "Create, edit and delete repositories",
|
|
1611
|
-
"security.access.monitoring": "Access monitoring",
|
|
1612
|
-
"security.admin.may": "Administrator may:",
|
|
1613
|
-
"security.attach.remote.locations": "Attach remote locations",
|
|
1614
|
-
"security.manage.users.access": "Manage Users and Access",
|
|
1615
|
-
"security.manage.cluster": "Manage the cluster",
|
|
1616
|
-
"security.view.sys.info": "View system information",
|
|
1617
|
-
"security.auth.from.external.module": "This is a user authenticated via an external module. The password cannot be changed from GraphDB.",
|
|
1618
|
-
"security.password.confirm": "Confirm password",
|
|
1619
|
-
"security.dont.set.password": "Don't set a password",
|
|
1620
|
-
"security.unset.password": "Unset password",
|
|
1621
|
-
"security.user.settings": "User settings",
|
|
1622
|
-
"security.expand.sameAs.is": "Expand results over owl:SameAs is",
|
|
1623
|
-
"security.tooltip.click.me": "Click me",
|
|
1624
|
-
"security.default.editor.graph": "by default in SPARQL editor and visual graph",
|
|
1625
|
-
"security.inference.is": "Inference is",
|
|
1626
|
-
"security.show.schema": "Show schema",
|
|
1627
|
-
"security.default.visual.graph": "by default in visual graph",
|
|
1628
|
-
"security.count.total.results": "Count total results in SPARQL editor",
|
|
1629
|
-
"security.ignore.shared.queries": "Ignore shared saved queries in SPARQL editor",
|
|
1630
|
-
"security.workbench.settings.title": "Workbench settings",
|
|
1631
|
-
"security.workbench.settings.theme.label": "Theme",
|
|
1632
|
-
"security.workbench.settings.theme.mode.label": "Mode",
|
|
1633
|
-
"security.workbench.settings.theme.tooltip": "Various workbench settings that are not saved with the user's account but in the browser's storage",
|
|
1634
|
-
"security.workbench.settings.theme.mode.light": "Light",
|
|
1635
|
-
"security.workbench.settings.theme.mode.dark": "Dark",
|
|
1636
|
-
"security.workbench.settings.theme.default-theme": "Default theme",
|
|
1637
|
-
"security.workbench.settings.theme.onto-original-theme": "Ontotext original theme",
|
|
1638
|
-
"security.workbench.settings.theme.validation.missing-fields": "Color theme validation error. Check browser log for more details!",
|
|
1639
|
-
"security.user.role": "User role",
|
|
1640
|
-
"security.user.custom_role": "Custom roles",
|
|
1641
|
-
"security.user.add.custom_role.msg": "Add custom role...",
|
|
1642
|
-
"security.user.label": "User",
|
|
1643
|
-
"security.repo.manager.label": "Repository manager",
|
|
1644
|
-
"security.admin.label": "Administrator",
|
|
1645
|
-
"security.repo.rights": "Repository rights",
|
|
1646
|
-
"security.any.data.repo": "Any data repository",
|
|
1647
|
-
"security.data.repos": "Data repositories are all repositories that aren't the SYSTEM repository.",
|
|
1648
|
-
"security.is": "Security is",
|
|
1649
|
-
"security.free.access.settings": "Free Access Settings",
|
|
1650
|
-
"security.free.access.is": "Free Access is",
|
|
1651
|
-
"security.free.access.non.admin": "free access to non-admin functionality",
|
|
1652
|
-
"security.using.external.auth.db": "Using external authentication and authorization database",
|
|
1653
|
-
"security.user.settings.modification": "You can modify the user settings for users that logged in previously but you cannot change their credentials or access rights",
|
|
1654
|
-
"security.user.settings.user_role": "You can see user role or access rights in the external authentication provider",
|
|
1655
|
-
"security.table.username": "Username",
|
|
1656
|
-
"security.table.role": "Role",
|
|
1657
|
-
"security.table.date.created": "Date created",
|
|
1658
|
-
"security.table.actions": "Actions",
|
|
1659
|
-
"security.has.read.access": "Has read access",
|
|
1660
|
-
"security.no.read.access": "Does not have read access",
|
|
1661
|
-
"security.has.write.access": "Has write access",
|
|
1662
|
-
"security.has.mutation_rights": "Has mutation rights",
|
|
1663
|
-
"security.no.mutation_rights": "Does not have mutation rights",
|
|
1664
|
-
"security.no.write.access": "Does not have write access",
|
|
1665
|
-
"security.unrestricted": "Unrestricted",
|
|
1666
|
-
"security.edit.user.tooltip": "Edit user",
|
|
1667
|
-
"security.delete.user.tooltip": "Delete user",
|
|
1668
|
-
"security.no.rights.config.error": "User has no access rights or configuration error.",
|
|
1669
|
-
"security.login.error": "Login error",
|
|
1670
|
-
"security.auth.token.expired": "Your authentication token has expired. Please login again.",
|
|
1671
|
-
"security.wrong.credentials": "Wrong credentials!",
|
|
1672
|
-
"security.confirm.delete.user": "Are you sure you want to delete the user '{{name}}'?",
|
|
1673
|
-
"security.enter.password": "Enter password!",
|
|
1674
|
-
"security.confirm.password": "Confirm password!",
|
|
1675
|
-
"security.password.placeholder": "Password",
|
|
1676
|
-
"security.create.admin": "Create administrator",
|
|
1677
|
-
"security.admin.login.warning": "If the password is unset and security is enabled, this administrator will not be able to log into GraphDB through the workbench. Are you sure that you want to continue?",
|
|
1678
|
-
"security.user.created": "The user {{name}} has been created.",
|
|
1679
|
-
"security.user.updated": "The user {{name}} was updated.",
|
|
1680
|
-
"security.enter.username": "Enter username!",
|
|
1681
|
-
"security.new.password": "New password",
|
|
1682
|
-
"security.save.admin.settings": "Save administrator settings",
|
|
1683
|
-
"security.admin.pass.unset": "If you unset the password and then enable security, this administrator will not be able to log into GraphDB through the workbench. Are you sure that you want to continue?",
|
|
1684
|
-
"resource.no_data": "No data available",
|
|
1685
|
-
"resource.system.cpu_load.label": "System CPU load",
|
|
1686
|
-
"resource.system.cpu_load.tooltip": "Shows the current CPU load in %. The load indicates the overall CPU load of the machine and not just GraphDB",
|
|
1687
|
-
"resource.system.file_descriptors.label": "File descriptors",
|
|
1688
|
-
"resource.system.file_descriptors.tooltip": "Shows the currently open file descriptors. Having more active repositories or running operations increases the number. There should always be free descriptors to handle new requests. If the number grows but doesn’t shrink once the operations that need the descriptors are complete, it may indicate an issue with GraphDB",
|
|
1689
|
-
"resource.system.file_descriptors.open": "Open file descriptors",
|
|
1690
|
-
"resource.system.file_descriptors.max": "Max file descriptors: {{max}}",
|
|
1691
|
-
"resource.system.file_descriptors.only_unix": "Available only for UNIX based systems",
|
|
1692
|
-
"resource.memory.heap.label": "Heap memory usage",
|
|
1693
|
-
"resource.memory.heap.tooltip": "Shows the heap memory used by GraphDB. The heap memory is the main memory allocated for keeping the database running and it is also used for any memory-intensive operations when needed. Approaching the maximum heap size can slow down GraphDB",
|
|
1694
|
-
"resource.memory.heap.max": "Maximum heap size: ",
|
|
1695
|
-
"resource.memory.non_heap.max": "Maximum off-heap size: ",
|
|
1696
|
-
"resource.memory.non_heap.label": "Off-heap memory usage",
|
|
1697
|
-
"resource.memory.non_heap.tooltip": "Shows the off-heap memory used by GraphDB. The off-heap memory is used only for certain structures and should not grow substantially with time",
|
|
1698
|
-
"resource.memory.committed": "Committed memory",
|
|
1699
|
-
"resource.memory.used": "Used memory",
|
|
1700
|
-
"resource.storage.label": "Disk storage",
|
|
1701
|
-
"resource.storage.tooltip": "Shows the used/free disk storage space in three key GraphDB directories – the data directory, the work directory and the logs directory. If any of the directories runs out of space, GraphDB may stop operating normally",
|
|
1702
|
-
"resource.storage.used": "Used",
|
|
1703
|
-
"resource.storage.free": "Free",
|
|
1704
|
-
"resource.storage.work": "Work",
|
|
1705
|
-
"resource.storage.data": "Data",
|
|
1706
|
-
"resource.storage.logs": "Logs",
|
|
1707
|
-
"resource.storage.subtitle.data": "Data: ",
|
|
1708
|
-
"resource.storage.subtitle.work": "Work: ",
|
|
1709
|
-
"resource.storage.subtitle.logs": "Logs: ",
|
|
1710
|
-
"resource.epool.label": "Entity pool",
|
|
1711
|
-
"resource.epool.tooltip": "Shows GraphDB’s entity pool reads and writes count for the current repository. This metric can be used to diagnose a small or oversized entity pool",
|
|
1712
|
-
"resource.epool.reads": "Reads",
|
|
1713
|
-
"resource.epool.writes": "Writes",
|
|
1714
|
-
"resource.epool.size": "Size",
|
|
1715
|
-
"resource.queries.label": "Queries",
|
|
1716
|
-
"resource.queries.tooltip": "Shows the number of active queries or updates in the current repository. The number will grow with each running query or update and decrease when the query or update completes. In addition, the graphics reports the total number of slow and suboptimal queries since the repository was initialized. Having a large number of slow queries may indicate insufficient system resources or simply queries that need some time to execute. Suboptimal queries are those queries that were evaluated using a fallback RDF4J strategy and normally should not occur",
|
|
1717
|
-
"resource.queries.running": "Running queries",
|
|
1718
|
-
"resource.queries.slow": "Slow queries: ",
|
|
1719
|
-
"resource.queries.suboptimal": "Suboptimal queries: ",
|
|
1720
|
-
"resource.connections.label": "Transactions and Connections",
|
|
1721
|
-
"resource.connections.tooltip": "Shows the number of active transactions and open repository connections. The number of transactions and connections varies according to load. If there is no perceived use but the numbers stay above zero, it may indicate an issue with a client not disposing of a transaction properly",
|
|
1722
|
-
"resource.connections.active": "Active transactions",
|
|
1723
|
-
"resource.connections.open": "Open connections",
|
|
1724
|
-
"resources.global_cache.label": "Global cache",
|
|
1725
|
-
"resources.global_cache.tooltip": "Shows GraphDB’s global page cache hits and miss count. This metric can be used to diagnose a small or oversized cache size. Ideally, the % of hits should be over 96%. If it’s below that, it might be a good idea to increase the cache size. If it’s over 99%, it might be worth experimenting with a smaller size. Note that the global page cache is shared across all active repositories",
|
|
1726
|
-
"resources.global_cache.hits": "Hit",
|
|
1727
|
-
"resources.global_cache.miss": "Miss",
|
|
1728
|
-
"resources.cluster_health.label": "Cluster health",
|
|
1729
|
-
"resources.cluster_health.tooltip": "Shows the overall health of the GraphDB cluster. A healthy cluster has most of its nodes “in sync”, a low number of leader elections and a very low number of recoveries and failed transactions. If you observe different behavior, it may indicate issues with the network, hardware or setup",
|
|
1730
|
-
"resources.cluster_health.in_sync": "In sync",
|
|
1731
|
-
"resources.cluster_health.out_sync": "Out of sync",
|
|
1732
|
-
"resources.cluster_health.syncing": "Syncing",
|
|
1733
|
-
"resources.cluster_health.disconnected": "Disconnected",
|
|
1734
|
-
"resource.cluster_health.leader_elections": "Leader elections: ",
|
|
1735
|
-
"resource.cluster_health.recoveries": "Recoveries: ",
|
|
1736
|
-
"resource.cluster_health.failed_transactions": "Failed transactions: ",
|
|
1737
|
-
"view.autocomplete.title": "Autocomplete index",
|
|
1738
|
-
"view.autocomplete.helpInfo": "The Autocomplete index is used for automatic completion of IRIs in the SPARQL editor and the View resource page. Use this view to enable or disable the index and check its status.",
|
|
1739
|
-
"view.clusterManagement.title": "Cluster management",
|
|
1740
|
-
"view.clusterManagement.create.title": "Create cluster",
|
|
1741
|
-
"view.clusterManagement.edit.title": "Edit cluster",
|
|
1742
|
-
"view.clusterManagement.helpInfo": "The Cluster management view is a visual administration tool for the GraphDB cluster. Here you can create, modify and delete a cluster, or monitor the state of a running cluster in near real-time.",
|
|
1743
|
-
"view.resource.title": "Resource",
|
|
1744
|
-
"view.export.ctr.helpInfo": "Graphs overview provides a list of the default graph and all named graphs in a GraphDB repository. It can be used to inspect the statements in each graph, export the graph or clear the graph's data.",
|
|
1745
|
-
"view.connector.management.title": "Connector management",
|
|
1746
|
-
"view.connector.management.helpInfo": "The Connector management view is used to create, manage and view GraphDB connector instances.",
|
|
1747
|
-
"view.class.hierarchy.title": "Class hierarchy",
|
|
1748
|
-
"view.class.hierarchy.helpInfo": "The Class hierarchy view shows the hierarchy of RDF classes by the number of instances. The biggest circles are the parent classes, and the smaller nested ones are their subclasses. Hover over a given class to see its subclasses or zoom in a nested circle (RDF class) for further exploration.",
|
|
1749
|
-
"view.domain.range.graph.title": "Domain-Range graph",
|
|
1750
|
-
"view.domain.range.graph.helpInfo": "The Domain-Range graph view shows the classes and properties that lead to or from a given RDF class. The possible subject types of a property (shown on the left of the property) are the <b>domain</b>, while the possible object types of a property (shown on the right) are the <b>range</b> of that property. You can navigate to another class by double clicking on it.",
|
|
1751
|
-
"view.class.relationships.title": "Class relationships",
|
|
1752
|
-
"view.class.relationships.helpInfo": "The Class relationships view shows the relationships between RDF classes, where a relationship is represented by links between the individual instances of two classes. Each link is an RDF statement where the subject is an instance of one class, the object is an instance of another class, and the link is the predicate. Depending on the number of links between the instances of two classes, the bundle can be thicker or thinner, and it receives the colour of the class with more incoming links. The links can be in both directions.",
|
|
1753
|
-
"view.visual.graph.helpInfo": "The Visual graph view provides a visual representation of parts of the RDF graph. The visualisation starts from a single resource and the resources connected to it or from a graph query result. Double-click on resources to expand the graph with their connections.",
|
|
1754
|
-
"view.create.visual.graph.title": "Create visual graph config",
|
|
1755
|
-
"view.create.visual.graph.helpInfo": "A visual graph config defines the SPARQL queries used to retrieve nodes and edges in the visual graph, as well as the starting point of visualisation.",
|
|
1756
|
-
"view.import.helpInfo": "The Import view allows you to import RDF data into a GraphDB repository. Import data from local files, from files on the server where GraphDB is running, from a remote URL, or by pasting the RDF data as a text snippet. Each import method supports various RDF serialisation formats.",
|
|
1757
|
-
"view.jdbc.title": "JDBC configuration",
|
|
1758
|
-
"view.jdbc.helpInfo": "The JDBC configuration view allows you to configure, store, update, preview, and delete virtual SQL tables. These tables can then be used with the Avatica JDBC driver. Each virtual SQL table is based on a SPARQL SELECT query and requires additional metadata for the definition of the SQL columns.",
|
|
1759
|
-
"view.jdbc.create.title": "SQL table configuration",
|
|
1760
|
-
"view.jdbc.create.helpInfo": "The SQL table configuration view is used to define a virtual SQL table. Each table must have a name, a SPARQL SELECT query, and a set of SQL column definitions.",
|
|
1761
|
-
"view.jdbc.create.get_suggestion_sql_type": "Get suggestion...",
|
|
1762
|
-
"jdbc.column.names.constraint": "Column names must be placed in array.",
|
|
1763
|
-
"view.namespaces.helpInfo": "The Namespaces view provides an overview of all namespaces defined in a GraphDB repository. Namespaces are essentially shorthand notations for IRIs. Here you can add, remove and modify them.",
|
|
1764
|
-
"view.namespaces.pagination.of": "of",
|
|
1765
|
-
"view.query.and.update.monitoring.title": "Query and Update monitoring",
|
|
1766
|
-
"view.query.and.update.monitoring.helpInfo": "The Queries and Updates monitoring view shows all running queries and updates in a GraphDB repository. A query or update can be terminated by pressing the Abort button.",
|
|
1767
|
-
"view.monitoring.backup_and_restore.title": "Backup and Restore",
|
|
1768
|
-
"view.monitoring.backup_and_restore.helpInfo": "The Backup and Restore monitoring view shows running backup or restore operation.",
|
|
1769
|
-
"view.monitoring.backup_and_restore.id.header": "Id",
|
|
1770
|
-
"view.monitoring.backup_and_restore.username.header": "Username",
|
|
1771
|
-
"view.monitoring.backup_and_restore.recovery_operation_type.header": "Recovery operation type",
|
|
1772
|
-
"view.monitoring.backup_and_restore.affected_repositories.header": "Affected repositories",
|
|
1773
|
-
"view.monitoring.backup_and_restore.lifetime.header": "Lifetime",
|
|
1774
|
-
"view.monitoring.backup_and_restore.snapshot_options.header": "Snapshot options",
|
|
1775
|
-
"view.monitoring.backup_and_restore.node_performing_cluster_backup.header": "Node performing backup",
|
|
1776
|
-
"view.monitoring.backup_and_restore.CREATE_BACKUP_IN_PROGRESS": "Creating backup",
|
|
1777
|
-
"view.monitoring.backup_and_restore.RESTORE_BACKUP_IN_PROGRESS": "Restoring backup",
|
|
1778
|
-
"view.monitoring.backup_and_restore.CREATE_CLOUD_BACKUP_IN_PROGRESS": "Creating cloud backup",
|
|
1779
|
-
"view.monitoring.backup_and_restore.RESTORE_CLOUD_BACKUP_IN_PROGRESS": "Restoring cloud backup",
|
|
1780
|
-
"view.monitoring.backup_and_restore.no_running_backup_and_restore": "No running backup or restore.",
|
|
1781
|
-
"view.rdf.rank.title": "RDF Rank",
|
|
1782
|
-
"view.rdf.rank.helpInfo": "RDF Rank is an algorithm that identifies the most important or popular entities in the repository by examining their interconnectedness. The popularity of the entities can be used to order the query results. Use this view to configure the RDF rank, recompute it or check the current state.",
|
|
1783
|
-
"view.repositories.helpInfo": "The Repositories view is used to create, modify and delete repositories and connections to remote GraphDB instances (also known as remote locations).",
|
|
1784
|
-
"view.choose.repo.title": "Select Repository Type",
|
|
1785
|
-
"view.create.repo.title": "Create {{repoType}} repository",
|
|
1786
|
-
"view.edit.repo.title": "Edit Repository: {{repositoryId}}",
|
|
1787
|
-
"view.resource.monitoring.title": "System monitoring",
|
|
1788
|
-
"view.resource.monitoring.helpInfo": "The System monitoring view shows the usage of various system resources, such as memory, CPU, file descriptors, and storage space. It also shows some performance metrics that allow you to diagnose various issues, as well as an overview of the cluster health",
|
|
1789
|
-
"view.users.access.helpInfo": "The Users and Access view is used to manage the users and their access to the GraphDB repositories. You can also enable or disable the security of the entire GraphDB. When security is disabled, everyone has full access to the repositories and the admin functionality.",
|
|
1790
|
-
"view.aclmanagement.title": "ACL Management",
|
|
1791
|
-
"view.aclmanagement.helpInfo": "The ACL management view is used to manage the Access Control List, a mechanism for the fine-grained access level control. Each ACL rule consists of a scope (Statement, Clear graph, Plugin, or System), the policy of the rule (Allow or Deny), and the role membership for which the rule should be applied.",
|
|
1792
|
-
"view.create.user.title": "Create new user",
|
|
1793
|
-
"view.edit.user.title": "Edit user: {{userId}}",
|
|
1794
|
-
"view.login.title": "Login",
|
|
1795
|
-
"view.settings.title": "Settings",
|
|
1796
|
-
"view.access.denied.title": "Access Denied",
|
|
1797
|
-
"view.roles.mapping.title": "Roles per Request Mapping",
|
|
1798
|
-
"view.register.license.title": "Register GraphDB License",
|
|
1799
|
-
"view.register.license.helpInfo": "The Register GraphDB license view is used to set a new GraphDB license. Upload the binary license or copy the license text in the designated text area.",
|
|
1800
|
-
"view.existing.license.title": "GraphDB license",
|
|
1801
|
-
"view.existing.license.helpInfo": "The Current GraphDB license view allows you to check the details of your current GraphDB license, as well as set a new license.",
|
|
1802
|
-
"view.similarity.indexes.title": "Similarity indexes",
|
|
1803
|
-
"view.similarity.indexes.helpInfo": "Similarity indexes help you look up semantically similar entities and text. Use this view to create, manage and view similarity indexes.",
|
|
1804
|
-
"view.create.similarity.index.title": "Create similarity index",
|
|
1805
|
-
"view.create.similarity.index.helpInfo": "Index name and select query are required. Semantic Vectors parameters are optional.",
|
|
1806
|
-
"view.sparql.template.title": "SPARQL Templates",
|
|
1807
|
-
"view.sparql.template.helpInfo": "The SPARQL Templates view is used to create, edit and delete SPARQL templates. The templates can be used to automate complex updates, either directly or via the Kafka Sink connector.",
|
|
1808
|
-
"view.create.sparql.template.title": "Create SPARQL Templates",
|
|
1809
|
-
"view.create.sparql.template.helpInfo": "This view is used to define a single SPARQL template. The template consists of an IRI identifying the template and a SPARQL update that will be executed when the template is invoked.",
|
|
1810
|
-
"view.system.information.title": "System information",
|
|
1811
|
-
"view.system.information.helpInfo": "The System information view shows the configuration values of the JVM running GraphDB, and provides an easy mechanism to generate a detailed server report file that includes useful debugging information.",
|
|
1812
|
-
"view.system.information.heap.memory": "Heap memory",
|
|
1813
|
-
"view.system.information.outOf.label": "out of",
|
|
1814
|
-
"view.system.information.connectors.label": "Connectors",
|
|
1815
|
-
"view.system.information.jvm.args": "JVM Arguments",
|
|
1816
|
-
"view.rest.api.documentation.title": "REST API documentation",
|
|
1817
|
-
"view.rest.api.documentation.helpInfo": "The REST API view documents the available public REST API endpoints and provides an interactive interface to execute REST requests.",
|
|
1818
|
-
"view.guides.title": "Interactive guides",
|
|
1819
|
-
"view.guides.table.column.name": "Guide name",
|
|
1820
|
-
"view.guides.table.column.level": "Guide level",
|
|
1821
|
-
"view.guides.table.column.action": "Action",
|
|
1822
|
-
"view.guides.level.beginner": "Beginner",
|
|
1823
|
-
"view.guides.level.intermediate": "Intermediate",
|
|
1824
|
-
"view.guides.level.advanced": "Advanced",
|
|
1825
|
-
"view.guides.action.start": "Run the guide",
|
|
1826
|
-
"view.guides.helpInfo": "The Interactive guides view provides a set of interactive guides that will lead you through various GraphDB functionalities using the Workbench user interface.",
|
|
1827
|
-
"view.guides.guides.per.page.label": "Guides per page:",
|
|
1828
|
-
"collapse.menu.title": "Collapse menu",
|
|
1829
|
-
"view.plugins.helpInfo": "The Plugins view is used to activate or deactivate plugins at the lowest level. Normally, all plugins should be active. If you need to enable, disable or configure functionality provided by a plugin, use the respective plugin view (e.g., the RDF Rank view) or SPARQL queries instead.",
|
|
1830
|
-
"menu.rdf.label": "RDF",
|
|
1831
|
-
"menu.explore.label": "Explore",
|
|
1832
|
-
"menu.graphs.overview.label": "Graphs overview",
|
|
1833
|
-
"menu.class.relationships.label": "Class relationships",
|
|
1834
|
-
"menu.class.hierarchy.label": "Class hierarchy",
|
|
1835
|
-
"menu.similarity.label": "Similarity",
|
|
1836
|
-
"menu.sparql.label": "SPARQL",
|
|
1837
|
-
"menu.monitor.label": "Monitor",
|
|
1838
|
-
"menu.queries.and.updates.label": "Queries and Updates",
|
|
1839
|
-
"menu.backup_and_restore.label": "Backup and Restore",
|
|
1840
|
-
"menu.enableFtsIndex.label": "Enable full-text search (FTS) index",
|
|
1841
|
-
"menu.ftsIndexes.label": "FTS indexes to build (comma delimited)",
|
|
1842
|
-
"menu.ftsStringLiteralsIndex.label": "FTS index for xsd:string literals",
|
|
1843
|
-
"menu.ftsIrisIndex.label": "FTS index for full-text indexing of IRIs",
|
|
1844
|
-
"menu.ftsDefaultAnalyzer.label": "Analyzer for the default index",
|
|
1845
|
-
"menu.entityIndexSize.label": "Entity index size",
|
|
1846
|
-
"menu.resources.label": "System",
|
|
1847
|
-
"menu.setup.label": "Setup",
|
|
1848
|
-
"menu.lab.label": "Lab",
|
|
1849
|
-
"menu.ttyg.label": "Talk to Your Graph",
|
|
1850
|
-
"menu.repositories.label": "Repositories",
|
|
1851
|
-
"menu.aclmanagement.label": "ACL Management",
|
|
1852
|
-
"menu.users.and.access.label": "Users and Access",
|
|
1853
|
-
"menu.my.settings.label": "My Settings",
|
|
1854
|
-
"menu.cluster.label": "Cluster",
|
|
1855
|
-
"menu.connectors.label": "Connectors",
|
|
1856
|
-
"menu.namespaces.label": "Namespaces",
|
|
1857
|
-
"menu.autocomplete.label": "Autocomplete",
|
|
1858
|
-
"menu.jdbc.label": "JDBC",
|
|
1859
|
-
"menu.sparql.template.label": "SPARQL Templates",
|
|
1860
|
-
"menu.license.label": "License",
|
|
1861
|
-
"menu.help.label": "Help",
|
|
1862
|
-
"menu.system.information.label": "System information",
|
|
1863
|
-
"menu.rest.api.label": "REST API",
|
|
1864
|
-
"menu.documentation.label": "Documentation",
|
|
1865
|
-
"menu.tutorials.label": "Tutorials",
|
|
1866
|
-
"menu.support.label": "Support",
|
|
1867
|
-
"menu.guides.label": "Interactive guides",
|
|
1868
|
-
"menu.plugins.label": "Plugins",
|
|
1869
|
-
"menu.graphql.label": "GraphQL",
|
|
1870
|
-
"menu.graphql-endpoint-management.label": "Endpoint Management",
|
|
1871
|
-
"menu.create-graphql-endpoint.label": "New endpoint",
|
|
1872
|
-
"menu.graphql-playground.label": "GraphQL Playground",
|
|
1873
|
-
"core.popover.get.url.query": "Get URL to query",
|
|
1874
|
-
"core.popover.shared.query.warning": "Query shared by another user. You may not edit or delete it.",
|
|
1875
|
-
"core.edit.query": "Edit query",
|
|
1876
|
-
"core.delete.query": "Delete query",
|
|
1877
|
-
"core.create.saved.query": "Create saved query",
|
|
1878
|
-
"core.show.saved.query": "Show saved queries",
|
|
1879
|
-
"core.popover.get.url.current.query": "Get URL to current query",
|
|
1880
|
-
"core.require.inferred": "Requires 'Include Inferred'!",
|
|
1881
|
-
"query.editor.no.results.from.prev.run.warning": "No results from previous run. Click Run or press Ctrl/Cmd-Enter to execute the current query or update.",
|
|
1882
|
-
"query.editor.visual.btn": "Visual",
|
|
1883
|
-
"query.editor.table.btn": "Table",
|
|
1884
|
-
"query.editor.run.btn": "Run",
|
|
1885
|
-
"query.editor.query.took.msg": "Query took {{seconds}}, {{timestamp}}.",
|
|
1886
|
-
"query.editor.update.msg": "{{message}} took {{seconds}}, {{timestamp}}.",
|
|
1887
|
-
"query.editor.operation.msg": "Operation took {{seconds}}, {{timestamp}}.",
|
|
1888
|
-
"query.editor.showing.results.from.msg": "Showing results from ",
|
|
1889
|
-
"query.editor.to": " to ",
|
|
1890
|
-
"query.editor.of": " of ",
|
|
1891
|
-
"query.editor.of.at.least": " of at least ",
|
|
1892
|
-
"query.editor.abort": "{{abort}}",
|
|
1893
|
-
"query.editor.abort.requested": "Stop has been requested",
|
|
1894
|
-
"query.editor.abort.update": "Abort update",
|
|
1895
|
-
"query.editor.abort.query": "Abort query",
|
|
1896
|
-
"query.editor.autocomplete.hint": "Hint: \"abC\" matches \"abC*\", \"ab c*\" and \"ab-c*\"",
|
|
1897
|
-
"query.editor.progress.msg": "{{progressMessage}}... {{timeHuman}}",
|
|
1898
|
-
"query.editor.extra.msg": "\n{{extraMessage}}",
|
|
1899
|
-
"query.editor.warning.msg": "Explain only works with SELECT, CONSTRUCT and DESCRIBE queries.",
|
|
1900
|
-
"query.editor.virtual.repo.warning.msg": "Explain not supported for Virtual repositories.",
|
|
1901
|
-
"query.editor.virtual.repo.update.warning.msg": "Updates are not supported for Virtual repositories.",
|
|
1902
|
-
"query.editor.get.saved.queries.error": "Error! Could not get saved queries",
|
|
1903
|
-
"query.editor.edit.saved.query.error": "Error! Cannot edit saved query",
|
|
1904
|
-
"query.editor.create.saved.query.error": "Error! Cannot create saved query",
|
|
1905
|
-
"query.editor.delete.saved.query.error": "Error! Cannot delete saved query",
|
|
1906
|
-
"query.editor.edit.saved.query": "Edit Saved Query: \"{{name}}\"",
|
|
1907
|
-
"query.editor.edit.saved.query.success.msg": "Saved query {{name}} was edited.",
|
|
1908
|
-
"query.editor.delete.saved.query.success.msg": "Saved query: {{savedQueryName}} was deleted.",
|
|
1909
|
-
"query.editor.delete.saved.query.warning.msg": "Are you sure you want to delete the saved query '{{savedQueryName}}'?",
|
|
1910
|
-
"query.editor.save.saved.query.success.msg": "Saved query {{name}} was saved.",
|
|
1911
|
-
"query.editor.create.saved.query.msg": "Create New Saved Query",
|
|
1912
|
-
"query.editor.render.results.msg": "Rendering results",
|
|
1913
|
-
"query.editor.new.tab.running.query.warning.msg": "New tabs may not be opened while query or update is running.",
|
|
1914
|
-
"query.editor.tab.switching.running.query.warning.msg": "Tabs may not be switched while query or update is running.",
|
|
1915
|
-
"query.editor.executing.update": "Executing update",
|
|
1916
|
-
"query.editor.evaluating.query": "Evaluating query",
|
|
1917
|
-
"yasr.removed.statements.result.msg": "Removed {{sizeDelta}} statements.",
|
|
1918
|
-
"yasr.added.statements.result.msg": "Added {{sizeDelta}} statements.",
|
|
1919
|
-
"yasr.statements.no.change.msg": "The number of statements did not change.",
|
|
1920
|
-
"yasr.stale.result.msg": "Possibly stale result (obtained {{secondsAgo}} ago).",
|
|
1921
|
-
"query.editor.query.syntax.error": "Query contains a syntax error. See the relevant line for more information.",
|
|
1922
|
-
"query.editor.missing.saved.query.data.error": "Could not get data for saved query: {{savedQueryName}}; {{error}}",
|
|
1923
|
-
"query.editor.repo.size.error": "Could not get repository size for: {{repo}}; {{error}}",
|
|
1924
|
-
"query.editor.inactive.plugin.warning.msg": "No support for {{connectorName}}, {{connectorName}} connectors are not supported because the plugin {{pluginName}} is not active.",
|
|
1925
|
-
"query.editor.repairing.connector": "Repairing connector {{name}}",
|
|
1926
|
-
"query.editor.repaired.connector": "Repaired connector {{name}}.",
|
|
1927
|
-
"query.editor.creating.connector": "Creating connector {{name}}",
|
|
1928
|
-
"query.editor.query.results.mismatch": "The query in your editor does not match the query results. Download will save the results from the last executed query.",
|
|
1929
|
-
"query.editor.automatically.execute.update.warning": "This is an update and it may change the data in the repository.<br>Are you sure you want to execute it automatically?",
|
|
1930
|
-
"query.editor.error.show.full.message": "Show full exception message",
|
|
1931
|
-
"query.editor.error.show.less.message": "Show less exception message",
|
|
1932
|
-
"query.editor.language.change.warning.title": "Change language",
|
|
1933
|
-
"query.editor.reload.page.warning": "Changing the language will reload the page. Are you sure you want to continue?",
|
|
1934
|
-
"sparql.tab.directive.unnamed.tab.title": "Unnamed",
|
|
1935
|
-
"search.resource.current.page.msg": "Use <b>View resource</b> on this page",
|
|
1936
|
-
"search.resources.msg": "Search RDF resources",
|
|
1937
|
-
"search.resource.close.msg": "Close search",
|
|
1938
|
-
"unauthorized.console.warning": "Permission to page denied. Some errors in the console are normal.",
|
|
1939
|
-
"jwt.auth.security.status": "Security has been {{status}}.",
|
|
1940
|
-
"jwt.auth.free.access.updated.msg": "Free access settings have been updated.",
|
|
1941
|
-
"jwt.auth.free.access.status": "Free access has been {{status}}.",
|
|
1942
|
-
"enabled.status": "enabled",
|
|
1943
|
-
"disabled.status": "disabled",
|
|
1944
|
-
"openid.auth.unknown.flow": "'Unknown auth flow: {{authFlow}}",
|
|
1945
|
-
"openid.auth.invalid.pkce.state": "Invalid pkce_state",
|
|
1946
|
-
"openid.auth.not.jwt.token": "not a JWT token: {{token}}",
|
|
1947
|
-
"openid.auth.cannot.retrieve.token.msg": "Cannot retrieve token after login; {{error}}",
|
|
1948
|
-
"openid.auth.cannot.refresh.token.msg": "Could not refresh OpenID token; {{error}}",
|
|
1949
|
-
"repositories.service.error.loading.location": "Error loading location",
|
|
1950
|
-
"repositories.service.different.gdb.version": "The remote location {{location}} is running a different GraphDB version.",
|
|
1951
|
-
"repositories.service.no.active.location": "There is no active location",
|
|
1952
|
-
"repositories.service.restarting.repo": "Restarting repository {{repositoryId}}",
|
|
1953
|
-
"no.license.set.msg": "No license was set",
|
|
1954
|
-
"error.license": "{{'common.error'|translate}}: {{message}}",
|
|
1955
|
-
"aborted.request.msg": "Request was aborted",
|
|
1956
|
-
"aborted.request.no.results.msg": "The request has been aborted. There are no results to show.",
|
|
1957
|
-
"confirm.execute": "Confirm execute",
|
|
1958
|
-
"modal.ctr.copy.url.success": "URL copied successfully to clipboard.",
|
|
1959
|
-
"modal.ctr.copy.not.supported.warning": "Your browser doesn't support \"copy\" operation.\nPress Ctrl-C / Cmd-C to copy URL manually.",
|
|
1960
|
-
"modal.ctr.copy.query.success": "Query copied successfully to clipboard.",
|
|
1961
|
-
"activate.plugin.warning.msg": "Are you sure you want to activate <strong>{{humanReadablePluginName}}</strong>?",
|
|
1962
|
-
"error.getting.namespaces.for.repo": "Error getting namespaces for repository.",
|
|
1963
|
-
"fill.input.field.msg": "Please fill the input field!",
|
|
1964
|
-
"invalid.uri.msg": "Invalid IRI",
|
|
1965
|
-
"no.prev.search.element": "Could not find previous search element in menu!",
|
|
1966
|
-
"check.active.plugin.failure": "Could not check if plugin is active!",
|
|
1967
|
-
"activate.plugin.confirmation": "Confirm plugin activation",
|
|
1968
|
-
"activate.plugin.failure": "Could not activate plugin!",
|
|
1969
|
-
"query.sample.title.placeholder": "Enter Title",
|
|
1970
|
-
"query.sample.share.tooltip.msg": "If checked other users will be able to see the query but not delete or edit it.",
|
|
1971
|
-
"query.sample.share.msg": "Share query with other users",
|
|
1972
|
-
"query.sample.textarea.placeholder": "Create your Sample Query",
|
|
1973
|
-
"empty.name.alert": "Name cannot be empty!",
|
|
1974
|
-
"query.sample.empty.query.alert": "Query cannot be empty!",
|
|
1975
|
-
"query.sample.existing.query.warning": "Query with name <strong>'{{name}}'</strong> already exists!",
|
|
1976
|
-
"explore.validation": "Please enter a valid value.",
|
|
1977
|
-
"get.namespaces.error.msg": "Cannot get namespaces for repository. View will not work properly; {{error}}",
|
|
1978
|
-
"explore.error.resource.details": "Cannot get resource details; ",
|
|
1979
|
-
"explore.error.resource": "Could not get resource; ",
|
|
1980
|
-
"explore.error.autocomplete": "Error attempting to check autocomplete capability!",
|
|
1981
|
-
"explore.error.invalid.input": "Invalid input",
|
|
1982
|
-
"explore.resource.saved": "Resource saved",
|
|
1983
|
-
"explore.explicit.implicit": "Explicit and Implicit",
|
|
1984
|
-
"explore.explicit": "Explicit only",
|
|
1985
|
-
"explore.implicit": "Implicit only",
|
|
1986
|
-
"explore.autocomplete.warning.msg": "Autocomplete is OFF<br>Go to Setup -> Autocomplete",
|
|
1987
|
-
"repository.create.btn": "Create new repository",
|
|
1988
|
-
"import": {
|
|
1989
|
-
"settings": "Import settings",
|
|
1990
|
-
"label.base.iri": "Base IRI",
|
|
1991
|
-
"label.bnodes": "BNodes",
|
|
1992
|
-
"label.datatype": "Datatype",
|
|
1993
|
-
"popover.relative.iri": "RDF data may contain relative IRIs. In order to make sense of them, they need to be resolved against a Base IRI. Typically data does not contain relative IRIs and this field may be left empty.",
|
|
1994
|
-
"alert.not.valid.iri": "Not a valid IRI!",
|
|
1995
|
-
"target.graphs": "Target graphs",
|
|
1996
|
-
"into.graphs": "Data is imported into one or more graphs. Some RDF formats may specify graphs, while others do not support that. The latter are treated as if they specify the default graph.",
|
|
1997
|
-
"by.data.source": "Import into the graph(s) specified by the data source.",
|
|
1998
|
-
"from.data": "From data",
|
|
1999
|
-
"into.default.graph": "Import everything into the default graph.",
|
|
2000
|
-
"default.graph": "The default graph",
|
|
2001
|
-
"into.user.graph": "Import everything into a user-specified named graph.",
|
|
2002
|
-
"named.graph": "Named graph",
|
|
2003
|
-
"enter.replacement": "Enable replacement of existing data",
|
|
2004
|
-
"replaced.graphs": "Replaced graphs",
|
|
2005
|
-
"replaced.graphs.for.update": "Replaced graphs provide an easy way to update one or more graphs with a new version of the data. All specified graphs will be cleared before the import is run. This option provides the most flexibility when the target graphs are determined from data.",
|
|
2006
|
-
"same.as.target": "(same as the target graph)",
|
|
2007
|
-
"graph.wildcard": "If a graph ends in *, it will be treated as a prefix matching all named graphs starting with that prefix excluding the *.",
|
|
2008
|
-
"add.graph": "Add graph",
|
|
2009
|
-
"add.default.graph": "Add default graph",
|
|
2010
|
-
"no.replaced.graphs.added": "No replaced graphs added",
|
|
2011
|
-
"data.cleared.before.import": "I understand that data in the replaced graphs will be cleared before importing new data.",
|
|
2012
|
-
"show.advance.settings": "Show advanced settings",
|
|
2013
|
-
"hide.advance.settings": "Hide advanced settings",
|
|
2014
|
-
"assign.own.bnode.ids": "Assign its own internal blank node identifiers or use the blank node ids it finds in the file.",
|
|
2015
|
-
"preserve.bnode.ids": "Preserve BNode IDs",
|
|
2016
|
-
"fail.unknown.datatype": "Fail on unknown datatypes",
|
|
2017
|
-
"fail.parsing.if.unrecognised": "Fail parsing if datatypes are not recognised",
|
|
2018
|
-
"validate.recognised": "Validate recognised datatype values",
|
|
2019
|
-
"verify.recognised": "Verify recognised datatypes",
|
|
2020
|
-
"normalize.recognised": "Normalize recognised datatype values",
|
|
2021
|
-
"language.tags": "Language tags",
|
|
2022
|
-
"fail.lang.unknown": "Fail on unknown languages",
|
|
2023
|
-
"fail.parsing.lang.unknown": "Fail parsing if languages are not recognised",
|
|
2024
|
-
"validate.lang.tags": "Validate recognised language tags",
|
|
2025
|
-
"verify.language": "Verify language based on a given set of definitions for valid languages",
|
|
2026
|
-
"normalize.lang.tags": "Normalize language tags",
|
|
2027
|
-
"normalize.recognized.tags": "Normalize recognised language tags",
|
|
2028
|
-
"error.handling": "Error handling",
|
|
2029
|
-
"parser.stops.on.error": "By default parser stops on error. When set on false errors are reported in the log and parsing continues.",
|
|
2030
|
-
"should.stop.on.error": "Should stop on error",
|
|
2031
|
-
"debug.label": "Debug",
|
|
2032
|
-
"forces.serial.statements": "Forces the use of the serial statements pipeline. Not recommended. Use for debugging only.",
|
|
2033
|
-
"force.serial.pipeline": "Force serial pipeline",
|
|
2034
|
-
"restore.defaults.btn": "Restore defaults",
|
|
2035
|
-
"only.upload.btn": "Only upload",
|
|
2036
|
-
"cancel.btn": "Cancel",
|
|
2037
|
-
"abort.btn": "Abort",
|
|
2038
|
-
"no.files.found": "No files found",
|
|
2039
|
-
"enable.for.auto.start": "Enable this option to start the import when you click the Import button. If it is disabled the import will be added to the list but not started automatically.",
|
|
2040
|
-
"auto.start": "Start import automatically",
|
|
2041
|
-
"data.from.url": "Import RDF data from URL",
|
|
2042
|
-
"format": "Format",
|
|
2043
|
-
"supported.url.with.rdf": "URL with RDF data. Supported formats are",
|
|
2044
|
-
"invalid.url": "Not valid url!",
|
|
2045
|
-
"gz.zip": ", as well as their .gz versions and .zip archives",
|
|
2046
|
-
"error.could.not.get.files": "Could not get files; {{data}}",
|
|
2047
|
-
"error.could.not.stop": "Could not stop import; {{data}}",
|
|
2048
|
-
"error.could.not.clear": "Could not clear status; {{data}}",
|
|
2049
|
-
"error.default.settings": "Could not get default settings; {{data}}",
|
|
2050
|
-
"could.not.send.file": "Could not send file for import; {{data}}",
|
|
2051
|
-
"large.file": "File {{name}} too big {{size}}. Use Server Files import.",
|
|
2052
|
-
"could.not.upload": "Could not upload file {{name}}. BZip2 archives are not supported.",
|
|
2053
|
-
"no.such.file": "No such file; {{name}}",
|
|
2054
|
-
"could.not.send.data": "Could not send data for import; {{data}}",
|
|
2055
|
-
"could.not.send.url": "Could not send url for import; {{data}}",
|
|
2056
|
-
"could.not.upload.file": "Could not upload file; {{data}}",
|
|
2057
|
-
"upload.file.failure": "File upload failed.",
|
|
2058
|
-
"could.not.update.text": "Could not update text import; {{data}}",
|
|
2059
|
-
"text.snippet.not.imported": "Text snippet was edited but has not been imported again.",
|
|
2060
|
-
"graph.already.in.list": "This graph is already in the list.",
|
|
2061
|
-
"directory.setting": "The directory can be changed by setting the ",
|
|
2062
|
-
"show.files.only": "Show files only",
|
|
2063
|
-
"show.files.directories": "Show both files and directories",
|
|
2064
|
-
"show.directories.only": "Show directories only",
|
|
2065
|
-
"type.to.filter": "Type to filter by name",
|
|
2066
|
-
"selected.items": "Import the selected items",
|
|
2067
|
-
"without.changing.settings": "Import without changing settings",
|
|
2068
|
-
"reset.last.imported": "Reset the last imported status of the selected items",
|
|
2069
|
-
"reset.status": "Reset status",
|
|
2070
|
-
"remove.selected": "Remove the selected items from the list",
|
|
2071
|
-
"remove.btn": "Remove",
|
|
2072
|
-
"import.btn": "Import",
|
|
2073
|
-
"remove.confirm.msg": "Are you sure you want to remove selected files: {{name}}",
|
|
2074
|
-
"mode.not.supported.constraint": "This mode is not supported when importing multiple items.",
|
|
2075
|
-
"enable.replace.option": "Enable this to replace the data in one or more graphs with the imported data.",
|
|
2076
|
-
"context.link": "JSON-LD context",
|
|
2077
|
-
"context.link.info": "Specifies external JSON-LD context as a URL. Only whitelisted URLs can be used.",
|
|
2078
|
-
"file.upload.progress": "{{progress}} % uploaded",
|
|
2079
|
-
"text_snippet_dialog": {
|
|
2080
|
-
"title": "Import RDF data from a text snippet",
|
|
2081
|
-
"text_snippet": {
|
|
2082
|
-
"label": "Insert your RDF data here and select its format below.",
|
|
2083
|
-
"placeholder": "# Example: rdf:predicate a rdf:Property .",
|
|
2084
|
-
"validation_message": "Maximum length of {{limit}} characters exceeded."
|
|
2085
|
-
},
|
|
2086
|
-
"auto_start": {
|
|
2087
|
-
"tooltip": "Enable this option to start the import when you click the Import button. If it is disabled the import will be added to the list but not started automatically.",
|
|
2088
|
-
"label": "Start import automatically"
|
|
2089
|
-
},
|
|
2090
|
-
"import_format_menu": {
|
|
2091
|
-
"label": "Format"
|
|
2092
|
-
}
|
|
2093
|
-
},
|
|
2094
|
-
"user_data": {
|
|
2095
|
-
"duplicates_confirmation": {
|
|
2096
|
-
"title": "Confirm files overwrite",
|
|
2097
|
-
"message": "Following files are already uploaded: <br/>{{duplicatedFiles}}<br/>Do you want to overwrite them?",
|
|
2098
|
-
"buttons": {
|
|
2099
|
-
"keep_both": "Keep both",
|
|
2100
|
-
"overwrite": "Overwrite"
|
|
2101
|
-
}
|
|
2102
|
-
}
|
|
2103
|
-
},
|
|
2104
|
-
"help": {
|
|
2105
|
-
"buttons": {
|
|
2106
|
-
"toggle_help": {
|
|
2107
|
-
"tooltip": "Get help on import"
|
|
2108
|
-
},
|
|
2109
|
-
"copy_file_size_prop": {
|
|
2110
|
-
"tooltip": "Copy max file size property"
|
|
2111
|
-
},
|
|
2112
|
-
"copy_import_directory_prop": {
|
|
2113
|
-
"tooltip": "Copy import directory property"
|
|
2114
|
-
}
|
|
2115
|
-
},
|
|
2116
|
-
"messages": {
|
|
2117
|
-
"copied_to_clipboard": "Copied to clipboard"
|
|
2118
|
-
},
|
|
2119
|
-
"on_upload": {
|
|
2120
|
-
"import_user_data": "Import RDF files from your computer, from a URL, or type or paste RDF data",
|
|
2121
|
-
"file_size_limit_can_be_changed": "The file size limit for uploads can be changed by setting the",
|
|
2122
|
-
"the_property": " property",
|
|
2123
|
-
"execution": "Import execution",
|
|
2124
|
-
"work_in_background": "Imports are executed in the background while you continue working on other things.",
|
|
2125
|
-
"to_reimport_again": "To reimport a file, URL or text snippet click the Import button again.",
|
|
2126
|
-
"interrupt_support": "Interrupt is supported only when the repository is local.",
|
|
2127
|
-
"parser_config": "Parser config options are not available for remote locations."
|
|
2128
|
-
},
|
|
2129
|
-
"on_server_import": {
|
|
2130
|
-
"import_from_server": "Import files from the server where GraphDB is running",
|
|
2131
|
-
"open_directory": "Put files or directories you want to import into the",
|
|
2132
|
-
"put_files_into": "directory on the GraphDB server. Create the directory if necessary.",
|
|
2133
|
-
"directory_can_be_changed": "The directory can be changed by setting the",
|
|
2134
|
-
"the_property": "property",
|
|
2135
|
-
"execution": "Import execution",
|
|
2136
|
-
"work_in_background": "Imports are executed in the background while you continue working on other things.",
|
|
2137
|
-
"to_reimport_again": "To reimport a file, URL or text snippet click the Import button again.",
|
|
2138
|
-
"interrupt_support": "Interrupt is supported only when the repository is local."
|
|
2139
|
-
},
|
|
2140
|
-
"on_file_size_limit": {
|
|
2141
|
-
"file_import_options_info_1": "Explore other file import options - ",
|
|
2142
|
-
"file_import_options_info_2": "import and the ",
|
|
2143
|
-
"server_files_link": "Server files",
|
|
2144
|
-
"api_link": "GraphDB REST API."
|
|
2145
|
-
}
|
|
2146
|
-
},
|
|
2147
|
-
"import_resource_tree": {
|
|
2148
|
-
"header": {
|
|
2149
|
-
"name": "Name",
|
|
2150
|
-
"size": "Size",
|
|
2151
|
-
"modified": "Modified",
|
|
2152
|
-
"uploaded": "Uploaded",
|
|
2153
|
-
"imported": "Imported",
|
|
2154
|
-
"context": "Context"
|
|
2155
|
-
},
|
|
2156
|
-
"status": {
|
|
2157
|
-
"ALL": "All",
|
|
2158
|
-
"NONE": "None",
|
|
2159
|
-
"IMPORTED": "Imported",
|
|
2160
|
-
"NOT_IMPORTED": "Not imported"
|
|
2161
|
-
},
|
|
2162
|
-
"action": {
|
|
2163
|
-
"interrupt_import": "Interrupt import",
|
|
2164
|
-
"abort": "Abort"
|
|
2165
|
-
}
|
|
2166
|
-
},
|
|
2167
|
-
"status-info": {
|
|
2168
|
-
"last_import_settings": "Last import settings",
|
|
2169
|
-
"context": "Context",
|
|
2170
|
-
"replaced_graphs": "Replaced graphs",
|
|
2171
|
-
"base_iri": "Base IRI",
|
|
2172
|
-
"debug": "Debug",
|
|
2173
|
-
"imported": "Imported on",
|
|
2174
|
-
"parser_settings": "Parser settings",
|
|
2175
|
-
"added_count_statements": "Added {{count}} statements",
|
|
2176
|
-
"added_statements": "Added statements",
|
|
2177
|
-
"removed_count_statements": "Removed {{count}} statements",
|
|
2178
|
-
"removed_statements": "Removed statements",
|
|
2179
|
-
"replaced_count_graphs": "Replaced {{count}} graphs",
|
|
2180
|
-
"number_of_replaced_graphs": "Number of replaced graphs"
|
|
2181
|
-
}
|
|
2182
|
-
},
|
|
2183
|
-
"url.import.input.placeholder": "Data URL",
|
|
2184
|
-
"filesTable.interrupt.import": "Interrupt import",
|
|
2185
|
-
"core.errors.no.connected.repository.warning.msg": "Some functionalities are not available because you are not connected to any repository.",
|
|
2186
|
-
"core.errors.restricted.warning.msg": "Some functionalities are not available because",
|
|
2187
|
-
"core.errors.not.valid.license.warning.msg": "your license is not valid.",
|
|
2188
|
-
"core.errors.set.new.license.warning.msg": "Set new license",
|
|
2189
|
-
"core.errors.no.permission.to.repository.warning.msg": "you have no write permission to the repository ",
|
|
2190
|
-
"core.errors.no.auth.to.repository.warning.msg": "you do not have the required repository permissions.",
|
|
2191
|
-
"core.errors.read.only.repository.warning.msg": " is read-only Virtual Repository.",
|
|
2192
|
-
"core.errors.fedx.repository.warning.msg": " view is not supported by FedX Repository.",
|
|
2193
|
-
"core.errors.select.repository.warning.msg": "Click one of the repositories below to connect to it",
|
|
2194
|
-
"core.errors.or.create.repository.warning.msg": " or create a new repository",
|
|
2195
|
-
"core.errors.no.accessible.repositories.warning.msg": "There are no accessible repositories.",
|
|
2196
|
-
"core.errors.no.accessible.writable.repositories.warning.msg": "There are no accessible writable repositories.",
|
|
2197
|
-
"core.errors.create.repository.warning.msg": " You can create a new repository",
|
|
2198
|
-
"core.errors.show.remote.locations.btn": "Show remote locations",
|
|
2199
|
-
"core.errors.hide.remote.locations.btn": "Hide remote locations",
|
|
2200
|
-
"core.errors.location.local.label": "Local",
|
|
2201
|
-
"core.loading.longer.than.usual.warning": "GraphDB Workbench is still loading but it's taking longer than usual, please wait...",
|
|
2202
|
-
"core.loading.refresh.warning": "If the Workbench hasn't loaded yet, please try to clear your browser cache and reload the page.",
|
|
2203
|
-
"copy.to.clipboard.modal.paragraph": "Copy URL to clipboard",
|
|
2204
|
-
"copy.to.clipboard.modal.ok.btn": "Copy to clipboard",
|
|
2205
|
-
"inactive.plugin.warning": " is not active for this repository.",
|
|
2206
|
-
"inactive.plugin.warning.for.use": "When a plugin is not active it cannot be used or configured.",
|
|
2207
|
-
"view.trig.h": "View Statements in TriG",
|
|
2208
|
-
"delete.connector.paragraph": "Are you sure you want to delete this connector?",
|
|
2209
|
-
"delete.connector.popover": "Force delete will remove the connector even if part of the operation fails. Use it if normal delete does not work.",
|
|
2210
|
-
"delete.connector.conditional": " Note that you may have to drop the index manually from {{type}}.",
|
|
2211
|
-
"delete.connector.force.checkbox": "Force delete",
|
|
2212
|
-
"delete.connector.delete.btn": "Delete",
|
|
2213
|
-
"externalsync.empty.value.key.error": "Key may not be empty with value \"{{value}}\"",
|
|
2214
|
-
"externalsync.duplicate.key.error": "Duplicate key {{key}}",
|
|
2215
|
-
"externalsync.fetching.connectors": "Fetching connectors",
|
|
2216
|
-
"externalsync.could.not.get.connectors.error": "Could not get connectors",
|
|
2217
|
-
"externalsync.repairing": "Repairing",
|
|
2218
|
-
"externalsync.creating": "Creating",
|
|
2219
|
-
"externalsync.create.connector": "Create new {{name}} Connector",
|
|
2220
|
-
"created.connector": "Created connector {{name}}",
|
|
2221
|
-
"externalsync.confirm.repair": "Confirm repair",
|
|
2222
|
-
"externalsync.repair.warning.msg": "Are you sure you want to repair this connector? Note that repair means delete + recreate with the same settings.",
|
|
2223
|
-
"externalsync.repair.success.msg": "Repaired connector {{name}}",
|
|
2224
|
-
"externalsync.delete.progress.msg": "Deleting connector {{name}}",
|
|
2225
|
-
"externalsync.extra.message.warning": "This is usually a fast operation but it might take a while.",
|
|
2226
|
-
"externalsync.delete.force.success.msg": "Deleted (with force) connector {{name}}",
|
|
2227
|
-
"externalsync.delete.success.msg": "Deleted connector {{name}}",
|
|
2228
|
-
"externalsync.delete.remote.warning": "You may have to remove the index manually from {{key}}",
|
|
2229
|
-
"add.label.add.autocomplete": "Add label for autocomplete",
|
|
2230
|
-
"add.label.edit.autocomplete": "Edit label for autocomplete",
|
|
2231
|
-
"add.label.enter.iri": "Enter label IRI or click one of the predefined IRIs",
|
|
2232
|
-
"add.label.enter.comma.separated": "Enter comma-separated languages or leave empty for any language",
|
|
2233
|
-
"autocomplete.update": "Updating label config...",
|
|
2234
|
-
"autocomplete.enabling": "Enabling autocomplete...",
|
|
2235
|
-
"autocomplete.disabling": "Disabling autocomplete...",
|
|
2236
|
-
"autocomplete.index.iri": "Setting index IRIs...",
|
|
2237
|
-
"autocomplete.index.build": "Requesting index build...",
|
|
2238
|
-
"index.interrupt": "Interrupting index...",
|
|
2239
|
-
"export.format.warning.msg": "This format does not support graphs.<br>Graph information will not be available in the export.",
|
|
2240
|
-
"export.multiple.graph": "Multiple graph export",
|
|
2241
|
-
"export.check.graphs.msg": "Check graphs you want to export first.",
|
|
2242
|
-
"export.confirm.clear.msg": "Confirm clear repository",
|
|
2243
|
-
"export.warning.clear.repo.msg": "Are you sure you want to clear repository {{repo}}?",
|
|
2244
|
-
"export.cleared.repo": "Cleared repository {{repo}}",
|
|
2245
|
-
"export.clearing.statements.warning": "Clearing all statements in the repository is incompatible with collecting history",
|
|
2246
|
-
"export.cleared.repo.failed.msg": "Failed to clear repository {{repo}}",
|
|
2247
|
-
"export.confirm.clear.graph": "Confirm clear graph",
|
|
2248
|
-
"export.clear.graph.warning": "Are you sure you want to clear the {{longName}}?",
|
|
2249
|
-
"export.cleared.graph": "Cleared the {{longName}}",
|
|
2250
|
-
"export.clear.graph.msg": "Failed to clear the {{longName}}",
|
|
2251
|
-
"export.warning.clear.graph.msg": "Are you sure you want to clear the selected graphs?",
|
|
2252
|
-
"export.cleared.graph.msg": "Cleared the selected graphs",
|
|
2253
|
-
"namespace.saved": "Namespace saved",
|
|
2254
|
-
"namespace.confirm.replace": "Confirm replace",
|
|
2255
|
-
"namespace.already.exists.msg": "This namespace prefix already exists. Do you want to replace it?",
|
|
2256
|
-
"namespace.warning.delete.msg": "Are you sure you want to delete the namespace '{{prefix}}'?",
|
|
2257
|
-
"namespace.warning.delete.selected": "Are you sure you want to delete the selected namespace(s)?",
|
|
2258
|
-
"namespace.prefix.deleted.successfully": "Namespace with prefix {{prefix}} was deleted successfully.",
|
|
2259
|
-
"namespace.selected.namespaces.deleted.successfully": "Selected namespaces were deleted successfully.",
|
|
2260
|
-
"namespace.invalid.prefix": "Invalid prefix: {{prefix}}",
|
|
2261
|
-
"namespace.warning.provide.namespace": "Please provide namespace.",
|
|
2262
|
-
"jdbc.not.get.sql.msg": "Could not get SQL table configurations",
|
|
2263
|
-
"jdbc.delete.sql.table.warning.msg": "Are you sure you want to delete the SQL table configuration '{{name}}'?",
|
|
2264
|
-
"jdbc.not.delete.sql.msg": "Could not delete SQL table",
|
|
2265
|
-
"jdbc.warning.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
|
|
2266
|
-
"jdbc.not.get.sql.msg2": "Could not get SQL table configuration",
|
|
2267
|
-
"jdbc.required.configuration.name": "SQL table name is required",
|
|
2268
|
-
"jdbc.saved.configuration": "SQL table configuration saved",
|
|
2269
|
-
"jdbc.not.saved.configuration": "Could not save SQL table configuration",
|
|
2270
|
-
"jdbc.configuration.updated": "SQL table configuration updated",
|
|
2271
|
-
"jdbc.suggest.sql.type": "Suggest SQL type",
|
|
2272
|
-
"jdbc.same.suggested.sql.type": "SQL type is the same after suggest: <b>{{type}}</b>",
|
|
2273
|
-
"jdbc.suggested.sql.type": "SQL type set to: <b>{{type}}</b>",
|
|
2274
|
-
"jdbc.not.suggest.column.type": "Could not suggest column type",
|
|
2275
|
-
"jdbc.not.suggest.column.types": "Could not suggest column types",
|
|
2276
|
-
"jdbc.warning.column.type.msg": "Are you sure you want to get suggestions for all columns? This action will overwrite all column type mappings!",
|
|
2277
|
-
"jdbc.not.suggest.column.names": "Could not suggest column names",
|
|
2278
|
-
"jdbc.warning.delete.column.msg": "Are you sure you want to delete the column '{{columnName}}'?",
|
|
2279
|
-
"jdbc.preview.first.rows": "Preview of first 100 rows of table {{name}}",
|
|
2280
|
-
"jdbc.not.show.preview": "Could not show preview",
|
|
2281
|
-
"jdbc.table.definition": "The table definition produced no results",
|
|
2282
|
-
"jdbc.preview.sql": "Preview SQL",
|
|
2283
|
-
"jdbc.warning.invalid.query": "The data query must be a SELECT query",
|
|
2284
|
-
"jdbc.invalid.query": "Invalid query",
|
|
2285
|
-
"jdbc.warning.one.column.msg": "Please define at least one column",
|
|
2286
|
-
"jdbc.invalid.columns": "Invalid columns",
|
|
2287
|
-
"jdbc.warning.all.column.msg": "Please select SQL type for all columns",
|
|
2288
|
-
"deactivating.plugin": "Deactivating {{pluginName}}",
|
|
2289
|
-
"activating.plugin": "Activating {{pluginName}}",
|
|
2290
|
-
"abort.request.sent.msg": "Abort request sent.",
|
|
2291
|
-
"confirm.abort": "Confirm abort",
|
|
2292
|
-
"confirm.abort.warning.msg": "Are you sure you want to abort the query?",
|
|
2293
|
-
"page.leave.pristine.warning": "There are unsaved changes! Are you sure, you want to exit?",
|
|
2294
|
-
"rdfrank.full.computation": "Requesting rank full computation...",
|
|
2295
|
-
"rdfrank.incremental.computation": "Requesting rank incremental computation...",
|
|
2296
|
-
"not.valid.iri": "'{{value}}' is not a valid IRI",
|
|
2297
|
-
"fedx.repo.federation.members": "Federation members",
|
|
2298
|
-
"fedx.repo.no.members.warning": " No members - add at least one local or remote repository",
|
|
2299
|
-
"fedx.repo.local.attached.header": " Local repositories and attached locations ",
|
|
2300
|
-
"fedx.repo.add.remote": " Add remote repository ",
|
|
2301
|
-
"fedx.repo.options": "FedX options",
|
|
2302
|
-
"fedx.repo.source.selection.cache.spec": " Source selection cache spec",
|
|
2303
|
-
"fedx.create.repo.no.members.warning": "FedX repository should be created with at least one member!",
|
|
2304
|
-
"fedx.repo.already.added.member.error": "Repository {{name}} already added as a FedX member",
|
|
2305
|
-
"fedx.repo.already.added.sparql.endpoint.error": "SPARQL endpoint {{name}} already added as a FedX member",
|
|
2306
|
-
"ontop.repo.configuration": "Ontop configuration",
|
|
2307
|
-
"ontop.repo.connection.information": "Connection Information",
|
|
2308
|
-
"ontop.repo.settings": "Ontop settings",
|
|
2309
|
-
"ontop.repo.database.driver": "Database driver",
|
|
2310
|
-
"ontop.repo.database.host_name": "Host name",
|
|
2311
|
-
"ontop.repo.database.host_name.placeholder": "Enter hostname",
|
|
2312
|
-
"ontop.repo.database.snowflake.host_name": "Account identifier",
|
|
2313
|
-
"ontop.repo.database.port": "Port",
|
|
2314
|
-
"ontop.repo.database.port.placeholder": "Enter port",
|
|
2315
|
-
"ontop.repo.database.username": "Username",
|
|
2316
|
-
"ontop.repo.database.username.placeholder": "Enter username",
|
|
2317
|
-
"ontop.repo.database.database_name": "Database name",
|
|
2318
|
-
"ontop.repo.database.database_name.placeholder": "Enter data source name",
|
|
2319
|
-
"ontop.repo.database.schema.database_name": "Schema",
|
|
2320
|
-
"ontop.repo.database.http_path.database_name": "HttpPath",
|
|
2321
|
-
"ontop.repo.database.warehouse.database_name": "Warehouse",
|
|
2322
|
-
"ontop.repo.database.password": "Password",
|
|
2323
|
-
"ontop.repo.database.password.placeholder": "Enter password",
|
|
2324
|
-
"ontop.repo.database.driver_class": "Driver class",
|
|
2325
|
-
"ontop.repo.database.driver_class.placeholder": "Enter data source driver class",
|
|
2326
|
-
"ontop.repo.database.url": "JDBC URL",
|
|
2327
|
-
"ontop.repo.test.connection": "Test connection",
|
|
2328
|
-
"ontop.repo.download.jdbc.driver": "Download JDBC driver",
|
|
2329
|
-
"ontop.repo.missing.jdbc.driver": "Missing JDBC Driver",
|
|
2330
|
-
"ontop.repo.missing.required.file.error": "Missing required ontop repo file",
|
|
2331
|
-
"ontop.repo.missing.required.file": "Missing required ontop repo file '{{fileName}}'",
|
|
2332
|
-
"ontop.repo.successful.connection.msg": "Connection is successful",
|
|
2333
|
-
"ontop.repo.failed.to.connect": "Failed to connect",
|
|
2334
|
-
"ontop.repo.properties.label": "Additional Ontop/JDBC properties",
|
|
2335
|
-
"ontop.repo.properties.tooltip": "Allows to specify additional Ontop/JDBC in properties file format",
|
|
2336
|
-
"ontop.repo.properties.configuration.link": "Ontop configuration properties",
|
|
2337
|
-
"ontop.repo.properties.placeholder": "# Ontop/JDBC properties in properties file format",
|
|
2338
|
-
"ontop.repo.file.obdaFile.name": "OBDA or R2RML file",
|
|
2339
|
-
"ontop.repo.file.owlFile.name": "Ontology file",
|
|
2340
|
-
"ontop.repo.file.constraintFile.name": "Constraint file",
|
|
2341
|
-
"ontop.repo.file.lensesFile.name": "Lenses file",
|
|
2342
|
-
"ontop.repo.file.dbMetadataFile.name": "DB metadata file",
|
|
2343
|
-
"missing.required.field.error": "Missing required field",
|
|
2344
|
-
"missing.required.field": "Missing required field '{{fieldName}}'",
|
|
2345
|
-
"restart.repo.check.tooltip": "Check to restart the repository and apply the changes.",
|
|
2346
|
-
"restart.repo.label": "Restart repository",
|
|
2347
|
-
"delete.repo": "Delete repository",
|
|
2348
|
-
"set.as.default.repo": "Set as default repository",
|
|
2349
|
-
"invalid.query.limit": "Invalid parameter query limit",
|
|
2350
|
-
"invalid.query.timeout": "Invalid parameter query timeout",
|
|
2351
|
-
"invalid.validation.results.limit.total": "Invalid parameter validation results limit total",
|
|
2352
|
-
"invalid.validation.results.limit.per.constraint": "Invalid parameter validation results limit per constraint",
|
|
2353
|
-
"invalid.join.worker.threads": "Invalid parameter join worker threads",
|
|
2354
|
-
"invalid.left.join.worker.threads": "Invalid parameter left join worker threads",
|
|
2355
|
-
"invalid.union.worker.threads": "Invalid parameter union worker threads",
|
|
2356
|
-
"invalid.bound.join.block.size": "Invalid parameter bound join block size",
|
|
2357
|
-
"invalid.entity.index.size": "Invalid parameter entity index size",
|
|
2358
|
-
"location.confirm.detach": "Confirm detach",
|
|
2359
|
-
"location.confirm.detach.warning": "Are you sure you want to detach the location '{{uri}}'?",
|
|
2360
|
-
"location.change.confirm": "Confirm location change",
|
|
2361
|
-
"location.change.confirm.warning": "Are you sure you want to change the location?",
|
|
2362
|
-
"location.label": "Location:",
|
|
2363
|
-
"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: var(--primary-color-dark)\"></span>All data in the repository will be lost.</p>",
|
|
2364
|
-
"confirm.restart.repo": "Confirm restart",
|
|
2365
|
-
"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: var(--primary-color-dark)\"></span>The repository will be shut down immediately and all running queries and updates will be cancelled.</p>",
|
|
2366
|
-
"restart.repo.in.cluster.tooltip": "Restarting a repository is not supported in a cluster environment. To apply configuration changes, restart all cluster nodes.",
|
|
2367
|
-
"location.cannot.be.empty.error": "Location cannot be empty",
|
|
2368
|
-
"required.field": "This field is required",
|
|
2369
|
-
"invalid.field.value": "Invalid field value. The value should match the pattern '{{pattern}}'",
|
|
2370
|
-
"created.repo.success.msg": "The repository {{repoId}} has been created.",
|
|
2371
|
-
"empty.repoid.warning": "Repository ID cannot be empty",
|
|
2372
|
-
"invalid.ruleset.file.error": "Invalid rule-set file. Please upload a valid one.",
|
|
2373
|
-
"wrong.repo.name.error": "Wrong repo name",
|
|
2374
|
-
"edit.system.repo.warning": "<b>System</b> repository can't be edited",
|
|
2375
|
-
"edit.repo.error.not.exists": "Repo with name <b>{{repositoryId}}</b> doesn't exists",
|
|
2376
|
-
"edit.repo.success.msg": "The repository {{saveId}} has been edited.",
|
|
2377
|
-
"edit.repo.save.changes.msg": "Save changes to repository <strong>{{repoId}}</strong>?<br><br>",
|
|
2378
|
-
"edit.repo.rename.changes.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>The repository will be stopped and renamed.",
|
|
2379
|
-
"edit.repo.restart.requested.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>The repository will be restarted.",
|
|
2380
|
-
"edit.repo.restart.needed.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span>Repository restart required for changes to take effect.",
|
|
2381
|
-
"edit.repo.id.warning.msg": "<p>Changing the repository ID is a dangerous operation since it renames the repository folder and enforces repository shutdown.</p>",
|
|
2382
|
-
"confirm.enable.edit": "Confirm enable edit",
|
|
2383
|
-
"repo.description": "Repository description",
|
|
2384
|
-
"repo.indexing.section": "Indexing",
|
|
2385
|
-
"repo.error.entityIndex.min": "Index size cannot be lower than {{min}}.",
|
|
2386
|
-
"repo.inference.and.validation.section": "Inference and Validation",
|
|
2387
|
-
"repoTooltips.id": "Unique identifier for the repository. The ID must contain only letters (a-z, A-Z), numbers (0-9), '-' and '_'.",
|
|
2388
|
-
"repoTooltips.title": "Human readable description of the repository.",
|
|
2389
|
-
"repoTooltips.readOnly": "Protects the repository against any changes.",
|
|
2390
|
-
"repoTooltips.ruleset": "Sets of axiomatic triples, consistency checks and entailment rules, which determine the applied semantics with a PIE file.",
|
|
2391
|
-
"repoTooltips.rulesetWarnings.needsSameAs": "Disabling owl:sameAs for this ruleset may cause incomplete inference with owl:sameAs statements.",
|
|
2392
|
-
"repoTooltips.rulesetWarnings.doesntNeedSameAs": "This ruleset does not need owl:sameAs, consider disabling it.",
|
|
2393
|
-
"repoTooltips.rulesetWarnings.customRuleset": "If the custom ruleset does not use owl:sameAs, consider disabling it. \nIf the ruleset uses owl:sameAs, disabling it may cause incomplete inference with owl:sameAs statements.",
|
|
2394
|
-
"repoTooltips.disableSameAs": "GraphDB uses a non-rule implementation of owl:sameAs, which can be enabled or disabled independently of the ruleset.",
|
|
2395
|
-
"repoTooltips.checkForInconsistencies": "Enables the consistency checks from the ruleset.",
|
|
2396
|
-
"repoTooltips.isShacl": "Enables support for SHACL validation.",
|
|
2397
|
-
"shaclOptions.btn": "SHACL options",
|
|
2398
|
-
"repoTooltips.shaclOptions.additional": "Shows additional SHACL options when SHACL is enabled.",
|
|
2399
|
-
"repoTooltips.shaclOptions.cacheSelectNodes": "The SHACL implementation retrieves a lot of its relevant data through running SPARQL Select queries against the repository and against the changes in the transaction. This is usually good for performance, but while validating large amounts of data disabling this cache will use less memory.",
|
|
2400
|
-
"repoTooltips.shaclOptions.undefinedTargetValidatesAllSubjects": "If no target is defined for a NodeShape, that NodeShape will be ignored. Enabling this will make such NodeShapes wildcard shapes and validate all subjects. Equivalent to setting sh:targetClass to owl:Thing or rdfs:Resource in an environment with a reasoner.",
|
|
2401
|
-
"repoTooltips.shaclOptions.logValidationPlans": "Log (INFO) the executed validation plans as GraphViz DOT. It is recommended to disable parallel validation when this is enabled.",
|
|
2402
|
-
"repoTooltips.shaclOptions.logValidationViolations": "Log (INFO) a list of violations and the triples that caused the violations. It is recommended to disable parallel validation when this is enabled.",
|
|
2403
|
-
"repoTooltips.shaclOptions.parallelValidation": "Run SHACL validation in parallel.",
|
|
2404
|
-
"repoTooltips.shaclOptions.globalLogValidationExecution": "Log (INFO) every execution step of the SHACL validation. This is fairly costly and should not be used in production. It is recommended to disable parallel validation when this is enabled.",
|
|
2405
|
-
"repoTooltips.shaclOptions.performanceLogging": "Log (INFO) the execution time per shape. It is recommended to disable parallel validation and caching of select nodes when this is enabled.",
|
|
2406
|
-
"repoTooltips.shaclOptions.eclipseRdf4jShaclExtensions": "Activates RDF4J's SHACL extensions that provide additional functionality (experimental).",
|
|
2407
|
-
"repoTooltips.shaclOptions.dashDataShapes": "Activates DASH Data Shapes extensions that provide additional functionality (experimental).",
|
|
2408
|
-
"repoTooltips.shaclOptions.shapesGraph": "Sets the named graphs where SHACL shapes can be stored. The list is comma-delimited.",
|
|
2409
|
-
"repoTooltips.entityIdSize": "Defines the bit size of internal IDs used to index entities (URIs, blank nodes, literals, and RDF* embedded triples).\nUse 40 bit ID only if you expect more than 2 billion unique RDF values.",
|
|
2410
|
-
"repoTooltips.enableContextIndex": "Builds an additional Context-Predicate-Subject-Object index to boost the SPARQL query performance of queries with GRAPH/FROM/FROM NAMED clauses.",
|
|
2411
|
-
"repoTooltips.enablePredicateList": "Enables the mappings from an entity (subject or object) to its predicates; enabling it can significantly speed up queries that use wildcard predicate patterns.",
|
|
2412
|
-
"repoTooltips.queryTimeout": "Sets the number of seconds after which the evaluation of a query will be terminated; values less than or equal to zero mean no limit.",
|
|
2413
|
-
"repoTooltips.throwQueryEvaluationExceptionOnTimeout": "Repository throws QueryEvaluationException when the duration of a query execution exceeds the timeout parameter.",
|
|
2414
|
-
"repoTooltips.queryLimitResults": "Sets the maximum number of results returned from a query after which the evaluation of a query will be terminated; values less than or equal to zero mean no limit.",
|
|
2415
|
-
"repoTooltips.nonInterpretablePredicates": "Semicolon-delimited list of predicates (full URIs) that GraphDB will not try to process with the registered GraphDB plugins.",
|
|
2416
|
-
"repoTooltips.enableFtsIndex": "Enable full-text search (FTS) index.",
|
|
2417
|
-
"repoTooltips.ftsIndexes": "Comma delimited list of languages that should have specific index with appropriate analyzer for full-text search. Possible values are: default, iri, ar, bg, bn, br, ca, ja, ko, zh, ku, cz, da, de, el, en, es, et, eu, fa, fi, fr, ga, gl, hi, hu, hy, id, it, lt, lv, ne, nl, no, pt, ro, ru, sr, sv, ta, te, th, tr",
|
|
2418
|
-
"repoTooltips.entityIndexSize": "This property should be lowered or increased based on the expected size of repository, i.e. if you plan to have 100m triples, then the default 10m size is okay but if you plan on having 1m statements you should decrease the index size to 100k.",
|
|
2419
|
-
"repoTooltips.ftsStringLiteralsIndex": "The index in which the string literals (xsd:string) are indexed. Possible values are: none, default or 2 letter language code",
|
|
2420
|
-
"repoTooltips.ftsIrisIndex": "The index in which the IRIs are indexed for full-text search. Possible values are: none, default or 2 letter language code",
|
|
2421
|
-
"repoTooltips.ftsDefaultAnalyzer": "The analyzer to use for the 'default' index. Possible values are: standard, simple, keyword, whitespace, unicodewhitespace, url, email, ar, bg, bn, br, ca, cjk, ckb, cz, da, de, el, en, es, et, eu, fa, fi, fr, ga, gl, hi, hu, hy, id, it, lt, lv, ne, nl, no, pt, ro, ru, sr, sv, ta, te, th, tr",
|
|
2422
|
-
"repoTooltips.ontop.driverType": "Determines the type of SQL database to connect to.",
|
|
2423
|
-
"repoTooltips.ontop.propertiesFile": "Describes the JDBC configuration such as hostname and database name to connect to.",
|
|
2424
|
-
"repoTooltips.ontop.hostName": "The JDBC hostname to connect to.",
|
|
2425
|
-
"repoTooltips.ontop.port": "The JDBC port to connect to if different from the default for the chosen JDBC driver.",
|
|
2426
|
-
"repoTooltips.ontop.portIfRequired": "The JDBC port to connect to.",
|
|
2427
|
-
"repoTooltips.ontop.databaseName": "The database name to connect to.",
|
|
2428
|
-
"repoTooltips.ontop.userName": "The username to use for the JDBC connection.",
|
|
2429
|
-
"repoTooltips.ontop.password": "The password to use for the JDBC connection.",
|
|
2430
|
-
"repoTooltips.ontop.driverClass": "Classname of the chosen JDBC driver. It must be on the classpath (in the lib directory).",
|
|
2431
|
-
"repoTooltips.ontop.driverClassWarning": "JDBC driver not found in the classpath, please save it in the lib directory and restart GraphDB",
|
|
2432
|
-
"repoTooltips.ontop.url": "The JDBC URL that will be used. It is constructed using the supplied hostname, port and database name.",
|
|
2433
|
-
"repoTooltips.ontop.obdaFile": "Describes the mapping from SQL to RDF in either the OBDA or the R2RML format.",
|
|
2434
|
-
"repoTooltips.ontop.owlFile": "Specifies relations between the classes and properties in the cosntructed RDF graph. It can be in any supported RDF format.",
|
|
2435
|
-
"repoTooltips.ontop.constraintFile": "Specifies override of SQL primary and foreign keys.",
|
|
2436
|
-
"repoTooltips.ontop.lensesFile": "Specifies aditional contstraints attached to relation.",
|
|
2437
|
-
"repoTooltips.ontop.dbMetadataFile": "Specifies metadata for the SQL database.",
|
|
2438
|
-
"repoTooltips.ontop.testConn": "Attempts to establish a connection to the SQL database to test if the supplied configuration is correct.",
|
|
2439
|
-
"repoTooltips.fedx.repositoryNotExistWarning": "The repository member has been removed from the local repositories",
|
|
2440
|
-
"repoTooltips.fedx.localReposInstructions": "Click on a repo to add a local repository as a member",
|
|
2441
|
-
"repoTooltips.fedx.withLogQueries": "Set whether to log queries",
|
|
2442
|
-
"repoTooltips.fedx.withDebugQueryPlan": "Whether to print the optimized query execution plan to stdout",
|
|
2443
|
-
"repoTooltips.fedx.enforceMaxQueryTime": "Max query time in seconds, 0 to disable",
|
|
2444
|
-
"repoTooltips.fedx.withIncludeInferredDefault": "Set whether to include inferred statements or not",
|
|
2445
|
-
"repoTooltips.fedx.withBoundJoinBlockSize": "Set the block size for bound joins",
|
|
2446
|
-
"repoTooltips.fedx.withJoinWorkerThreads": "Set the number of join worker threads for parallelization",
|
|
2447
|
-
"repoTooltips.fedx.withLeftJoinWorkerThreads": "Set the number of left join worker threads",
|
|
2448
|
-
"repoTooltips.fedx.unionWorkerThreads": "Set the number of union worker threads for parallelization",
|
|
2449
|
-
"repoTooltips.fedx.withLogQueryPlan": "Whether to log the query plan",
|
|
2450
|
-
"repoTooltips.fedx.withEnableServiceAsBoundJoin": "Whether external SERVICE clauses are evaluated using bound join",
|
|
2451
|
-
"repoTooltips.fedx.withSourceSelectionCacheSpec": "The cache specification for the SourceSelectionMemoryCache",
|
|
2452
|
-
"repoTooltips.fedx.removeMember": "Remove repository as a FedX member",
|
|
2453
|
-
"repoTooltips.editRepository": "Edit repository",
|
|
2454
|
-
"repoTooltips.fedx.setAsWritable": "Set repository as writable",
|
|
2455
|
-
"repo.no.active.location.warning": "No active location! Please ",
|
|
2456
|
-
"repo.choose.location.warning": "select a location first",
|
|
2457
|
-
"repo.properties": "Repository properties",
|
|
2458
|
-
"repo.id.label": "Repository ID*",
|
|
2459
|
-
"repo.local": "Local",
|
|
2460
|
-
"edit.repo.id.tooltip": "Edit repository id",
|
|
2461
|
-
"invalid.repo.name.error": "Repository name can contain only letters (a-z, A-Z), numbers (0-9), \"-\" and \"_\"",
|
|
2462
|
-
"upload.custom.ruleset.file": "Upload a custom ruleset file.",
|
|
2463
|
-
"custom.ruleset": "Custom ruleset...",
|
|
2464
|
-
"repos.from": "Repositories from: ",
|
|
2465
|
-
"repos.degraded.reason.extra.msg": " Some operations may not be performed.",
|
|
2466
|
-
"repos.edit.common.settings": "Edit common settings for these repositories",
|
|
2467
|
-
"repos.view.update.licenses": "View or update license for these repositories",
|
|
2468
|
-
"repos.refresh.page.msg": " Refresh the page to retry.",
|
|
2469
|
-
"repositories.location.remote.graph_db.instances": "Remote GraphDB instances",
|
|
2470
|
-
"repositories.location.local.graph_db.instance": "Local GraphDB instance",
|
|
2471
|
-
"repositories.location.ontopic.instances": "Remote Ontopic instances",
|
|
2472
|
-
"repositories.location.sparql.instances": "Remote SPARQL endpoints",
|
|
2473
|
-
"no.repos.in.current.location": "There are no repositories in the current location",
|
|
2474
|
-
"connect.repo": "Connect repository",
|
|
2475
|
-
"connected.tooltip": "Connected",
|
|
2476
|
-
"copy.repo.url": "Copy repository URL to clipboard",
|
|
2477
|
-
"repo.not.supported.delete.or.edit": " Editing or deleting this repository is not supported.",
|
|
2478
|
-
"download.repo.config": "Download repository configuration as Turtle",
|
|
2479
|
-
"split.btn": "Split button!",
|
|
2480
|
-
"create.from.file": "Create from file",
|
|
2481
|
-
"repo.locations": "Repository locations",
|
|
2482
|
-
"activate.location": "Activate location",
|
|
2483
|
-
"activate.location.to.try": " Activate to try again.",
|
|
2484
|
-
"edit.location": "Edit location",
|
|
2485
|
-
"detach.location": "Detach location",
|
|
2486
|
-
"attach.remote.location": " Attach remote location",
|
|
2487
|
-
"no.connected.gdb.instances": "There are no connected GraphDB instances.",
|
|
2488
|
-
"edit.file.content": "Edit file content",
|
|
2489
|
-
"upload.file": "Upload file...",
|
|
2490
|
-
"common": {
|
|
2491
|
-
"dates": {
|
|
2492
|
-
"today": "Today",
|
|
2493
|
-
"yesterday": "Yesterday"
|
|
2494
|
-
},
|
|
2495
|
-
"messages": {
|
|
2496
|
-
"copied_to_clipboard": "Copied to clipboard"
|
|
2497
|
-
}
|
|
2498
|
-
},
|
|
2499
|
-
"common.confirm.delete": "Confirm delete",
|
|
2500
|
-
"common.confirm.save": "Confirm save",
|
|
2501
|
-
"common.cancel.btn": "Cancel",
|
|
2502
|
-
"common.yes.btn": "Yes",
|
|
2503
|
-
"common.ok.btn": "OK",
|
|
2504
|
-
"common.close.btn": "Close",
|
|
2505
|
-
"common.error": "Error",
|
|
2506
|
-
"common.warning": "Warning",
|
|
2507
|
-
"common.loading": "Loading...",
|
|
2508
|
-
"common.select": "Select...",
|
|
2509
|
-
"common.on.btn": "ON",
|
|
2510
|
-
"common.off.btn": "OFF",
|
|
2511
|
-
"common.search.btn": "Search",
|
|
2512
|
-
"common.suggest": "Suggest",
|
|
2513
|
-
"common.download": "Download",
|
|
2514
|
-
"common.reset": "Reset",
|
|
2515
|
-
"yes": "YES",
|
|
2516
|
-
"no": "NO",
|
|
2517
|
-
"common.operation.msg": "Operation",
|
|
2518
|
-
"common.update.msg": "Update",
|
|
2519
|
-
"common.running.operation": "Running operation... {{timeHuman}}",
|
|
2520
|
-
"common.refreshing.namespaces": "Refreshing namespaces",
|
|
2521
|
-
"common.extra.message": "Normally this is a fast operation but it may take longer if a bigger repository needs to be initialised first.",
|
|
2522
|
-
"common.save.btn": "Save",
|
|
2523
|
-
"common.confirm": "Confirm",
|
|
2524
|
-
"common.create.btn": "Create",
|
|
2525
|
-
"common.add.known.prefixes.error": "Error! Could not add known prefixes",
|
|
2526
|
-
"common.add": "Add",
|
|
2527
|
-
"common.activated": "Activated",
|
|
2528
|
-
"common.import": "Import",
|
|
2529
|
-
"common.attach": "Attach",
|
|
2530
|
-
"common.close": "Close",
|
|
2531
|
-
"common.preview": "Preview",
|
|
2532
|
-
"common.show_all": "Show all",
|
|
2533
|
-
"common.hide": "Hide",
|
|
2534
|
-
"common.learn_more_in_documentation": "Learn more in the GraphDB documentation",
|
|
2535
|
-
"common.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
|
|
2536
|
-
"click.to": "Click to",
|
|
2537
|
-
"paginator.first.page.label": "First",
|
|
2538
|
-
"paginator.last.page.label": "Last",
|
|
2539
|
-
"deactivate": "deactivate",
|
|
2540
|
-
"activate": "activate",
|
|
2541
|
-
"exclude": "exclude",
|
|
2542
|
-
"include": "include",
|
|
2543
|
-
"required": "required",
|
|
2544
|
-
"more": "more",
|
|
2545
|
-
"are.license.details.correct": "Are your license details correct?",
|
|
2546
|
-
"edition": "Edition",
|
|
2547
|
-
"capabilities": "Capabilities",
|
|
2548
|
-
"none": "None",
|
|
2549
|
-
"licensed.to": "Licensed to",
|
|
2550
|
-
"valid.until": "Valid until",
|
|
2551
|
-
"perpetual": "Perpetual",
|
|
2552
|
-
"cores.number": "Number of cores",
|
|
2553
|
-
"unlimited": "Unlimited",
|
|
2554
|
-
"maintenance.date": "Maintenance date",
|
|
2555
|
-
"error.getting.settings": "Error getting settings",
|
|
2556
|
-
"saving.settings.success": "Settings have been saved",
|
|
2557
|
-
"saving.settings.error": "Error saving settings",
|
|
2558
|
-
"confirm.operation": "Confirm operation",
|
|
2559
|
-
"remove.license.warning.msg": "Removing the license will make most GraphDB features unusable. Are you sure?",
|
|
2560
|
-
"could.not.upload.file.error": "Could not upload file",
|
|
2561
|
-
"invalid.license": "Invalid license",
|
|
2562
|
-
"license.register.error": "Error registering GraphDB license",
|
|
2563
|
-
"no.license.code.error": "No license code available in textarea",
|
|
2564
|
-
"add.remote.repo": "Add remote repository",
|
|
2565
|
-
"edit.remote.repo": "Edit remote repository",
|
|
2566
|
-
"edit.local.repo": "Edit local repository",
|
|
2567
|
-
"gdb.rdf4j.server": "GraphDB/RDF4J server",
|
|
2568
|
-
"generic.sparql.endpoint": "Generic SPARQL endpoint",
|
|
2569
|
-
"server.url": "Server URL*:",
|
|
2570
|
-
"repo.id": "Repository ID*:",
|
|
2571
|
-
"endpoint.url": "Endpoint URL*:",
|
|
2572
|
-
"supports.ask.queries": "Supports ASK queries",
|
|
2573
|
-
"authentication.credentials": "Authentication credentials",
|
|
2574
|
-
"username": "Username:",
|
|
2575
|
-
"pass": "Password:",
|
|
2576
|
-
"respect.repo.access.rights": "Respect repository's access rights",
|
|
2577
|
-
"no.access.to.repo.users.warning": "Users without rights to this repository will see a federated view that does not include results from the repository",
|
|
2578
|
-
"ignore.repo.access.rights": "Ignore repository's access rights",
|
|
2579
|
-
"regardless.repo.rights.federated.view.warning": "Users will see a federated view that includes results from the repository regardless of their rights to access the repository",
|
|
2580
|
-
"edit": "Edit",
|
|
2581
|
-
"security.label": "security",
|
|
2582
|
-
"similarity.could.not.get.indexes.error": "Could not get indexes",
|
|
2583
|
-
"similarity.empty.index.name.error": "Index name cannot be empty",
|
|
2584
|
-
"similarity.index.name.constraint": "Index name can contain only letters (a-z, A-Z), numbers (0-9), \"-\" and \"_\"",
|
|
2585
|
-
"similarity.query.type.DATA.name": "Data",
|
|
2586
|
-
"similarity.query.type.SEARCH.name": "Search",
|
|
2587
|
-
"similarity.query.type.ANALOGICAL.name": "Analogical",
|
|
2588
|
-
"similarity.error.query.empty": "The '{{queryType}}' query cannot be empty.",
|
|
2589
|
-
"similarity.error.query.invalid": "Invalid '{{queryType}}' query",
|
|
2590
|
-
"similarity.error.query.invalid_type": "The '{{queryType}}' query must be a SELECT query",
|
|
2591
|
-
"similarity.index.select.queries.constraint": "Similarity index requires SELECT queries.",
|
|
2592
|
-
"similarity.could.not.get.search.queries.error": "Could not get search queries",
|
|
2593
|
-
"similarity.existing.index.name.error": "Index with this name already exists.",
|
|
2594
|
-
"similarity.create.index.error": "Could not create index",
|
|
2595
|
-
"similarity.create.index.successfully": "Similarity index created successfully.",
|
|
2596
|
-
"similarity.indexes.select.queries.constraint": "Similarity indexes work only with SELECT queries.",
|
|
2597
|
-
"similarity.explain.select.queries.constraint": "Explain only works with SELECT queries.",
|
|
2598
|
-
"cannot.execute.update.error": "Cannot execute updates from this editor.",
|
|
2599
|
-
"evaluating.query.msg": "Evaluating query",
|
|
2600
|
-
"similarity.changed.search.query.msg": "Changed search query",
|
|
2601
|
-
"similarity.changed.analogical.query.msg": "Changed analogical query",
|
|
2602
|
-
"similarity.change.query.error": "Could not change query!",
|
|
2603
|
-
"similarity.close.btn.msg": "Closes {{operation}} without saving the changes.",
|
|
2604
|
-
"similarity.query.edition.msg": "query edition",
|
|
2605
|
-
"similarity.index.creation.msg": "index creation",
|
|
2606
|
-
"similarity.get.resource.error": "Could not get resource!",
|
|
2607
|
-
"similarity.delete.index.warning": "Are you sure you want to delete the index '{{name}}'?",
|
|
2608
|
-
"similarity.rebuild.index.warning": "Are you sure you want to rebuild the whole index '{{name}}'?<br>You will still be able to use the latest successful build!",
|
|
2609
|
-
"similarity.copy_of.prefix": "Copy_of",
|
|
2610
|
-
"similarity.warning.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
|
|
2611
|
-
"sparql.template.get.templates.error": "Could not get SPARQL templates",
|
|
2612
|
-
"sparql.template.delete.template.warning": "Are you sure you want to delete the SPARQL template '{{templateID}}'?",
|
|
2613
|
-
"sparql.template.delete.template.success": "Deleted successfully SPARQL template",
|
|
2614
|
-
"sparql.template.delete.template.failure": "Could not delete {{templateID}} template",
|
|
2615
|
-
"sparql.template.get.template.error": "Could not get {{templateID}} template",
|
|
2616
|
-
"sparql.template.iri.constraint": "SPARQL template IRI is required",
|
|
2617
|
-
"sparql.template.existing.template.error": "<div>SPARQL Template <strong>{{templateID}}</strong> already exists.</div><br><div><span class=\"icon-2x icon-warning\" style=\"color: var(--primary-color-dark)\"></span> Do you want to override the template query?</div>",
|
|
2618
|
-
"update.sparql.template.success.msg": "Updated SPARQL template",
|
|
2619
|
-
"save.sparql.template.failure.msg": "Could not save {{templateID}} template",
|
|
2620
|
-
"sparql.template.query.constraint": "The template query must be an UPDATE query",
|
|
2621
|
-
"sparql.template.query.invalid": "Invalid query",
|
|
2622
|
-
"save.sparql.template.success.msg": "Saved SPARQL template",
|
|
2623
|
-
"attach.remote.gdb.instance": "Attach a remote GraphDB instance",
|
|
2624
|
-
"remote.location.url": "Location URL*",
|
|
2625
|
-
"remote.location.enter.url.msg": "Enter a URL to a remote GraphDB instance",
|
|
2626
|
-
"remote.location.required": "Location URL is required.",
|
|
2627
|
-
"remote.location.ontopic.username.required": "ClientID*",
|
|
2628
|
-
"remote.location.ontopic.password.required": "Secret*",
|
|
2629
|
-
"manage.remote.location.dialog.graph_db.basic.auth.type.description": "Basic authentication requires a Username and a Password.",
|
|
2630
|
-
"manage.remote.location.dialog.ontopic.basic.auth.type.description": "Basic authentication requires a ClientID and a Secret.",
|
|
2631
|
-
"manage.remote.location.dialog.sparql.basic.auth.type.description": "Basic authentication requires a Username and a Password.",
|
|
2632
|
-
"manage.remote.location.dialog.update.instance": "Edit remote instance",
|
|
2633
|
-
"manage.remote.location.dialog.attach.instance": "Attach a remote instance",
|
|
2634
|
-
"manage.remote.location.dialog.graph_db.location.instance": "GraphDB instance",
|
|
2635
|
-
"manage.remote.location.dialog.ontopic.location.instance": "Ontopic SPARQL endpoint",
|
|
2636
|
-
"manage.remote.location.dialog.sparql.endpoint.instance": "SPARQL endpoint",
|
|
2637
|
-
"manage.remote.location.dialog.required.url": "Location URL*",
|
|
2638
|
-
"manage.remote.location.dialog.graph_db.url.message": "Enter a URL to a remote GraphDB instance",
|
|
2639
|
-
"manage.remote.location.dialog.ontopic.url.message": "Enter a URL to an Ontopic remote SPARQL endpoint",
|
|
2640
|
-
"manage.remote.location.dialog.sparql.url.message": "Enter a URL to a SPARQL endpoint",
|
|
2641
|
-
"manage.remote.location.dialog.url.requred.message": "Location URL is required.",
|
|
2642
|
-
"manage.remote.location.dialog.graph_db.error.not_valid.url": "Note that the location should be a URL that points to a remote GraphDB installation, e.g.",
|
|
2643
|
-
"manage.remote.location.dialog.ontopic.error.not_valid.url": "Note that the location should be a URL that points to a remote Ontopic installation, e.g.",
|
|
2644
|
-
"manage.remote.location.dialog.sparql.error.not_valid.url": "Note that the location should be a URL that points to a remote SPARQL endpoint, e.g.",
|
|
2645
|
-
"manage.remote.location.dialog.auth_type.header": "Authentication type",
|
|
2646
|
-
"manage.remote.location.dialog.auth_type.none": "None",
|
|
2647
|
-
"manage.remote.location.dialog.auth_type.basic": "Basic auth",
|
|
2648
|
-
"manage.remote.location.dialog.auth_type.basic.description": "No authentication will be used with this location.",
|
|
2649
|
-
"manage.remote.location.dialog.auth_type.signature": "Signature",
|
|
2650
|
-
"manage.remote.location.dialog.graph_db.username.required.message": "Username*",
|
|
2651
|
-
"manage.remote.location.dialog.ontopic.username.required.message": "ClientID*",
|
|
2652
|
-
"manage.remote.location.dialog.sparql.username.required.message": "Username*",
|
|
2653
|
-
"manage.remote.location.dialog.graph_db.password.required.message": "Password*",
|
|
2654
|
-
"manage.remote.location.dialog.ontopic.password.required.message": "Secret*",
|
|
2655
|
-
"manage.remote.location.dialog.sparql.password.required.message": "Password*",
|
|
2656
|
-
"manage.remote.location.dialog.auth_type.signature.description.prefix": "Signature authentication uses the token secret, which must be the same on all GraphDB instances. For more information on configuring the token secret, please refer to ",
|
|
2657
|
-
"manage.remote.location.dialog.auth_type.signature.description.suffix": " in the documentation.",
|
|
2658
|
-
"manage.remote.location.dialog.graph_db.username.placeholder": "my username",
|
|
2659
|
-
"manage.remote.location.dialog.ontopic.username.placeholder": "my client id",
|
|
2660
|
-
"manage.remote.location.dialog.sparql.username.placeholder": "my username",
|
|
2661
|
-
"manage.remote.location.dialog.graph_db.password.placeholder": "my password",
|
|
2662
|
-
"manage.remote.location.dialog.ontopic.password.placeholder": "my secret",
|
|
2663
|
-
"manage.remote.location.dialog.sparql.password.placeholder": "my password",
|
|
2664
|
-
"valid.remote.location.warning": "Note that the location should be a URL that points to a remote GraphDB installation, e.g.",
|
|
2665
|
-
"duplicate.remote.location.warning": "The URL is already in the list",
|
|
2666
|
-
"auth.type.header": "Authentication type",
|
|
2667
|
-
"remote.location.no.auth.used.tooltip": "No authentication used with remote location",
|
|
2668
|
-
"auth.type.none": "None",
|
|
2669
|
-
"auth.type.basic": "Basic auth",
|
|
2670
|
-
"basic.auth.type.tooltip": "Basic authentication with username/password",
|
|
2671
|
-
"basic.auth.type.admin.constraint.tooltip": "User must be an admin",
|
|
2672
|
-
"auth.type.signature": "Signature",
|
|
2673
|
-
"signature.auth.type.tooltip": "Signature authentication with shared secret",
|
|
2674
|
-
"remote.location.no.auth.used.header": "No authentication will be used with this location.",
|
|
2675
|
-
"basic.auth.type.constraint": "Basic authentication requires a username and a password.",
|
|
2676
|
-
"username.required": "Username*",
|
|
2677
|
-
"my.user.placeholder": "my-user",
|
|
2678
|
-
"password.required": "Password*",
|
|
2679
|
-
"my.password.placeholder": "my-password",
|
|
2680
|
-
"signature.auth.info": "Signature authentication uses the token secret, which must be the same on all GraphDB instances. For more information on configuring the token secret, please refer to ",
|
|
2681
|
-
"signature.cluster.auth.info": "The token secret must be the same on all GraphDB instances. For more information on configuring the token secret, please refer to ",
|
|
2682
|
-
"signature.auth.info.last": " in the documentation.",
|
|
2683
|
-
"update.file.content.header": "Update file contents",
|
|
2684
|
-
"update.file.edit.content.header": "Edit \"{{fileName}}\" contents",
|
|
2685
|
-
"update.file.content.placeholder": "# Update ontop repository file content",
|
|
2686
|
-
"update.file.content.tooltip": "Update the contents of the file.",
|
|
2687
|
-
"upload.repo.config.header": "Upload Repository Configuration",
|
|
2688
|
-
"select.repo.config.tooltip": "Click to select a configuration file from which to create a new repository.",
|
|
2689
|
-
"upload.ttl.file.btn": "Click here to upload a .ttl file",
|
|
2690
|
-
"no.file.selected.error": "No file selected",
|
|
2691
|
-
"selected.file.msg": "Selected: {{name}}",
|
|
2692
|
-
"type.label": "Type:",
|
|
2693
|
-
"access.label": "Access:",
|
|
2694
|
-
"read.write.label": "Read/write",
|
|
2695
|
-
"read.only.label": "Read-only",
|
|
2696
|
-
"total.statements.label": "Total statements:",
|
|
2697
|
-
"explicit.label": "Explicit:",
|
|
2698
|
-
"inferred.label": "Inferred:",
|
|
2699
|
-
"expansion.ratio.label": "Expansion ratio (total/explicit):",
|
|
2700
|
-
"size.info.not.available": "Size info not available.",
|
|
2701
|
-
"main.gdb.description": "An application for searching, exploring and managing GraphDB semantic repositories.",
|
|
2702
|
-
"main.info.title.welcome.page": "Welcome to GraphDB",
|
|
2703
|
-
"main.info.welcome.page": "GraphDB is a graph database compliant with RDF and SPARQL specifications. It supports open APIs based on the RDF4J project and enables fast publishing of linked data on the web. The Workbench is used for searching, exploring and managing GraphDB repositories.",
|
|
2704
|
-
"main.info.welcome.page.guides": "<a href=\"guides\">Run our interactive guides</a> for an easy way into learning some basic concepts and getting started with GraphDB.",
|
|
2705
|
-
"main.info.welcome.page.footer": "You can always come back to this panel by pressing the GraphDB icon in the top left corner.",
|
|
2706
|
-
"main.info.title.create.repo.page": "Create a repository",
|
|
2707
|
-
"main.info.create.repo.page": "Now let’s create your first repository. Go to Setup > Repositories and press Create new repository button. Fill the field Repository ID and press enter. The default repository parameters are optimized for datasets up to 100 million RDF statements. If you plan to load more check for more information: {{link}}Configuring a repository</a>",
|
|
2708
|
-
"main.info.title.load.sample.dataset": "Load a sample dataset",
|
|
2709
|
-
"main.info.load.sample.dataset": "GraphDB includes a sample dataset in the distribution under the directory examples/data/news. The dataset represents new articles semantically enriched with structured information from Wikipedia. To load the data go to Import > RDF and select the local files. ",
|
|
2710
|
-
"main.info.title.run.sparql.query": "Run a SPARQL query",
|
|
2711
|
-
"main.info.run.sparql.query": "You can find a list of sample SPARQL queries under examples/data/news/queries.txt demonstrating how to find interesting searches of news articles and the mentioned entities like: <br><ul><li>(1) Give me articles about persons born in New York</li><li>(2) Show me all occupations of every person in the news</li><li>(3) List me the members of a specific political party</li></ul>",
|
|
2712
|
-
"main.info.rest.api": "GraphDB allows you to perform every operation also via a REST API or by using language specific RDF4J client application. To see the full list of supported functionality go to <a href=\"/webapi\">Help > REST API</a> or check the sample code under examples/developer-getting-started/<br>Have fun!",
|
|
2713
|
-
"timestamp.moments.ago": "moments ago",
|
|
2714
|
-
"timestamp.minutes.ago": "minutes ago",
|
|
2715
|
-
"timestamp.today.at": "today at",
|
|
2716
|
-
"timestamp.yesterday.at": "yesterday at",
|
|
2717
|
-
"timestamp.on": "on",
|
|
2718
|
-
"timestamp.at": "at",
|
|
2719
|
-
"view": "view",
|
|
2720
|
-
"switch.to": "Switch to",
|
|
2721
|
-
"vertical": "vertical",
|
|
2722
|
-
"horizontal": "horizontal",
|
|
2723
|
-
"graphs.label": "Graphs",
|
|
2724
|
-
"predicates.label": "Predicates",
|
|
2725
|
-
"labels.label": "Labels",
|
|
2726
|
-
"types.label": "Types",
|
|
2727
|
-
"select.graph.label": "Select graph",
|
|
2728
|
-
"show.prefixes.btn": "Show prefixes",
|
|
2729
|
-
"hide.prefixes.btn": "Hide prefixes",
|
|
2730
|
-
"search.classes.placeholder": "Search classes",
|
|
2731
|
-
"webapi.title": "Web api module",
|
|
2732
|
-
"view.sparql.query.title": "View SPARQL Query",
|
|
2733
|
-
"sparql.template.plugin": "SPARQL Template Plugin",
|
|
2734
|
-
"create.new.sparql.template": "Create new SPARQL template",
|
|
2735
|
-
"existing.sparql.templates": "Existing templates",
|
|
2736
|
-
"no.sparql.templates.defined": "No templates are defined",
|
|
2737
|
-
"template.iri.header": "Template IRI",
|
|
2738
|
-
"edit.sparql.template.tooltip": "Edit SPARQL template",
|
|
2739
|
-
"delete.sparql.template.tooltip": "Delete SPARQL template",
|
|
2740
|
-
"save.sparql.template.tooltip": "Save SPARQL template",
|
|
2741
|
-
"cancel.sparql.template.creation.tooltip": "Cancel SPARQL template creation",
|
|
2742
|
-
"not.usable.active.repo.error": "The currently selected repository cannot be used for queries due to an error:",
|
|
2743
|
-
"existing.indexes": "Existing Indexes",
|
|
2744
|
-
"select.existing.similarity.index": "Select one of your existing indexes to search in it",
|
|
2745
|
-
"no.indexes": "No Indexes",
|
|
2746
|
-
"text.type.index": "Text",
|
|
2747
|
-
"predication.type.index": "Predication",
|
|
2748
|
-
"literal.type.index": "Literal",
|
|
2749
|
-
"outdated.status": "Outdated",
|
|
2750
|
-
"failed.status": "Failed",
|
|
2751
|
-
"computed.status": "Computed",
|
|
2752
|
-
"interrupted.status": "Interrupted",
|
|
2753
|
-
"obsolete.status": "Obsolete",
|
|
2754
|
-
"index.type.tooltip": "Index type",
|
|
2755
|
-
"data.changed.tooltip": "Data changes since last index build.",
|
|
2756
|
-
"index.building.failed.tooltip": "Index build failed.",
|
|
2757
|
-
"index.building.interrupted.tooltip": "Index build interrupted.",
|
|
2758
|
-
"index.obsolete.tooltip": "Index cannot be recovered. Please, rebuild.",
|
|
2759
|
-
"edit.search.analogical.query.title": "Edit Search, Analogical queries",
|
|
2760
|
-
"edit.search.query.title": "Edit Search query",
|
|
2761
|
-
"create.index.from.existing.tooltip": "Create index from existing one.",
|
|
2762
|
-
"rebuild.index.tooltip": "Rebuild index",
|
|
2763
|
-
"delete.index.tooltip": "Delete index",
|
|
2764
|
-
"search.in.index": "Search in",
|
|
2765
|
-
"term": "Term",
|
|
2766
|
-
"document": "Document",
|
|
2767
|
-
"similarity.search.type": "Search type:",
|
|
2768
|
-
"similarity.result.type": "Result type:",
|
|
2769
|
-
"similar.subject.label": "Similar subject",
|
|
2770
|
-
"object.label": "Object",
|
|
2771
|
-
"analogical.label": "Analogical",
|
|
2772
|
-
"search.rdf.resources.for.rdf.entity.placeholder": "Search RDF resources for RDF entity",
|
|
2773
|
-
"search.rdf.for.subject.placeholder": "Search RDF for subject",
|
|
2774
|
-
"search.rdf.for.predicate.placeholder": "Search RDF for predicate",
|
|
2775
|
-
"search.rdf.for.given.subject.placeholder": "Search RDF for given subject",
|
|
2776
|
-
"search.rdf.for.given.object.placeholder": "Search RDF for given object",
|
|
2777
|
-
"search.rdf.for.search.subject.placeholder": "Search RDF for search subject",
|
|
2778
|
-
"search.options": "search options",
|
|
2779
|
-
"semantic.vectors.search.parameters.label": "Semantic Vectors search parameters:",
|
|
2780
|
-
"optional.label": "optional",
|
|
2781
|
-
"see.the.full": "See the full",
|
|
2782
|
-
"supported.parameters.list": "list of supported parameters",
|
|
2783
|
-
"results.for.label": "Showing results for",
|
|
2784
|
-
"license.cannot.be.changed.from.wb.warning": "License cannot be changed from the Workbench as it was set through a file or config parameter.",
|
|
2785
|
-
"license.admin.authority.constraint": "License can be changed by Admins only.",
|
|
2786
|
-
"select.license.tooltip": "Select license file",
|
|
2787
|
-
"upload.license.btn": "Click here to upload your license file",
|
|
2788
|
-
"supported.file.format.constraint": "Supported file format is .license",
|
|
2789
|
-
"alternative.label": " copy your license code below",
|
|
2790
|
-
"alternative.set.license.option.popover": "Copy your license code here and click Register",
|
|
2791
|
-
"register.btn": "Register",
|
|
2792
|
-
"not.fully.supported.rdfrank.warning": "RDFRank not fully supported",
|
|
2793
|
-
"configuring.rdfrank.not.supported.warning": "Configuring RDFRank is not supported.",
|
|
2794
|
-
"rdfrank.for.repo.label": "RDFRank for repository",
|
|
2795
|
-
"is.with.status.label": "is with status",
|
|
2796
|
-
"computing.loader.msg": "Computing...",
|
|
2797
|
-
"interrupt.indexing.tooltip": "Interrupt indexing",
|
|
2798
|
-
"configuration.changed.warning": "Configuration changed",
|
|
2799
|
-
"computation.canceled.warning": "Computation canceled",
|
|
2800
|
-
"rdfrank.not.build.yet.warning": "RDFRank not built yet",
|
|
2801
|
-
"rdfrank.include.predicates": "Included Predicates",
|
|
2802
|
-
"rdfrank.include.graphs": "Included Graphs",
|
|
2803
|
-
"rdfrank.exclude.predicates": "Excluded Predicates",
|
|
2804
|
-
"rdfrank.exclude.graphs": "Excluded Graphs",
|
|
2805
|
-
"rdfrank.include.label": "Included",
|
|
2806
|
-
"rdfrank.exclude.label": "Excluded",
|
|
2807
|
-
"compute.full.btn": "Compute Full",
|
|
2808
|
-
"compute.incremental.btn": "Compute Incremental",
|
|
2809
|
-
"filtering.header": "Filtering",
|
|
2810
|
-
"filtering": "filtering",
|
|
2811
|
-
"include.explicit.header": "Include Explicit",
|
|
2812
|
-
"include.implicit.header": "Include Implicit",
|
|
2813
|
-
"explicit.statements": "Explicit statements",
|
|
2814
|
-
"implicit.statements": "implicit statements",
|
|
2815
|
-
"focus.diagram.tooltip": "Focus diagram",
|
|
2816
|
-
"reload.diagram.tooltip": "Reload diagram",
|
|
2817
|
-
"export.diagram.tooltip": "Export Diagram",
|
|
2818
|
-
"class.count.label": "Class Count",
|
|
2819
|
-
"cannot.load.classhierarchy.for.repo.warning": "The class hierarchy for the currently selected repository cannot be loaded:",
|
|
2820
|
-
"no.classhierarchy.for.repo.warning": "The currently selected repository does not contain a class hierarchy.",
|
|
2821
|
-
"no.classhierarchy.for.selected.graph.warning": "The currently selected repository's graph contains no class hierarchy.Please select another graph from dropdown menu.",
|
|
2822
|
-
"no.instances.for.selected.class.type": "No instances available of selected class type",
|
|
2823
|
-
"view.instance.in.sparql.label": "View this instance in SPARQL",
|
|
2824
|
-
"view.all.label": "View all",
|
|
2825
|
-
"instances.in.sparql": "instances in SPARQL",
|
|
2826
|
-
"no.instances.found.label": "No instances found",
|
|
2827
|
-
"for.repository": "for repository",
|
|
2828
|
-
"search.plugins.placeholder": "Search plugins",
|
|
2829
|
-
"showing.label": "Showing",
|
|
2830
|
-
"results.label": "results",
|
|
2831
|
-
"pagination.of.label": "of",
|
|
2832
|
-
"no.plugins.match.filter.warning": "No plugins match this filter.",
|
|
2833
|
-
"error.warning": "404 That’s an error!",
|
|
2834
|
-
"requested.url.not.found.msg": "The requested URL was not found on this server. That’s all I know.",
|
|
2835
|
-
"back.home.btn": "Back Home",
|
|
2836
|
-
"prefix.label": "Prefix",
|
|
2837
|
-
"add.namespace.label": "Add namespace",
|
|
2838
|
-
"namespace.label": "Namespace",
|
|
2839
|
-
"all.label": "All",
|
|
2840
|
-
"namespaces.per.page.label": "Namespaces per page:",
|
|
2841
|
-
"search.namespaces.label": "Search namespaces",
|
|
2842
|
-
"delete.selected": "Delete selected",
|
|
2843
|
-
"iri.label": "IRI",
|
|
2844
|
-
"edit.namespace": "Edit namespace",
|
|
2845
|
-
"delete.namespace": "Delete namespace",
|
|
2846
|
-
"no.namespaces.match.filter": "No namespaces match this filter.",
|
|
2847
|
-
"no.namespaces.in.repo": "There are no added namespaces on this repository.",
|
|
2848
|
-
"pass.or.username.mismatch": "Password or username did not match!",
|
|
2849
|
-
"your.name.placeholder": "Your name",
|
|
2850
|
-
"your.password.placeholder": "Your password",
|
|
2851
|
-
"sign.in": "Sign in",
|
|
2852
|
-
"sign.in.openid": "Sign in with OpenID",
|
|
2853
|
-
"gdb.license.info.header": "GraphDB License Information",
|
|
2854
|
-
"supply.license.or.contact.us.warning": "Please supply a valid license. You can obtain a free license for GraphDB Free or an evaluation license for GraphDB Enterprise at <a rel=\"noopener\" target=\"_blank\" href='https://www.ontotext.com/products/graphdb/#try-graphdb'>Ontotext's website</a>.",
|
|
2855
|
-
"remove.license": "Remove license",
|
|
2856
|
-
"no.license.restrictions": "Without a valid license, GraphDB works in restricted mode and the only allowed operation is exporting repositories.",
|
|
2857
|
-
"no.license": "No license",
|
|
2858
|
-
"table.name": "Table name",
|
|
2859
|
-
"table.name.placeholder.required": "SQL table name (required)",
|
|
2860
|
-
"jdbc.column.types": "Column types",
|
|
2861
|
-
"jdbc.no.columns.defined.warning": "No columns are defined. Please start with a data query and come back to this tab to review the column definitions.",
|
|
2862
|
-
"jdbc.column.name": "Column name",
|
|
2863
|
-
"jdbc.sql.type.label": "SQL type",
|
|
2864
|
-
"precision.label": "Precision",
|
|
2865
|
-
"scale.label": "Scale",
|
|
2866
|
-
"nullable.label": "Nullable",
|
|
2867
|
-
"literal.type.language.tag.label": "Literal type or language tag for SPARQL FILTER",
|
|
2868
|
-
"jdbc.column.names.hint": "The column names are derived from the projection variables of the SPARQL query.",
|
|
2869
|
-
"jdbc.sql.type.hint": "Sets the SQL type. VARCHAR's variants IRI and String are the same on the SQL side but handled differently on the SPARQL side.",
|
|
2870
|
-
"jdbc.sql.type.precision.hint": "Sets the precision of the SQL type. For VARCHAR it is only informational and will not be enforced in any way.",
|
|
2871
|
-
"jdbc.sql.type.scale.hint": "Sets the scale of the SQL type, e.g. DECIMAL(10, 2).",
|
|
2872
|
-
"jdbc.not.null.check.hint": "If unchecked the column will be defined as NOT NULL. Nullability is only informational and not enforced in any way.",
|
|
2873
|
-
"jdbc.literal.creation.and.filtering.hint": "Controls how literals are created for filtering on the SPARQL side. Leave empty for a plain literal, enter an IRI for a typed literal, or enter a language tag prefixed by @ for a language-tagged literal.",
|
|
2874
|
-
"jdbc.column.suggestions": "Get columns suggestions",
|
|
2875
|
-
"jdbc.delete.column": "Delete column",
|
|
2876
|
-
"jdbc.save.configuration": "Save SQL configuration",
|
|
2877
|
-
"jdbc.cancel.configuration": "Cancel SQL configuration",
|
|
2878
|
-
"jdbc.preview.configuration": "Preview SQL configuration table",
|
|
2879
|
-
"jdbc.create.new.configuration": "Create new SQL table configuration",
|
|
2880
|
-
"jdbc.sql.configurations.list": "SQL table configurations",
|
|
2881
|
-
"jdbc.no.tables.defined": "No tables are defined",
|
|
2882
|
-
"jdbc.edit.configuration": "Edit JDBC configuration",
|
|
2883
|
-
"jdbc.delete.configuration": "Delete JDBC configuration",
|
|
2884
|
-
"app.info": "Application info",
|
|
2885
|
-
"server.report": "Server report",
|
|
2886
|
-
"server.report.help.info.title": "A server report is a .zip file that contains various bits of information that help with diagnosing problems. The file will contain:",
|
|
2887
|
-
"server.report.help.info.jvm.stack.trace": "The JVM stack trace",
|
|
2888
|
-
"server.report.help.info.system.repo.content": "The content of the SYSTEM repository",
|
|
2889
|
-
"server.report.help.info.directories": "Directory listings of various GraphDB directories",
|
|
2890
|
-
"server.report.help.info.logs": "The latest log files",
|
|
2891
|
-
"no.prev.server.report.found": "No previous report found.",
|
|
2892
|
-
"server.report.generation.in.progress": "Report is being generated...",
|
|
2893
|
-
"last.server.report.timestamp": "Last report was generated",
|
|
2894
|
-
"prev.server.report.timestamp": "Previous report available, generated",
|
|
2895
|
-
"new.server.report": "New report",
|
|
2896
|
-
"new.server.report.tooltip": "Generates a new server report",
|
|
2897
|
-
"download.server.report.tooltip": "Download the latest report file",
|
|
2898
|
-
"info.configuration.parameters": "Configuration Parameters",
|
|
2899
|
-
"user.data": "User data",
|
|
2900
|
-
"server.files": "Server files",
|
|
2901
|
-
"supported.import.formats.label": "The supported RDF formats are",
|
|
2902
|
-
"upload.rdf.files.label": "Upload RDF files",
|
|
2903
|
-
"all.rdf.formats.label": "All RDF formats",
|
|
2904
|
-
"up.to": ", up to",
|
|
2905
|
-
"rdf.data.from.url.label": "Get RDF data from a URL",
|
|
2906
|
-
"import.rdf.text.snippet.label": "Import RDF text snippet",
|
|
2907
|
-
"type.paste.data.label": "Type or paste RDF data",
|
|
2908
|
-
"take.me.to.guides": "Take me to the guides",
|
|
2909
|
-
"hide.panel": "Hide panel",
|
|
2910
|
-
"show.welcome.panel": "Show welcome panel",
|
|
2911
|
-
"ok.continue": "OK, continue",
|
|
2912
|
-
"no.thanks": "No, thanks",
|
|
2913
|
-
"view.rdf.data.text.visual.graph.header": "View RDF data as a text table or as a visual graph",
|
|
2914
|
-
"view.resource.label": "View resource",
|
|
2915
|
-
"view.active.repo.info.label": "View information about the current active repository",
|
|
2916
|
-
"active.repo.label": "Active repository",
|
|
2917
|
-
"not.supported.repo.edit.label": "Editing this repository is not supported.",
|
|
2918
|
-
"refresh.repo.info": "Refresh repository info",
|
|
2919
|
-
"repository.with.label": "repository with",
|
|
2920
|
-
"read.write": "read/write",
|
|
2921
|
-
"read.only": "read-only",
|
|
2922
|
-
"access": "access",
|
|
2923
|
-
"total.statements": "total statements",
|
|
2924
|
-
"explicit": "explicit",
|
|
2925
|
-
"default": "default",
|
|
2926
|
-
"inferred": "inferred",
|
|
2927
|
-
"expansion.ratio": "expansion ratio",
|
|
2928
|
-
"error": "error",
|
|
2929
|
-
"import.rdf.data.label": "Import RDF data",
|
|
2930
|
-
"export.rdf.data": "Export RDF data",
|
|
2931
|
-
"export.settings.json-ld": "Export settings: JSON-LD",
|
|
2932
|
-
"export.settings.ndjson-ld": "Export settings: NDJSON-LD",
|
|
2933
|
-
"export": "Export",
|
|
2934
|
-
"json-ld.form": "JSON-LD form",
|
|
2935
|
-
"json-ld.form.info": "Specifies the JSON-LD document form",
|
|
2936
|
-
"json-ld.context.link": "JSON-LD Context",
|
|
2937
|
-
"json-ld.context.link.info": "Specifies external JSON-LD context as a URL. Only whitelisted URLs can be used.",
|
|
2938
|
-
"json-ld.frame.link": "JSON-LD Frame",
|
|
2939
|
-
"json-ld.frame.link.info": "Specifies JSON-LD frame document as a URL. Only whitelisted URLs can be used.",
|
|
2940
|
-
"json-ld.frame.uri.placeholder": "http://example.com/frame.jsonld",
|
|
2941
|
-
"json-ld.context.uri.placeholder": "http://example.com/context.jsonld",
|
|
2942
|
-
"saved.sparql.queries.label": "Saved SPARQL queries",
|
|
2943
|
-
"saved.sparql.queries.tooltip": "Execute a saved SPARQL query directly",
|
|
2944
|
-
"common.execute": "Execute",
|
|
2945
|
-
"menu.license.tooltip": "View information about the installed GraphDB license",
|
|
2946
|
-
"no.license.info.available.warning": "License information cannot be shown because you are not connected to a location.",
|
|
2947
|
-
"license.settings.label": "License settings",
|
|
2948
|
-
"visual.graph.home.label": "Back to visual graph home",
|
|
2949
|
-
"search.another.resource.label": "Search another resource",
|
|
2950
|
-
"visual.graph.rotate.graph.left": "Click to rotate the graph to the left",
|
|
2951
|
-
"visual.graph.rotate.graph.right": "Click to rotate the graph to the right",
|
|
2952
|
-
"visual.graph.unpin.nodes": "Unpin all nodes",
|
|
2953
|
-
"visual.graph.pin.down.nodes": "Pin down all nodes",
|
|
2954
|
-
"visual.save.graph.snapshot": "Save graph snapshot",
|
|
2955
|
-
"visual.graph.click.configure.view": "Click to configure the view",
|
|
2956
|
-
"visual.search.iri": "Search for an IRI to view it.",
|
|
2957
|
-
"visual.graph.advanced.option": "This is a user defined advanced configuration.",
|
|
2958
|
-
"hint": "Hint:",
|
|
2959
|
-
"visual.easy.graph": "Easy graph",
|
|
2960
|
-
"visual.easy.graph.info": "Search for an IRI to view it and configure the visualisation through the UI without using SPARQL",
|
|
2961
|
-
"visual.create.graph.config": "Create graph config",
|
|
2962
|
-
"visual.advanced.graph.config": "Advanced graph configurations",
|
|
2963
|
-
"visual.advanced.graph.config.info": "Define how the visualisation works by writing your own SPARQL queries",
|
|
2964
|
-
"visual.no.configs": "No graph configs",
|
|
2965
|
-
"visual.config.search.box.starting.point": "Starting point - Search box",
|
|
2966
|
-
"visual.config.query.results.starting.point": "Starting point - Query results",
|
|
2967
|
-
"visual.config.fixed.resource.starting.point": "Starting point - Fixed resource",
|
|
2968
|
-
"visual.config.warning.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
|
|
2969
|
-
"visual.edit.config": "Edit configuration",
|
|
2970
|
-
"visual.delete.config": "Delete configuration",
|
|
2971
|
-
"visual.saved.graphs": "Saved graphs",
|
|
2972
|
-
"visual.no.saved.graphs": "No saved visual graph snapshots",
|
|
2973
|
-
"visual.get.graph.url": "Get URL to graph",
|
|
2974
|
-
"visual.advanced": "Advanced:",
|
|
2975
|
-
"visual.rename.graph": "Rename graph",
|
|
2976
|
-
"visual.delete.graph": "Delete graph",
|
|
2977
|
-
"visual.collapse.sidepanel": "Collapse sidepanel",
|
|
2978
|
-
"sidepanel.graph.settings": "Graph settings",
|
|
2979
|
-
"sidepanel.limit.links.tooltip": "Limit the number of links when often they are too many",
|
|
2980
|
-
"sidepanel.maximum.links": "Maximum links to show",
|
|
2981
|
-
"visual.search.instance.placeholder": "Search instance properties",
|
|
2982
|
-
"visual.node.tooltip.no_types": "No types",
|
|
2983
|
-
"sidepanel.invalid.limit.links.msg": "Invalid links limit",
|
|
2984
|
-
"sidepanel.invalid.limit.links.tooltip": "The valid limit range is 1-1000",
|
|
2985
|
-
"sidepanel.preferred.languages": "Preferred languages",
|
|
2986
|
-
"sidepanel.add.language.tag": "Add a language tag",
|
|
2987
|
-
"sidepanel.preferred.languages.for.node": "Preferred languages for node and predicates labels",
|
|
2988
|
-
"sidepanel.include.schema.statements.tooltip": "Include/Exclude predicates from owl: rdf: rdfs: sesame: dul: prov: fibo: wd:",
|
|
2989
|
-
"sidepanel.include.schema.statements": "Include schema statements",
|
|
2990
|
-
"sidepanel.include.inferred.statements": "Include inferred statements",
|
|
2991
|
-
"sidepanel.include.inferred.statements.tooltip": "Include/exclude inferred statements",
|
|
2992
|
-
"sidepanel.expand.results.sameas": "Expand results over owl:sameAs",
|
|
2993
|
-
"sidepanel.show.pred.labels.as.links.titles.tooltip": "Show predicate labels as links titles",
|
|
2994
|
-
"sidepanel.show.pred.labels.as.links.titles": "Show predicate labels",
|
|
2995
|
-
"sidepanel.preferred.types": "Preferred types",
|
|
2996
|
-
"sidepanel.preferred.types.tooltip": "Types of nodes to show with preference when there are too many nodes",
|
|
2997
|
-
"sidepanel.add.preferred.type.placeholder": "Add preferred type",
|
|
2998
|
-
"sidepanel.show.preferred.types.nodes.only.tooltip": "Show only nodes of the preferred types",
|
|
2999
|
-
"sidepanel.show.preferred.types.nodes.only": "Show preferred types only",
|
|
3000
|
-
"sidepanel.ignored.types": "Ignored types",
|
|
3001
|
-
"sidepanel.ignored.types.tooltip": "Types of nodes to exclude from the visual graph",
|
|
3002
|
-
"sidepanel.add.ignored.type.placeholder": "Add ignored type",
|
|
3003
|
-
"sidepanel.preferred.predicates": "Preferred predicates",
|
|
3004
|
-
"sidepanel.preferred.predicates.tooltip": "Predicates to show with preference when there are too many links",
|
|
3005
|
-
"sidepanel.add.preferred.predicate": "Add preferred predicate",
|
|
3006
|
-
"sidepanel.show.preferred.predicates.links.only.tooltip": "Show only links of the preferred predicates",
|
|
3007
|
-
"sidepanel.show.preferred.predicates.only": "Show preferred predicates only",
|
|
3008
|
-
"sidepanel.ignored.predicates": "Ignored predicates",
|
|
3009
|
-
"sidepanel.ignored.predicates.tooltip": "Ignored predicates will not appear as links in the visual graph but will be listed as instance properties when you click on a node",
|
|
3010
|
-
"sidepanel.add.ignored.predicate.placeholder": "Add ignored predicate",
|
|
3011
|
-
"sidepanel.wildcard.iris": "IRIs that end with * are treated as wildcards and will match any IRI that begins with the text before the *",
|
|
3012
|
-
"sidepanel.no.properties.found": "No properties found",
|
|
3013
|
-
"find.enter.resource.iri": "Enter resource IRI",
|
|
3014
|
-
"export.no.graphs.in.repo": "No graphs in this repository. Add graphs via the",
|
|
3015
|
-
"export.sparql.update.form": "SPARQL update form",
|
|
3016
|
-
"or": "or",
|
|
3017
|
-
"of": "of",
|
|
3018
|
-
"export.data.import.page": "the data import page",
|
|
3019
|
-
"export.graphs.per.page": "Graphs per page:",
|
|
3020
|
-
"search.graphs.label": "Search Graphs",
|
|
3021
|
-
"export.repository.label": "Export repository",
|
|
3022
|
-
"export.all.graphs.btn.label": "Download all graphs",
|
|
3023
|
-
"export.graphs.too.many.warning": "The list is limited to {{graphsLimit}} graphs to optimize the performance",
|
|
3024
|
-
"removes.data.from.repo.label": "Removes all data from the current repository",
|
|
3025
|
-
"clear.repo.label": "Clear repository",
|
|
3026
|
-
"no.results.found.label": "No results were found.",
|
|
3027
|
-
"select.all.tooltip": "Select all",
|
|
3028
|
-
"export.selected.graphs.tooltip": "Export selected graphs",
|
|
3029
|
-
"remove.data.from.selected.graph.tooltip": "Removes all data from the selected graphs",
|
|
3030
|
-
"shacl.shape.graph.tooltip": "SHACL Shape Graph",
|
|
3031
|
-
"export.graph.label": "Export graph",
|
|
3032
|
-
"remove.data.from.this.graph.tooltip": "Removes all data from this graph",
|
|
3033
|
-
"context.label": "Context",
|
|
3034
|
-
"source.label": "Source",
|
|
3035
|
-
"edit.resource.label": "Edit resource",
|
|
3036
|
-
"target.label": "Target",
|
|
3037
|
-
"show.blank.nodes.label": "Show Blank Nodes",
|
|
3038
|
-
"download.as.label": "Download as",
|
|
3039
|
-
"download.as.json": "JSON",
|
|
3040
|
-
"download.as.jsonld": "JSON-LD",
|
|
3041
|
-
"download.as.ndjsonld": "NDJSON-LD",
|
|
3042
|
-
"download.as.rdfxml": "RDF-XML",
|
|
3043
|
-
"download.as.n3": "N3",
|
|
3044
|
-
"download.as.ntriples": "N-Triples",
|
|
3045
|
-
"download.as.nquads": "N-Quads",
|
|
3046
|
-
"download.as.turtle": "Turtle",
|
|
3047
|
-
"download.as.turtlestar": "Turtle*",
|
|
3048
|
-
"download.as.trix": "TriX",
|
|
3049
|
-
"download.as.trig": "TriG",
|
|
3050
|
-
"download.as.trigstar": "TriG*",
|
|
3051
|
-
"download.as.binaryrdf": "Binary RDF",
|
|
3052
|
-
"download.as.progress.msg": "Downloading SPARQL result",
|
|
3053
|
-
"visual.graph.label": "Visual graph",
|
|
3054
|
-
"explore.graph.visually.popover": "Click to explore the graph visually",
|
|
3055
|
-
"pred.label": "Predicate",
|
|
3056
|
-
"example.label": "Example",
|
|
3057
|
-
"complete.short.iri.warning": "Please complete the short IRI.",
|
|
3058
|
-
"view.resource.trig.format.tooltip": "View the resource graph in TriG format",
|
|
3059
|
-
"view.trig.format.label": "View TriG",
|
|
3060
|
-
"save.changes.label": "Save changes",
|
|
3061
|
-
"explore.data.graph.title": "Explore Data Graph",
|
|
3062
|
-
"back.to.class.hierarchy.label": "Back to Class Hierarchy diagram",
|
|
3063
|
-
"show.collapsed.preds": "Show collapsed predicates",
|
|
3064
|
-
"show.preds": "Show all predicates",
|
|
3065
|
-
"no.preds.found.label": "No predicates found",
|
|
3066
|
-
"remove.classes.label": "Remove All Classes",
|
|
3067
|
-
"show.dependencies.between.classes.label": "Showing the dependencies between {{number}} classes",
|
|
3068
|
-
"no.dependencies.found.label": "No dependencies between these classes",
|
|
3069
|
-
"class.count.constraint": "At least two classes are needed to show dependency diagram",
|
|
3070
|
-
"no.dependencies.for.repo.warning": "The currently selected repository contains no dependencies data. Please, reload the diagram if you have imported data recently.",
|
|
3071
|
-
"no.dependencies.for.graph.warning": "The currently selected repository's graph contains no dependencies data. Please select another graph from dropdown menu.",
|
|
3072
|
-
"not.available.dependencies.plugin.warning": "Dependencies plugin is not available. Dependency data cannot be shown without it.",
|
|
3073
|
-
"dependencies.calculation.in.progress.warning": "Dependencies calculation is in progress. If your repo is big it may take some time.",
|
|
3074
|
-
"dependencies.graphs.too.many.warning": "The list is limited to {{graphsLimit}} graphs to optimize the performance",
|
|
3075
|
-
"incoming.label": "Incoming",
|
|
3076
|
-
"outgoing.label": "Outgoing",
|
|
3077
|
-
"class.label": "Class",
|
|
3078
|
-
"links.label": "Links",
|
|
3079
|
-
"add.class.label": "Add Class",
|
|
3080
|
-
"related.classes.label": "Related Classes",
|
|
3081
|
-
"remove.class.label": "Remove Class",
|
|
3082
|
-
"back.to.main.class.table": "Back to main Class Relationships table",
|
|
3083
|
-
"and.label": "And",
|
|
3084
|
-
"more.label": "more...",
|
|
3085
|
-
"no.valid.license.warning": "No valid license",
|
|
3086
|
-
"set.label": "Set",
|
|
3087
|
-
"choose.repo": "Choose repository",
|
|
3088
|
-
"no.accessible.repos.warning": "No accessible repositories",
|
|
3089
|
-
"sign.out.label": "Sign out",
|
|
3090
|
-
"logout.label": "Logout",
|
|
3091
|
-
"open.external.page": "Open external page",
|
|
3092
|
-
"no.access.permission.to.functionality.error": "You have no permission to access this functionality with your current credentials.",
|
|
3093
|
-
"change.menu.or.user.warning": "Please choose another menu item or login as a different user.",
|
|
3094
|
-
"all.rights.reserved.label": "All rights reserved.",
|
|
3095
|
-
"change.language.tooltip": "Change language to",
|
|
3096
|
-
"current.language.tooltip": "Current language",
|
|
3097
|
-
"sparql.shortcuts": "keyboard shortcuts",
|
|
3098
|
-
"sparql.shortcuts.capital": "keyboard shortcuts",
|
|
3099
|
-
"sparql.shortcuts.trigger.autocomplete": "Trigger Autocompletion",
|
|
3100
|
-
"sparql.shortcuts.delete.line": "Delete current/selected line(s)",
|
|
3101
|
-
"sparql.shortcuts.comment.uncomment.line": "Comment or uncomment current/selected line(s)",
|
|
3102
|
-
"sparql.shortcuts.copy.line.down": "Copy line down",
|
|
3103
|
-
"sparql.shortcuts.copy.line.up": "Copy line up",
|
|
3104
|
-
"sparql.shortcuts.auto.format.indent.lines": "Auto-format/indent selected lines",
|
|
3105
|
-
"sparql.shortcuts.auto.indent.lines.more": "Indent current/selected line(s) more",
|
|
3106
|
-
"sparql.shortcuts.auto.indent.lines.less": "Indent current/selected line(s) less",
|
|
3107
|
-
"sparql.shortcuts.execute.query.update": "Execute query or update",
|
|
3108
|
-
"sparql.shortcuts.execute.explain.plan": "Execute explain plan for query",
|
|
3109
|
-
"sparql.shortcuts.execute.explain-gpt.plan": "Explain query/result using ChatGPT",
|
|
3110
|
-
"sparql.shortcuts.create.new.tab": "Create a new unnamed tab",
|
|
3111
|
-
"sparql.shortcuts.create.saved.query": "Create a saved query from the current state",
|
|
3112
|
-
"sparql.shortcuts.switch.next.tab": "Switch to next tab",
|
|
3113
|
-
"sparql.shortcuts.switch.prev.tab": "Switch to previous tab",
|
|
3114
|
-
"sparql.shortcuts.close.all.tabs.except.selected": "Click at close tab icon closes all the tabs except the clicked one",
|
|
3115
|
-
"graph.shortcuts.mouse.keyboard": "mouse and keyboard actions",
|
|
3116
|
-
"graph.shortcuts.mouse.actions": "Mouse actions",
|
|
3117
|
-
"graph.shortcuts.single.click": "Single click",
|
|
3118
|
-
"graph.shortcuts.view.node.details": "View node details and properties",
|
|
3119
|
-
"graph.shortcuts.double.click": "Double click",
|
|
3120
|
-
"graph.shortcuts.load.node.connections": "Load node connections",
|
|
3121
|
-
"graph.shortcuts.remove.node.links": "Removes a node and its links",
|
|
3122
|
-
"graph.shortcuts.restart.view.with.node.at.center": "Restart the view with that node as a central one",
|
|
3123
|
-
"graph.shortcuts.click.drag.node": "Click and drag a node",
|
|
3124
|
-
"graph.shortcuts.move.node.dragging": "Move a node by dragging it (will also pin down the node)",
|
|
3125
|
-
"graph.shortcuts.right.click.node": "Right click a node",
|
|
3126
|
-
"graph.shortcuts.pin.unpin.node": "Pin down or unpin the node",
|
|
3127
|
-
"graph.shortcuts.click.drag.outside.node": "Click and drag outside a node",
|
|
3128
|
-
"graph.shortcuts.move.whole.graph": "Move the whole graph",
|
|
3129
|
-
"graph.shortcuts.touch.actions": "Touch actions",
|
|
3130
|
-
"graph.shortcuts.tap": "Tap",
|
|
3131
|
-
"graph.shortcuts.tap.hold": "Tap and hold",
|
|
3132
|
-
"graph.shortcuts.tap.twice": "Tap twice",
|
|
3133
|
-
"graph.shortcuts.keyboard.actions": "Keyboard actions",
|
|
3134
|
-
"graph.shortcuts.left.arrow": "Left arrow",
|
|
3135
|
-
"graph.shortcuts.rotate.graph.left": "Rotate the graph to the left",
|
|
3136
|
-
"graph.shortcuts.right.arrow": "Right arrow",
|
|
3137
|
-
"graph.shortcuts.rotate.graph.right": "Rotate the graph to the right",
|
|
3138
|
-
"filter.classes.placeholder": "Filter classes",
|
|
3139
|
-
"all.graphs.label": "All graphs",
|
|
3140
|
-
"subject": "subject",
|
|
3141
|
-
"predicate": "predicate",
|
|
3142
|
-
"object": "object",
|
|
3143
|
-
"context": "context",
|
|
3144
|
-
"all": "all",
|
|
3145
|
-
"clear.tooltip": "Clear",
|
|
3146
|
-
"repo.page.location.label": "Location",
|
|
3147
|
-
"repo.page.location.input.field.tooltip": "The location where to create repository. The default is the local one.",
|
|
3148
|
-
"repo.page.repository.info.loading.error": "Currently selected repository cannot be edited due to an error during repository metadata loading.",
|
|
3149
|
-
"guides.loading.message.failure": "Failed to load guides!",
|
|
3150
|
-
"guides.confirm-cancel-modal.title": "Exit the guide?",
|
|
3151
|
-
"guides.confirm-cancel-modal.content": "Are you sure you want to exit the guide?<br><br>You can start it anytime from <b>Help > Interactive Guides</b>",
|
|
3152
|
-
"guides.confirm-cancel-modal.exit-button": "Exit",
|
|
3153
|
-
"guides.confirm-cancel-modal.dont-show-button": "Don't start automatically",
|
|
3154
|
-
"guide.button.guide-paused": "Guide paused",
|
|
3155
|
-
"guide.button.guide-resume": "Continue the guide",
|
|
3156
|
-
"guide.validate.no-next": "Cannot continue to next",
|
|
3157
|
-
"guide.total.progress": "Guide step {{n}} of {{nn}}",
|
|
3158
|
-
"guide.total.progress.tooltip": "This indicates the current step relative to the entire guide and the total number of steps in the guide.",
|
|
3159
|
-
"guide.block.progress": "{{n}}/{{nn}}",
|
|
3160
|
-
"guide.block.progress.tooltip": "This indicates the current step and the total number of steps in the {{action}} action.",
|
|
3161
|
-
"guide.step-type.info": "This step provides some information. No action required other than clicking the Next button.",
|
|
3162
|
-
"guide.step-type.mouse": "This step expects user action with the mouse, typically clicking on something.",
|
|
3163
|
-
"guide.step-type.input": "This step expects user input, typically typing or pasting a piece of text.",
|
|
3164
|
-
"guide.step-intro.create-repository": "The following steps show how to use the <b>{{viewName|translate}}</b> view to create a repository.",
|
|
3165
|
-
"guide.step-intro.enable-autocomplete": "The following steps show how to use the <b>{{viewName|translate}}</b> view to enable the autocomplete index.",
|
|
3166
|
-
"guide.step-intro.execute-sparql-query": "The following steps show how to use the <b>{{viewName|translate}}</b> view to execute queries.",
|
|
3167
|
-
"guide.step-intro.visual-graph": "The following steps show how to use the <b>{{viewName|translate}}</b> view to explore data in a visual manner.",
|
|
3168
|
-
"guide.step-intro.import-file": "The following steps show how to use the <b>{{viewName|translate}}</b> view to import data from a file.",
|
|
3169
|
-
"guide.step-intro.class-hierarchy": "The following steps show how to use the <b>{{viewName|translate}}</b> view to inspect the class hierarchy and gain an insight on what the dataset contains.",
|
|
3170
|
-
"guide.step-intro.table-graph": "The following steps show how to explore RDF data in tabular form without writing SPARQL queries. Click on the <b>{{iriLabel}}</b> IRI to explore it.",
|
|
3171
|
-
"guide.step-intro.create-ttyg-agent": "The following steps show how to use the <b>{{viewName|translate}}</b> view to create an agent.",
|
|
3172
|
-
"guide.step-intro.create-similarity-index": "The following steps show how to create a Similarity index for your dataset.",
|
|
3173
|
-
"guide.step-help-info.create-similarity-index": "The similarity index is used for finding words which have been used in similar contexts to the one which you search for. For example, searching for \"ontology\" will return \"knowledge graph\", while a simple textual similarity could return \"oncology\". This is an alternative for full-text search.",
|
|
3174
|
-
"guide.step-menu.click-menu": "Click on the <b>{{menuLabelKey|translate}}</b> menu.",
|
|
3175
|
-
"guide.step-action.create-repository": "Create repository",
|
|
3176
|
-
"guide.step-action.select-repository": "Connect to repository",
|
|
3177
|
-
"guide.step-action.enable-autocomplete": "Enable autocomplete",
|
|
3178
|
-
"guide.step-action.import-file": "Import file",
|
|
3179
|
-
"guide.step-action.visual-graph": "Visual graph explore",
|
|
3180
|
-
"guide.step-action.execute-sparql-query": "Execute SPARQL query",
|
|
3181
|
-
"guide.step-action.class-hierarchy": "Explore the class hierarchy",
|
|
3182
|
-
"guide.step-action.table-graph": "Explore RDF as a table",
|
|
3183
|
-
"guide.step-action.create-ttyg-agent": "Create an agent",
|
|
3184
|
-
"guide.step-action.sparql-search-method": "SPARQL search query method",
|
|
3185
|
-
"guide.step-action.fts-search-method": "FTS search query method",
|
|
3186
|
-
"guide.step-action.similarity-search-method": "Similarity search query method",
|
|
3187
|
-
"guide.step-action.select-ttyg-agent": "Select an agent",
|
|
3188
|
-
"guide.step-action.ask-ttyg-agent": "Ask the agent",
|
|
3189
|
-
"guide.step-action.conversation-with-ttyg-agent": "Conversation with the agent",
|
|
3190
|
-
"guide.step-action.edit-ttyg-agent": "Edit an agent",
|
|
3191
|
-
"guide.step-action.create-similarity-index": "Create Similarity index",
|
|
3192
|
-
"guide.step_plugin.execute-sparql-query.query-editor.content": "Enter the following SPARQL query: {{queryExplainMessageTranslated}}{{queryAsHtmlCodeElement}}",
|
|
3193
|
-
"guide.step_plugin.execute-sparql-query.result-explain.content": "The table shows the results from executing the query.",
|
|
3194
|
-
"guide.step_plugin.execute-sparql-query.run-sparql-query.content": "Click on the <b>{{'query.editor.run.btn'|translate}}</b> button.",
|
|
3195
|
-
"guide.step_plugin.execute-sparql-query.copy-to-editor.button": "Copy to editor",
|
|
3196
|
-
"guide.step_plugin.import_rdf_file.content": "Click on the <b>{{'upload.rdf.files.label'|translate}}</b> button and choose a file with the name <b>{{resourceFile}}</b>.",
|
|
3197
|
-
"guide.step_plugin.create_repository.create_repository_button.content": "Click on the <b>{{'repository.create.btn'|translate}}</b> button.",
|
|
3198
|
-
"guide.step_plugin.create_repository.graph_db_repository.content": "Click on the <b>{{'graphdb.repo'|translate}}</b> button.",
|
|
3199
|
-
"guide.step_plugin.create_repository.repository_id.content": "Enter repository ID: <b>{{repositoryId}}.</b>",
|
|
3200
|
-
"guide.step_plugin.create_repository.save_button.content": "Click on the <b>{{'common.create.btn'|translate}}</b> button.",
|
|
3201
|
-
"guide.step_plugin.create_repository.ruleset_dropdown.content": "Choose ruleset: <b>{{rulesetName}}</b>.",
|
|
3202
|
-
"guide.step_plugin.create_repository.enable-fts.content": "Enable full-text search (FTS) index",
|
|
3203
|
-
"guide.step_plugin.create_repository.enable-fts.extra-content": "The full text search index is used for finding specific strings within the values associated with a given entity. For example, you can search for the word \"feature\" within a larger context. This is very helpful in cases where a lot of data is stored in literals.",
|
|
3204
|
-
"guide.step_plugin.enable-autocomplete.content": "Click on the checkbox to enable the index.",
|
|
3205
|
-
"guide.step_plugin.visual_graph_input_IRI.content": "Enter <b>{{easyGraphInputText}}</b> in the <b>Easy graph</b> text input.",
|
|
3206
|
-
"guide.step_plugin.visual_graph_show_autocomplete.content": "Click on the <b>{{iri}}</b> IRI to show the visual graph.",
|
|
3207
|
-
"guide.step_plugin.visual_graph_intro.content": "The graph shows connections between the start node, <b>{{iriLabel}}</b>, and other nodes. Each arrow represents one or more connections (RDF statements).",
|
|
3208
|
-
"guide.step_plugin.visual-graph-node-focus.title": "Visual graph nodes",
|
|
3209
|
-
"guide.step_plugin.visual-graph-node-focus.content": "A circle represents an RDF resource. In this case, <b>{{iriLabel}}</b>.",
|
|
3210
|
-
"guide.step_plugin.visual-graph-link-focus.title": "Visual graph links",
|
|
3211
|
-
"guide.step_plugin.visual-graph-link-focus.content": "An arrow with a label represents one or more links between nodes. In this case, the arrow shows the relation <b>{{fromIriLabel}} → {{iriLabel}} → {{toIriLabel}}</b>.",
|
|
3212
|
-
"guide.step_plugin.download-guide-resource.title": "Download guide resources",
|
|
3213
|
-
"guide.step_plugin.download-guide-resource.content": "This guide requires a file to be downloaded.<br>Please <a href=\"#\" ng-click=\"downloadGuidesFile('{{resourcePath}}', '{{resourceFile}}')\">download {{resourceFile}}</a>.",
|
|
3214
|
-
"guide.step_plugin.download-guide-resource.download.message.failure": "Failed to download the '{{resourceFile}}' file!",
|
|
3215
|
-
"guide.step_plugin.choose-repository.content": "Click on the repository selection dropdown.",
|
|
3216
|
-
"guide.step_plugin.select-repository.content": "Click on the <b>{{getRepositoryId()}}</b> repository button.",
|
|
3217
|
-
"guide.step_plugin.select-repository-plug.content": "Click on the plug icon of the <b>{{repositoryId}}</b> repository.",
|
|
3218
|
-
"guide.step_plugin.import_rdf_file.confirm_duplicate_files_dialog.content": "Click on the <b>{{'common.yes.btn'|translate}}</b> button to override the existing file.",
|
|
3219
|
-
"guide.step_plugin.import_rdf_file.import-settings.import.button.content": "Click on the <b>{{'common.import'|translate}}</b> button.",
|
|
3220
|
-
"guide.step_plugin.import_rdf_file.file-must-be-uploaded": "Upload the file <b>{{resourceFile}}</b> first",
|
|
3221
|
-
"guide.step_plugin.import_status_info.content": "Wait until import finished.",
|
|
3222
|
-
"guide.step_plugin.enable-autocomplete.status_info.content": "Wait until indexing finished.",
|
|
3223
|
-
"guide.step_plugin.visual-graph-properties.title": "Visual graph properties",
|
|
3224
|
-
"guide.step_plugin.visual-graph-properties.content": "Click on <b>{{iriLabel}}</b> to show its properties.",
|
|
3225
|
-
"guide.step_plugin.visual-graph-properties-side-panel.title": "Visual graph properties",
|
|
3226
|
-
"guide.step_plugin.visual-graph-properties-side-panel.content": "The side panel shows the properties of the clicked node, <b>{{iriLabel}}</b>.",
|
|
3227
|
-
"guide.step_plugin.visual-graph-properties-side-panel-close.title": "Visual graph properties",
|
|
3228
|
-
"guide.step_plugin.visual-graph-properties-side-panel-close.content": "You can close the panel by clicking on the X icon.",
|
|
3229
|
-
"guide.step_plugin.visual-graph-properties-focus-types.title": "Visual graph properties",
|
|
3230
|
-
"guide.step_plugin.visual-graph-properties-focus-types.content": "<b>{{'types.label'|translate}}</b> shows all the RDF types for <b>{{iriLabel}}</b>.",
|
|
3231
|
-
"guide.step_plugin.visual-graph-properties-focus-property.title": "Visual graph properties",
|
|
3232
|
-
"guide.step_plugin.visual-graph-properties-focus-property.content": "The values for generic properties like <b>{{focusProperty}}</b> are listed in dedicated sections.",
|
|
3233
|
-
"guide.step_plugin.visual-graph-expand.title": "Visual graph: expand node",
|
|
3234
|
-
"guide.step_plugin.visual-graph-expand.content": "Double click on <b>{{iriLabel}}</b> to expand the graph.",
|
|
3235
|
-
"guide.step_plugin.class_hierarchy_intro.content": "The biggest circle shows all top-level classes. Every class may have subclasses shown as smaller circles within their parent class. The size of each circle indicates the proportion of RDF resources that belong to that class. Thus, bigger circles are classes that have more instances.",
|
|
3236
|
-
"guide.step_plugin.class_hierarchy_zoom.content": "The class <b>{{iri}}</b> is a parent class that has subclasses. Zoom inside to have a better view by scrolling up with the mouse inside the circle.",
|
|
3237
|
-
"guide.step_plugin.class-hierarchy-instances.title": "Class hierarchy instances",
|
|
3238
|
-
"guide.step_plugin.class-hierarchy-instances.content": "Click on <b>{{iri}}</b> to show its instances.",
|
|
3239
|
-
"guide.step_plugin.class-hierarchy-instances-side-panel.content": "The side panel shows the first 1,000 instances of the clicked class, <b>{{iri}}</b>.",
|
|
3240
|
-
"guide.step_plugin.class-hierarchy-instances-focus.content": "<b>{{focusInstance}}</b> is an instance of the class <b>{{iri}}</b>.",
|
|
3241
|
-
"guide.step_plugin.class-hierarchy-instances-count.content": "This link shows the number of instances for the selected class, <b>{{iri}}</b>. Click on the link to open the SPARQL editor with a preloaded query that selects all instances.",
|
|
3242
|
-
"guide.step_plugin.class-hierarchy-instances-side-panel-close.content": "You can close the panel by clicking on the X icon.",
|
|
3243
|
-
"guide.step_plugin.class-hierarchy-instances-query.content": "This SPARQL query selects all instances of the class <b>{{iri}}</b>. The query was entered automatically when you clicked on the view instances link.",
|
|
3244
|
-
"guide.step_plugin.class-hierarchy-instances-results.content": "The table shows the results. Note that in this particular case, the query was executed automatically.",
|
|
3245
|
-
"guide.step_plugin.class-hierarchy-instances-results.extraContent": "Do not worry — there will be a dedicated section on the SPARQL editor later in the guide.",
|
|
3246
|
-
"guide.step_plugin.table-graph-overview": "The table shows RDF statements where the subject is the selected IRI, <b>{{iriLabel}}</b>. The view can be configured to show statements where the IRI is the <i>subject</i>, <i>predicate</i>, <i>object</i>, <i>context</i> or in any position.",
|
|
3247
|
-
"guide.step_plugin.table-graph-link": "You can click on any IRI in the table to navigate to it. Click on <b>{{iriLabel}}</b>.",
|
|
3248
|
-
"guide.step_plugin.table-graph-role": "You can configure the view to show RDF statements where the current IRI is the <i>subject</i>, <i>predicate</i>, <i>object</i>, <i>context</i> or in any position. Click on the <b>{{role|translate}}</b> tab.",
|
|
3249
|
-
"guide.step_plugin.table-graph-visual": "You can always explore the same data using the <b>{{'visual.graph.label'|translate}}</b> view. Click on the {{'visual.graph.label'|translate}} button to try it now.",
|
|
3250
|
-
"guide.step_plugin.guide-ended.title": "End of guide",
|
|
3251
|
-
"guide.step_plugin.guide-ended.content": "This guide has ended.",
|
|
3252
|
-
"guide.step_plugin.execute-sparql-query.query-not-same.error": "The query is not the same as the guide query!",
|
|
3253
|
-
"guide.step_plugin.enable-autocomplete.error": "The autocomplete index is not enabled!",
|
|
3254
|
-
"guide.step_plugin.welcome.title": "Welcome to {{translatedGuideName}}",
|
|
3255
|
-
"guide.step_plugin.welcome.content": "Throughout the guide you will see boxes like this one that will provide instructions on what to do.<p>The icon in the top left corner is a hint too:<ul><li>{{infoIconHint}}</li><li>{{mouseIconHint}}</li><li>{{inputIconHint}}</li></ul></p>",
|
|
3256
|
-
"guide.step_plugin.welcome.info-icon-hint": "<span class='icon icon-1-5x icon-info'></span> means the box provides information.",
|
|
3257
|
-
"guide.step_plugin.welcome.mouse-icon-hint": "<span class='icon icon-1-5x icon-focus'></span> asks you to do something with the mouse.",
|
|
3258
|
-
"guide.step_plugin.welcome.input-icon-hint": "<span class='icon icon-1-5x icon-edit'></span> tells you to type or paste something.",
|
|
3259
|
-
"guide.step_plugin.welcome-what.title": "What is {{translatedGuideName}}?",
|
|
3260
|
-
"guide.step_plugin.welcome-what.content": "{{translatedGuideDescription}}<p>Let's get started for real now!</p>",
|
|
3261
|
-
"guide.step_plugin.create-ttyg-agent.intro": "An agent is a helpful assistant that can answer your queries. You need to configure an agent in order to ask anything of Talk to Your Graph.",
|
|
3262
|
-
"guide.step_plugin.ttyg.missing-key.title": "Missing OpenAI key",
|
|
3263
|
-
"guide.step_plugin.ttyg.missing-key.content": "To use <b>Talk to Your Graph</b>, GraphDB must first be configured to work with OpenAI. Please ensure that the necessary API keys and settings are in place before starting. For detailed setup instructions, refer to the documentation or contact your administrator.",
|
|
3264
|
-
"guide.step_plugin.create-ttyg-agent.create-agent": "Click on the create agent button to create a new agent.",
|
|
3265
|
-
"guide.step_plugin.create-ttyg-agent.save-agent-settings": "Click to save the agent settings.",
|
|
3266
|
-
"guide.step_plugin.sparql-search-method.content": "Enabling SPARQL search allows the agent to answers questions by performing a SPARQL query. This works well for datasets with good ontologies and performs well on closed-ended questions, including aggregations.",
|
|
3267
|
-
"guide.step_plugin.sparql-search-method.enable-toggle": "Click on the toggle to enable SPARQL search query method.",
|
|
3268
|
-
"guide.step_plugin.sparql-search-method.disable-toggle": "Click on the toggle to disable SPARQL search query method.",
|
|
3269
|
-
"guide.step_plugin.sparql-search-method.enable-ontology-from-graph": "Click on the toggle to enable providing an ontology in a named graph.",
|
|
3270
|
-
"guide.step_plugin.sparql-search-method.type-ontology-graph-name": "Type <b>{{ontologyGraph}}</b> as the named graph which contains the ontology.",
|
|
3271
|
-
"guide.step_plugin.fts-search-method.content": "Enabling FTS search allows the agent to answer questions by using full-text search in literals and IRIs. Performs well on open-ended questions but not so well on providing aggregations.",
|
|
3272
|
-
"guide.step_plugin.fts-search-method.enable-toggle": "Click on the toggle to enable FTS search query method.",
|
|
3273
|
-
"guide.step_plugin.fts-search-method.disable-toggle": "Click on the toggle to disable FTS search query method.",
|
|
3274
|
-
"guide.step_plugin.similarity-search-method.content": "Enabling Similarity search allows the agent to answer questions by using Similarity search. Performs well on open-ended questions but not so well on providing aggregations.",
|
|
3275
|
-
"guide.step_plugin.similarity-search-method.enable-toggle": "Click on the toggle to enable Similarity search query method.",
|
|
3276
|
-
"guide.step_plugin.similarity-search-method.disable-toggle": "Click on the toggle to disable Similarity search query method.",
|
|
3277
|
-
"guide.step_plugin.similarity-search-method.select-index": "Select the index to use for Similarity search.",
|
|
3278
|
-
"guide.step_plugin.select-ttyg-agent.info.title": "Select your agent",
|
|
3279
|
-
"guide.step_plugin.select-ttyg-agent.info.content": "To talk to your graph, you need to select an agent first",
|
|
3280
|
-
"guide.step_plugin.select-ttyg-agent.open-agent-dropdown": "Click on the agents dropdown to see available agents",
|
|
3281
|
-
"guide.step_plugin.select-ttyg-agent.select-agent": "Click on you agent from the dropdown to select it",
|
|
3282
|
-
"guide.step_plugin.select-ttyg-agent.missing-repository": "The agent you selected has no repository. Please select an agent configured with current repository.",
|
|
3283
|
-
"guide.step_plugin.ask-ttyg-agent.input-question": "Type \"<b>{{question}}</b>\" in the input and press enter",
|
|
3284
|
-
"guide.step_plugin.ask-ttyg-agent.wait-for-answer": "Wait for the answer to be returned and explore it. When ready proceed by clicking next.",
|
|
3285
|
-
"guide.step_plugin.ask-ttyg-agent.explain-answer": "Explain the answer by clicking on the 'Explain response' button.",
|
|
3286
|
-
"guide.step_plugin.ask-ttyg-agent.explore-sparql": "You can open the query in the SPARQL editor by clicking on 'Open in SPARQL editor' button. When you are ready, return to the page.",
|
|
3287
|
-
"guide.step_plugin.ask-ttyg-agent.explain-answer-more": "You can ask the agent how it derived the answer by clicking on the button",
|
|
3288
|
-
"guide.step_plugin.conversation-with-ttyg-agent.info": "The Talk To Your Graph view provides a chat-like interface for querying your data. Natural language queries are written in the chatbox at the bottom of the screen. With the aid of LLM technology, they are translated into a machine-readable question and the RDF answer is narrated back to you.",
|
|
3289
|
-
"guide.step_plugin.conversation-with-ttyg-agent.start-conversation": "Click the button to create a new chat",
|
|
3290
|
-
"guide.step_plugin.edit-ttyg-agent.intro": "An agent's configuration such as the extraction methods can be reconfigured at any time",
|
|
3291
|
-
"guide.step_plugin.edit-ttyg-agent.edit-agent": "Click on the edit agent button to edit the configuration of the selected agent.",
|
|
3292
|
-
"guide.step_plugin.edit-ttyg-agent.save-agent-settings": "Click to save the agent settings.",
|
|
3293
|
-
"guide.step_plugin.create-similarity-index.create-similarity-index": "Click the link to start creating a new Similarity index",
|
|
3294
|
-
"guide.step_plugin.create-similarity-index.input-index-name": "Type a name for the index. You will refer to it later.",
|
|
3295
|
-
"guide.step_plugin.create-similarity-index.create-index": "Click the button to create the Similarity index.",
|
|
3296
|
-
"guide.step_plugin.create-similarity-index.wait": "Wait for index to be created",
|
|
3297
|
-
"guide.step_plugin.configure-agent.name-input": "Type a name for the agent. You will refer to it later.",
|
|
3298
|
-
"guide.step_plugin.configure-agent.model-input": "Here you can type the name of the OpenAI model to be used.<br>Type: \"<b>{{model}}</b>\" to configure the agent to use this model",
|
|
3299
|
-
"guide.step_plugin.configure-agent.user-instructions-input": "Here you can type additional instructions which will be passed to the agent.<br> Type: \"<b>{{userInstructions}}</b>\"",
|
|
3300
|
-
"guide.confirm.cancel.message": "Are you sure you want to stop the guide?",
|
|
3301
|
-
"guide.unexpected.error.message": "The guide was cancelled due to an unexpected error. Please run the guide again and if the problem persists contact the support.",
|
|
3302
|
-
"guide.start.unexpected.error.message": "The guide cannot be started due to an unexpected error. Please try running the guide again and if the problem persists contact the support.",
|
|
3303
|
-
"global.operations_statuses.queries.title": "Running queries",
|
|
3304
|
-
"global.operations_statuses.updates.title": "Running updates",
|
|
3305
|
-
"global.operations_statuses.imports.title": "Running imports",
|
|
3306
|
-
"global.operations_statuses.CREATE_BACKUP_IN_PROGRESS.title": "Creating backup",
|
|
3307
|
-
"global.operations_statuses.RESTORE_BACKUP_IN_PROGRESS.title": "Restoring backup",
|
|
3308
|
-
"global.operations_statuses.CREATE_CLOUD_BACKUP_IN_PROGRESS.title": "Creating cloud backup",
|
|
3309
|
-
"global.operations_statuses.RESTORE_CLOUD_BACKUP_IN_PROGRESS.title": "Restoring cloud backup",
|
|
3310
|
-
"global.operations_statuses.IN_SYNC.title": "In sync",
|
|
3311
|
-
"global.operations_statuses.RECOVERING.title": "Recovering",
|
|
3312
|
-
"global.operations_statuses.OUT_OF_SYNC.title": "Out of sync",
|
|
3313
|
-
"global.operations_statuses.UNAVAILABLE_NODES.title": "Unavailable nodes",
|
|
3314
|
-
"view.sparql-editor.title": "SPARQL Query & Update",
|
|
3315
|
-
"view.sparql-editor.helpInfo": "The SPARQL Query & Update view is a unified editor for queries and updates. Enter any SPARQL query or update and click Run to execute it. The view also allows you to save queries for future retrieval and execution in the SPARQL editor.",
|
|
3316
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.none_queries_non_updates.message": "Are you sure that you want to exit?",
|
|
3317
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.none_queries_one_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 update.</div><div>Are you sure that you want to exit?</div>",
|
|
3318
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.none_queries_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{updatesCount}} updates.</div><div>Are you sure that you want to exit?</div>",
|
|
3319
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.one_query_non_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query, that will be aborted.</div><div>Are you sure that you want to exit?</div>",
|
|
3320
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.one_query_one_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query and 1 update. The query will be aborted.</div><div>Are you sure that you want to exit?</div>",
|
|
3321
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.one_query_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query and {{updatesCount}} updates. The query will be aborted.</div><div>Are you sure that you want to exit?</div>",
|
|
3322
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.queries_non_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries. The queries will be aborted</div><div>Are you sure that you want to exit?</div>",
|
|
3323
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.queries_one_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries and 1 update. The queries will be aborted</div><div>Are you sure that you want to exit?</div>",
|
|
3324
|
-
"view.sparql-editor.leave_page.run_queries.confirmation.queries_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries and {{updatesCount}} updates. The queries will be aborted.</div><div>Are you sure that you want to exit?</div>",
|
|
3325
|
-
"yasgui.tab_list.close_other_tabs.confirmation.none_queries_non_updates.message": "Are you sure you want to close all other query tabs?",
|
|
3326
|
-
"yasgui.tab_list.close_other_tabs.confirmation.none_queries_one_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 update.</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3327
|
-
"yasgui.tab_list.close_other_tabs.confirmation.none_queries_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{updatesCount}} updates.</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3328
|
-
"yasgui.tab_list.close_other_tabs.confirmation.one_query_non_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query, that will be aborted.</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3329
|
-
"yasgui.tab_list.close_other_tabs.confirmation.one_query_one_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query and 1 update. The query will be aborted.</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3330
|
-
"yasgui.tab_list.close_other_tabs.confirmation.one_query_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query and {{updatesCount}} updates. The query will be aborted.</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3331
|
-
"yasgui.tab_list.close_other_tabs.confirmation.queries_non_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries. The queries will be aborted</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3332
|
-
"yasgui.tab_list.close_other_tabs.confirmation.queries_one_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries and 1 update. The queries will be aborted</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3333
|
-
"yasgui.tab_list.close_other_tabs.confirmation.queries_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running {{queriesCount}} queries and {{updatesCount}} updates. The queries will be aborted.</div><div>Are you sure you want to close all other query tabs?</div>",
|
|
3334
|
-
"yasgui.tab_list.close_tab.confirmation.not_query_update.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 update.</div><div>Are you sure you want to close this query tab?</div>",
|
|
3335
|
-
"yasgui.tab_list.close_tab.confirmation.query_non_updates.message": "<div class=\"run_query_confirmation alert alert-warning\">You have running 1 query, that will be aborted.</div><div>Are you sure you want to close this query tab?</div>",
|
|
3336
|
-
"cookie" : {
|
|
3337
|
-
"cookie_consent": "We may use cookies to help us improve GraphDB and develop better features. No personal or sensitive information is collected. By clicking “{{'common.ok.btn' | translate}},” you consent to our",
|
|
3338
|
-
"cookie_policy_url_label": "Cookie Policy",
|
|
3339
|
-
"policy": {
|
|
3340
|
-
"title": "Cookies Policy",
|
|
3341
|
-
"purpose_heading": "Purpose",
|
|
3342
|
-
"purpose_text": "This Cookies Policy explains the data Ontotext collects and uses when you use our GraphDB product, specifically the Free Edition.",
|
|
3343
|
-
"purpose_enterprise_text": "Note that if you upgrade to the commercial GraphDB Enterprise Edition, no cookies will be stored on your device, regardless of settings.",
|
|
3344
|
-
"privacy_commitment_heading": "Ontotext privacy commitment",
|
|
3345
|
-
"privacy_commitment_text": "We are committed to not collecting any personal data or information when you use GraphDB Free. Additionally:",
|
|
3346
|
-
"privacy_commitment_1": "We will not sell or rent the technical information we collect to others.",
|
|
3347
|
-
"privacy_commitment_2": "We strive to maximize the protection of all technical data collected.",
|
|
3348
|
-
"cookies_heading": "Cookies",
|
|
3349
|
-
"cookies_text": "When you use GraphDB Free Edition, Ontotext will store cookies on your device to collect anonymous information about how you interact with the product. This technical data helps us improve and refine our software. Importantly, we cannot link this information to you personally or to any identifiable data. These cookies are solely intended to help us understand user interactions and identify potential issues within GraphDB.",
|
|
3350
|
-
"manage_cookies_heading": "Manage cookies",
|
|
3351
|
-
"statistic_cookies": "GraphDB analytics cookies",
|
|
3352
|
-
"statistic_tooltip": "Toggle GraphDB analytics cookies",
|
|
3353
|
-
"statistic_text": "These cookies help us understand how users interact with different aspects of GraphDB by collecting and reporting information anonymously. This data allows us to improve the overall product experience and develop features based on how GraphDB is used, without collecting any personal information.",
|
|
3354
|
-
"third_party_cookies": "Third-party cookies",
|
|
3355
|
-
"third_party_tooltip": "Toggle Third-party cookies",
|
|
3356
|
-
"third_party_cookies_text": "We use Google Analytics 4 (GA4) cookies to help us recognize unique users and sessions, track interactions, and collect data such as page views, session duration, and engagement. These cookies are managed by Google, meaning we do not control their operation. IP anonymization is enabled by default in GA4, so it cannot store IP addresses or track users personally. No data is shared between GA4 and other Google products, and processing occurs globally, primarily in the USA, without breaching GDPR, as no personal data is collected.",
|
|
3357
|
-
"change_cookies": "You can change your cookie preferences at any time in",
|
|
3358
|
-
"change_cookies_location4": "Cookie policy"
|
|
3359
|
-
}
|
|
3360
|
-
}
|
|
3361
|
-
}
|