From 61b5fd58be6a3a1ac574aa78d2304f457e988f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Wed, 7 Sep 2022 13:05:23 +0200 Subject: [PATCH] Update corteza-locale dep --- go.mod | 2 +- go.sum | 2 + .../src/de/corteza-webapp-compose/block.yaml | 2 +- .../de/corteza-webapp-compose/general.yaml | 2 +- .../src/en/corteza-server/auth/login.yaml | 8 +- .../en/corteza-server/system/settings.yaml | 8 + .../src/en/corteza-webapp-admin/admin.yaml | 6 + .../automation.sessions.yaml | 2 + .../automation.workflows.yaml | 4 + .../en/corteza-webapp-admin/navigation.yaml | 1 + .../en/corteza-webapp-admin/notification.yaml | 11 +- .../en/corteza-webapp-admin/permissions.yaml | 49 ++++-- .../en/corteza-webapp-admin/system.apigw.yaml | 4 + .../system.applications.yaml | 4 + .../system.authclients.yaml | 7 + .../system.connections.yaml | 150 ++++++++++++------ .../corteza-webapp-admin/system.queues.yaml | 4 + .../en/corteza-webapp-admin/system.roles.yaml | 5 + .../system.sensitivityLevel.yaml | 36 +++++ .../corteza-webapp-admin/system.settings.yaml | 8 +- .../system.templates.yaml | 4 + .../en/corteza-webapp-admin/system.users.yaml | 9 ++ .../src/en/corteza-webapp-compose/block.yaml | 64 +++++++- .../src/en/corteza-webapp-compose/field.yaml | 27 +++- .../en/corteza-webapp-compose/general.yaml | 4 + .../src/en/corteza-webapp-compose/module.yaml | 44 ++++- .../en/corteza-webapp-compose/namespace.yaml | 25 ++- .../en/corteza-webapp-compose/onboarding.yaml | 4 + .../src/en/corteza-webapp-compose/page.yaml | 5 + .../corteza-webapp-compose/permissions.yaml | 43 ++++- .../resource-translator.yaml | 7 +- .../en/corteza-webapp-discovery/search.yaml | 2 + .../en/corteza-webapp-privacy/dashboard.yaml | 12 +- .../sensitive-data.yaml | 6 +- .../en/corteza-webapp-reporter/builder.yaml | 17 +- .../src/en/corteza-webapp-reporter/edit.yaml | 2 + .../en/corteza-webapp-reporter/general.yaml | 2 + .../src/en/corteza-webapp-reporter/list.yaml | 2 + .../corteza-webapp-reporter/permissions.yaml | 29 +++- .../src/en/corteza-webapp-reporter/view.yaml | 3 + .../corteza-webapp-workflow/configurator.yaml | 3 + .../en/corteza-webapp-workflow/general.yaml | 3 + .../corteza-webapp-workflow/permissions.yaml | 29 +++- .../src/en/corteza-webapp-workflow/steps.yaml | 2 + .../src/fr/corteza-webapp-compose/block.yaml | 2 +- .../src/ro/corteza-webapp-compose/block.yaml | 2 +- .../src/sl/corteza-webapp-compose/block.yaml | 2 +- .../src/uk/corteza-webapp-compose/block.yaml | 2 +- vendor/modules.txt | 2 +- 49 files changed, 563 insertions(+), 110 deletions(-) create mode 100644 vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/settings.yaml create mode 100644 vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.sensitivityLevel.yaml diff --git a/go.mod b/go.mod index c03f05ab4..a6cc74a8d 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-20220615084837-bea2371a9dce + github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635 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 8a4ca3f26..52fd49fe2 100644 --- a/go.sum +++ b/go.sum @@ -118,6 +118,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220420093544-33f288d70ae8 h1:k github.com/cortezaproject/corteza-locale v0.0.0-20220420093544-33f288d70ae8/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cortezaproject/corteza-locale v0.0.0-20220615084837-bea2371a9dce h1:IsMBs5jgz7tjinjnrVDr2eu2MrW384aLXr91dMNBTys= 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/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/src/de/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/block.yaml index d1c8809d1..01e6f8882 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/block.yaml @@ -154,7 +154,7 @@ record: deleteRecord: Delete record label: Record preview: - blockNoRecord: Can not render this block without a record + blockNoRecord: Cannot render this block without a record fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}} untitled: Untitled recordDeleted: This record was deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/general.yaml index dc9c0f50a..57efe1dca 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/general.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/de/corteza-webapp-compose/general.yaml @@ -81,7 +81,7 @@ reminder: titleLabel: Title titlePlaceholder: Title listLabel: Reminders - routesTo: 'Includes link to:' + routesTo: Link label snooze: Snooze tooltip: dragAndDrop: Drag and drop to change order diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml index db803e12c..d49c4355d 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml @@ -1,5 +1,5 @@ template: - title: Log in + title: Log in to continue form: email: label: E-mail @@ -8,9 +8,9 @@ template: label: Password placeholder: password button: - login-and-remember: Log in and remember me - login: Log in - continue: Continue + login-and-remember: Log in and remember me + login: Log in + continue: Continue links: request-password-reset: Forgot your password? signup: Create a new account diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/settings.yaml new file mode 100644 index 000000000..edd638125 --- /dev/null +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/system/settings.yaml @@ -0,0 +1,8 @@ +errors: + notAllowedToRead: not allowed to read this setting + notAllowedToManage: not allowed to manage this setting + invalidPasswordMinLength: password constraint minimum length should be at least 8 characters + invalidPasswordMinUpperCase: password constraint minimum upper case count should not be a negative number + invalidPasswordMinLowerCase: password constraint minimum lower case count should not be a negative number + invalidPasswordMinNumCount: password constraint minimum number count should not be a negative number + invalidPasswordMinSpecialCharCount: password constraint minimum special character count should not be a negative number diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/admin.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/admin.yaml index 9ba765687..41abf07ce 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/admin.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/admin.yaml @@ -71,7 +71,10 @@ automation: warning: "" title: List of automation script general: + resource-list: + no-items: No matches for your search notFound: 'Not found' + loading: Loading label: "no": "No" submit: Submit @@ -82,6 +85,9 @@ general: pagination: next: Next prev: Prev + showing: '{{from}} - {{to}} of {{count}} items' + single: One item + single_plural: '{{count}} items' navigation: adminPanel: Admin panel automation: Automation diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.sessions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.sessions.yaml index 25450d0df..322856a5d 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.sessions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.sessions.yaml @@ -14,6 +14,7 @@ editor: title: Basic information workflowID: WorkflowID openWorkflow: Open workflow + cancel: Cancel session title: Session list: columns: @@ -21,6 +22,7 @@ list: createdAt: Created At eventType: Event type sessionID: SessionID + state: State status: Status workflowID: WorkflowID filterForm: 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 6651f8529..dc0a8f26f 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 @@ -31,6 +31,10 @@ list: enabled: Enabled handle: Handle name: Name + state: State + rows: + filters: + deleted: Deleted filterForm: deleted: label: deleted workflows diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml index de061258a..09ca4809e 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml @@ -9,6 +9,7 @@ system: applications: Applications authclients: Auth Clients connections: Connections + sensitivityLevel: Sensitivity Levels permissions: Permissions queues: Messaging Queues roles: Roles 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 7c669c0b8..728a20746 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 @@ -3,10 +3,13 @@ general: success: Success warning: Warning notAllowed: Not allowed to access Admin Area. Redirecting -list: +list: load: error: 'Failed to load resource list' user: + external-auth-providers: + error: External auth providers fetch failed + success: External auth providers updated fetch: error: User fetch failed roles: @@ -170,6 +173,9 @@ session: error: Session fetch failed trigger: error: Trigger fetch failed + cancel: + success: Session canceled + error: Session cancel failed federation: fetch: error: Node fetch failed @@ -244,7 +250,4 @@ connection: undelete: success: Connection restored error: Connection restore failed - operations: - success: Connection operations updated - error: Connection operation update 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 117a26f06..6463b6d04 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 @@ -3,9 +3,39 @@ # - inline permission table (admin interface only) # - modal permission table (common perm. interface) ui: - reset-back: Reset back to "{{current}}" - save-changes: Save changes + save: Save changes + cancel: Cancel set-for: Set permissions for {{target}} + loading: Loading permissions + + edit: + title: Edit permissions + label: User roles + description: Select role to set permissions + + evaluate: + title: Evaluated permissions + description: Evaluate applied permissions + + add: + label: Add + title: Evaluate permissions + save: Save & Close + edit: + description: Select a role that you wish to edit permissions for + evaluate: + description: Select a combination of roles or a user to evaluate + role: + label: Roles + placeholder: Select role(s) + user: + label: Users + placeholder: Search or select a user + + tooltip: + unknown-context: + user: Can not evaluate permission for a user with contextual role on a non-specific resource + role: Can not evaluate permission for contextual role on a non-specific resource access: allow: Allow @@ -17,14 +47,6 @@ ui: click-on-cell-to-allow: Click on permission/role cell to allow a specific operation alt-click-to-deny: Use Alt-Click to set explicit deny on operation - not-allowed: Not allowed to set permissions - loading: Loading permissions - - role: - add-new: Add new role - add: Add role - no-role-selected: No role selected - title: automation: Automation permissions system: System permissions @@ -333,6 +355,9 @@ resources: all: all users specific: user "{{target}}" operations: + credentials: + manage: + specific: Manage {{target}}'s credentials delete: description: 'Default: deny' specific: Delete {{target}} @@ -503,4 +528,6 @@ resources: update: title: Update any record owner.manage: - title: Manage ownership of any record \ No newline at end of file + title: Manage ownership of any record + revisions.search: + title: Access revisions of any record 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 dfb410d3d..e8e511886 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 @@ -28,6 +28,10 @@ list: enabled: 'Enabled' method: 'Method' actions: '' + state: State + rows: + filters: + deleted: Deleted editor: title: 'Edit route' 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 f5374fdc7..207ba54e6 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 @@ -39,6 +39,10 @@ list: enabled: Enabled name: Name appListName: App selector name + state: State + rows: + filters: + deleted: Deleted filterForm: deleted: label: deleted applications diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml index 6766218b4..92a7da148 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml @@ -40,6 +40,9 @@ editor: description: Only roles in this list will be added into security context when user authorizes this client label: Permitted roles title: Basic information + tooltip: + regenerate-secret: Regenerate secret + reset-value: Reset value trusted: description: When client is trusted users do not see authorization step label: Trusted @@ -69,6 +72,10 @@ list: handle: Handle meta: name: Name + state: State + rows: + filters: + deleted: Deleted filterForm: deleted: label: deleted clients 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 45e30cc3f..411319c17 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 @@ -1,51 +1,103 @@ -editor: - info: - location: Location - ownership: Ownership - title: Basic Information -external: - add: Add New Connection - add-button: Add New Connection - columns: - dsn: DSN - location: Location - name: Name - ownership: Ownership - url: Url - actions: "" - filterForm: - query: - placeholder: Type here to search among all columns... - info: - handle: Handle - name: Name - location: Location - ownership: Ownership - url: Url - sensitiveData: - label: Sensitive Data - text: Check if it may contain sensitive data - loading: Loading Connections - title: - create: Create External Connection - basic-info: Basic Information - default: External Connections - edit: Edit External Connection -federation: - title: Federation Connections - add-button: Add New Node - columns: - createdBy: Created by - createdAt: Created at - location: Location - name: Name - ownership: Ownership - url: Url - actions: "" - filterForm: - query: - placeholder: Type here to search among all columns... - loading: Loading Connections +primary: + title: Primary database + name: Name + handle: Handle + location: Location + ownership: Ownership + sensitivity-level: Sensitivity level list: - title: Connections \ No newline at end of file + title: List of database connections + add-button: Add connection + filter-form: + query: + placeholder: Search by name + columns: + name: Name + location: Location + ownership: Ownership + createdAt: Created + +editor: + title: + edit: Edit connection + create: New connection + basic: + title: Basic settings + form: + name: + label: Name + placeholder: Data lake + description: '' + 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 + location-name: + label: Location name + placeholder: Name of the location where the data is stored + description: Name of the city, country, continent, etc. + location-geometry: + label: Location coordinates + description: Coordinates of the location where the data is stored + placeholder: + ownership: + label: Ownership + placeholder: ACME ltd. + description: Name of the company or person who owns the data + sensitivity-level: + label: Highest allowed sensitivity level + placeholder: + description: Highest allowed level of sensitivity for the data stored (as set on fields of the module that uses this connection) + + properties: + title: Connection and database properties + form: + data-at-rest-encryption: + checkbox: + label: Encrypt data at rest enabled + notes: + label: Notes on encryption + description: Internal notes on data-at-rest encryption (disk encryption) + data-at-rest-protection: + checkbox: + label: Data at rest protection provided + notes: + label: Notes on data at rest protection + description: Internal notes on data-at-rest protection (physical protection) + data-at-transit-encryption: + checkbox: + label: Encrypt data at rest enabled + notes: + label: Notes on data at transit encryption (network encryption) + description: Internal notes on data-at-transit encryption (network encryption) + data-restoration: + checkbox: + label: Data at rest backup and restoration implemented + notes: + label: Notes on data restoration + description: Internal notes on data-restoration + + dal: + title: Data access layer configuration and connection parameters + form: + model-ident: + label: Default table or container name + placeholder: compose_record + description: | + Identifier can contain placeholders like {{module}} (replaced with module handle) and/or {{namespace}} (replace with namespace handle). + When set it is used as a default for modules without configure ident. + + type: + label: Connection and parameter type + placeholder: corteza::dal:connection:dsn + description: Type of the connection and parameter, e.g. corteza::dal:connection:dsn + + params: + label: Connection parameters + placeholder: postgres://user:pass@host:port/dbname + description: 'Connection parameters, e.g.: {"dsn": "postgres://user:pass@host:port/dbname"}' + + connectivity-issues: Connection issues + no-access-warning: No permissions to manage data access layer configuration and connection parameters for this connection 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 4466a7e5a..0359b5b2d 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 @@ -23,7 +23,11 @@ list: actions: Actions consumer: Consumer createdAt: Created At + state: State queue: Queue + rows: + filters: + deleted: Deleted filterForm: deleted: label: deleted queues diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml index 0f17d2c4c..4a7af3cd8 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml @@ -40,6 +40,11 @@ list: enabled: Enabled handle: Handle name: Name + state: State + rows: + filters: + archived: Archived + deleted: Deleted filterForm: archived: label: archived roles 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 new file mode 100644 index 000000000..1fdbb2d2b --- /dev/null +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.sensitivityLevel.yaml @@ -0,0 +1,36 @@ +editor: + title: + create: Create sensitivity level + edit: Edit sensitivity level + info: + title: Basic Information + 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 + +list: + title: Sensitivity Levels + loading: Loading sensitivity levels + new: New + columns: + actions: '' + 'meta.name': Name + level: Level + createdAt: Created + state: State + rows: + filters: + deleted: Deleted + filterForm: + deleted: + label: deleted sensitivity levels + excluded: + label: Without + exclusive: + label: Only + inclusive: + label: Including diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.settings.yaml index 6c87b55cb..5771a8a89 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.settings.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.settings.yaml @@ -13,10 +13,14 @@ editor: ignored-security: The system is configured to ignore password security constraints which is insecure on production deployments. If this is a production deployment, please contact your administrator to update the system configuration (the AUTH_PASSWORD_SECURITY .env variable). min-length: Minimum length min-length-description: Must be at least 8 characters - min-num-count: Minimum number of numbers - min-num-count-description: The password must include the specified number of numbers (disabled if set to 0) + min-num-count: Minimum number of digits + min-num-count-description: The password must include the specified number of digits (disabled if set to 0) min-special-count: Minimum number of special characters min-special-count-description: The password must include the specified number of special characters (disabled if set to 0) + min-upper-case-length: Minimum upper case length + min-upper-case-description: The password must include the specified number of upper case characters (disabled if set to 0) + min-lower-case-length: Minimum lower case length + min-lower-case-description: The password must include the specified number of lower case characters (disabled if set to 0) signup: email-confirmation-required: Signup email confirmation required enabled: Signup enabled 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 8c51a3469..16ca33ace 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 @@ -51,6 +51,10 @@ list: language: Language meta: short: Short name + state: State + rows: + filters: + deleted: Deleted filterForm: deleted: label: deleted templates 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 5331cde76..0fbf37d4d 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 @@ -1,4 +1,8 @@ editor: + external-auth-providers: + label: Label + title: Manage external auth providers + type: Type info: confirmEmail: Confirm email address createdAt: Created at @@ -64,6 +68,11 @@ list: enabled: Enabled handle: Handle name: Name + state: State + rows: + filters: + deleted: Deleted + suspended: Suspended filterForm: deleted: label: deleted users 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 6f105d0b1..0460a2936 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 @@ -108,6 +108,7 @@ general: descriptionLabel: Description descriptionPlaceholder: Block description headerStyle: Block header style (color) + wrap: Display block as a card label: add: Add back: Back @@ -134,6 +135,7 @@ general: titlePlaceholder: Block title tooltip: dragAndDrop: Drag and drop to change order + translations: Field translations iframe: label: IFrame pickURLField: Pick an URL field @@ -191,7 +193,7 @@ record: moduleOrPageNotSet: 'RecordList block error: module or page option not set' moduleMismatch: Module incompatible, module mismatch preview: - blockNoRecord: Can not render this block without a record + blockNoRecord: Cannot render this block without a record fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}} untitled: Untitled recordDeleted: This record was deleted @@ -346,12 +348,22 @@ recordList: presortLabel: Presort records presortPlaceholder: field1 DESC, field2 ASC showTotalCount: Show total record count + openInNewTab: Open records in a new tab + linkToParent: Link to parent record + tooltip: + clone: Clone record + edit: Edit record + undelete: Undelete record + reminder: Reminder + view: View record recordPage: record page refField: footnote: Field that links records with the parent record label: Parent field selectable: Enable record selection selected: '{{count}} of {{total}} records selected' + sort: + tooltip: Sort column recordOrganizer: descriptionField: footnote: Field value will be used as record description @@ -375,6 +387,53 @@ recordOrganizer: label: 'Record Organizer block for module {{0}}. Label field {{1}}, Description field {{2}}. Value setting field: {{3}}, Sorted by position field: {{4}}.' moduleNotSelected: Record Organizer module not selected. addNewRecord: + Add new record + +recordRevisions: + label: Record revisions + + viewer: + errors: + 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-changes: "{{ count }} change(s)" + revisions: + columns: + timestamp: + label: Timestamp + operation: + label: Operation + user: + label: User + changes: + columns: + field: + label: Field + old-value: + label: Old value + new-value: + label: New value + + configurator: + label: Record revisions + preload: Preload record revisions + errors: + invalid-module-id: Field does not contain a valid module ID. + fields: + label: Configure fields to display in record revisions changes + show-all: + label: Show changes for all fields + columns: + label: + label: Label + kind: + label: Type + displayed-fields: + label: Show + expanded-references: + label: Expand references + socialFeed: label: Twitter feed noInput: No input for displaying social feed... @@ -416,3 +475,6 @@ report: element: label: Display element description: Display elements are grouped by their respective block + +progress: + label: Progress bar 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 d389edbfe..f31c700bd 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 @@ -32,7 +32,7 @@ kind: grid: Grid list: List maxSizeLabel: Maximum file size - mimetypesFootnote: 'MIME types, sepparated with ",". Example: "text/plain,text/csv"' + mimetypesFootnote: 'MIME types, separated with ",". Example: "text/plain,text/csv"' mimetypesLabel: File type allow list modeFootnote: How files are represented in record page blocks modeLabel: View mode @@ -53,6 +53,31 @@ kind: prefixPlaceholder: Prefix suffixLabel: Suffix suffixPlaceholder: Suffix + displayType: + label: Display type + number: Number + progress: Progress bar + maximumValue: Maximum value + progress: + animated: Animated + show: + value: Show value + relative: Show relative + progress: Show progress + showRelative: Show relative + variants: + default: Default variant + danger: Danger + dark: Dark + info: Info + light: Light + primary: Primary + secondary: Secondary + success: Success + warning: Warning + thresholds: + label: Thresholds + description: Set which variant to show if value exceeds the threshold record: currentUnnamedModule: (Current unnamed module) label: Record 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 d278c592f..49a915ab3 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 @@ -5,6 +5,7 @@ label: actions: Actions active: Active add: Add + add-with-plus: + Add addNew: Add new addValue: Add new value ascending: Ascending @@ -99,6 +100,7 @@ reminder: snooze: Snooze tooltip: dragAndDrop: Drag and drop to change order + field: Configure field fieldKinds: Bool: label: Checkbox (Y/N) @@ -124,6 +126,8 @@ fieldKinds: label: Geometry field: selectAll: Select all + tooltip: + permissions: Field permissions unselectAll: Unselect all kind: user: 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 f139b122c..6d2f3e722 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 @@ -74,6 +74,39 @@ edit: private: Sensitive data required: Required field title: The name displayed in form input / data lists + + 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" + + connections: + fetch-failed: Could not fetch available connections + + 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: + + data-source: Data Source + select-data-source: Select a Data Source + + sensitivity-levels: + fetch-failed: Could not fetch available connections + + + 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" + federated: Federated forModule: recordList: Record List for module @@ -100,17 +133,16 @@ newLabel: Module Name * newPlaceholder: Name used on the list of modules noModule: No modules noModuleFilter: No module matches your search -privacy: - title: Privacy Settings - data-source: Data Source - select-data-source: Select a Data Source - location: Location - ownership: Ownership + recordPage: create: Create record page edit: Edit record page recordListPage: create: Create record list page edit: Edit record list page +related-pages: Related Pages searchPlaceholder: Type here to search all modules in this namespace title: List of Modules +tooltip: + permissions: Module permissions + 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 d00f0587f..7e4e4653e 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,7 +1,8 @@ +manage-view: + label: Edit namespaces application: label: Enable on application list clickOpen: Click to open -create: Create new namespace import: buttonLabel: Import namespace title: Import namespace @@ -47,4 +48,26 @@ subtitle: label: Subtitle placeholder: Enter namespace subtitle title: Low Code Namespaces +tooltip: + translations: Namespace translations visit: Visit namespace + + +manage: + title: Manage namespaces + list-view: Back to namespace list + + disabled: Disabled + + toolbar: + buttons: + create: Create new namespace + permissions: Permissions + search: + placeholder: Type here to search among all namespaces... + + table: + columns: + name: Name + handle: Handle + last-change: Last change diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/onboarding.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/onboarding.yaml index 6a73fe507..fb38b0f31 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/onboarding.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/onboarding.yaml @@ -22,3 +22,7 @@ step: page: create: Build Page view: Your Pages +tooltip: + page-configuration: + edit: Edit page + list: Page translations diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml index 93501a4f4..238a18dd6 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/page.yaml @@ -42,6 +42,11 @@ notVisible: Hidden pageMoveFailed: Could not move this page reordered: Page reordered title: List of Pages +tooltip: + view: View page + edit: + page: Edit page + block: Edit block view: View visible: Visible delete: 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 5a5ffbcd9..b225bafd2 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 @@ -1,7 +1,31 @@ ui: - reset-back: Reset back to "{{current}}" - save-changes: Save changes + save: Save changes + cancel: Cancel set-for: Set permissions for {{target}} + loading: Loading permissions + + edit: + label: User roles + description: Select role to set permissions + + evaluate: + description: Evaluate applied permissions + + add: + label: Add + title: Evaluate permissions + save: Save & Close + role: + label: Roles + placeholder: Select role(s) + user: + label: Users + placeholder: Search or select a user + + tooltip: + unknown-context: + user: Can not evaluate permission for a user with contextual role on a non-specific resource + role: Can not evaluate permission for contextual role on a non-specific resource access: allow: Allow @@ -30,6 +54,7 @@ resources: module: all: all modules specific: module "{{target}}" + tooltip: Module permissions operations: delete: description: 'Default: deny' @@ -51,11 +76,17 @@ resources: description: 'Default: deny' specific: Update module "{{target}}" title: Update any module + 'owned-record.create': + description: 'Default: deny' + specific: Manage owner when creating record "{{target}}" + title: Manage owner when creating record of any module + all-specific: Manage owner when creating record of module "{{ target }}" module-field: all: all module fields specific: field "{{target}}" all-specific: all module fields of module "{{ target }}" + tooltip: Module field permissions operations: record.value.read: description: 'Default: deny' @@ -71,6 +102,7 @@ resources: namespace: all: all namespaces specific: namespace "{{target}}" + tooltip: Namespace permissions operations: chart.create: description: "" @@ -116,6 +148,7 @@ resources: page: all: all pages specific: page "{{target}}" + tooltip: Page permissions operations: delete: description: 'Default: deny' @@ -134,6 +167,7 @@ resources: all: all records specific: record "{{target}}" all-specific: all records of module "{{ target }}" + tooltip: Record permissions operations: delete: description: 'Default: deny' @@ -155,3 +189,8 @@ resources: specific: Manage owner of record "{{target}}" title: Manage record owners of any module all-specific: Manage record owners of module "{{ target }}" + 'revisions.search': + description: 'Default: deny' + specific: Access revisions of record "{{target}}" + title: Access record revisions + all-specific: Access record revisions diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml index fdf220689..c377b0a64 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml @@ -6,15 +6,18 @@ translator: resources: chart: title: Chart "{{ handle }}" - namespace: title: Namespace "{{ handle }}" + tooltip: Namespace translations module: title: Module "{{ handle }}" + tooltip: Module translations field: title: Module field "{{ name }}" - + tooltip: Field translations page: title: Page "{{ handle }}" + tooltip: Page translations block: title: "Page block #{{ blockID }}" + tooltip: Block translations 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 dd74776e5..fa191278f 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 @@ -12,4 +12,6 @@ card: email: Email record: Record fields: Fields +tooltip: + map: Toggle map diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/dashboard.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/dashboard.yaml index fe6e9f9e6..99a1a2758 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/dashboard.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/dashboard.yaml @@ -6,26 +6,26 @@ description: user-options: data-overview: title: Data Overview - description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales + description: Review your profile information and your personal data stored in Corteza applications button-label: View your data privacy-requests: title: Privacy Requests - description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales + description: Access, manage or export a list of all your privacy-related (deletion, export, correction) requests button-label: Your privacy requests export: title: Data Export - description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales + description: Open a new data export request by selecting the data type, date range and outcome file format button-label: Request data export delete: title: Data Deletion - description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales + description: Request for your selected personal data to be deleted from the system button-label: Request data deletion dc-options: privacy-requests: title: Privacy Requests - description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales + description: Access, manage or export a list of all privacy-related (deletion, export, correction) requests button-label: Incoming privacy requests sensitive-data: title: Sensitive Data - description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales + description: Overview of all modules with sensitive data fields button-label: List of sensitive data diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/sensitive-data.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/sensitive-data.yaml index 3860a4fe2..d83cda4fe 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/sensitive-data.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/sensitive-data.yaml @@ -1,11 +1,11 @@ list: + title: Sensitive Modules columns: - moduleName: Name - moduleHandle: Handle + module: Module + namespace: Namespace connection: Connection location: Location ownership: Ownership - title: Sensitive Data module: enable: Enable modules disable: Disable modules 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 2e0fcb6c1..0de711a6f 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 @@ -13,12 +13,12 @@ datasource: load: label: Load loads-data-from-specified-resource-such-as-compose-records: Loads data from a specified resource, such as Compose records - join: - label: Join - joins-two-load-datasources-such-as-compose-record-selector: Joins two Load datasources with a unique column that links them together, such as a Compose record selector - group: - label: Group - groups-data-from-load-datasource-like-counting-number-of-accounts-with-same-status: Groups data from a load datasource based on a column value and aggregates it, such as counting the number of Accounts with the same status + 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 + 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 datasources: label: Datasources save: Save Datasources @@ -52,6 +52,11 @@ scenarios: label: Scenarios save: Save Scenarios title: Title +tooltip: + edit: + report: Edit report + block: Edit block + configure-scenarios: Configure scenarios available-columns: Available columns selected-columns: Selected columns no-columns-found: No columns found diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/edit.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/edit.yaml index 374308930..f6d126385 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/edit.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/edit.yaml @@ -12,3 +12,5 @@ report: edit: Edit Report placeholder-handle: handle (a - z, 0 - 9, underscore, dash) title: Edit report +tooltip: + view-report: View report diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml index 53b4bf8ef..5bd8d241c 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/general.yaml @@ -1,5 +1,6 @@ label: add: Add + and: And ascending: Ascending back: Back clear: Clear @@ -9,6 +10,7 @@ label: none: None now: Now ok: Ok + or: Or openLinkInNewTab: Open link in a new tab save: Save today: Today diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/list.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/list.yaml index a2a0586cf..42e843306 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/list.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/list.yaml @@ -6,4 +6,6 @@ report: new: New Report searchPlaceholder: Type here to search reports title: Reports +tooltip: + permissions: Report permissions untitledTitle: Untitled report diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/permissions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/permissions.yaml index c176353b2..35bd19994 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/permissions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/permissions.yaml @@ -1,7 +1,31 @@ ui: - reset-back: Reset back to "{{current}}" - save-changes: Save changes + save: Save changes + cancel: Cancel set-for: Set permissions for {{target}} + loading: Loading permissions + + edit: + label: User roles + description: Select role to set permissions + + evaluate: + description: Evaluate applied permissions + + add: + label: Add + title: Evaluate permissions + save: Save & Close + role: + label: Roles + placeholder: Select role(s) + user: + label: Users + placeholder: Search or select a user + + tooltip: + unknown-context: + user: Can not evaluate permission for a user with contextual role on a non-specific resource + role: Can not evaluate permission for contextual role on a non-specific resource access: allow: Allow @@ -13,6 +37,7 @@ resources: report: all: all reports specific: report "{{target}}" + tooltip: Report permissions operations: delete: description: "" diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/view.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/view.yaml index 9819c22d5..a1171838c 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/view.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/view.yaml @@ -2,3 +2,6 @@ pick-scenario: Pick a scenario report: builder: Report Builder view: Report View +tooltip: + edit: + report: Edit report diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/configurator.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/configurator.yaml index 291b7c203..5b9898be8 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/configurator.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/configurator.yaml @@ -1,6 +1,9 @@ configuration: Configuration edge: Edge target: Target +tooltip: + run-workflow: Run workflow + configure-step: Configure step workflow: 'run-as': Run as 'not-setup-properly': When not explicitly set, workflow will be executed by user that invoked it diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml index edd74dee5..08c248e3d 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml @@ -26,3 +26,6 @@ workflow-list: List of Workflows save: Save today: Today cancel: Cancel + +tooltip: + permissions: Workflow permissions diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/permissions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/permissions.yaml index d9003bed3..fd0412a12 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/permissions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/permissions.yaml @@ -1,7 +1,31 @@ ui: - reset-back: Reset back to "{{current}}" - save-changes: Save changes + save: Save changes + cancel: Cancel set-for: Set permissions for {{target}} + loading: Loading permissions + + edit: + label: User roles + description: Select role to set permissions + + evaluate: + description: Evaluate applied permissions + + add: + label: Add + title: Evaluate permissions + save: Save & Close + role: + label: Roles + placeholder: Select role(s) + user: + label: Users + placeholder: Search or select a user + + tooltip: + unknown-context: + user: Can not evaluate permission for a user with contextual role on a non-specific resource + role: Can not evaluate permission for contextual role on a non-specific resource access: allow: Allow @@ -13,6 +37,7 @@ resources: workflow: all: all workflows specific: workflow "{{target}}" + tooltip: Workflow permissions operations: delete: description: 'Default: deny' 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 73887c6dd..30344a0ff 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 @@ -83,3 +83,5 @@ trigger: 'select-resource-type': Select resource type label: Trigger (Start) tooltip: Trigger the workflow execution based on configuration +tooltip: + configure-step: Configure step diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml index 905e9e594..bd498c4b7 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/fr/corteza-webapp-compose/block.yaml @@ -154,7 +154,7 @@ record: deleteRecord: Delete record label: Record preview: - blockNoRecord: Can not render this block without a record + blockNoRecord: Cannot render this block without a record fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}} untitled: Untitled recordDeleted: This record was deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml index 905e9e594..bd498c4b7 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/ro/corteza-webapp-compose/block.yaml @@ -154,7 +154,7 @@ record: deleteRecord: Delete record label: Record preview: - blockNoRecord: Can not render this block without a record + blockNoRecord: Cannot render this block without a record fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}} untitled: Untitled recordDeleted: This record was deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml index 905e9e594..bd498c4b7 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/sl/corteza-webapp-compose/block.yaml @@ -154,7 +154,7 @@ record: deleteRecord: Delete record label: Record preview: - blockNoRecord: Can not render this block without a record + blockNoRecord: Cannot render this block without a record fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}} untitled: Untitled recordDeleted: This record was deleted diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml index 905e9e594..bd498c4b7 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/uk/corteza-webapp-compose/block.yaml @@ -154,7 +154,7 @@ record: deleteRecord: Delete record label: Record preview: - blockNoRecord: Can not render this block without a record + blockNoRecord: Cannot render this block without a record fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}} untitled: Untitled recordDeleted: This record was deleted diff --git a/vendor/modules.txt b/vendor/modules.txt index d621da4a9..62216c14c 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-20220615084837-bea2371a9dce +# github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635 ## explicit; go 1.16 github.com/cortezaproject/corteza-locale # github.com/crewjam/httperr v0.2.0