graphdb-workbench-tests 2.0.0-TR7 → 2.0.0

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.
@@ -0,0 +1,1608 @@
1
+ {
2
+ "cluster_management": {
3
+ "buttons": {
4
+ "delete_cluster": "Delete cluster",
5
+ "delete_cluster_tooltip": "Delete existing cluster",
6
+ "add_nodes_btn": "Add nodes",
7
+ "add_nodes_btn_tooltip": "Add nodes to existing cluster",
8
+ "remove_nodes_btn": "Remove nodes",
9
+ "remove_nodes_btn_tooltip": "Remove nodes from existing cluster",
10
+ "edit_cluster": "Edit configuration",
11
+ "edit_cluster_tooltip": "Edit cluster configuration",
12
+ "show_cluster_settings_tooltip": "Show cluster configuration"
13
+ },
14
+ "cluster_graphical_view": {
15
+ "no_cluster_configured": "No cluster is configured",
16
+ "create_cluster_btn": "Click here to create a cluster",
17
+ "legend_node_state": "NODE STATE",
18
+ "legend_link_state": "LINK STATE",
19
+ "node_state_leader": "Leader",
20
+ "node_state_follower": "Follower",
21
+ "node_state_candidate": "Candidate",
22
+ "node_state_no_cluster": "No cluster",
23
+ "node_state_out_of_sync": "Out of sync",
24
+ "node_state_no_connection": "No connection",
25
+ "node_state_read_only": "Read only",
26
+ "node_state_restricted": "Restricted",
27
+ "link_state_in_sync": "In sync",
28
+ "link_state_syncing": "Syncing",
29
+ "link_state_out_of_sync": "Out of sync"
30
+ },
31
+ "cluster_configuration": {
32
+ "label": "Cluster configuration",
33
+ "nodes_list_label": "Nodes list"
34
+ },
35
+ "cluster_status": {
36
+ "node": {
37
+ "rpc_address": "RPC address",
38
+ "state": "Node state",
39
+ "term": "Term",
40
+ "last_log_term": "Last log term",
41
+ "last_log_index": "Last log index"
42
+ }
43
+ },
44
+ "cluster_configuration_properties": {
45
+ "election_min_timeout": "Election minimum timeout",
46
+ "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.",
47
+ "election_range_timeout": "Election range timeout",
48
+ "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.",
49
+ "heartbeat_interval": "Heartbeat interval",
50
+ "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.",
51
+ "message_size_kb": "Message size KB",
52
+ "message_size_kb_tooltip": "Message size concerns the size of the data blocks transferred during data replication streaming through the RPC protocol.",
53
+ "verification_timeout": "Verification timeout",
54
+ "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."
55
+ },
56
+ "cluster_page": {
57
+ "create_page_title": "Create cluster",
58
+ "edit_page_title": "Edit cluster configuration",
59
+ "creating_cluster_loader": "Creating cluster...",
60
+ "add_nodes_loader": "Adding nodes to cluster...",
61
+ "remove_nodes_loader": "Removing nodes from cluster...",
62
+ "updating_cluster_loader": "Updating cluster...",
63
+ "cluster_nodes_list": "Cluster nodes list",
64
+ "remote_locations": "Remote locations",
65
+ "remove_node_btn_tooltip": "Remove node",
66
+ "current_node": "Current node",
67
+ "advanced_options": "Advanced options",
68
+ "advanced_options_tooltip": "Advanced options for cluster configuration",
69
+ "select_from_locations_hint": "Select nodes from remote locations",
70
+ "toggle_legend_btn": "Toggle legend",
71
+ "errors": {
72
+ "only_positive_integers": "Enter only positive integers",
73
+ "at_least_two_nodes": "Must have at least two nodes",
74
+ "no_rpc_address": "Error retrieving RPC address: {{error}}",
75
+ "nodes_status_label": "Nodes status",
76
+ "preconditions_failed": {
77
+ "label": "Some of the preconditions for creating a cluster are not met!",
78
+ "valid_license": "Nodes must have a valid enterprise license",
79
+ "authentication_secret": "Authentication secret must be set on all nodes",
80
+ "nodes_reachable": "Nodes must be reachable",
81
+ "no_cluster_configured": "Nodes must not have cluster configuration"
82
+ }
83
+ },
84
+ "create_btn": "Create",
85
+ "save_btn": "Save",
86
+ "notifications": {
87
+ "create_success": "Cluster created successfully",
88
+ "create_failed": "Cluster creation failed",
89
+ "update_success": "Cluster updated successfully",
90
+ "update_failed": "Cluster update failed",
91
+ "form_invalid": "The form data is invalid",
92
+ "add_nodes_success": "Nodes added successfully",
93
+ "add_nodes_fail": "Adding nodes failed",
94
+ "remove_nodes_success": "Nodes removed successfully",
95
+ "remove_nodes_fail": "Removing nodes failed"
96
+ }
97
+ },
98
+ "delete_cluster_dialog": {
99
+ "title": "Cluster delete confirmation",
100
+ "content": "Are you sure you want to delete the cluster?",
101
+ "force_delete_label": "Force cluster delete",
102
+ "force_delete_tooltip": "Checking this option will delete cluster on reachable nodes only",
103
+ "loader_message": "Deleting cluster",
104
+ "notifications": {
105
+ "success_delete": "Cluster deleted successfully",
106
+ "success_delete_partial": "Not all nodes are deleted",
107
+ "fail_delete": "Can not delete cluster"
108
+ }
109
+ },
110
+ "add_nodes_dialog": {
111
+ "title": "Add nodes to cluster",
112
+ "nodes_to_add_label": "Nodes to add to cluster"
113
+ },
114
+ "remove_nodes_dialog": {
115
+ "title": "Remove nodes from cluster",
116
+ "content": "Select nodes to be removed from existing cluster"
117
+ }
118
+ },
119
+ "config.name.label": "Config name",
120
+ "graph.config.required": "My graph config (required)",
121
+ "description.text": "Description",
122
+ "enter.description": "Enter a description to guide users what this visual graph represents",
123
+ "hint.label": "Hint",
124
+ "add.hint.prompt": "Add a hint to guide users what the starting point IRI should be",
125
+ "toggle.help": "Toggle help",
126
+ "starting.point.label": "Starting point",
127
+ "graph.expansion": "Graph expansion",
128
+ "node.basics": "Node basics",
129
+ "edge.basics": "Edge basics",
130
+ "node.extra": "Node extra",
131
+ "start.with.search.box": "Start with a search box",
132
+ "choose.starting.point": "Choose the starting point of your visual graph every time",
133
+ "start.with.fixed.node": "Start with a fixed node",
134
+ "visual.graph.start": "The visual graph will always start from the chosen node.",
135
+ "query.results.start": "Start with graph query results",
136
+ "results.start": "The results from your query will be the starting point of the visual graph.",
137
+ "selected.node": "Selected node:",
138
+ "no.node.selected": "No node selected",
139
+ "search.start.rdf.node": "Search start RDF node...",
140
+ "this.is.a": "This is a",
141
+ "construct.query.explanation": "query that determines which nodes and edges are added to the graph when the user expands an existing node.",
142
+ "the.sentence.start": "The",
143
+ "this.sentence.start": "This",
144
+ "variable.required": "variable is required and will be replaced with the IRI of the expanded node.",
145
+ "optional.query": "This query is optional. If empty, the",
146
+ "sample.query.used": "sample query will be used.",
147
+ "query.node.basic.info": "query determines the basic information about a node.\nSome of that information affects the colour and size of the node.",
148
+ "query.must": "The query must",
149
+ "one.or.more.bindings": "one or more of these bindings:",
150
+ "determines.color": "determines the colour. If missing, all nodes will have the same colour.",
151
+ "determines.label": "determines the label of the node. If missing, the IRI's local name will be used.",
152
+ "determines.description": "determines the description of the node. If missing, no description will be provided.",
153
+ "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.",
154
+ "query.edge.basic.info": "query determines the basic information about an edge.",
155
+ "this.binding": "this binding:",
156
+ "determines.label.edge": "determines the label of the edge. If missing, the IRI's local name will be used.",
157
+ "variable.required.edge": "variable is required and will be replaced with the IRI of the edge.",
158
+ "query.is.optional.local.name": "This query is optional. If empty, the edge IRI's local name is used.",
159
+ "extra.properties.shown.node": "query determines the extra properties shown for a node when the info icon is clicked.",
160
+ "these.bindings": "these bindings:",
161
+ "name.of.each.property": "is the name of each property.",
162
+ "value.of.each.property": "is the value of each property.",
163
+ "query.may.also": "The query may also",
164
+ "url.to.image.properties": "is a URL to an image that will be shown together with the properties.",
165
+ "variable.required.viewed.node": "variable is required and will be replaced with the IRI of the viewed node.",
166
+ "visual.graph.other.users.see": "If checked other users will be able to see the visual graph, but not delete or edit it.",
167
+ "share.visual.graph": "Share visual graph with other users",
168
+ "closes.config.save": "Closes configuration and saves all changes.",
169
+ "preview.results": "Executes the SPARQL query and shows a preview of the results. Only the first 100 results will be shown.",
170
+ "closes.preview": "Closes the preview and shows the query editor.",
171
+ "reverts.changes": "Reverts the changes in the query editor.",
172
+ "revert.changes.btn": "Revert changes",
173
+ "previous.config.step": "Go to previous configuration step.",
174
+ "previous.btn": "Previous",
175
+ "next.config.step": "Go to next configuration step.",
176
+ "next.btn": "Next",
177
+ "closes.config.no.save": "Closes the configuration without saving the changes.",
178
+ "refresh.to.retry": "Refresh the page to retry.",
179
+ "temp.pause": "Temporarily pauses query monitoring so you can copy text",
180
+ "paused.btn": "Paused",
181
+ "pause.btn": "Pause",
182
+ "node.label": "node",
183
+ "username.label": "username",
184
+ "type.label.lower.case": "type",
185
+ "query.label": "query",
186
+ "lifetime.label": "lifetime",
187
+ "state.label": "state",
188
+ "download.btn": "Download",
189
+ "show.remaining": "Show remaining",
190
+ "characters.label": "characters",
191
+ "show.first.chars": "Show first 500 characters",
192
+ "operations.label": "operations",
193
+ "query.abort.request": "Query was requested to abort and will be terminated on the first I/O operation",
194
+ "update.requested": "Update was requested to abort and will be terminated if possible",
195
+ "click.to.abort.query": "Click to abort query",
196
+ "click.to.abort.update": "Click to abort update",
197
+ "stop.was.requested": "Stop has been requested",
198
+ "abort.query": "Abort query",
199
+ "abort.update": "Abort update",
200
+ "no.running.queries.updates": "No running queries or updates.",
201
+ "memory.label": "Memory",
202
+ "threads.label": "Threads",
203
+ "cpu.label": "CPU",
204
+ "classes.label": "Classes",
205
+ "heap.memory.usage": "Heap Memory Usage",
206
+ "perform.gc": "Perform GC",
207
+ "system.cpu.load": "System CPU Load",
208
+ "loaded.classes.count": "Loaded Classes Count",
209
+ "access.to.url.restricted": "Access to the requested URL is restricted!",
210
+ "autocomplete.not.supported": "Autocomplete not fully supported",
211
+ "autocomplete.config.not.supported": "Configuring autocomplete is not supported.",
212
+ "autocomplete.for.repo": "Autocomplete for repository",
213
+ "is.label": "is",
214
+ "with.status": "with status",
215
+ "ready.label": "Ready",
216
+ "building.label": "Building...",
217
+ "index.building.cancelled": "Index building was cancelled.",
218
+ "index.not.built.yet": "Index not built yet.",
219
+ "build.now": "Build Now",
220
+ "indexing.options.changed": "Indexing options have changed but they have not been applied yet. Rebuild the index to apply the changes.",
221
+ "add.label.config": "Add label config",
222
+ "add.label": "Add label",
223
+ "index.iri.is": "Index IRIs is",
224
+ "disable.label": "disable",
225
+ "enable.label": "enable",
226
+ "indexing.of.iris": "indexing of IRIs",
227
+ "label.iri": "Label IRI",
228
+ "languages.label": "Languages",
229
+ "no.labels.configured": "No labels are configured.",
230
+ "any.language.label": "any language",
231
+ "edit.label.languages": "Edit label languages",
232
+ "delete.label.config": "Delete label config",
233
+ "autocomplete.sentence.end": "autocomplete",
234
+ "interrupt.indexing": "Interrupt indexing",
235
+ "graphdb.repo": "GraphDB Repository",
236
+ "graphdb.repo.info": "GraphDB repositories store data, answer queries and execute updates.",
237
+ "ontop.virtual.sparql": "Ontop Virtual SPARQL",
238
+ "ontop.repos.translate.data": "Ontop repositories translate data stored in an SQL database to a virtual SPARQL endpoint.",
239
+ "fedex.virtual.sparql": "FedX Virtual SPARQL",
240
+ "fedex.multi.sparql.endpoints": "FedX repositories provide transparent federation of multiple SPARQL endpoints under a single virtual endpoint.",
241
+ "connector.label": "connector",
242
+ "eta.label": "ETA:",
243
+ "processed.entities": "Processed entities:",
244
+ "estimated.in.brackets": "(estimated)",
245
+ "indexed.entities": "Indexed entities:",
246
+ "speed.label": "Speed:",
247
+ "entities.per.second": "entities/second",
248
+ "reload.all.connector.info": "Reload all connector information",
249
+ "copy.connector": "Copy connector",
250
+ "repair.connector": "Repair connector",
251
+ "delete.connector": "Delete connector",
252
+ "no.value.set": "No value set",
253
+ "no.sentence.beginning": "No",
254
+ "added.label": "added",
255
+ "view.sparql.query": "View SPARQL Query",
256
+ "no.connector.instances": "No connector instances.",
257
+ "new.sentence.start": "New",
258
+ "no.connectors.available": "No connectors available",
259
+ "current.repo.no.connector.support": "The current repository does not support any connectors. Please check the type of the repository or select another one.",
260
+ "edit.search.query": "Edit search query",
261
+ "edit.analogical.query": "Edit analogical query",
262
+ "current.repo.error": "The currently selected repository cannot be used for queries due to an error:",
263
+ "text.similarity.index": "Create text similarity index",
264
+ "predication.index": "Create predication index",
265
+ "index.name": "Index name",
266
+ "my.index.name.required": "My index name (required)",
267
+ "more.options.label": "more options",
268
+ "semantic.vectors.index.params": "Semantic Vectors create index parameters",
269
+ "see.full.label": "See the full",
270
+ "list.of.supported.params": "list of supported parameters",
271
+ "stop.words": "Stop words",
272
+ "default.lucene.stop.list": "a and be but ... (optional). Default Lucene stop list will be used if empty.",
273
+ "analyzer.class": "Analyzer Class",
274
+ "literal.index.input": "Literal indexes can be used as input for Predication indexes. These index can not be used for searching.",
275
+ "literal.index.label": "Literal index",
276
+ "input.literal.index.label": "Input Literal Index",
277
+ "data.query.label": "Data query",
278
+ "search.query.label": "Search query",
279
+ "analogical.query.label": "Analogical query",
280
+ "query.determines.data.index": "query determines the data that will be indexed.",
281
+ "the.following.bindings": "the following bindings:",
282
+ "determines.id.indexed.doc": "determines the identifier of the indexed document.",
283
+ "determines.doc.content": "determines the document content that will be indexed.",
284
+ "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.",
285
+ "query.fetch.on.search": "query determines the data that will be fetched on search.",
286
+ "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.",
287
+ "query.fetch.analogical.search": "query determines the data that will be fetched on analogical search.",
288
+ "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.",
289
+ "sample.queries": "Sample queries:",
290
+ "user.queries": "User queries:",
291
+ "create.index.label": "Create index",
292
+ "view.index.query": "View Index Query",
293
+ "test.query.btn": "Test Query",
294
+ "name.simple.label": "Name",
295
+ "connector.name": "connector name",
296
+ "connector.name.popover": "Name that identifies the connector.",
297
+ "nested.objects.error": "Defining nested objects is not supported through this interface.",
298
+ "delete.field.popover": "Delete Field",
299
+ "add.field.popover": "Add Field",
300
+ "key.label": "key",
301
+ "value.label": "value",
302
+ "graphexplore.error.dependencies.count": "Could not get dependencies count",
303
+ "graphexplore.error.dependencies.count.status": "Could not get dependencies count status!",
304
+ "graphexplore.error.could.not.force.count": "Could not force dependencies count {{error}}",
305
+ "graphexplore.error.dependencies.calc": "There was an error while calculating dependencies: {{error}}",
306
+ "graphexplore.error.graph.configs": "Could not get graph configs. You may not see sample values",
307
+ "graphexplore.error.graph.configs.short.msg": "Could not get graph configs",
308
+ "graphexplore.error.graph.load": "Could not load graph from config",
309
+ "graphexplore.error.could.not.load.config": "Could not load config {{configId}}",
310
+ "graphexplore.error.cannot.load.graph": "Cannot load visual graph!",
311
+ "graphexplore.error.could.not.load.graph": "Could not load visual graph",
312
+ "graphexplore.error.cannot.delete.config": "Could not delete graph config",
313
+ "graphexplore.error.could.not.open": "Error! Could not open saved graph",
314
+ "graphexplore.error.cannot.edit": "Error! Cannot edit saved graph",
315
+ "graphexplore.error.getting.saved.graphs": "Error! Could not get saved graphs",
316
+ "graphexplore.error.cannot.delete": "Error! Cannot delete saved graph",
317
+ "graphexplore.error.config": "Could not load config for name {{name}}",
318
+ "graphexplore.error.could.not.create": "Error! Could not create graph config",
319
+ "graphexplore.error.could.not.save": "Error! Could not save graph config",
320
+ "graphexplore.error.cannot.create.graph": "Error! Cannot create saved graph",
321
+ "graphexplore.error.view.will.not.work": "Cannot get namespaces for repository. View will not work properly!",
322
+ "graphexplore.error.node.connections": "This node either does not exist or has no visible connections. Check your Graph Settings if you expect such.",
323
+ "graphexplore.error.exploring.node": "Error exploring node",
324
+ "graphexplore.error.getting.graphs": "Error getting graphs",
325
+ "graphexplore.error.request.failed": "Request for {{name}} failed! {{error}}",
326
+ "graphexplore.error.instances.request": "Request for class instances for failed!",
327
+ "graphexplore.error.rdf.class.request": "Request for RDF Class Hierarchy failed!",
328
+ "graphexplore.disabling.animations": "Disabling animations for more than {{classLimit}} classes.",
329
+ "graphexplore.reducing.visual.effects": "Reducing visual effects",
330
+ "graphexplore.class.count.slider": "Class count is reduced to {{count}} for faster initial load. Use the slider to see all classes.",
331
+ "graphexplore.reducing.class.count": "Reducing class count",
332
+ "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.",
333
+ "graphexplore.browser.performance": "{{browser}} performs poorly with more than {{classLimit}} classes. Please consider using Chrome for more optimal performance.",
334
+ "graphexplore.no.domain.range": "No domain-range data available for '{{name}}'",
335
+ "graphexplore.update.diagram": "You can update the diagram by pressing the reload button.",
336
+ "graphexplore.repository.data.changed": "Repository data has changed",
337
+ "graphexplore.calculating.relationships": "Calculating relationships data may take some time. Are you sure?",
338
+ "graphexplore.calculating.hierarchy": "Calculating class hierarchy data may take some time. Are you sure?",
339
+ "graphexplore.saved.new.config": "Saved new graph config",
340
+ "graphexplore.saved.config": "Graph config saved",
341
+ "graphexplore.saved.graph": "Saved graph {{name}} was saved.",
342
+ "graphexplore.saved.graph.was.edited": "Saved graph {{name}} was edited.",
343
+ "graphexplore.saved.graph.was.deleted": "Saved graph {{name}} was deleted.",
344
+ "graphexplore.select.start.node": "Please select start node.",
345
+ "graphexplore.provide.query": "Please provide start graph query.",
346
+ "graphexplore.provide.config.name": "Please provide config name.",
347
+ "graphexplore.delete.graph": "Are you sure you want to delete the graph config '{{configName}}'?",
348
+ "graphexplore.confirm.delete.graph": "Are you sure you want to delete the saved graph '{{graphName}}'?",
349
+ "graphexplore.absolute.prefixed.iri": "Enter an absolute full or prefixed IRI",
350
+ "graphexplore.absolute.prefixed.iri.option": "Enter an absolute full or prefixed IRI, optionally ending in *",
351
+ "graphexplore.wildcards.not.allowed": "Wildcards not allowed here",
352
+ "graphexplore.wildcards.last.char": "Wildcard allowed only as the last character",
353
+ "graphexplore.tip.text": "more {{textToShow}} to show",
354
+ "graphexplore.increase.limit": "Increase limit to see more connections and try again",
355
+ "graphexplore.node.at.max": "Node already expanded to predefined maximum links to show.",
356
+ "graphexplore.create.new.graph": "Create new saved graph",
357
+ "graphexplore.update": "Update saved graph",
358
+ "graphexplore.rename": "Rename saved graph",
359
+ "domain.range.error.get.label.comment": "Error getting rdfs:label and rdfs:comment",
360
+ "save.graph.share.graph": "Share graph with other users",
361
+ "save.graph.save.as": "Save as new...",
362
+ "save.graph.name.too.long": "Name is too long!",
363
+ "save.graph.name": "Saved graph with name",
364
+ "save.graph.exists": "already exists!",
365
+ "save.graph.visible.graph": "If checked other users will be able to see the graph but not delete or edit it.",
366
+ "save.graph.enter.name": "Enter name",
367
+ "rdf.class.hierarchy.class.count.slider": "Class Count Slider",
368
+ "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.",
369
+ "rdf.class.hierarchy.min.value": "Min value:",
370
+ "rdf.class.hierarchy.max.value": "Max value:",
371
+ "rdf.class.hierarchy.max.from.repo": "Calculated from your repository",
372
+ "rdfs.comment.show": "Show",
373
+ "rdfs.comment.hide": "Hide",
374
+ "rdfs.comment.full.comment": " full comment",
375
+ "system.repo.warning.msg": "SYSTEM repository cannot be visualised. Please select a different repository from the dropdown list in the top right.",
376
+ "resources.garbage.collection.done": "Garbage collection performed.",
377
+ "security.mapping.header": "mapping",
378
+ "security.free.access.config.title": "Free Access configuration",
379
+ "security.free.access.config.settings": "Configure Free Access application settings and read or read/write access repositories",
380
+ "security.application.settings": "Application settings",
381
+ "security.default.same.as": "Default SameAS value",
382
+ "security.default.inference": "Default Inference",
383
+ "security.count.all.results": "Count all SPARQL results",
384
+ "security.read.write.access": "Repositories read/write access",
385
+ "security.user.rights": "Users should have rights to at least one repository!",
386
+ "security.no.active.location": "There is no active location.",
387
+ "security.repository.title": "Repository",
388
+ "security.tooltip.read": "Read",
389
+ "security.tooltip.write": "Write",
390
+ "security.user.may": "User may:",
391
+ "security.use.gdb": "Use GraphDB",
392
+ "security.grant.read.access": "Be granted read access to a repository",
393
+ "security.grant.read.write.access": "Be granted read/write access to a repository",
394
+ "security.repo.manager.may": "Repository manager may:",
395
+ "security.read.write.all.repos": "Read and write all repositories",
396
+ "security.create.edit.delete.repos": "Create, edit and delete repositories",
397
+ "security.access.monitoring": "Access monitoring",
398
+ "security.admin.may": "Administrator may:",
399
+ "security.attach.remote.locations": "Attach remote locations",
400
+ "security.manage.users.access": "Manage Users and Access",
401
+ "security.manage.cluster": "Manage the cluster",
402
+ "security.view.sys.info": "View system information",
403
+ "security.auth.from.external.module": "This is a user authenticated via an external module. The password cannot be changed from GraphDB.",
404
+ "security.password.confirm": "Confirm password",
405
+ "security.dont.set.password": "Don't set a password",
406
+ "security.unset.password": "Unset password",
407
+ "security.user.settings": "User settings",
408
+ "security.expand.sameAs.is": "Expand results over owl:SameAs is",
409
+ "security.tooltip.click.me": "Click me",
410
+ "security.default.editor.graph": "by default in SPARQL editor and visual graph",
411
+ "security.inference.is": "Inference is",
412
+ "security.show.schema": "Show schema",
413
+ "security.default.visual.graph": "by default in visual graph",
414
+ "security.count.total.results": "Count total results in SPARQL editor",
415
+ "security.ignore.shared.queries": "Ignore shared saved queries in SPARQL editor",
416
+ "security.workbench.settings.title": "Workbench settings",
417
+ "security.workbench.settings.theme.label": "Theme",
418
+ "security.workbench.settings.theme.tooltip": "Various workbench settings that are not saved with the user's account but in the browser's storage",
419
+ "security.workbench.settings.theme.light": "Light",
420
+ "security.workbench.settings.theme.dark": "Dark",
421
+ "security.user.role": "User role",
422
+ "security.user.label": "User",
423
+ "security.repo.manager.label": "Repository manager",
424
+ "security.admin.label": "Administrator",
425
+ "security.repo.rights": "Repository rights",
426
+ "security.any.data.repo": "Any data repository",
427
+ "security.data.repos": "Data repositories are all repositories that aren't the SYSTEM repository.",
428
+ "security.is": "Security is",
429
+ "security.free.access.settings": "Free Access Settings",
430
+ "security.free.access.is": "Free Access is",
431
+ "security.free.access.non.admin": "free access to non-admin functionality",
432
+ "security.using.external.auth.db": "Using external authentication and authorization database",
433
+ "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.",
434
+ "security.table.username": "Username",
435
+ "security.table.role": "Role",
436
+ "security.table.date.created": "Date created",
437
+ "security.table.actions": "Actions",
438
+ "security.has.read.access": "Has read access",
439
+ "security.no.read.access": "Does not have read access",
440
+ "security.has.write.access": "Has write access",
441
+ "security.no.write.access": "Does not have write access",
442
+ "security.unrestricted": "Unrestricted",
443
+ "security.edit.user.tooltip": "Edit user",
444
+ "security.delete.user.tooltip": "Delete user",
445
+ "security.no.rights.config.error": "User has no access rights or configuration error.",
446
+ "security.login.error": "Login error",
447
+ "security.auth.token.expired": "Your authentication token has expired. Please login again.",
448
+ "security.wrong.credentials": "Wrong credentials!",
449
+ "security.confirm.delete.user": "Are you sure you want to delete the user '{{name}}'?",
450
+ "security.enter.password": "Enter password!",
451
+ "security.confirm.password": "Confirm password!",
452
+ "security.password.placeholder": "Password",
453
+ "security.create.admin": "Create administrator",
454
+ "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?",
455
+ "security.user.created": "The user {{name}} has been created.",
456
+ "security.user.updated": "The user {{name}} was updated.",
457
+ "security.enter.username": "Enter username!",
458
+ "security.new.password": "New password",
459
+ "security.save.admin.settings": "Save administrator settings",
460
+ "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?",
461
+ "resource.classes": "Classes",
462
+ "resource.system.cpu.load": "System CPU Load",
463
+ "resource.used.memory": "Used memory",
464
+ "resource.thread.count": "Thread Count",
465
+ "view.autocomplete.title": "Autocomplete index",
466
+ "view.autocomplete.helpInfo": "The Autocomplete index is used for automatic completion of URIs in the SPARQL editor and the View resource page. Use this view to enable or disable the index and check its status.",
467
+ "view.clusterManagement.title": "Cluster management",
468
+ "view.clusterManagement.create.title": "Create cluster",
469
+ "view.clusterManagement.edit.title": "Edit cluster",
470
+ "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 you can use it to monitor the state of a running cluster in near real time.",
471
+ "view.resource.title": "Resource",
472
+ "view.export.ctr.helpInfo": "Graphs overview provides a list of the default graph and all named graphs in GraphDB. It can be used to inspect the statements in each graph, export the graph or clear the graph's data.",
473
+ "view.connector.management.title": "Connector management",
474
+ "view.connector.management.helpInfo": "The Connector management view is used to create and manage GraphDB connector instances.",
475
+ "view.class.hierarchy.title": "Class hierarchy",
476
+ "view.class.hierarchy.helpInfo": "This diagram shows the hierarchy of RDF classes by number of instances. The biggest circles are the parent classes and the nested ones are their children. Hover over a given class to see its subclasses or zoom in a nested circle (RDF class) for further exploration.",
477
+ "view.domain.range.graph.title": "Domain-Range graph",
478
+ "view.domain.range.graph.helpInfo": "This diagram shows the classes and properties that lead to a given RDF class, which plays the role of <b>range</b> for all properties on the left of it, and <b>domain</b> for all properties on the right of it. You can navigate to another class by double clicking on it.",
479
+ "view.class.relationships.title": "Class relationships",
480
+ "view.class.relationships.helpInfo": "This diagram 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 gets the colour of the class with more incoming links. The links can be in both directions.",
481
+ "view.visual.graph.helpInfo": "Provides a way to create a visual representation of parts of the data graph. You start from a single resource and the resources connected to it or from a graph query result. Click on resources to show their connections too.",
482
+ "view.create.visual.graph.title": "Create visual graph config",
483
+ "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.",
484
+ "view.import.helpInfo": "The Import view allows you to import RDF data into GraphDB. Import data from local files, from files on the server where the workbench is located, from a remote URL (with a format extension or by specifying the data format), or by pasting the RDF data in the Text area tab. Each import method supports different serialisation formats.",
485
+ "view.jdbc.title": "JDBC configuration",
486
+ "view.jdbc.helpInfo": "JDBC driver configuration to allow SQL access to repository data",
487
+ "view.jdbc.create.title": "SQL table configuration",
488
+ "view.jdbc.create.helpInfo": "RDF to SQL table mapping configuration tool",
489
+ "jdbc.column.names.constraint": "Column names must be placed in array.",
490
+ "view.namespaces.helpInfo": "The Namespaces view provides an overview of all namespaces used in your data. Here you can add, remove and modify them.",
491
+ "view.ontoRefine.title": "OntoRefine",
492
+ "view.ontoRefine.helpInfo": "GraphDB OntoRefine is a data transformation tool, based on OpenRefine and integrated in GraphDB Workbench, for converting tabular data into RDF and importing it into a GraphDB repository, using simple SPARQL queries and a virtual endpoint. The supported formats are TSV, CSV, *SV, Excel (.xls and. xlsx), JSON, XML, RDF as XML, and Google sheet. Using OntoRefine you can easily filter your data, edit the inconsistencies, convert it into RDF, and import it into your repository.",
493
+ "view.query.and.update.monitoring.title": "Query and Update monitoring",
494
+ "view.query.and.update.monitoring.helpInfo": "The Queries and Updates monitoring view shows all running queries or updates in GraphDB. A query or update can be terminated by pressing the Abort button.",
495
+ "view.rdf.rank.title": "RDF Rank",
496
+ "view.rdf.rank.helpInfo": "RDF Rank is an algorithm that identifies the more important or more popular entities in the repository by examining their interconnectedness. The popularity of entities can then be used to order the query results.",
497
+ "view.repositories.helpInfo": "The Repositories view is used to manage repositories and connect to remote locations. A location represents a local or remote instance of GraphDB. Only a single location can be active at a given time.",
498
+ "view.choose.repo.title": "Select Repository Type",
499
+ "view.create.repo.title": "Create {{repoType}} repository",
500
+ "view.edit.repo.title": "Edit Repository: {{repositoryId}}",
501
+ "view.resource.monitoring.title": "Resource monitoring",
502
+ "view.resource.monitoring.helpInfo": "The Resource monitoring view shows the usage of various system resources, such as memory and CPU, for the currently active location.",
503
+ "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 Workbench. When disabled, everyone has full access to the repositories and the admin functionality.",
504
+ "view.create.user.title": "Create new user",
505
+ "view.edit.user.title": "Edit user: {{userId}}",
506
+ "view.login.title": "Login",
507
+ "view.settings.title": "Settings",
508
+ "view.access.denied.title": "Access Denied",
509
+ "view.roles.mapping.title": "Roles per Request Mapping",
510
+ "view.register.license.title": "Register GraphDB License",
511
+ "view.register.license.helpInfo": "The Register GraphDB License view is where you register your GraphDB. Upload the generated binary or simply copy the license key in the designated text area.",
512
+ "view.existing.license.title": "Current license for this location",
513
+ "view.existing.license.helpInfo": "The GraphDB License Information view allows you to check the details of your current license.",
514
+ "view.similarity.indexes.title": "Similarity indexes",
515
+ "view.similarity.indexes.helpInfo": "Similarity indexes help you look up semantically similar entities and text.",
516
+ "view.create.similarity.index.title": "Create similarity index",
517
+ "view.create.similarity.index.helpInfo": "Index name and select query are required. Add Semantic Vectors parameters if you want.",
518
+ "view.sparql.title": "SPARQL Query & Update",
519
+ "view.sparql.helpInfo": "The SPARQL Query & Update view is a unified editor for queries and updates. Use any type of SPARQL query and click Run to execute it.",
520
+ "view.sparql.template.title": "SPARQL Templates",
521
+ "view.sparql.template.helpInfo": "Allows storing configurations for future updates of repository data",
522
+ "view.create.sparql.template.title": "Create SPARQL Templates",
523
+ "view.create.sparql.template.helpInfo": "SPARQL Template configuration tool",
524
+ "view.system.information.title": "System information",
525
+ "view.system.information.helpInfo": "The System information view shows the configuration values of the JVM running the GraphDB Workbench as well generate a detailed server report file you can use to hunt down issues",
526
+ "view.rest.api.documentation.title": "REST API documentation",
527
+ "view.rest.api.documentation.helpInfo": "The REST API view documents the available public RESTful endpoints and provides an interactive interface to execute the requests.",
528
+ "collapse.menu.title": "Collapse menu",
529
+ "view.plugins.helpInfo": "Activate or deactivate plugins.",
530
+ "menu.rdf.label": "RDF",
531
+ "menu.ontoRefine.label": "Tabular (OntoRefine)",
532
+ "menu.explore.label": "Explore",
533
+ "menu.graphs.overview.label": "Graphs overview",
534
+ "menu.class.relationships.label": "Class relationships",
535
+ "menu.class.hierarchy.label": "Class hierarchy",
536
+ "menu.similarity.label": "Similarity",
537
+ "menu.sparql.label": "SPARQL",
538
+ "menu.monitor.label": "Monitor",
539
+ "menu.queries.and.updates.label": "Queries and Updates",
540
+ "menu.resources.label": "Resources",
541
+ "menu.setup.label": "Setup",
542
+ "menu.repositories.label": "Repositories",
543
+ "menu.users.and.access.label": "Users and Access",
544
+ "menu.my.settings.label": "My Settings",
545
+ "menu.cluster.label": "Cluster",
546
+ "menu.connectors.label": "Connectors",
547
+ "menu.namespaces.label": "Namespaces",
548
+ "menu.autocomplete.label": "Autocomplete",
549
+ "menu.jdbc.label": "JDBC",
550
+ "menu.sparql.template.label": "SPARQL Templates",
551
+ "menu.license.label": "License",
552
+ "menu.help.label": "Help",
553
+ "menu.system.information.label": "System information",
554
+ "menu.rest.api.label": "REST API",
555
+ "menu.documentation.label": "Documentation",
556
+ "menu.developer.hub.label": "Developer Hub",
557
+ "menu.support.label": "Support",
558
+ "menu.plugins.label": "Plugins",
559
+ "core.popover.get.url.query": "Get URL to query",
560
+ "core.popover.shared.query.warning": "Query shared by another user. You may not edit or delete it.",
561
+ "core.edit.query": "Edit query",
562
+ "core.delete.query": "Delete query",
563
+ "core.create.saved.query": "Create saved query",
564
+ "core.show.saved.query": "Show saved queries",
565
+ "core.popover.get.url.current.query": "Get URL to current query",
566
+ "core.include.inferred": "Include inferred data in results: ",
567
+ "core.expand.sameAs": "Expand results over owl:sameAs: ",
568
+ "core.require.inferred": "Requires 'Include Inferred'!",
569
+ "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.",
570
+ "query.editor.visual.btn": "Visual",
571
+ "query.editor.table.btn": "Table",
572
+ "query.editor.run.btn": "Run",
573
+ "query.editor.query.took.msg": "Query took {{seconds}}, {{timestamp}}.",
574
+ "query.editor.update.msg": "{{message}} took {{seconds}}, {{timestamp}}.",
575
+ "query.editor.operation.msg": "Operation took {{seconds}}, {{timestamp}}.",
576
+ "query.editor.showing.results.from.msg": "Showing results from ",
577
+ "query.editor.to": " to ",
578
+ "query.editor.of": " of ",
579
+ "query.editor.of.at.least": " of at least ",
580
+ "query.editor.abort": "{{abort}}",
581
+ "query.editor.abort.requested": "Stop has been requested",
582
+ "query.editor.abort.update": "Abort update",
583
+ "query.editor.abort.query": "Abort query",
584
+ "query.editor.autocomplete.hint": "Hint: \"abC\" matches \"abC*\", \"ab c*\" and \"ab-c*\"",
585
+ "query.editor.progress.msg": "{{progressMessage}}... {{timeHuman}}",
586
+ "query.editor.extra.msg": "\n{{extraMessage}}",
587
+ "query.editor.warning.msg": "Explain only works with SELECT or CONSTRUCT queries.",
588
+ "query.editor.virtual.repo.warning.msg": "Explain not supported for Virtual repositories.",
589
+ "query.editor.virtual.repo.update.warning.msg": "Updates are not supported for Virtual repositories.",
590
+ "query.editor.get.saved.queries.error": "Error! Could not get saved queries",
591
+ "query.editor.edit.saved.query.error": "Error! Cannot edit saved query",
592
+ "query.editor.create.saved.query.error": "Error! Cannot create saved query",
593
+ "query.editor.delete.saved.query.error": "Error! Cannot delete saved query",
594
+ "query.editor.edit.saved.query": "Edit Saved Query: \"{{name}}\"",
595
+ "query.editor.edit.saved.query.success.msg": "Saved query {{name}} was edited.",
596
+ "query.editor.delete.saved.query.success.msg": "Saved query: {{savedQueryName}} was deleted.",
597
+ "query.editor.delete.saved.query.warning.msg": "Are you sure you want to delete the saved query '{{savedQueryName}}'?",
598
+ "query.editor.save.saved.query.success.msg": "Saved query {{name}} was saved.",
599
+ "query.editor.create.saved.query.msg": "Create New Saved Query",
600
+ "query.editor.render.results.msg": "Rendering results",
601
+ "query.editor.new.tab.running.query.warning.msg": "New tabs may not be opened while query or update is running.",
602
+ "query.editor.tab.switching.running.query.warning.msg": "Tabs may not be switched while query or update is running.",
603
+ "query.editor.executing.update": "Executing update",
604
+ "query.editor.evaluating.query": "Evaluating query",
605
+ "yasr.removed.statements.result.msg": "Removed {{sizeDelta}} statements.",
606
+ "yasr.added.statements.result.msg": "Added {{sizeDelta}} statements.",
607
+ "yasr.statements.no.change.msg": "The number of statements did not change.",
608
+ "yasr.stale.result.msg": "Possibly stale result (obtained {{secondsAgo}} ago).",
609
+ "query.editor.query.syntax.error": "Query contains a syntax error. See the relevant line for more information.",
610
+ "query.editor.missing.saved.query.data.error": "Could not get data for saved query: {{savedQueryName}}; {{error}}",
611
+ "query.editor.repo.size.error": "Could not get repository size for: {{repo}}; {{error}}",
612
+ "query.editor.inactive.plugin.warning.msg": "No support for {{connectorName}}, {{connectorName}} connectors are not supported because the plugin {{pluginName}} is not active.",
613
+ "query.editor.repairing.connector": "Repairing connector {{name}}",
614
+ "query.editor.repaired.connector": "Repaired connector {{name}}.",
615
+ "query.editor.creating.connector": "Creating connector {{name}}",
616
+ "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.",
617
+ "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?",
618
+ "sparql.tab.directive.close.last.warning": "Last tab must remain open.",
619
+ "sparql.tab.directive.delete.all.tabs.warning": "Are you sure you want to delete all query tabs except selected tab?",
620
+ "sparql.tab.directive.close.tab.warning": "Are you sure you want to close this query tab?",
621
+ "sparql.tab.directive.unnamed.tab.title": "Unnamed",
622
+ "search.resource.current.page.msg": "Use <b>View resource</b> on this page",
623
+ "search.resources.msg": "Search RDF resources",
624
+ "search.resource.close.msg": "Close search",
625
+ "unauthorized.console.warning": "Permission to page denied. Some errors in the console are normal.",
626
+ "jwt.auth.security.status": "Security has been {{status}}.",
627
+ "jwt.auth.free.access.updated.msg": "Free access settings have been updated.",
628
+ "jwt.auth.free.access.status": "Free access has been {{status}}.",
629
+ "enabled.status": "enabled",
630
+ "disabled.status": "disabled",
631
+ "openid.auth.unknown.flow": "'Unknown auth flow: {{authFlow}}",
632
+ "openid.auth.invalid.pkce.state": "Invalid pkce_state",
633
+ "openid.auth.not.jwt.token": "not a JWT token: {{token}}",
634
+ "openid.auth.cannot.retrieve.token.msg": "Cannot retrieve token after login; {{error}}",
635
+ "openid.auth.cannot.refresh.token.msg": "Could not refresh OpenID token; {{error}}",
636
+ "repositories.service.error.loading.location": "Error loading location",
637
+ "repositories.service.different.gdb.version": "The remote location {{location}} is running a different GraphDB version.",
638
+ "repositories.service.no.active.location": "There is no active location",
639
+ "repositories.service.restarting.repo": "Restarting repository {{repositoryId}}",
640
+ "no.license.set.msg": "No license was set.",
641
+ "aborted.request.msg": "Request was aborted",
642
+ "aborted.request.no.results.msg": "The request has been aborted. There are no results to show.",
643
+ "confirm.execute": "Confirm execute",
644
+ "modal.ctr.copy.url.success": "URL copied successfully to clipboard.",
645
+ "modal.ctr.copy.not.supported.warning": "Your browser doesn't support \"copy\" operation.\nPress Ctrl-C / Cmd-C to copy URL manually.",
646
+ "modal.ctr.copy.query.success": "Query copied successfully to clipboard.",
647
+ "activate.plugin.warning.msg": "Are you sure you want to activate <strong>{{humanReadablePluginName}}</strong>?",
648
+ "error.getting.namespaces.for.repo": "Error getting namespaces for repository.",
649
+ "fill.input.field.msg": "Please fill the input field!",
650
+ "invalid.uri.msg": "Invalid IRI",
651
+ "no.prev.search.element": "Could not find previous search element in menu!",
652
+ "check.active.plugin.failure": "Could not check if plugin is active!",
653
+ "activate.plugin.confirmation": "Confirm plugin activation",
654
+ "activate.plugin.failure": "Could not activate plugin!",
655
+ "query.sample.title.placeholder": "Enter Title",
656
+ "query.sample.share.tooltip.msg": "If checked other users will be able to see the query but not delete or edit it.",
657
+ "query.sample.share.msg": "Share query with other users",
658
+ "query.sample.textarea.placeholder": "Create your Sample Query",
659
+ "empty.name.alert": "Name cannot be empty!",
660
+ "query.sample.empty.query.alert": "Query cannot be empty!",
661
+ "query.sample.existing.query.warning": "Query with name <strong>'{{name}}'</strong> already exists!",
662
+ "explore.validation": "Please enter a valid value.",
663
+ "get.namespaces.error.msg": "Cannot get namespaces for repository. View will not work properly; {{error}}",
664
+ "explore.error.resource.details": "Cannot get resource details; ",
665
+ "explore.error.resource": "Could not get resource; ",
666
+ "explore.error.autocomplete": "Error attempting to check autocomplete capability!",
667
+ "explore.error.invalid.input": "Invalid input",
668
+ "explore.resource.saved": "Resource saved",
669
+ "explore.explicit.implicit": "Explicit and Implicit",
670
+ "explore.explicit": "Explicit only",
671
+ "explore.implicit": "Implicit only",
672
+ "explore.autocomplete.warning.msg": "Autocomplete is OFF<br>Go to Setup -> Autocomplete",
673
+ "repository.create.btn": "Create new repository",
674
+ "import.execution": "Import execution",
675
+ "import.work.in.background": "Imports are executed in the background while you continue working on other things.",
676
+ "import.interrupt.support": "Interrupt is supported only when the location is local.",
677
+ "import.parser.config": "Parser config options are not available for remote locations.",
678
+ "import.from.server": "Import files from the server where the Workbench is running",
679
+ "import.put.files.into": "Put files or directories you want to import into ",
680
+ "import.settings": "Import settings",
681
+ "import.label.base.iri": "Base IRI",
682
+ "import.label.bnodes": "BNodes",
683
+ "import.label.datatype": "Datatype",
684
+ "import.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.",
685
+ "import.alert.not.valid.iri": "Not a valid IRI!",
686
+ "import.target.graphs": "Target graphs",
687
+ "import.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.",
688
+ "import.by.data.source": "Import into the graph(s) specified by the data source.",
689
+ "import.from.data": "From data",
690
+ "import.into.default.graph": "Import everything into the default graph.",
691
+ "import.default.graph": "The default graph",
692
+ "import.into.user.graph": "Import everything into a user-specified named graph.",
693
+ "import.named.graph": "Named graph",
694
+ "import.enter.replacement": "Enable replacement of existing data",
695
+ "import.replaced.graphs": "Replaced graphs",
696
+ "import.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.",
697
+ "import.same.as.target": "(same as the target graph)",
698
+ "import.graph.wildcard": "If a graph ends in *, it will be treated as a prefix matching all named graphs starting with that prefix excluding the *.",
699
+ "import.add.graph": "Add graph",
700
+ "import.add.default.graph": "Add default graph",
701
+ "import.no.replaced.graphs.added": "No replaced graphs added",
702
+ "import.data.cleared.before.import": "I understand that data in the replaced graphs will be cleared before importing new data.",
703
+ "import.show.advance.settings": "Show advanced settings",
704
+ "import.hide.advance.settings": "Hide advanced settings",
705
+ "import.assign.own.bnode.ids": "Assign its own internal blank node identifiers or use the blank node ids it finds in the file.",
706
+ "import.preserve.bnode.ids": "Preserve BNode IDs",
707
+ "import.fail.unknown.datatype": "Fail on unknown datatypes",
708
+ "import.fail.parsing.if.unrecognised": "Fail parsing if datatypes are not recognised",
709
+ "import.validate.recognised": "Validate recognised datatype values",
710
+ "import.verify.recognised": "Verify recognised datatypes",
711
+ "import.normalize.recognised": "Normalize recognised datatype values",
712
+ "import.language.tags": "Language tags",
713
+ "import.fail.lang.unknown": "Fail on unknown languages",
714
+ "import.fail.parsing.lang.unknown": "Fail parsing if languages are not recognised",
715
+ "import.validate.lang.tags": "Validate recognised language tags",
716
+ "import.verify.language": "Verify language based on a given set of definitions for valid languages",
717
+ "import.normalize.lang.tags": "Normalize language tags",
718
+ "import.normalize.recognized.tags": "Normalize recognised language tags",
719
+ "import.error.handling": "Error handling",
720
+ "import.parser.stops.on.error": "By default parser stops on error. When set on false errors are reported in the log and parsing continues.",
721
+ "import.should.stop.on.error": "Should stop on error",
722
+ "import.debug.label": "Debug",
723
+ "import.forces.serial.statements": "Forces the use of the serial statements pipeline. Not recommended. Use for debugging only.",
724
+ "import.force.serial.pipeline": "Force serial pipeline",
725
+ "import.restore.defaults.btn": "Restore defaults",
726
+ "import.abort.btn": "Abort",
727
+ "import.no.files.found": "No files found",
728
+ "import.rdf.from.snippet": "Import RDF data from a text snippet",
729
+ "import.rdf.data.here": "Put your RDF data here and select its format.",
730
+ "import.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.",
731
+ "import.auto.start": "Start import automatically",
732
+ "import.rdf.local.url.paste.data": "Import your local RDF files, RDF from a URL or simply type or paste RDF data",
733
+ "import.to.reimport": "To reimport a file, URL or text snippet click the Import button again.",
734
+ "import.data.from.url": "Import RDF data from URL",
735
+ "import.supported.url.with.rdf": "URL with RDF data. Supported formats are",
736
+ "import.invalid.url": "Not valid url!",
737
+ "import.format": "Format",
738
+ "import.gz.zip": ", as well as their .gz versions and .zip archives",
739
+ "import.error.could.not.get.files": "Could not get files; {{data}}",
740
+ "import.error.could.not.stop": "Could not stop import; {{data}}",
741
+ "import.error.could.not.clear": "Could not clear status; {{data}}",
742
+ "import.error.default.settings": "Could not get default settings; {{data}}",
743
+ "import.could.not.send.file": "Could not send file for import; {{data}}",
744
+ "import.large.file": "File {{name}} too big {{size}} MB. Use Server Files import.",
745
+ "import.could.not.upload": "Could not upload file {{name}}. BZip2 archives are not supported.",
746
+ "import.no.such.file": "No such file; {{name}}",
747
+ "import.could.not.send.data": "Could not send data for import; {{data}}",
748
+ "import.could.not.send.url": "Could not send url for import; {{data}}",
749
+ "import.could.not.upload.file": "Could not upload file; {{data}}",
750
+ "import.could.not.update.text": "Could not update text import; {{data}}",
751
+ "import.text.snippet.not.imported": "Text snippet was edited but has not been imported again.",
752
+ "import.graph.already.in.list": "This graph is already in the list.",
753
+ "import.file.size.limit.control": "The file size limit is controlled by the ",
754
+ "import.property": " property",
755
+ "import.directory.setting": "The directory can be changed by setting the ",
756
+ "import.show.files.only": "Show files only",
757
+ "import.show.files.directories": "Show both files and directories",
758
+ "import.show.directories.only": "Show directories only",
759
+ "import.type.to.filter": "Type to filter",
760
+ "import.selected.items": "Import the selected items",
761
+ "import.without.changing.settings": "Import without changing settings",
762
+ "import.reset.last.imported": "Reset the last imported status of the selected items",
763
+ "import.reset.status": "Reset status",
764
+ "import.remove.selected": "Remove the selected items from the list",
765
+ "import.remove.btn": "Remove",
766
+ "import.last.import.settings": "Last import settings",
767
+ "import.mode.not.supported.constraint": "This mode is not supported when importing multiple items.",
768
+ "import.enable.replace.option": "Enable this to replace the data in one or more graphs with the imported data.",
769
+ "text.snippet.text.aria.placeholder": "# Example: rdf:predicate a rdf:Property .",
770
+ "url.import.input.placeholder": "Data URL",
771
+ "filesTable.interrupt.import": "Interrupt import",
772
+ "core.errors.no.connected.repository.warning.msg": "Some functionalities are not available because you are not connected to any repository.",
773
+ "core.errors.restricted.warning.msg": "Some functionalities are not available because",
774
+ "core.errors.not.valid.license.warning.msg": "your license is not valid.",
775
+ "core.errors.set.new.license.warning.msg": "Set new license",
776
+ "core.errors.no.permission.to.repository.warning.msg": "you have no write permission to repository ",
777
+ "core.errors.read.only.repository.warning.msg": " is read-only Virtual Repository.",
778
+ "core.errors.fedx.repository.warning.msg": " view is not supported by FedX Repository.",
779
+ "core.errors.select.repository.warning.msg": "Click one of the repositories below to connect to it",
780
+ "core.errors.or.create.repository.warning.msg": " or create a new repository",
781
+ "core.errors.no.accessible.warning.msg": "There are no accessible ",
782
+ "core.errors.writable": "writable ",
783
+ "core.errors.repositories": "repositories",
784
+ "core.errors.create.repository.warning.msg": ". You can create a new repository",
785
+ "core.errors.show.remote.locations.btn": "Show remote locations",
786
+ "core.errors.hide.remote.locations.btn": "Hide remote locations",
787
+ "core.errors.location.local.label": "Local",
788
+ "core.loading.longer.than.usual.warning": "GraphDB Workbench is still loading but it's taking longer than usual, please wait...",
789
+ "core.loading.refresh.warning": "If the Workbench hasn't loaded yet, please try to clear your browser cache and reload the page.",
790
+ "copy.to.clipboard.modal.paragraph": "Copy URL to clipboard",
791
+ "copy.to.clipboard.modal.ok.btn": "Copy to clipboard",
792
+ "inactive.plugin.warning": " is not active for this repository.",
793
+ "inactive.plugin.warning.for.use": "When a plugin is not active it cannot be used or configured.",
794
+ "view.trig.h": "View Statements in TriG",
795
+ "delete.connector.paragraph": "Are you sure you want to delete this connector?",
796
+ "delete.connector.popover": "Force delete will remove the connector even if part of the operation fails. Use it if normal delete does not work.",
797
+ "delete.connector.conditional": " Note that you may have to drop the index manually from {{type}}.",
798
+ "delete.connector.force.checkbox": "Force delete",
799
+ "delete.connector.delete.btn": "Delete",
800
+ "externalsync.empty.value.key.error": "Key may not be empty with value \"{{value}}\"",
801
+ "externalsync.duplicate.key.error": "Duplicate key {{key}}",
802
+ "externalsync.fetching.connectors": "Fetching connectors",
803
+ "externalsync.could.not.get.connectors.error": "Could not get connectors",
804
+ "externalsync.repairing": "Repairing",
805
+ "externalsync.creating": "Creating",
806
+ "created.connector": "Created connector {{name}}",
807
+ "externalsync.confirm.repair": "Confirm repair",
808
+ "externalsync.repair.warning.msg": "Are you sure you want to repair this connector? Note that repair means delete + recreate with the same settings.",
809
+ "externalsync.repair.success.msg": "Repaired connector {{name}}",
810
+ "externalsync.delete.progress.msg": "Deleting connector {{name}}",
811
+ "externalsync.extra.message.warning": "This is usually a fast operation but it might take a while.",
812
+ "externalsync.delete.force.success.msg": "Deleted (with force) connector {{name}}",
813
+ "externalsync.delete.success.msg": "Deleted connector {{name}}",
814
+ "externalsync.delete.remote.warning": "You may have to remove the index manually from {{key}}",
815
+ "add.label.add.autocomplete": "Add label for autocomplete",
816
+ "add.label.edit.autocomplete": "Edit label for autocomplete",
817
+ "add.label.enter.iri": "Enter label IRI or click one of the predefined IRIs",
818
+ "add.label.enter.comma.separated": "Enter comma-separated languages or leave empty for any language",
819
+ "autocomplete.update": "Updating label config...",
820
+ "autocomplete.enabling": "Enabling autocomplete...",
821
+ "autocomplete.disabling": "Disabling autocomplete...",
822
+ "autocomplete.index.iri": "Setting index IRIs...",
823
+ "autocomplete.index.build": "Requesting index build...",
824
+ "index.interrupt": "Interrupting index...",
825
+ "export.format.warning.msg": "This format does not support graphs.<br>Graph information will not be available in the export.",
826
+ "export.multiple.graph": "Multiple graph export",
827
+ "export.check.graphs.msg": "Check graphs you want to export first.",
828
+ "export.confirm.clear.msg": "Confirm clear repository",
829
+ "export.warning.clear.repo.msg": "Are you sure you want to clear repository {{repo}}?",
830
+ "export.cleared.repo": "Cleared repository {{repo}}",
831
+ "export.clearing.statements.warning": "Clearing all statements in the repository is incompatible with collecting history",
832
+ "export.cleared.repo.failed.msg": "Failed to clear repository {{repo}}",
833
+ "export.confirm.clear.graph": "Confirm clear graph",
834
+ "export.clear.graph.warning": "Are you sure you want to clear the {{longName}}?",
835
+ "export.cleared.graph": "Cleared the {{longName}}",
836
+ "export.clear.graph.msg": "Failed to clear the {{longName}}",
837
+ "export.warning.clear.graph.msg": "Are you sure you want to clear the selected graphs?",
838
+ "export.cleared.graph.msg": "Cleared the selected graphs",
839
+ "namespace.confirm.replace": "Confirm replace",
840
+ "namespace.already.exists.msg": "This namespace prefix already exists. Do you want to replace it?",
841
+ "namespace.warning.delete.msg": "Are you sure you want to delete the namespace '{{prefix}}'?",
842
+ "namespace.warning.delete.selected": "Are you sure you want to delete the selected namespace(s)?",
843
+ "namespace.prefix.deleted.successfully": "Namespace with prefix {{prefix}} was deleted successfully.",
844
+ "namespace.selected.namespaces.deleted.successfully": "Selected namespaces were deleted successfully.",
845
+ "namespace.invalid.prefix": "Invalid prefix: {{prefix}}",
846
+ "namespace.warning.provide.namespace": "Please provide namespace.",
847
+ "jdbc.not.get.sql.msg": "Could not get SQL table configurations",
848
+ "jdbc.delete.sql.table.warning.msg": "Are you sure you want to delete the SQL table configuration '{{name}}'?",
849
+ "jdbc.not.delete.sql.msg": "Could not delete SQL table",
850
+ "jdbc.warning.unsaved.changes": "You have unsaved changes. Are you sure that you want to exit?",
851
+ "jdbc.not.get.sql.msg2": "Could not get SQL table configuration",
852
+ "jdbc.required.configuration.name": "SQL configuration name is required",
853
+ "jdbc.saved.configuration": "SQL table configuration saved",
854
+ "jdbc.not.saved.configuration": "Could not save SQL table configuration",
855
+ "jdbc.configuration.updated": "SQL table configuration updated",
856
+ "jdbc.suggest.sql.type": "Suggest SQL type",
857
+ "jdbc.same.suggested.sql.type": "SQL type is the same after suggest: <b>{{type}}</b>",
858
+ "jdbc.suggested.sql.type": "SQL type set to: <b>{{type}}</b>",
859
+ "jdbc.not.suggest.column.type": "Could not suggest column type",
860
+ "jdbc.not.suggest.column.types": "Could not suggest column types",
861
+ "jdbc.warning.column.type.msg": "Are you sure you want to get suggestions for all columns? This action will overwrite all column type mappings!",
862
+ "jdbc.not.suggest.column.names": "Could not suggest column names",
863
+ "jdbc.warning.delete.column.msg": "Are you sure you want to delete the column '{{columnName}}'?",
864
+ "jdbc.preview.first.rows": "Preview of first 100 rows of table {{name}}",
865
+ "jdbc.not.show.preview": "Could not show preview",
866
+ "jdbc.table.definition": "The table definition produced no results",
867
+ "jdbc.preview.sql": "Preview SQL",
868
+ "jdbc.warning.invalid.query": "The data query must be a SELECT query",
869
+ "jdbc.invalid.query": "Invalid query",
870
+ "jdbc.warning.one.column.msg": "Please define at least one column",
871
+ "jdbc.invalid.columns": "Invalid columns",
872
+ "jdbc.warning.all.column.msg": "Please select SQL type for all columns",
873
+ "deactivating.plugin": "Deactivating {{pluginName}}",
874
+ "activating.plugin": "Activating {{pluginName}}",
875
+ "abort.request.sent.msg": "Abort request sent.",
876
+ "confirm.abort": "Confirm abort",
877
+ "confirm.abort.warning.msg": "Are you sure you want to abort the query?",
878
+ "page.leave.pristine.warning": "There are unsaved changes! Are you sure, you want to exit?",
879
+ "rdfrank.full.computation": "Requesting rank full computation...",
880
+ "rdfrank.incremental.computation": "Requesting rank incremental computation...",
881
+ "not.valid.iri": "'{{value}}' is not a valid IRI",
882
+ "fedx.repo.federation.members": "Federation members",
883
+ "fedx.repo.no.members.warning": " No members - add at least one local or remote repository",
884
+ "fedx.repo.local.attached.header": " Local repositories and attached locations ",
885
+ "fedx.repo.add.remote": " Add remote repository ",
886
+ "fedx.repo.options": "FedX options",
887
+ "fedx.repo.source.selection.cache.spec": " Source selection cache spec",
888
+ "fedx.create.repo.no.members.warning": "FedX repository should be created with at least one member!",
889
+ "fedx.repo.already.added.member.error": "Repository {{name}} already added as a FedX member",
890
+ "fedx.repo.already.added.sparql.endpoint.error": "SPARQL endpoint {{name}} already added as a FedX member",
891
+ "ontop.repo.configuration": "Ontop configuration",
892
+ "ontop.repo.database.driver": "Database driver",
893
+ "ontop.repo.test.connection": "Test connection",
894
+ "ontop.repo.download.jdbc.driver": "Download JDBC driver",
895
+ "ontop.repo.missing.required.file.error": "Missing required ontop repo file",
896
+ "ontop.repo.successful.connection.msg": "Connection is successful",
897
+ "ontop.repo.failed.to.connect": "Failed to connect",
898
+ "missing.required.field.error": "Missing required field",
899
+ "restart.repo.check.tooltip": "Check to restart the repository and apply the changes.",
900
+ "restart.repo.label": "Restart repository",
901
+ "delete.repo": "Delete repository",
902
+ "set.as.default.repo": "Set as default repository",
903
+ "invalid.query.limit": "Invalid parameter query limit",
904
+ "invalid.query.timeout": "Invalid parameter query timeout",
905
+ "invalid.validation.results.limit.total": "Invalid parameter validation results limit total",
906
+ "invalid.validation.results.limit.per.constraint": "Invalid parameter validation results limit per constraint",
907
+ "invalid.join.worker.threads": "Invalid parameter join worker threads",
908
+ "invalid.left.join.worker.threads": "Invalid parameter left join worker threads",
909
+ "invalid.union.worker.threads": "Invalid parameter union worker threads",
910
+ "invalid.bound.join.block.size": "Invalid parameter bound join block size",
911
+ "location.confirm.detach": "Confirm detach",
912
+ "location.confirm.detach.warning": "Are you sure you want to detach the location '{{uri}}'?",
913
+ "location.change.confirm": "Confirm location change",
914
+ "location.change.confirm.warning": "Are you sure you want to change the location?",
915
+ "location.label": "Location:",
916
+ "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(--onto-orange-dark)\"/>All data in the repository will be lost.</p>",
917
+ "confirm.restart.repo": "Confirm restart",
918
+ "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(--onto-orange-dark)\"/>The repository will be shut down immediately and all running queries and updates will be cancelled.</p>",
919
+ "location.cannot.be.empty.error": "Location cannot be empty",
920
+ "required.field": "This field is required",
921
+ "created.repo.success.msg": "The repository {{repoId}} has been created.",
922
+ "empty.repoid.warning": "Repository ID cannot be empty",
923
+ "invalid.ruleset.file.error": "Invalid rule-set file. Please upload a valid one.",
924
+ "wrong.repo.name.error": "Wrong repo name",
925
+ "edit.system.repo.warning": "<b>System</b> repository can't be edited",
926
+ "edit.repo.error.not.exists": "Repo with name <b>{{repositoryId}}</b> doesn't exists",
927
+ "edit.repo.success.msg": "The repository {{saveId}} has been edited.",
928
+ "edit.repo.save.changes.msg": "Save changes to repository <strong>{{repoId}}</strong>?<br><br>",
929
+ "edit.repo.rename.changes.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"/>The repository will be stopped and renamed.",
930
+ "edit.repo.restart.requested.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"/>The repository will be restarted.",
931
+ "edit.repo.restart.needed.msg": "<span class=\"icon-2x icon-warning\" style=\"color: var(--onto-orange-dark)\"/>Repository restart required for changes to take effect.",
932
+ "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>",
933
+ "edit.repo.id.cluster.warning.msg": "<p>If your repository is in a cluster, it is your responsibility to update the cluster after renaming.</p>",
934
+ "confirm.enable.edit": "Confirm enable edit",
935
+ "repo.description": "Repository description",
936
+ "repo.indexing.section": "Indexing",
937
+ "repo.inference.and.validation.section": "Inference and Validation",
938
+ "repoTooltips.id": "Unique identifier for the repository. The ID must contain only letters (a-z, A-Z), numbers (0-9), '-' and '_'.",
939
+ "repoTooltips.title": "Human readable description of the repository.",
940
+ "repoTooltips.readOnly": "Protects the repository against any changes.",
941
+ "repoTooltips.ruleset": "Sets of axiomatic triples, consistency checks and entailment rules, which determine the applied semantics with a PIE file.",
942
+ "repoTooltips.rulesetWarnings.needsSameAs": "Disabling owl:sameAs for this ruleset may cause incomplete inference with owl:sameAs statements.",
943
+ "repoTooltips.rulesetWarnings.doesntNeedSameAs": "This ruleset does not need owl:sameAs, consider disabling it.",
944
+ "repoTooltips.rulesetWarnings.customRuleset": "If the custom ruleset does not use owl:sameAs, consider disabling it. <br>If the ruleset uses owl:sameAs, disabling it may cause incomplete inference with owl:sameAs statements.",
945
+ "repoTooltips.disableSameAs": "GraphDB uses a non-rule implementation of owl:sameAs, which can be enabled or disabled independently of the ruleset.",
946
+ "repoTooltips.checkForInconsistencies": "Enables the consistency checks from the ruleset.",
947
+ "repoTooltips.isShacl": "Enables support for SHACL validation.",
948
+ "shaclOptions.btn": "SHACL options",
949
+ "repoTooltips.shaclOptions.additional": "Shows additional SHACL options when SHACL is enabled.",
950
+ "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.",
951
+ "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.",
952
+ "repoTooltips.shaclOptions.logValidationPlans": "Log (INFO) the executed validation plans as GraphViz DOT. It is recommended to disable parallel validation when this is enabled.",
953
+ "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.",
954
+ "repoTooltips.shaclOptions.parallelValidation": "Run SHACL validation in parallel.",
955
+ "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.",
956
+ "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.",
957
+ "repoTooltips.shaclOptions.eclipseRdf4jShaclExtensions": "Activates RDF4J's SHACL extensions that provide additional functionality (experimental).",
958
+ "repoTooltips.shaclOptions.dashDataShapes": "Activates DASH Data Shapes extensions that provide additional functionality (experimental).",
959
+ "repoTooltips.entityIdSize": "Defines the bit size of internal IDs used to index entities (URIs, blank nodes, literals, and RDF* embedded triples).<br>Use 40 bit ID only if you expect more than 2 billion unique RDF values.",
960
+ "repoTooltips.enableContextIndex": "Builds an additional Context-Predicate-Subject-Object index to boost the SPARQL query performance of queries with GRAPH/FROM/FROM NAMED clauses.",
961
+ "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.",
962
+ "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.",
963
+ "repoTooltips.throwQueryEvaluationExceptionOnTimeout": "Repository throws QueryEvaluationException when the duration of a query execution exceeds the timeout parameter.",
964
+ "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.",
965
+ "repoTooltips.nonInterpretablePredicates": "Semicolon-delimited list of predicates (full URIs) that GraphDB will not try to process with the registered GraphDB plugins.",
966
+ "repoTooltips.ontop.driverType": "Determines the type of SQL database to connect to.",
967
+ "repoTooltips.ontop.propertiesFile": "Describes the JDBC configuration such as hostname and database name to connect to.",
968
+ "repoTooltips.ontop.hostName": "The JDBC hostname to connect to.",
969
+ "repoTooltips.ontop.port": "The JDBC port to connect to if different from the default for the chosen JDBC driver.",
970
+ "repoTooltips.ontop.portIfRequired": "The JDBC port to connect to.",
971
+ "repoTooltips.ontop.databaseName": "The database name to connect to.",
972
+ "repoTooltips.ontop.userName": "The username to use for the JDBC connection.",
973
+ "repoTooltips.ontop.password": "The password to use for the JDBC connection.",
974
+ "repoTooltips.ontop.driverClass": "Classname of the chosen JDBC driver. It must be on the classpath (in the lib directory).",
975
+ "repoTooltips.ontop.driverClassWarning": "JDBC driver not found in the classpath, please save it in the lib directory and restart GraphDB",
976
+ "repoTooltips.ontop.url": "The JDBC URL that will be used. It is constructed using the supplied hostname, port and database name.",
977
+ "repoTooltips.ontop.obdaFile": "Describes the mapping from SQL to RDF in either the OBDA or the R2RML format.",
978
+ "repoTooltips.ontop.owlFile": "Specifies relations between the classes and properties in the cosntructed RDF graph. It can be in any supported RDF format.",
979
+ "repoTooltips.ontop.constraintFile": "Specifies override of SQL primary and foreign keys.",
980
+ "repoTooltips.ontop.dbMetadataFile": "Specifies metadata for the SQL database.",
981
+ "repoTooltips.ontop.testConn": "Attempts to establish a connection to the SQL database to test if the supplied configuration is correct.",
982
+ "repoTooltips.fedx.repositoryNotExistWarning": "The repository member has been removed from the local repositories",
983
+ "repoTooltips.fedx.localReposInstructions": "Click on a repo to add a local repository as a member",
984
+ "repoTooltips.fedx.withLogQueries": "Set whether to log queries",
985
+ "repoTooltips.fedx.withDebugQueryPlan": "Whether to print the optimized query execution plan to stdout",
986
+ "repoTooltips.fedx.enforceMaxQueryTime": "Max query time in seconds, 0 to disable",
987
+ "repoTooltips.fedx.withIncludeInferredDefault": "Set whether to include inferred statements or not",
988
+ "repoTooltips.fedx.withBoundJoinBlockSize": "Set the block size for bound joins",
989
+ "repoTooltips.fedx.withJoinWorkerThreads": "Set the number of join worker threads for parallelization",
990
+ "repoTooltips.fedx.withLeftJoinWorkerThreads": "Set the number of left join worker threads",
991
+ "repoTooltips.fedx.unionWorkerThreads": "Set the number of union worker threads for parallelization",
992
+ "repoTooltips.fedx.withLogQueryPlan": "Whether to log the query plan",
993
+ "repoTooltips.fedx.withEnableServiceAsBoundJoin": "Whether external SERVICE clauses are evaluated using bound join",
994
+ "repoTooltips.fedx.withSourceSelectionCacheSpec": "The cache specification for the SourceSelectionMemoryCache",
995
+ "repoTooltips.fedx.removeMember": "Remove repository as a FedX member",
996
+ "repoTooltips.editRepository": "Edit repository",
997
+ "repoTooltips.fedx.setAsWritable": "Set repository as writable",
998
+ "repo.no.active.location.warning": "No active location! Please ",
999
+ "repo.choose.location.warning": "select a location first",
1000
+ "repo.properties": "Repository properties",
1001
+ "repo.id.label": "Repository ID*",
1002
+ "edit.repo.id.tooltip": "Edit repository id",
1003
+ "invalid.repo.name.error": "Repository name can contain only letters (a-z, A-Z), numbers (0-9), \"-\" and \"_\"",
1004
+ "upload.custom.ruleset.file": "Upload a custom ruleset file.",
1005
+ "custom.ruleset": "Custom ruleset...",
1006
+ "repos.from": "Repositories from: ",
1007
+ "repos.degraded.reason.extra.msg": " Some operations may not be performed.",
1008
+ "repos.edit.common.settings": "Edit common settings for these repositories",
1009
+ "repos.view.update.licenses": "View or update license for these repositories",
1010
+ "repos.refresh.page.msg": " Refresh the page to retry.",
1011
+ "no.repos.in.current.location": "There are no repositories in the current location",
1012
+ "connect.repo": "Connect repository",
1013
+ "connected.tooltip": "Connected",
1014
+ "copy.repo.url": "Copy repository URL to clipboard",
1015
+ "repo.not.supported.delete.or.edit": " Editing or deleting this repository is not supported.",
1016
+ "download.repo.config": "Download repository configuration as Turtle",
1017
+ "split.btn": "Split button!",
1018
+ "create.from.file": "Create from file",
1019
+ "repo.locations": "Repository locations",
1020
+ "activate.location": "Activate location",
1021
+ "activate.location.to.try": " Activate to try again.",
1022
+ "edit.location": "Edit location",
1023
+ "detach.location": "Detach location",
1024
+ "attach.remote.location": " Attach remote location",
1025
+ "no.connected.gdb.instances": "There are no connected GraphDB instances.",
1026
+ "edit.file.content": "Edit file content",
1027
+ "upload.file": "Upload file...",
1028
+ "common.confirm.delete": "Confirm delete",
1029
+ "common.confirm.save": "Confirm save",
1030
+ "common.cancel.btn": "Cancel",
1031
+ "common.yes.btn": "Yes",
1032
+ "common.ok.btn": "OK",
1033
+ "common.error": "Error",
1034
+ "common.warning": "Warning",
1035
+ "common.loading": "Loading...",
1036
+ "common.on.btn": "ON",
1037
+ "common.off.btn": "OFF",
1038
+ "common.search.btn": "Search",
1039
+ "common.suggest": "Suggest",
1040
+ "common.download": "Download",
1041
+ "common.reset": "Reset",
1042
+ "yes": "YES",
1043
+ "no": "NO",
1044
+ "common.operation.msg": "Operation",
1045
+ "common.update.msg": "Update",
1046
+ "common.running.operation": "Running operation... {{timeHuman}}",
1047
+ "common.refreshing.namespaces": "Refreshing namespaces",
1048
+ "common.extra.message": "Normally this is a fast operation but it may take longer if a bigger repository needs to be initialised first.",
1049
+ "common.save.btn": "Save",
1050
+ "common.confirm": "Confirm",
1051
+ "common.create.btn": "Create",
1052
+ "common.add.known.prefixes.error": "Error! Could not add known prefixes",
1053
+ "common.add": "Add",
1054
+ "common.activated": "Activated",
1055
+ "common.import": "Import",
1056
+ "common.attach": "Attach",
1057
+ "common.close": "Close",
1058
+ "common.preview": "Preview",
1059
+ "active.location.version.not.support.settings.warning": "The version of GraphDB at your active location does not support settings.",
1060
+ "click.to": "Click to",
1061
+ "disable": "disable",
1062
+ "enable": "enable",
1063
+ "deactivate": "deactivate",
1064
+ "activate": "activate",
1065
+ "exclude": "exclude",
1066
+ "include": "include",
1067
+ "required": "required",
1068
+ "this.setting": "this setting",
1069
+ "send.anonymous.statistics": "Send anonymous usage statistics to Ontotext",
1070
+ "more.info": "more info",
1071
+ "less.info": "less info",
1072
+ "more": "more",
1073
+ "why.send.statistics": "Why should you send us your statistics?",
1074
+ "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.",
1075
+ "what.statistics.include": "What do the statistics include?",
1076
+ "for.each.repo.header": "For each repository we gather:",
1077
+ "absolute.values": "Absolute values",
1078
+ "gdb.edition.and.version": "GraphDB edition and version",
1079
+ "number.explicit.implicit.triples": "Number of explicit and implicit triples",
1080
+ "entities.number": "Number of entities",
1081
+ "predicates.number": "Number of predicates",
1082
+ "repo.size.on.disk": "Size of repository on disk",
1083
+ "is.given.plugin.used": "Whether a given plugin is used, e.g. geo-spatial",
1084
+ "used.ruleset": "Ruleset (custom rulesets are reported only as \"custom\")",
1085
+ "os.type": "OS type",
1086
+ "aggregated.values.header": "Aggregated values",
1087
+ "queries.per.day": "Number of queries per day",
1088
+ "average.time.per.query": "Average time per query per day",
1089
+ "updates.per.day": "Number of updates per day",
1090
+ "average.time.per.updates": "Average time per update per day",
1091
+ "data.send.to.msg": "The data is sent every 24 hours over HTTP to a dedicated endpoint at",
1092
+ "data.encryption.msg": "The data is encrypted with a 2048-bit RSA key.",
1093
+ "save.settings.btn": "Save settings",
1094
+ "are.license.details.correct": "Are your license details correct?",
1095
+ "edition": "Edition",
1096
+ "licensed.to": "Licensed to",
1097
+ "valid.until": "Valid until",
1098
+ "perpetual": "Perpetual",
1099
+ "cores.number": "Number of cores",
1100
+ "unlimited": "Unlimited",
1101
+ "maintenance.date": "Maintenance date",
1102
+ "error.getting.settings": "Error getting settings",
1103
+ "saving.settings.success": "Settings have been saved",
1104
+ "saving.settings.error": "Error saving settings",
1105
+ "confirm.operation": "Confirm operation",
1106
+ "revert.to.free.warning.msg": "Reverting to a GraphDB Free license will make SE and EE features unusable. Are you sure?",
1107
+ "could.not.upload.file.error": "Could not upload file",
1108
+ "invalid.license": "Invalid license",
1109
+ "license.register.error": "Error registering GraphDB license",
1110
+ "no.license.code.error": "No license code available in textarea",
1111
+ "add.remote.repo": "Add remote repository",
1112
+ "edit.remote.repo": "Edit remote repository",
1113
+ "edit.local.repo": "Edit local repository",
1114
+ "gdb.rdf4j.server": "GraphDB/RDF4J server",
1115
+ "generic.sparql.endpoint": "Generic SPARQL endpoint",
1116
+ "server.url": "Server URL*:",
1117
+ "repo.id": "Repository ID*:",
1118
+ "endpoint.url": "Endpoint URL*:",
1119
+ "supports.ask.queries": "Supports ASK queries",
1120
+ "authentication.credentials": "Authentication credentials",
1121
+ "username": "Username:",
1122
+ "pass": "Password:",
1123
+ "respect.repo.access.rights": "Respect repository's access rights",
1124
+ "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",
1125
+ "ignore.repo.access.rights": "Ignore repository's access rights",
1126
+ "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",
1127
+ "edit": "Edit",
1128
+ "security.label": "security",
1129
+ "similarity.could.not.get.indexes.error": "Could not get indexes",
1130
+ "similarity.empty.index.name.error": "Index name cannot be empty",
1131
+ "similarity.index.name.constraint": "Index name can contain only letters (a-z, A-Z), numbers (0-9), \"-\" and \"_\"",
1132
+ "similarity.empty.select.query.error": "Select query cannot be empty.",
1133
+ "similarity.empty.search.query.error": "Search query cannot be empty.",
1134
+ "similarity.empty.analogical.query.error": "Analogical query cannot be empty.",
1135
+ "similarity.index.select.queries.constraint": "Similarity index requires SELECT queries.",
1136
+ "similarity.could.not.get.search.queries.error": "Could not get search queries",
1137
+ "similarity.existing.index.name.error": "Index with this name already exists.",
1138
+ "similarity.create.index.error": "Could not create index",
1139
+ "similarity.indexes.select.queries.constraint": "Similarity indexes work only with SELECT queries.",
1140
+ "similarity.explain.select.queries.constraint": "Explain only works with SELECT queries.",
1141
+ "cannot.execute.update.error": "Cannot execute updates from this editor.",
1142
+ "evaluating.query.msg": "Evaluating query",
1143
+ "similarity.changed.search.query.msg": "Changed search query",
1144
+ "similarity.changed.analogical.query.msg": "Changed analogical query",
1145
+ "similarity.change.query.error": "Could not change query!",
1146
+ "similarity.close.btn.msg": "Closes {{operation}} without saving the changes.",
1147
+ "similarity.query.edition.msg": "query edition",
1148
+ "similarity.index.creation.msg": "index creation",
1149
+ "similarity.get.resource.error": "Could not get resource!",
1150
+ "similarity.delete.index.warning": "Are you sure you want to delete the index '{{name}}'?",
1151
+ "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!",
1152
+ "sparql.template.get.templates.error": "Could not get SPARQL templates",
1153
+ "sparql.template.delete.template.warning": "Are you sure you want to delete the SPARQL template '{{templateID}}'?",
1154
+ "sparql.template.delete.template.success": "Deleted successfully SPARQL template",
1155
+ "sparql.template.delete.template.failure": "Could not delete {{templateID}} template",
1156
+ "sparql.template.get.template.error": "Could not get {{templateID}} template",
1157
+ "sparql.template.iri.constraint": "SPARQL template IRI is required",
1158
+ "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(--onto-orange-dark)\"/> Do you want to override the template query?</div>",
1159
+ "update.sparql.template.success.msg": "Updated SPARQL template",
1160
+ "save.sparql.template.failure.msg": "Could not save {{templateID}} template",
1161
+ "sparql.template.query.constraint": "The template query must be an UPDATE query",
1162
+ "save.sparql.template.success.msg": "Saved SPARQL template",
1163
+ "attach.remote.gdb.instance": "Attach a remote GraphDB instance",
1164
+ "remote.location.url": "Location URL*",
1165
+ "remote.location.enter.url.msg": "Enter a URL to a remote GraphDB instance",
1166
+ "valid.remote.location.warning": "Note that the location should be a URL that points to a remote GraphDB installation, e.g.",
1167
+ "auth.type.header": "Authentication type",
1168
+ "remote.location.no.auth.used.tooltip": "No authentication used with remote location",
1169
+ "auth.type.none": "None",
1170
+ "auth.type.basic": "Basic auth",
1171
+ "basic.auth.type.tooltip": "Basic authentication with username/password",
1172
+ "basic.auth.type.admin.constraint.tooltip": "User must be an admin",
1173
+ "auth.type.signature": "Signature",
1174
+ "signature.auth.type.tooltip": "Signature authentication with shared secret",
1175
+ "remote.location.no.auth.used.header": "No authentication will be used with this location.",
1176
+ "basic.auth.type.constraint": "Basic authentication requires a username and a password.",
1177
+ "username.required": "Username*",
1178
+ "my.user.placeholder": "my-user",
1179
+ "password.required": "Password*",
1180
+ "my.password.placeholder": "my-password",
1181
+ "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 ",
1182
+ "signature.auth.info.last": " in the documentation.",
1183
+ "update.file.content.header": "Update file contents",
1184
+ "update.file.content.placeholder": "# Update ontop repository file content",
1185
+ "update.file.content.tooltip": "Update the contents of the file.",
1186
+ "upload.repo.config.header": "Upload Repository Configuration",
1187
+ "select.repo.config.tooltip": "Click to select a configuration file from which to create a new repository.",
1188
+ "upload.ttl.file.btn": "Click here to upload a .ttl file",
1189
+ "no.file.selected.error": "No file selected",
1190
+ "selected.file.msg": "Selected: {{name}}",
1191
+ "type.label": "Type:",
1192
+ "access.label": "Access:",
1193
+ "read.write.label": "Read/write",
1194
+ "read.only.label": "Read-only",
1195
+ "total.statements.label": "Total statements:",
1196
+ "explicit.label": "Explicit:",
1197
+ "inferred.label": "Inferred:",
1198
+ "expansion.ratio.label": "Expansion ratio (total/explicit):",
1199
+ "size.info.not.available": "Size info not available.",
1200
+ "main.gdb.description": "An application for searching, exploring and managing GraphDB semantic repositories.",
1201
+ "main.info.title.welcome.page": "Welcome to GraphDB",
1202
+ "main.info.welcome.page": "GraphDB is a graph database compliant with RDF and SPARQL specifications. It supports open APIs based on RDF4J (ex-Sesame) project and enables fast publishing of linked data on the web. The Workbench is used for searching, exploring and managing GraphDB semantic repositories. This quick tutorial will guide you through the basics: <br><ul><li>(1) Create a repository</li><li>(2) Load a sample dataset</li><li>(3) Run a SPARQL query</li></ul>You can always come back to this tutorial by pressing the GraphDB icon in the top left corner.",
1203
+ "main.info.title.create.repo.page": "Create a repository",
1204
+ "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>",
1205
+ "main.info.title.load.sample.dataset": "Load a sample dataset",
1206
+ "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. ",
1207
+ "main.info.title.run.sparql.query": "Run a SPARQL query",
1208
+ "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>",
1209
+ "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!",
1210
+ "timestamp.moments.ago": "moments ago",
1211
+ "timestamp.minutes.ago": "minutes ago",
1212
+ "timestamp.today.at": "today at",
1213
+ "timestamp.yesterday.at": "yesterday at",
1214
+ "timestamp.on": "on",
1215
+ "timestamp.at": "at",
1216
+ "view": "view",
1217
+ "switch.to": "Switch to",
1218
+ "vertical": "vertical",
1219
+ "horizontal": "horizontal",
1220
+ "graphs.label": "Graphs",
1221
+ "predicates.label": "Predicates",
1222
+ "labels.label": "Labels",
1223
+ "types.label": "Types",
1224
+ "select.graph.label": "Select graph",
1225
+ "show.prefixes.btn": "Show prefixes",
1226
+ "hide.prefixes.btn": "Hide prefixes",
1227
+ "search.classes.placeholder": "Search classes",
1228
+ "webapi.title": "Web api module",
1229
+ "view.sparql.query.title": "View SPARQL Query",
1230
+ "sparql.template.plugin": "SPARQL Template Plugin",
1231
+ "create.new.sparql.template": "Create new SPARQL template",
1232
+ "existing.sparql.templates": "Existing templates",
1233
+ "no.sparql.templates.defined": "No templates are defined",
1234
+ "template.iri.header": "Template IRI",
1235
+ "edit.sparql.template.tooltip": "Edit SPARQL template",
1236
+ "delete.sparql.template.tooltip": "Delete SPARQL template",
1237
+ "save.sparql.template.tooltip": "Save SPARQL template",
1238
+ "cancel.sparql.template.creation.tooltip": "Cancel SPARQL template creation",
1239
+ "not.usable.active.repo.error": "The currently selected repository cannot be used for queries due to an error:",
1240
+ "sparql.editor.only": "Editor only",
1241
+ "sparql.editor.and.results": "Editor and results",
1242
+ "sparql.results.only": "Results only",
1243
+ "existing.indexes": "Existing Indexes",
1244
+ "select.existing.similarity.index": "Select one of your existing indexes to search in it",
1245
+ "no.indexes": "No Indexes",
1246
+ "text.type.index": "Text",
1247
+ "predication.type.index": "Predication",
1248
+ "literal.type.index": "Literal",
1249
+ "outdated.status": "Outdated",
1250
+ "failed.status": "Failed",
1251
+ "computed.status": "Computed",
1252
+ "interrupted.status": "Interrupted",
1253
+ "obsolete.status": "Obsolete",
1254
+ "index.type.tooltip": "Index type",
1255
+ "data.changed.tooltip": "Data changes since last index build.",
1256
+ "index.building.failed.tooltip": "Index build failed.",
1257
+ "index.building.interrupted.tooltip": "Index build interrupted.",
1258
+ "index.obsolete.tooltip": "Index cannot be recovered. Please, rebuild.",
1259
+ "edit.search.analogical.query.title": "Edit Search, Analogical queries",
1260
+ "edit.search.query.title": "Edit Search query",
1261
+ "create.index.from.existing.tooltip": "Create index from existing one.",
1262
+ "rebuild.index.tooltip": "Rebuild index",
1263
+ "delete.index.tooltip": "Delete index",
1264
+ "search.in.index": "Search in",
1265
+ "term": "Term",
1266
+ "document": "Document",
1267
+ "similarity.search.type": "Search type:",
1268
+ "similarity.result.type": "Result type:",
1269
+ "similar.subject.label": "Similar subject",
1270
+ "object.label": "Object",
1271
+ "analogical.label": "Analogical",
1272
+ "search.rdf.resources.for.rdf.entity.placeholder": "Search RDF resources for RDF entity",
1273
+ "search.rdf.for.subject.placeholder": "Search RDF for subject",
1274
+ "search.rdf.for.predicate.placeholder": "Search RDF for predicate",
1275
+ "search.rdf.for.given.subject.placeholder": "Search RDF for given subject",
1276
+ "search.rdf.for.given.object.placeholder": "Search RDF for given object",
1277
+ "search.rdf.for.search.subject.placeholder": "Search RDF for search subject",
1278
+ "search.options": "search options",
1279
+ "semantic.vectors.search.parameters.label": "Semantic Vectors search parameters:",
1280
+ "optional.label": "optional",
1281
+ "see.the.full": "See the full",
1282
+ "supported.parameters.list": "list of supported parameters",
1283
+ "results.for.label": "Showing results for",
1284
+ "license.cannot.be.changed.from.wb.warning": "License cannot be changed from the Workbench as it was set through a file or config parameter.",
1285
+ "license.admin.authority.constraint": "License can be changed by Admins only.",
1286
+ "select.license.tooltip": "Select license file",
1287
+ "upload.license.btn": "Click here to upload your license file",
1288
+ "supported.file.format.constraint": "Supported file format is .license",
1289
+ "alternative.label": " copy your license code below",
1290
+ "alternative.set.license.option.popover": "Copy your license code here and click Register",
1291
+ "register.btn": "Register",
1292
+ "not.fully.supported.rdfrank.warning": "RDFRank not fully supported",
1293
+ "configuring.rdfrank.not.supported.warning": "Configuring RDFRank is not supported.",
1294
+ "rdfrank.for.repo.label": "RDFRank for repository",
1295
+ "is.with.status.label": "is with status",
1296
+ "computing.loader.msg": "Computing...",
1297
+ "interrupt.indexing.tooltip": "Interrupt indexing",
1298
+ "configuration.changed.warning": "Configuration changed",
1299
+ "computation.canceled.warning": "Computation canceled",
1300
+ "rdfrank.not.build.yet.warning": "RDFRank not built yet",
1301
+ "compute.full.btn": "Compute Full",
1302
+ "compute.incremental.btn": "Compute Incremental",
1303
+ "filtering.header": "Filtering",
1304
+ "filtering": "filtering",
1305
+ "include.explicit.header": "Include Explicit",
1306
+ "include.implicit.header": "Include Implicit",
1307
+ "explicit.statements": "Explicit statements",
1308
+ "implicit.statements": "implicit statements",
1309
+ "focus.diagram.tooltip": "Focus diagram",
1310
+ "reload.diagram.tooltip": "Reload diagram",
1311
+ "export.diagram.tooltip": "Export Diagram",
1312
+ "class.count.label": "Class Count",
1313
+ "cannot.load.classhierarchy.for.repo.warning": "The class hierarchy for the currently selected repository cannot be loaded:",
1314
+ "no.classhierarchy.for.repo.warning": "The currently selected repository does not contain a class hierarchy.",
1315
+ "no.classhierarchy.for.selected.graph.warning": "The currently selected repository's graph contains no class hierarchy.Please select another graph from dropdown menu.",
1316
+ "no.instances.for.selected.class.type": "No instances available of selected class type",
1317
+ "view.instance.in.sparql.label": "View this instance in SPARQL",
1318
+ "view.all.label": "View all",
1319
+ "instances.in.sparql": "instances in SPARQL",
1320
+ "no.instances.found.label": "No instances found",
1321
+ "for.repository": "for repository",
1322
+ "search.plugins.placeholder": "Search plugins",
1323
+ "showing.label": "Showing",
1324
+ "results.label": "results",
1325
+ "no.plugins.match.filter.warning": "No plugins match this filter.",
1326
+ "ontorefine.not.available.warning": "OntoRefine is not available",
1327
+ "error.warning": "404 That’s an error!",
1328
+ "requested.url.not.found.msg": "The requested URL was not found on this server. That’s all I know.",
1329
+ "back.home.btn": "Back Home",
1330
+ "prefix.label": "Prefix",
1331
+ "add.namespace.label": "Add namespace",
1332
+ "namespace.label": "Namespace",
1333
+ "all.label": "All",
1334
+ "namespaces.per.page.label": "Namespaces per page:",
1335
+ "search.namespaces.label": "Search namespaces",
1336
+ "delete.selected": "Delete selected",
1337
+ "iri.label": "IRI",
1338
+ "edit.namespace": "Edit namespace",
1339
+ "delete.namespace": "Delete namespace",
1340
+ "no.namespaces.match.filter": "No namespaces match this filter.",
1341
+ "no.namespaces.in.repo": "There are no added namespaces on this repository.",
1342
+ "pass.or.username.mismatch": "Password or username did not match!",
1343
+ "your.name.placeholder": "Your name",
1344
+ "your.password.placeholder": "Your password",
1345
+ "sign.in": "Sign in",
1346
+ "sign.in.openid": "Sign in with OpenID",
1347
+ "gdb.license.info.header": "GraphDB License Information",
1348
+ "supply.license.or.contact.us.warning": "Please supply a valid license or contact the Ontotext AD sales department to acquire one!",
1349
+ "revert.to.free": "Revert to Free license",
1350
+ "free.license.restrictions": "You do not have a valid license for GraphDB SE/EE and GraphDB works in Free mode. Set a valid SE/EE license to get access to all SE/EE features.",
1351
+ "table.name": "Table name",
1352
+ "table.name.placeholder.required": "SQL table name (required)",
1353
+ "jdbc.column.types": "Column types",
1354
+ "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.",
1355
+ "jdbc.column.name": "Column name",
1356
+ "jdbc.sql.type.label": "SQL type",
1357
+ "precision.label": "Precision",
1358
+ "scale.label": "Scale",
1359
+ "nullable.label": "Nullable",
1360
+ "literal.type.language.tag.label": "Literal type or language tag for SPARQL FILTER",
1361
+ "jdbc.column.names.hint": "The column names are derived from the projection variables of the SPARQL query.",
1362
+ "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.",
1363
+ "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.",
1364
+ "jdbc.sql.type.scale.hint": "Sets the scale of the SQL type, e.g. DECIMAL(10, 2).",
1365
+ "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.",
1366
+ "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.",
1367
+ "jdbc.column.suggestions": "Get columns suggestions",
1368
+ "jdbc.delete.column": "Delete column",
1369
+ "jdbc.save.configuration": "Save SQL configuration",
1370
+ "jdbc.cancel.configuration": "Cancel SQL configuration",
1371
+ "jdbc.preview.configuration": "Preview SQL configuration table",
1372
+ "jdbc.create.new.configuration": "Create new SQL table configuration",
1373
+ "jdbc.sql.configurations.list": "SQL table configurations",
1374
+ "jdbc.no.tables.defined": "No tables are defined",
1375
+ "jdbc.edit.configuration": "Edit JDBC configuration",
1376
+ "jdbc.delete.configuration": "Delete JDBC configuration",
1377
+ "app.info": "Application info",
1378
+ "server.report": "Server report",
1379
+ "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:",
1380
+ "server.report.help.info.jvm.stack.trace": "The JVM stack trace",
1381
+ "server.report.help.info.system.repo.content": "The content of the SYSTEM repository",
1382
+ "server.report.help.info.directories": "Directory listings of various GraphDB directories",
1383
+ "server.report.help.info.logs": "The latest log files",
1384
+ "no.prev.server.report.found": "No previous report found.",
1385
+ "server.report.generation.in.progress": "Report is being generated...",
1386
+ "last.server.report.timestamp": "Last report was generated",
1387
+ "prev.server.report.timestamp": "Previous report available, generated",
1388
+ "new.server.report": "New report",
1389
+ "new.server.report.tooltip": "Generates a new server report",
1390
+ "download.server.report.tooltip": "Download the latest report file",
1391
+ "info.configuration.parameters": "Configuration Parameters",
1392
+ "user.data": "User data",
1393
+ "server.files": "Server files",
1394
+ "supported.import.formats.label": "The supported RDF formats are",
1395
+ "upload.rdf.files.label": "Upload RDF files",
1396
+ "all.rdf.formats.label": "All RDF formats",
1397
+ "up.to": ", up to",
1398
+ "rdf.data.from.url.label": "Get RDF data from a URL",
1399
+ "import.rdf.text.snippet.label": "Import RDF text snippet",
1400
+ "type.paste.data.label": "Type or paste RDF data",
1401
+ "ok.continue": "OK, continue",
1402
+ "no.thanks": "No, thanks",
1403
+ "view.rdf.data.text.visual.graph.header": "View RDF data as a text table or as a visual graph",
1404
+ "view.resource.label": "View resource",
1405
+ "view.active.repo.info.label": "View information about the current active repository",
1406
+ "active.repo.label": "Active repository",
1407
+ "not.supported.repo.edit.label": "Editing this repository is not supported.",
1408
+ "refresh.repo.info": "Refresh repository info",
1409
+ "repository.with.label": "repository with",
1410
+ "read.write": "read/write",
1411
+ "read.only": "read-only",
1412
+ "access": "access",
1413
+ "total.statements": "total statements",
1414
+ "explicit": "explicit",
1415
+ "default": "default",
1416
+ "inferred": "inferred",
1417
+ "expansion.ratio": "expansion ratio",
1418
+ "error": "error",
1419
+ "import.rdf.data.label": "Import RDF data",
1420
+ "import.tabular.data.ontorefine": "Import tabular data with OntoRefine",
1421
+ "export.rdf.data": "Export RDF data",
1422
+ "saved.sparql.queries.label": "Saved SPARQL queries",
1423
+ "saved.sparql.queries.tooltip": "Execute a saved SPARQL query directly",
1424
+ "common.execute": "Execute",
1425
+ "menu.license.tooltip": "View information about the installed GraphDB license",
1426
+ "no.license.info.available.warning": "License information cannot be shown because you are not connected to a location.",
1427
+ "license.settings.label": "License settings",
1428
+ "visual.graph.home.label": "Back to visual graph home",
1429
+ "search.another.resource.label": "Search another resource",
1430
+ "visual.graph.rotate.graph.left": "Click to rotate the graph to the left",
1431
+ "visual.graph.rotate.graph.right": "Click to rotate the graph to the right",
1432
+ "visual.graph.unpin.nodes": "Unpin all nodes",
1433
+ "visual.graph.pin.down.nodes": "Pin down all nodes",
1434
+ "visual.save.graph.snapshot": "Save graph snapshot",
1435
+ "visual.graph.click.configure.view": "Click to configure the view",
1436
+ "visual.search.iri": "Search for an IRI to view it.",
1437
+ "visual.graph.advanced.option": "This is a user defined advanced configuration.",
1438
+ "hint": "Hint:",
1439
+ "visual.easy.graph": "Easy graph",
1440
+ "visual.easy.graph.info": "Search for an IRI to view it and configure the visualisation through the UI without using SPARQL",
1441
+ "visual.create.graph.config": "Create graph config",
1442
+ "visual.advanced.graph.config": "Advanced graph configurations",
1443
+ "visual.advanced.graph.config.info": "Define how the visualisation works by writing your own SPARQL queries",
1444
+ "visual.no.configs": "No graph configs",
1445
+ "visual.config.search.box.starting.point": "Starting point - Search box",
1446
+ "visual.config.query.results.starting.point": "Starting point - Query results",
1447
+ "visual.config.fixed.resource.starting.point": "Starting point - Fixed resource",
1448
+ "visual.edit.config": "Edit configuration",
1449
+ "visual.delete.config": "Delete configuration",
1450
+ "visual.saved.graphs": "Saved graphs",
1451
+ "visual.no.saved.graphs": "No saved visual graph snapshots",
1452
+ "visual.get.graph.url": "Get URL to graph",
1453
+ "visual.advanced": "Advanced:",
1454
+ "visual.rename.graph": "Rename graph",
1455
+ "visual.delete.graph": "Delete graph",
1456
+ "visual.collapse.sidepanel": "Collapse sidepanel",
1457
+ "sidepanel.graph.settings": "Graph settings",
1458
+ "sidepanel.limit.links.tooltip": "Limit the number of links when often they are too many",
1459
+ "sidepanel.maximum.links": "Maximum links to show",
1460
+ "visual.search.instance.placeholder": "Search instance properties",
1461
+ "sidepanel.invalid.limit.links.msg": "Invalid links limit",
1462
+ "sidepanel.invalid.limit.links.tooltip": "The valid limit range is 1-1000",
1463
+ "sidepanel.preferred.languages": "Preferred languages",
1464
+ "sidepanel.add.language.tag": "Add a language tag",
1465
+ "sidepanel.preferred.languages.for.node": "Preferred languages for node and predicates labels",
1466
+ "sidepanel.include.schema.statements.tooltip": "Include/Exclude predicates from owl: rdf: rdfs: sesame: dul: prov: fibo: wd:",
1467
+ "sidepanel.include.schema.statements": "Include schema statements",
1468
+ "sidepanel.include.inferred.statements": "Include inferred statements",
1469
+ "sidepanel.include.inferred.statements.tooltip": "Include/exclude inferred statements",
1470
+ "sidepanel.expand.results.sameas": "Expand results over owl:sameAs",
1471
+ "sidepanel.show.pred.labels.as.links.titles.tooltip": "Show predicate labels as links titles",
1472
+ "sidepanel.show.pred.labels.as.links.titles": "Show predicate labels",
1473
+ "sidepanel.preferred.types": "Preferred types",
1474
+ "sidepanel.preferred.types.tooltip": "Types of nodes to show with preference when there are too many nodes",
1475
+ "sidepanel.add.preferred.type.placeholder": "Add preferred type",
1476
+ "sidepanel.show.preferred.types.nodes.only.tooltip": "Show only nodes of the preferred types",
1477
+ "sidepanel.show.preferred.types.nodes.only": "Show preferred types only",
1478
+ "sidepanel.ignored.types": "Ignored types",
1479
+ "sidepanel.ignored.types.tooltip": "Types of nodes to exclude from the visual graph",
1480
+ "sidepanel.add.ignored.type.placeholder": "Add ignored type",
1481
+ "sidepanel.preferred.predicates": "Preferred predicates",
1482
+ "sidepanel.preferred.predicates.tooltip": "Predicates to show with preference when there are too many links",
1483
+ "sidepanel.add.preferred.predicate": "Add preferred predicate",
1484
+ "sidepanel.show.preferred.predicates.links.only.tooltip": "Show only links of the preferred predicates",
1485
+ "sidepanel.show.preferred.predicates.only": "Show preferred predicates only",
1486
+ "sidepanel.ignored.predicates": "Ignored predicates",
1487
+ "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",
1488
+ "sidepanel.add.ignored.predicate.placeholder": "Add ignored predicate",
1489
+ "sidepanel.wildcard.iris": "IRIs that end with * are treated as wildcards and will match any IRI that begins with the text before the *",
1490
+ "sidepanel.no.properties.found": "No properties found",
1491
+ "find.enter.resource.iri": "Enter resource IRI",
1492
+ "export.no.graphs.in.repo": "No graphs in this repository. Add graphs via the",
1493
+ "export.sparql.update.form": "SPARQL update form",
1494
+ "or": "or",
1495
+ "of": "of",
1496
+ "export.data.import.page": "the data import page",
1497
+ "export.graphs.per.page": "Graphs per page:",
1498
+ "search.graphs.label": "Search Graphs",
1499
+ "export.repository.label": "Export repository",
1500
+ "removes.data.from.repo.label": "Removes all data from the current repository",
1501
+ "clear.repo.label": "Clear repository",
1502
+ "no.results.found.label": "No results were found.",
1503
+ "select.all.tooltip": "Select all",
1504
+ "export.selected.graphs.tooltip": "Export selected graphs",
1505
+ "remove.data.from.selected.graph.tooltip": "Removes all data from the selected graphs",
1506
+ "shacl.shape.graph.tooltip": "SHACL Shape Graph",
1507
+ "export.graph.label": "Export graph",
1508
+ "remove.data.from.this.graph.tooltip": "Removes all data from this graph",
1509
+ "context.label": "Context",
1510
+ "source.label": "Source",
1511
+ "edit.resource.label": "Edit resource",
1512
+ "target.label": "Target",
1513
+ "show.blank.nodes.label": "Show Blank Nodes",
1514
+ "download.as.label": "Download as",
1515
+ "visual.graph.label": "Visual graph",
1516
+ "explore.graph.visually.popover": "Click to explore the graph visually",
1517
+ "pred.label": "Predicate",
1518
+ "example.label": "Example",
1519
+ "complete.short.iri.warning": "Please complete the short IRI.",
1520
+ "view.resource.trig.format.tooltip": "View the resource graph in TriG format",
1521
+ "view.trig.format.label": "View TriG",
1522
+ "save.changes.label": "Save changes",
1523
+ "explore.data.graph.title": "Explore Data Graph",
1524
+ "back.to.class.hierarchy.label": "Back to Class Hierarchy diagram",
1525
+ "show.collapsed.preds": "Show collapsed predicates",
1526
+ "show.preds": "Show all predicates",
1527
+ "no.preds.found.label": "No predicates found",
1528
+ "remove.classes.label": "Remove All Classes",
1529
+ "show.dependencies.between.classes.label": "Showing the dependencies between {{number}} classes",
1530
+ "no.dependencies.found.label": "No dependencies between these classes",
1531
+ "class.count.constraint": "At least two classes are needed to show dependency diagram",
1532
+ "no.dependencies.for.repo.warning": "The currently selected repository contains no dependencies data. Please, reload the diagram if you have imported data recently.",
1533
+ "no.dependencies.for.graph.warning": "The currently selected repository's graph contains no dependencies data. Please select another graph from dropdown menu.",
1534
+ "not.available.dependencies.plugin.warning": "Dependencies plugin is not available. Dependency data cannot be shown without it.",
1535
+ "dependencies.calculation.in.progress.warning": "Dependencies calculation is in progress. If your repo is big it may take some time.",
1536
+ "incoming.label": "Incoming",
1537
+ "outgoing.label": "Outgoing",
1538
+ "class.label": "Class",
1539
+ "links.label": "Links",
1540
+ "add.class.label": "Add Class",
1541
+ "related.classes.label": "Related Classes",
1542
+ "remove.class.label": "Remove Class",
1543
+ "back.to.main.class.table": "Back to main Class Relationships table",
1544
+ "and.label": "And",
1545
+ "more.label": "more...",
1546
+ "no.valid.license.warning": "No valid license",
1547
+ "set.label": "Set",
1548
+ "choose.repo": "Choose repository",
1549
+ "no.accessible.repos.warning": "No accessible repositories",
1550
+ "sign.out.label": "Sign out",
1551
+ "logout.label": "Logout",
1552
+ "open.external.page": "Open external page",
1553
+ "no.access.permission.to.functionality.error": "You have no permission to access this functionality with your current credentials.",
1554
+ "change.menu.or.user.warning": "Please choose another menu item or login as a different user.",
1555
+ "all.rights.reserved.label": "All rights reserved.",
1556
+ "change.language.tooltip": "Change language to",
1557
+ "current.language.tooltip": "Current language",
1558
+ "sparql.shortcuts": "keyboard shortcuts",
1559
+ "sparql.shortcuts.capital": "Keyboard shortcuts",
1560
+ "sparql.shortcuts.trigger.autocomplete": "Trigger Autocompletion",
1561
+ "sparql.shortcuts.delete.line": "Delete current/selected line(s)",
1562
+ "sparql.shortcuts.comment.uncomment.line": "Comment or uncomment current/selected line(s)",
1563
+ "sparql.shortcuts.copy.line.down": "Copy line down",
1564
+ "sparql.shortcuts.copy.line.up": "Copy line up",
1565
+ "sparql.shortcuts.auto.format.indent.lines": "Auto-format/indent selected lines",
1566
+ "sparql.shortcuts.auto.indent.lines.more": "Indent current/selected line(s) more",
1567
+ "sparql.shortcuts.auto.indent.lines.less": "Indent current/selected line(s) less",
1568
+ "sparql.shortcuts.execute.query.update": "Execute query or update",
1569
+ "sparql.shortcuts.execute.explain.plan": "Execute explain plan for query",
1570
+ "sparql.shortcuts.create.new.tab": "Create a new unnamed tab",
1571
+ "sparql.shortcuts.create.saved.query": "Create a saved query from the current state",
1572
+ "sparql.shortcuts.switch.next.tab": "Switch to next tab",
1573
+ "sparql.shortcuts.switch.prev.tab": "Switch to previous tab",
1574
+ "sparql.shortcuts.close.all.tabs.except.selected": "Click at close tab icon closes all the tabs except the clicked one",
1575
+ "graph.shortcuts.mouse.keyboard": "mouse and keyboard actions",
1576
+ "graph.shortcuts.mouse.actions": "Mouse actions",
1577
+ "graph.shortcuts.single.click": "Single click",
1578
+ "graph.shortcuts.view.node.details": "View node details and properties",
1579
+ "graph.shortcuts.double.click": "Double click",
1580
+ "graph.shortcuts.load.node.connections": "Load node connections",
1581
+ "graph.shortcuts.remove.node.links": "Removes a node and its links",
1582
+ "graph.shortcuts.restart.view.with.node.at.center": "Restart the view with that node as a central one",
1583
+ "graph.shortcuts.click.drag.node": "Click and drag a node",
1584
+ "graph.shortcuts.move.node.dragging": "Move a node by dragging it (will also pin down the node)",
1585
+ "graph.shortcuts.right.click.node": "Right click a node",
1586
+ "graph.shortcuts.pin.unpin.node": "Pin down or unpin the node",
1587
+ "graph.shortcuts.click.drag.outside.node": "Click and drag outside a node",
1588
+ "graph.shortcuts.move.whole.graph": "Move the whole graph",
1589
+ "graph.shortcuts.touch.actions": "Touch actions",
1590
+ "graph.shortcuts.tap": "Tap",
1591
+ "graph.shortcuts.tap.hold": "Tap and hold",
1592
+ "graph.shortcuts.tap.twice": "Tap twice",
1593
+ "graph.shortcuts.keyboard.actions": "Keyboard actions",
1594
+ "graph.shortcuts.left.arrow": "Left arrow",
1595
+ "graph.shortcuts.rotate.graph.left": "Rotate the graph to the left",
1596
+ "graph.shortcuts.right.arrow": "Right arrow",
1597
+ "graph.shortcuts.rotate.graph.right": "Rotate the graph to the right",
1598
+ "filter.classes.placeholder": "Filter classes",
1599
+ "all.graphs.label": "All graphs",
1600
+ "subject": "subject",
1601
+ "predicate": "predicate",
1602
+ "object": "object",
1603
+ "context": "context",
1604
+ "all": "all",
1605
+ "clear.tooltip": "Clear",
1606
+ "repo.page.location.label": "Location",
1607
+ "repo.page.location.input.field.tooltip": "The location where to create repository. The default is the local one."
1608
+ }