From d2b54aae566432458f42519221c3fe093c30539b Mon Sep 17 00:00:00 2001 From: Denis Arh Date: Wed, 6 Oct 2021 17:46:07 +0200 Subject: [PATCH] Update corteza-locale dep --- go.mod | 2 +- go.sum | 2 ++ .../en/corteza-server/auth/inc_footer.yaml | 1 + .../en/corteza-webapp-admin/system.apigw.yaml | 19 +++++++++++++++---- .../system.applications.yaml | 3 ++- .../en/corteza-webapp-admin/system.roles.yaml | 8 ++++++++ .../corteza-webapp-admin/system.settings.yaml | 15 +++++++++------ .../src/en/corteza-webapp-compose/chart.yaml | 4 ++-- .../en/corteza-webapp-compose/namespace.yaml | 2 +- .../corteza-webapp-reporter/notification.yaml | 2 ++ vendor/modules.txt | 2 +- 11 files changed, 44 insertions(+), 16 deletions(-) diff --git a/go.mod b/go.mod index af11af97d..375514bf7 100644 --- a/go.mod +++ b/go.mod @@ -18,7 +18,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.5.0 - github.com/cortezaproject/corteza-locale v0.0.0-20211002054423-3fad7371fadd + github.com/cortezaproject/corteza-locale v0.0.0-20211006123046-db8eb37d0db5 github.com/crewjam/saml v0.4.5 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 147eb1e68..c065b7526 100644 --- a/go.sum +++ b/go.sum @@ -98,6 +98,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20211001122721-631bcfb0fdc3 h1:E github.com/cortezaproject/corteza-locale v0.0.0-20211001122721-631bcfb0fdc3/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cortezaproject/corteza-locale v0.0.0-20211002054423-3fad7371fadd h1:qYI+dUuh2p1XgdrkH79rylDUqJgDY/bPQQ0wxdKaYwE= github.com/cortezaproject/corteza-locale v0.0.0-20211002054423-3fad7371fadd/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= +github.com/cortezaproject/corteza-locale v0.0.0-20211006123046-db8eb37d0db5 h1:UK1EwTZEldax8DeJahuE2Ldiyzz4zhOhoHF7SspLThM= +github.com/cortezaproject/corteza-locale v0.0.0-20211006123046-db8eb37d0db5/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI= github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da/go.mod h1:+rmNIXRvYMqLQeR4DHyTvs6y0MEMymTz4vyFpFkKTPs= diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/inc_footer.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/inc_footer.yaml index 1376f702b..1ca52f074 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/inc_footer.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/inc_footer.yaml @@ -1 +1,2 @@ version: version {{version}} +code-link: Access source code on 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 ba93a734c..dcac2b9d7 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 @@ -57,11 +57,12 @@ editor: validEndpoint: 'Invalid endpoint format' filters: title: 'Filter list' + enabled: 'Enabled' + disabled: 'Disabled' + modal: title: 'Query parameters verifier' ok: 'Save & Close' - statusActive: 'Active' - statusDisabled: 'Disabled' step_title: prefilter: 'Prefiltering' @@ -78,11 +79,21 @@ editor: labels: expr: 'Expression' - location: 'Location' + location: 'URL' workflow: 'Workflow' status: 'HTTP Status' jsfunc: 'Function' - + + httpStatus: + none: No Status + '300': 300 - Multiple Choices + '301': 301 - Moved Permanently + '302': 302 - Found + '303': 303 - See Other + '304': 304 - Not Modified + '307': 307 - Temporary Redirect + '308': 308 - Permanent Redirect + placeholders: workflow: 'Select a workflow' 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 e5bad8073..7c9780dbb 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 @@ -27,7 +27,7 @@ editor: description: Name used in the application selector label: Name pinned: Pinned - title: Unify app selector + title: App selector url: description: Application URL label: URL @@ -37,6 +37,7 @@ list: createdAt: Created enabled: Enabled name: Name + appListName: App selector name filterForm: deleted: label: deleted applications 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 ea58c8c93..c6cb0b36d 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 @@ -11,6 +11,14 @@ editor: unarchive: Unarchive undelete: Undelete updatedAt: Updated at + + description: Description + + context: + label: Contextual role + expression-label: Expression + resource-types-label: Resource type + members: add: Add count: Members ({{count}}) 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 edafc184a..5c028c62c 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 @@ -55,16 +55,19 @@ editor: title: SAML cert: Public key cert-key: Private key + name: Name desc: + name: IdP name used on the login screen (Login with ) cert: Content will be minimized cert-key: Content will be minimized idp: - ident-handle: IdP field used for filling Corteza user handle or nickname - ident-identifier: Idp field used for filling and matching Corteza user email - ident-name: IdP field used for filling Corteza user full name + url: Location of IdP metadata + ident-handle: Name of the IdP field used for filling Corteza user handle or nickname + ident-identifier: Name of the IdP field used for filling and matching Corteza user email + ident-name: Name of the IdP field used for filling Corteza user full name idp: title: Identity provider - ident-handle: Handle - ident-identifier: Identifier - ident-name: Name + ident-handle: Handle field + ident-identifier: Identifier field + ident-name: Name field url: URL diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml index fd60273c3..b51be485a 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/chart.yaml @@ -26,7 +26,7 @@ edit: week: WEEK year: YEAR gaugeSteps: Steps - label: Dimensions (datetime & select fields) + label: Dimensions skipMissingValues: Skip missing values filter: customize: Customize filter @@ -84,7 +84,7 @@ edit: placeholder: Select metric output relative: Show relative value relativePrecision: 'Precision:' - title: Metrics (numeric fields) + title: Metrics modulePick: Pick a module title: Chart builder unconfiguredReport: Unconfigured report 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 51ad10ad6..c209df319 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 @@ -14,7 +14,7 @@ cloneWarning: wfInclusion: Workflows and other automation are not cloned. Use the workflow editor interface to clone the ones you need. export: Export namespace enabled: - label: Enable on namespace list + label: Enable namespace icon: label: Icon placeholder: Choose an image for namespace icon or drop it here... diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/notification.yaml index c50d68398..93dd8c9fa 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/notification.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-reporter/notification.yaml @@ -11,3 +11,5 @@ report: listFetchFailed: Failed to fetch reports updateFailed: Failed to update report updated: Report updated + notAllowed: + read: Not allowed to read report diff --git a/vendor/modules.txt b/vendor/modules.txt index 8d543b49c..7af4d9ab8 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -44,7 +44,7 @@ github.com/brianvoe/gofakeit/v6 github.com/brianvoe/gofakeit/v6/data # github.com/cespare/xxhash/v2 v2.1.1 github.com/cespare/xxhash/v2 -# github.com/cortezaproject/corteza-locale v0.0.0-20211002054423-3fad7371fadd +# github.com/cortezaproject/corteza-locale v0.0.0-20211006123046-db8eb37d0db5 ## explicit github.com/cortezaproject/corteza-locale # github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da