graphdb-workbench-tests 2.3.0-TR11 → 2.3.0-TR12

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.
@@ -431,7 +431,8 @@
431
431
  "security.free.access.is": "Free Access is",
432
432
  "security.free.access.non.admin": "free access to non-admin functionality",
433
433
  "security.using.external.auth.db": "Using external authentication and authorization database",
434
- "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.user.settings.modification": "You can modify the user settings for users that logged in previously but you cannot change their credentials or access rights",
435
+ "security.user.settings.user_role": "You can see user role or access rights in the external authentication provider",
435
436
  "security.table.username": "Username",
436
437
  "security.table.role": "Role",
437
438
  "security.table.date.created": "Date created",
@@ -646,7 +647,7 @@
646
647
  "query.editor.autocomplete.hint": "Hint: \"abC\" matches \"abC*\", \"ab c*\" and \"ab-c*\"",
647
648
  "query.editor.progress.msg": "{{progressMessage}}... {{timeHuman}}",
648
649
  "query.editor.extra.msg": "\n{{extraMessage}}",
649
- "query.editor.warning.msg": "Explain only works with SELECT, CONSTRUCT or DESCRIBE queries.",
650
+ "query.editor.warning.msg": "Explain only works with SELECT, CONSTRUCT and DESCRIBE queries.",
650
651
  "query.editor.virtual.repo.warning.msg": "Explain not supported for Virtual repositories.",
651
652
  "query.editor.virtual.repo.update.warning.msg": "Updates are not supported for Virtual repositories.",
652
653
  "query.editor.get.saved.queries.error": "Error! Could not get saved queries",
@@ -951,10 +952,31 @@
951
952
  "fedx.repo.already.added.member.error": "Repository {{name}} already added as a FedX member",
952
953
  "fedx.repo.already.added.sparql.endpoint.error": "SPARQL endpoint {{name}} already added as a FedX member",
953
954
  "ontop.repo.configuration": "Ontop configuration",
955
+ "ontop.repo.connection.information": "Connection Information",
956
+ "ontop.repo.settings": "Ontop settings",
954
957
  "ontop.repo.database.driver": "Database driver",
958
+ "ontop.repo.database.host_name": "Host name",
959
+ "ontop.repo.database.host_name.placeholder": "Enter hostname",
960
+ "ontop.repo.database.snowflake.host_name": "Account identifier",
961
+ "ontop.repo.database.port": "Port",
962
+ "ontop.repo.database.port.placeholder": "Enter port",
963
+ "ontop.repo.database.username": "Username",
964
+ "ontop.repo.database.username.placeholder": "Enter username",
965
+ "ontop.repo.database.database_name": "Database name",
966
+ "ontop.repo.database.database_name.placeholder": "Enter data source name",
967
+ "ontop.repo.database.schema.database_name": "Schema",
968
+ "ontop.repo.database.http_path.database_name": "HttpPath",
969
+ "ontop.repo.database.warehouse.database_name": "Warehouse",
970
+ "ontop.repo.database.password": "Password",
971
+ "ontop.repo.database.password.placeholder": "Enter password",
972
+ "ontop.repo.database.driver_class": "Driver class",
973
+ "ontop.repo.database.driver_class.placeholder": "Enter data source driver class",
974
+ "ontop.repo.database.url": "JDBC URL",
955
975
  "ontop.repo.test.connection": "Test connection",
956
976
  "ontop.repo.download.jdbc.driver": "Download JDBC driver",
977
+ "ontop.repo.missing.jdbc.driver": "Missing JDBC Driver",
957
978
  "ontop.repo.missing.required.file.error": "Missing required ontop repo file",
979
+ "ontop.repo.missing.required.file": "Missing required ontop repo file '{{fileName}}'",
958
980
  "ontop.repo.successful.connection.msg": "Connection is successful",
959
981
  "ontop.repo.failed.to.connect": "Failed to connect",
960
982
  "ontop.repo.properties.label": "Additional Ontop/JDBC properties",
@@ -962,6 +984,7 @@
962
984
  "ontop.repo.properties.configuration.link": "Ontop configuration properties",
963
985
  "ontop.repo.properties.placeholder": "# Ontop/JDBC properties in properties file format",
964
986
  "missing.required.field.error": "Missing required field",
987
+ "missing.required.field": "Missing required field '{{fieldName}}'",
965
988
  "restart.repo.check.tooltip": "Check to restart the repository and apply the changes.",
966
989
  "restart.repo.label": "Restart repository",
967
990
  "delete.repo": "Delete repository",
@@ -1256,6 +1279,7 @@
1256
1279
  "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 ",
1257
1280
  "signature.auth.info.last": " in the documentation.",
1258
1281
  "update.file.content.header": "Update file contents",
1282
+ "update.file.edit.content.header": "Edit \"{{fileName}}\" contents",
1259
1283
  "update.file.content.placeholder": "# Update ontop repository file content",
1260
1284
  "update.file.content.tooltip": "Update the contents of the file.",
1261
1285
  "upload.repo.config.header": "Upload Repository Configuration",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "2.3.0-TR11",
3
+ "version": "2.3.0-TR12",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "start": "cypress open",