graphdb-workbench-tests 2.5.0-TR5 → 2.5.0-TR6

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.
@@ -168,7 +168,8 @@
168
168
  },
169
169
  "errors": {
170
170
  "loading_rules": "Error during ACL rules",
171
- "updating_rules": "Error during ACL rules update"
171
+ "updating_rules": "Error during ACL rules update",
172
+ "duplicated_rules": "Every ACL rule should be unique."
172
173
  }
173
174
  },
174
175
  "config.name.label": "Config name",
@@ -926,10 +927,9 @@
926
927
  "core.errors.fedx.repository.warning.msg": " view is not supported by FedX Repository.",
927
928
  "core.errors.select.repository.warning.msg": "Click one of the repositories below to connect to it",
928
929
  "core.errors.or.create.repository.warning.msg": " or create a new repository",
929
- "core.errors.no.accessible.warning.msg": "There are no accessible ",
930
- "core.errors.writable": "writable ",
931
- "core.errors.repositories": "repositories",
932
- "core.errors.create.repository.warning.msg": ". You can create a new repository",
930
+ "core.errors.no.accessible.repositories.warning.msg": "There are no accessible repositories.",
931
+ "core.errors.no.accessible.writable.repositories.warning.msg": "There are no accessible writable repositories.",
932
+ "core.errors.create.repository.warning.msg": " You can create a new repository",
933
933
  "core.errors.show.remote.locations.btn": "Show remote locations",
934
934
  "core.errors.hide.remote.locations.btn": "Hide remote locations",
935
935
  "core.errors.location.local.label": "Local",
@@ -1187,6 +1187,7 @@
1187
1187
  "repo.properties": "Repository properties",
1188
1188
  "repo.id.label": "Repository ID*",
1189
1189
  "edit.repo.id.tooltip": "Edit repository id",
1190
+ "edit.repo.id.cannot_edit_in_cluster.tooltip": "Cannot rename repository while in cluster.",
1190
1191
  "invalid.repo.name.error": "Repository name can contain only letters (a-z, A-Z), numbers (0-9), \"-\" and \"_\"",
1191
1192
  "upload.custom.ruleset.file": "Upload a custom ruleset file.",
1192
1193
  "custom.ruleset": "Custom ruleset...",
@@ -1705,6 +1706,7 @@
1705
1706
  "target.label": "Target",
1706
1707
  "show.blank.nodes.label": "Show Blank Nodes",
1707
1708
  "download.as.label": "Download as",
1709
+ "download.as.progress.msg": "Downloading SPARQL result",
1708
1710
  "visual.graph.label": "Visual graph",
1709
1711
  "explore.graph.visually.popover": "Click to explore the graph visually",
1710
1712
  "pred.label": "Predicate",
@@ -1915,20 +1917,13 @@
1915
1917
  "ttyg.settings.topk.tooltip": "Number of results returned to the chat bot when it requests more information. More results will provide more information but they may also introduce noise.",
1916
1918
  "ttyg.settings.echo.vector.query": "Echo vector query",
1917
1919
  "ttyg.settings.echo.vector.query.tooltip": "If enabled the bot will use the generated queries as feedback to the GPT API.",
1918
- "global.operations_statuses.queries.title": "Running query",
1919
- "global.operations_statuses.queries.title.plural": "Running queries",
1920
- "global.operations_statuses.updates.title": "Running update",
1921
- "global.operations_statuses.updates.title.plural": "Running updates",
1922
- "global.operations_statuses.imports.title": "Running import",
1923
- "global.operations_statuses.imports.title.plural": "Running imports",
1920
+ "global.operations_statuses.queries.title": "Running queries",
1921
+ "global.operations_statuses.updates.title": "Running updates",
1922
+ "global.operations_statuses.imports.title": "Running imports",
1924
1923
  "global.operations_statuses.CREATE_BACKUP_IN_PROGRESS.title": "Creating backup",
1925
- "global.operations_statuses.CREATE_BACKUP_IN_PROGRESS.title.plural": "Creating backups",
1926
1924
  "global.operations_statuses.RESTORE_BACKUP_IN_PROGRESS.title": "Restoring backup",
1927
- "global.operations_statuses.RESTORE_BACKUP_IN_PROGRESS.title.plural": "Restoring backups",
1928
1925
  "global.operations_statuses.CREATE_CLOUD_BACKUP_IN_PROGRESS.title": "Creating cloud backup",
1929
- "global.operations_statuses.CREATE_CLOUD_BACKUP_IN_PROGRESS.title.plural": "Creating cloud backups",
1930
1926
  "global.operations_statuses.RESTORE_CLOUD_BACKUP_IN_PROGRESS.title": "Restoring cloud backup",
1931
- "global.operations_statuses.RESTORE_CLOUD_BACKUP_IN_PROGRESS.title.plural": "Restoring cloud backups",
1932
1927
  "global.operations_statuses.IN_SYNC.title": "In sync",
1933
1928
  "global.operations_statuses.RECOVERING.title": "Recovering",
1934
1929
  "global.operations_statuses.OUT_OF_SYNC.title": "Out of sync",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.5.0-TR5",
3
+ "version": "2.5.0-TR6",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",