diff --git a/go.mod b/go.mod index 9cff91847..6b07f47ac 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/SentimensRG/ctx v0.0.0-20180729130232-0bfd988c655d github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d github.com/brianvoe/gofakeit/v6 v6.16.0 - github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635 + github.com/cortezaproject/corteza-locale v0.0.0-20220920093226-f073199ffab5 github.com/crewjam/saml v0.4.6 github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1 github.com/davecgh/go-spew v1.1.1 diff --git a/go.sum b/go.sum index efe033916..4eca7c73d 100644 --- a/go.sum +++ b/go.sum @@ -122,6 +122,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220615084837-bea2371a9dce h1:I github.com/cortezaproject/corteza-locale v0.0.0-20220615084837-bea2371a9dce/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635 h1:TmDyhjoY135CEVEly9yZp3vB2JKJeiZl7BhpnBPswM4= github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= +github.com/cortezaproject/corteza-locale v0.0.0-20220920093226-f073199ffab5 h1:MiBh7fQjBe0v2uKiWe5JbzAU0sXcsmm1P4nKdHOBk+U= +github.com/cortezaproject/corteza-locale v0.0.0-20220920093226-f073199ffab5/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cortezaproject/goqu/v9 v9.18.4 h1:HV7Ocf6xYHIqU4buxYkg3Ght/en93Yr1m71KPhJXW0Y= github.com/cortezaproject/goqu/v9 v9.18.4/go.mod h1:nf0Wc2/hV3gYK9LiyqIrzBEVGlI8qW3GuDCEobC4wBQ= github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= diff --git a/vendor/github.com/cortezaproject/corteza-locale/README.md b/vendor/github.com/cortezaproject/corteza-locale/README.md index d05fff42d..c9fbd3178 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/README.md +++ b/vendor/github.com/cortezaproject/corteza-locale/README.md @@ -10,7 +10,6 @@ [![License Card](https://img.shields.io/github/license/cortezaproject/corteza-server)](https://img.shields.io/github/license/cortezaproject/corteza-server) [![Go Report Card](https://goreportcard.com/badge/github.com/cortezaproject/corteza-server)](https://goreportcard.com/report/github.com/cortezaproject/corteza-server) - [![Build Status](https://drone.crust.tech/api/badges/cortezaproject/corteza/status.svg)](https://drone.crust.tech/cortezaproject/corteza) [![CodeCov Report Card](https://img.shields.io/codecov/c/github/cortezaproject/corteza-server)](https://img.shields.io/codecov/c/github/cortezaproject/corteza-server) diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml index dc0a8f26f..470f2c6c4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml @@ -32,6 +32,7 @@ list: handle: Handle name: Name state: State + export: Export rows: filters: deleted: Deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml index b8eff5b15..0d374de42 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml @@ -11,3 +11,5 @@ label: submit: Submit delete: Delete undelete: Undelete + fileTypeNotAllowed: File type not allowed + diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml index 728a20746..dd8eb33ca 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml @@ -202,6 +202,13 @@ federation: handshake: success: Handshake complete paired error: Handshake failed +sensitivityLevel: + create: + success: Sensitivity level created + error: Sensitivity level create failed + delete: + success: Sensitivity level deleted + error: Sensitivity level delete failed settings: system: fetch: @@ -250,4 +257,6 @@ connection: undelete: success: Connection restored error: Connection restore failed - +sensitivity-level: + fetch: + error: Sensitivity level fetch failed diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml index 6463b6d04..4424f9c1f 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml @@ -12,6 +12,7 @@ ui: title: Edit permissions label: User roles description: Select role to set permissions + edit-or-eval: Edit or evaluate permissions evaluate: title: Evaluated permissions @@ -56,6 +57,7 @@ ui: clone: clone: Clone label: Clone permissions + pick-role: Pick a role title: Clone permissions to description: This will clone all the permissions of the current role and apply them to the selected @@ -253,6 +255,9 @@ resources: description: 'Default: deny' specific: Delete connection "{{target}} title: Delete any connection + dal-config: + manage: + title: Manage any connections role: label: Roles all: all roles @@ -358,6 +363,7 @@ resources: credentials: manage: specific: Manage {{target}}'s credentials + title: Manage any user delete: description: 'Default: deny' specific: Delete {{target}} @@ -471,6 +477,8 @@ resources: operations: delete: title: Delete any module + owned-record.create: + title: Manage owner when creating record of any module read: title: Read any module record.create: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml index e8e511886..10741d89c 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml @@ -1,4 +1,5 @@ list: + export: Export title: 'Integration Gateway' new: 'New' permissions: 'Permissions' diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml index 207ba54e6..7f75a1038 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml @@ -40,6 +40,7 @@ list: name: Name appListName: App selector name state: State + export: Export rows: filters: deleted: Deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.connections.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.connections.yaml index 411319c17..dfc22f935 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.connections.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.connections.yaml @@ -30,7 +30,7 @@ editor: placeholder: Data lake description: '' handle: - label: Handle + label: Handle * placeholder: simplified_connection_name description: invalid-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots @@ -48,7 +48,7 @@ editor: description: Name of the company or person who owns the data sensitivity-level: label: Highest allowed sensitivity level - placeholder: + placeholder: Select a sensitivity level description: Highest allowed level of sensitivity for the data stored (as set on fields of the module that uses this connection) properties: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml index 0359b5b2d..6a4a8ac1c 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml @@ -25,6 +25,7 @@ list: createdAt: Created At state: State queue: Queue + export: Export rows: filters: deleted: Deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.sensitivityLevel.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.sensitivityLevel.yaml index 1fdbb2d2b..ebb748c73 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.sensitivityLevel.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.sensitivityLevel.yaml @@ -1,16 +1,22 @@ editor: + new: New title: create: Create sensitivity level edit: Edit sensitivity level info: title: Basic Information handle: - label: Handle + label: Handle * placeholder: handle (a - z, 0 - 9, underscore, dash) invalid-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots name: Name description: Description - level: Level + level: Level {{level}} + createdAt: Created at + delete: Delete + deletedAt: Deleted at + undelete: Undelete + updatedAt: Updated at list: title: Sensitivity Levels diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml index 16ca33ace..8d99cc3de 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml @@ -52,6 +52,7 @@ list: meta: short: Short name state: State + export: Export rows: filters: deleted: Deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml index 0fbf37d4d..b599e92e9 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml @@ -69,6 +69,7 @@ list: handle: Handle name: Name state: State + export: Export rows: filters: deleted: Deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml index 0460a2936..423136afe 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml @@ -396,7 +396,7 @@ recordRevisions: no-record: No record found to display revisions for. disabled-on-module: Record revisions are disabled on this module. - show-revisions: Show record revisions ({{ revision }}). + show-revisions: Show record revisions ({{ revision }}) show-changes: "{{ count }} change(s)" revisions: columns: @@ -477,4 +477,42 @@ report: description: Display elements are grouped by their respective block progress: + add: + Add + aggregate: + label: Aggregation operation + select: Select aggregation operation + animated: Animated + default-variant: Default variant + display-options: Display options + fetch-failed: Failed to fetch progress bar report + field: + label: Field + select: Select field label: Progress bar + module: + select: Select module + label: Module + preview: Preview + show: + value: Show value + relative: Show relative + progress: Show progress + tab: + label: Progress + thresholds: Thresholds + threshold: + label: Threshold + variant: Set which variant to show if value is equal or larger than the threshold + value: + label: Value + max: Maximum value + variant: + default: Dark + danger: Danger + dark: Dark + info: Info + light: Light + primary: Primary + secondary: Secondary + success: Success + warning: Warning diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml index f31c700bd..b672c38a3 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml @@ -77,7 +77,7 @@ kind: warning: Warning thresholds: label: Thresholds - description: Set which variant to show if value exceeds the threshold + description: Set which variant to show if value is equal or larger than the threshold record: currentUnnamedModule: (Current unnamed module) label: Record @@ -110,6 +110,7 @@ kind: multiLine: Multi line richText: Use Rich Text Editor url: + example: 'Example URL: https://example.com' label: URL preventToLink: Don't turn Url into a link sshOnly: Only allow SSL (https) Url @@ -175,7 +176,18 @@ selector: selected: Selected fields systemField: (system field) unselectAll: Unselect all +privacy: + sensitivity-level: + label: Sensitivity level + placeholder: Select a sensitivity level + usage-disclosure: + label: Sensitive field usage disclosure (visible on data-privacy console) system: + id: Record ID + moduleID: Module ID + namespaceID: Namespace ID + revision: Record revision + meta: Meta data recordID: Record ID createdAt: Created at createdBy: Created by diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml index 49a915ab3..0f2f19b92 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml @@ -51,6 +51,7 @@ label: pageBuilder: Page builder permissions: Permissions private: Private + privacy: Privacy processing: Processing... record: Record recordPage: Record page diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml index 6d2f3e722..8cc25369f 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml @@ -19,6 +19,8 @@ createLabel: New Module edit: create: Create module edit: Edit module + fields: + label: Fields federationSettings: downstream: allFields: All Fields @@ -75,37 +77,89 @@ edit: required: Required field title: The name displayed in form input / data lists + issues: + label: Issues ({{count}}) + + config: dal: title: Data store - connection: Connection - ident: Identifier - ident-placeholder: compose_record - ident-description: "Name of the database table or collection where records can be accessed and stored. Supports partitioning placeholders: {{module}} for module handle and {{namespace}} for namespace handle" + connection: + label: Database connection + placeholder: Select a database connection + description: Changing the connection will reset the sensitivity level configuration on the module and fields, if the sensitivity level is incompatible with the new connection + ident: + label: Collection or database table name + placeholder: compose_record + description: "Name of the database table or collection where records can be accessed and stored. Supports partitioning placeholders: {{module}} for module handle and {{namespace}} for namespace handle" connections: fetch-failed: Could not fetch available connections + + module-fields: + label: Module field mapping and encoding + description: | + Configure how record fields are stored and read from the database. + Default behaviour is to encode values into JSON and store them in a single field. + Alternatively you can use columns with the same name as the field name (Column) + or use an Alias and store the value directly in the column. + + system-fields: + label: System field mapping and encoding + description: | + System fields are used to store metadata about the record. + Configure to skip or store them into a column with the same name (Column), + a different column (Alias) or encode them into JSON. + + encoding-strategy: + ident: + placeholder: Field or database table column name + + strategies: + plain: + label: Column + alias: + label: Alias + json: + label: JSON + + privacy: title: Privacy Settings - sensitivity-level: Maximum allowed sensitivity level - sensitivity-level-description: Maximum sensitivity level for fields on this module - usage-disclosure: Sensitive data usage disclosure (visible on data-privacy console) - usage-disclosure-placeholder: + sensitivity-level: + label: Highest allowed allowed sensitivity level + placeholder: Select a sensitivity level + description: Highest allowed level of sensitivity for fields on this module, changing this value will reset the sensitivity level of fields if they are incompatible. + usage-disclosure: + label: Sensitive data usage disclosure (visible on data-privacy console) data-source: Data Source select-data-source: Select a Data Source sensitivity-levels: - fetch-failed: Could not fetch available connections - + fetch-failed: Could not fetch sensitivity levels record-revisions: title: Record Revisions enabled: Enable record revisions - ident: Identifier - ident-placeholder: compose_record_revisions - ident-description: "Name of the database table or collection where revisions records can be accessed and stored. Supports partitioning placeholders: {{module}} for module handle and {{namespace}} for namespace handle" + ident: + label: Identifier + placeholder: compose_record_revisions + description: 'Name of the database table or collection where revisions records can be accessed and stored. Supports partitioning placeholders: {{module}} for module handle and {{namespace}} for namespace handle' + + validation: + title: Validation + + record-duplication: + title: Record duplication detection + strict-fields: + label: Strict fields + description: These fields will raise a validation error when duplicate value is detected + non-strict-fields: + label: Non strict fields + description: These fields will display a warning under the field when duplicate value is detected + federated: Federated forModule: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml index 7e4e4653e..c1886cd2d 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml @@ -1,5 +1,5 @@ manage-view: - label: Edit namespaces + label: Manage namespaces application: label: Enable on application list clickOpen: Click to open diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml index 9a9da462d..3917ab404 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml @@ -97,3 +97,8 @@ report: translations: saved: Translations saved saveFailed: Could not save translations +connection: + read-failed: Failed to read connection +sensitivity-level: + fetch-failed: Failed to fetch sensitivity levels + diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml index b225bafd2..0ae64fca2 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml @@ -9,6 +9,7 @@ ui: description: Select role to set permissions evaluate: + label: Evaluate description: Evaluate applied permissions add: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml index 4d71cd982..724f4ec28 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/sidebar.yaml @@ -1,6 +1,6 @@ adminPanel: Admin panel chart: Charts -namespaceList: Namespace list +manageNamespaces: Manage namespaces module: Modules noPages: No pages page: Pages diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/filters.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/filters.yaml index 4a84eb698..c838646ed 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/filters.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/filters.yaml @@ -10,3 +10,5 @@ types: aggregation-groups: modules: Modules namespaces: Namespaces + +reset: Reset diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/general.yaml new file mode 100644 index 000000000..43af6853d --- /dev/null +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/general.yaml @@ -0,0 +1,2 @@ +federated: Federated +no-values: No values \ No newline at end of file diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/navigation.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/navigation.yaml index 1d7d4746d..639b40ec1 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/navigation.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/navigation.yaml @@ -1,3 +1,4 @@ +discovery: Discovery help: documentation: Documentation feedback: Send feedback diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/search.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/search.yaml index fa191278f..fe1013f4e 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/search.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-discovery/search.yaml @@ -1,7 +1,6 @@ notification: search-error: There was problem getting search result input-placeholder: Enter search text -search-results: Search Results card: button-text: Show more type: Type @@ -14,4 +13,6 @@ card: fields: Fields tooltip: map: Toggle map - +range: Showing {{actual}} of {{all}} results +discovering: Discovering +no-results: No results diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/data-overview.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/data-overview.yaml index e135bf0ec..92006faa9 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/data-overview.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/data-overview.yaml @@ -11,6 +11,7 @@ data-types: application: title: Application Data data-source: Data Source + no-data-available: No data available select-data-source: Select a Data Source private-fields: Private Fields request-correction: Request Correction diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/map.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/map.yaml new file mode 100644 index 000000000..b6714eff1 --- /dev/null +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/map.yaml @@ -0,0 +1,3 @@ +location: Location +name: Name +server-details: Server Details \ No newline at end of file diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/notification.yaml index 4f280c546..450f5d6c4 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/notification.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/notification.yaml @@ -6,4 +6,6 @@ search: failed: Search failed list: load: - error: Failed to load resource list \ No newline at end of file + error: Failed to load resource list +connection-load-failed: Failed to load connections +sensitive-data-fetch-failed: Failed to fetch sensitive data \ No newline at end of file diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/request.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/request.yaml index 6c503f269..8aa8bdb14 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/request.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/request.yaml @@ -1,3 +1,15 @@ +comments: + enter: Enter comment... + label: Comments + sort: + first: + newest: Newest first + oldest: Oldest first + submit: Submit + unknown: + date: Unknown date + user: Unknown user + kind: correct: Correction Request delete: Deletion Request @@ -19,17 +31,20 @@ list: status: Status request: approve: Approve Requests + cancel: Cancel Request reject: Reject Requests edit: correct: private-fields: Private Fields + no-data-available: No data available submit: Submit Correction Request data-source: label: Data Source placeholder: Select a Data Source delete: private-fields: Private Fields + no-data-available: No data available submit: Delete Selected Data data-source: label: Data Source @@ -50,6 +65,7 @@ edit: view: approve: Approve request + cancel: Cancel request reject: Reject request export: data-type: diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml index 0de711a6f..db9fea011 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/builder.yaml @@ -12,13 +12,13 @@ datasource: types: load: label: Load - loads-data-from-specified-resource-such-as-compose-records: Loads data from a specified resource, such as Compose records + data-from-resource: Loads data from a specified resource, such as Compose records link: label: Link - links-two-load-datasources-such-as-compose-record-selector: Links two Load datasources with a unique column that links them together, such as a Compose record selector + load-datasources: Links two Load datasources with a unique column that links them together, such as a Compose record selector aggregate: label: Aggregate - aggregates-data-from-load-datasource-like-counting-number-of-accounts-with-same-status: Aggregates data from a load datasource based on a column value and aggregates it, such as counting the number of Accounts with the same status + load-datasource: Aggregates data from a load datasource based on a column value and aggregates it, such as counting the number of Accounts with the same status datasources: label: Datasources save: Save Datasources diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/steps.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/steps.yaml index 30344a0ff..a605ec543 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/steps.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/steps.yaml @@ -1,27 +1,34 @@ break: label: Break + short: Break tooltip: Stop iterator execution and continue with workflow continue: label: Continue + short: Continue tooltip: Stop current iteration and continue with the next one debug: label: Debug + short: Debug tooltip: Logs current workflow scope into server logs. If workflow debug is enabled delay: label: Delay + short: Delay tooltip: Delays workflow execution error: - label: Error + label: Error + short: Error tooltip: Throws error and stops workflow execution, also prevents saving of records triggered with before trigger -'error-handler': +error-handler: label: Error Handler + short: Error Handler tooltip: Continue workflow from this step if an error is triggered expressions: configurator: - 'add-expression': + Add Expression + add-expression: + Add Expression expression: Expression - 'expression-placeholder': Expression... + expression-placeholder: Expression... label: Expressions + short: Expressions tooltip: Define and mutate scope variables function: configurator: @@ -29,59 +36,73 @@ function: constant: Constant expression: Expression name: Name - 'option-select': Select an option + option-select: Select an option result: Result results: Results - 'select-function': Select function + add-result: + Add result + select-function: Select function type: Type - 'type*': 'Type*' + type*: Type* label: Function + short: Function tooltip: Execute the chosen predefined function +exec-workflow: + label: Execute Workflow + short: Workflow + tooltip: Execute a workflow and map variables from its scope to the current one gatewayExclusive: label: Gateway (Exclusive) + short: Gateway tooltip: Workflow execution can continue on first path that fits condition gatewayInclusive: label: Gateway (Inclusive) + short: Gateway tooltip: Workflow execution can continue on all paths that fit condition gatewayParallel: label: Gateway (Fork/Join) + short: Gateway tooltip: Splits workflow execution into two parallel paths or merges multiple paths into one gateway: configurator: condition: Condition - 'two-paths': Gateway must be source of at least two paths + two-paths: Gateway must be source of at least two paths iterator: label: Iterator + short: Iterator tooltip: Iterate over items prompt: label: Prompt + short: Prompt tooltip: Prompts user and waits for input swimlane: label: Swimlane + short: Swimlane tooltip: Visually group steps termination: label: Termination (End) + short: Termination tooltip: Terminate workflow execution trigger: configurator: add: + Add - 'add-constraints': + Add Constraints + add-constraints: + Add Constraints constraints: Constraints - 'event*': 'Event*' - 'failed-fetch-event-types': Failed to fetch event types - 'initial-scope': Initial Scope + event*: Event* + failed-fetch-event-types: Failed to fetch event types + initial-scope: Initial Scope equal: Equal not-equal: Not equal like: Like - 'not-like': Not like + not-like: Not like operator: Operator resource: Resource - 'resource*': 'Resource*' - 'select-constraint-type': Select constraint type - 'select-operator': Select operator - 'select-event-type': Select event type - 'select-resource-type': Select resource type + resource*: Resource* + select-constraint-type: Select constraint type + select-operator: Select operator + select-event-type: Select event type + select-resource-type: Select resource type label: Trigger (Start) + short: Trigger tooltip: Trigger the workflow execution based on configuration tooltip: configure-step: Configure step diff --git a/vendor/modules.txt b/vendor/modules.txt index 72da72a96..ed70fda51 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -46,7 +46,7 @@ github.com/brianvoe/gofakeit/v6/data # github.com/cespare/xxhash/v2 v2.1.2 ## explicit; go 1.11 github.com/cespare/xxhash/v2 -# github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635 +# github.com/cortezaproject/corteza-locale v0.0.0-20220920093226-f073199ffab5 ## explicit; go 1.16 github.com/cortezaproject/corteza-locale # github.com/crewjam/httperr v0.2.0