graphdb-workbench-tests 2.3.0-TR12 → 2.3.0-TR14

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.
@@ -983,6 +983,11 @@
983
983
  "ontop.repo.properties.tooltip": "Allows to specify additional Ontop/JDBC in properties file format",
984
984
  "ontop.repo.properties.configuration.link": "Ontop configuration properties",
985
985
  "ontop.repo.properties.placeholder": "# Ontop/JDBC properties in properties file format",
986
+ "ontop.repo.file.obdaFile.name": "OBDA or R2RML file",
987
+ "ontop.repo.file.owlFile.name": "Ontology file",
988
+ "ontop.repo.file.constraintFile.name": "Constraint file",
989
+ "ontop.repo.file.lensesFile.name": "Lenses file",
990
+ "ontop.repo.file.dbMetadataFile.name": "DB metadata file",
986
991
  "missing.required.field.error": "Missing required field",
987
992
  "missing.required.field": "Missing required field '{{fieldName}}'",
988
993
  "restart.repo.check.tooltip": "Check to restart the repository and apply the changes.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.3.0-TR12",
3
+ "version": "2.3.0-TR14",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",