From 1a8bb5898539cfda7186e56c3d3a1f2ae8cdc227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Mon, 21 Mar 2022 16:25:38 +0100 Subject: [PATCH] Update corteza-locale dep --- go.mod | 2 +- go.sum | 2 + .../src/en/corteza-webapp-admin/general.yaml | 8 +- .../en/corteza-webapp-admin/system.apigw.yaml | 88 ++++++++++++++----- .../system.authclients.yaml | 2 +- .../en/corteza-webapp-admin/system.roles.yaml | 2 +- .../system.templates.yaml | 2 +- .../en/corteza-webapp-admin/system.users.yaml | 2 +- .../en/corteza-webapp-admin/ui.settings.yaml | 2 +- .../src/en/corteza-webapp-compose/chart.yaml | 2 +- .../src/en/corteza-webapp-compose/module.yaml | 2 +- .../en/corteza-webapp-compose/namespace.yaml | 2 +- .../src/en/corteza-webapp-compose/page.yaml | 2 +- .../src/en/corteza-webapp-reporter/edit.yaml | 2 +- .../corteza-webapp-workflow/configurator.yaml | 2 +- vendor/modules.txt | 2 +- 16 files changed, 90 insertions(+), 34 deletions(-) diff --git a/go.mod b/go.mod index 3d46fa6c6..dab81a9fa 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,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.12.1 - github.com/cortezaproject/corteza-locale v0.0.0-20220316130533-4cb957f72e45 + github.com/cortezaproject/corteza-locale v0.0.0-20220321115941-5d9c90f0de46 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 46d63630a..71aaa3603 100644 --- a/go.sum +++ b/go.sum @@ -153,6 +153,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220304144401-64d27e16a10b h1:N github.com/cortezaproject/corteza-locale v0.0.0-20220304144401-64d27e16a10b/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cortezaproject/corteza-locale v0.0.0-20220316130533-4cb957f72e45 h1:7nOFmZEzsyU4CFh8tviRP9NZTWkgizGd+ChBpbmP744= github.com/cortezaproject/corteza-locale v0.0.0-20220316130533-4cb957f72e45/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= +github.com/cortezaproject/corteza-locale v0.0.0-20220321115941-5d9c90f0de46 h1:Qg8tZNGgFoctEptZAx9YTteRatkB8BAPCYjyXtZ2nE4= +github.com/cortezaproject/corteza-locale v0.0.0-20220321115941-5d9c90f0de46/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= 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 e48e844ef..c39d117eb 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 @@ -2,4 +2,10 @@ label: clear: Clear none: None now: Now - today: Today \ No newline at end of file + today: Today + routes: Routes + requests: Requests + refresh: Refresh + refreshing: Refreshing... + refreshingIn: Refreshing in {{seconds}}s + loadMore: Load more 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 fcc80e7f0..6ee61c435 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 @@ -2,37 +2,29 @@ list: title: 'Integration Gateway' new: 'New' permissions: 'Permissions' + profiler: 'Profiler' yaml: 'YAML' loading: 'Loading routes' numFound: '{{count}} route found' numFound_plural: '{{count}} routes found' - filterForm: query: label: 'Filter route list' placeholder: 'Filter routes by name' - - excluded: label: 'Without' - - inclusive: label: 'Including' - - exclusive: label: 'Only' - - deleted: label: 'Deleted routes' - columns: endpoint: 'Endpoint' createdAt: 'Created' enabled: 'Enabled' + method: 'Method' actions: '' editor: @@ -91,14 +83,14 @@ editor: input: 'Input' 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 + 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' @@ -110,5 +102,61 @@ editor: help: expression: - example: Example == "match string" && match(SecondParam, "^foo\\s.*$") - link: Documentation + example: 'Example == "match string" && match(SecondParam, "^foo\\s.*$")' + link: 'Documentation' + +profiler: + label: 'Profiler' + title: 'Integration Gateway Profiler' + loading: 'Loading hits' + permissions: 'Permissions' + + hit: + title: 'Request Details' + general: + label: General + id: 'Request ID' + route: 'Request Route' + URL: 'Request URL' + method: 'Request Method' + statusCode: 'Status Code' + headers: 'Request Headers' + remoteAddress: 'Remote Address' + duration: 'Duration' + start: 'Start' + end: 'End' + openRoute: Open Route + headers: + label: 'Headers' + body: + label: 'Body' + + + filterForm: + query: + label: 'Filter route list' + placeholder: 'Filter routes by name' + excluded: + label: 'Without' + inclusive: + label: 'Including' + exclusive: + label: 'Only' + deleted: + label: 'Deleted routes' + + columns: + actions: '' + path: 'Route' + count: 'Count' + content_length: 'Content Length' + http_status_code: 'Status Code' + size_min: 'Size (min)' + size_max: 'Size (max)' + size_avg: 'Size (avg)' + time_min: 'Time (min)' + time_max: 'Time (max)' + time_avg: 'Time (avg)' + time_start: 'Start time' + time_finish: 'Finish time' + time_duration: 'Duration' 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 2d3360145..add74cd01 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 @@ -19,7 +19,7 @@ editor: disabledFootnote: Unable to change the handle of the default auth client label: Handle placeholder-handle: handle (a - z, 0 - 9, underscore, dash) - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots name: Name no-time: No time selected profile: Allow client access to user's profile 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 5ef473f55..b607f2223 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 @@ -7,7 +7,7 @@ editor: deletedAt: Deleted at handle: Handle placeholder-handle: handle (a - z, 0 - 9, underscore, dash) - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots name: Role name title: Basic information unarchive: Unarchive 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 6f712103c..62ee8211a 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 @@ -28,7 +28,7 @@ editor: deletedAt: Deleted at handle: Handle placeholder-handle: handle (a - z, 0 - 9, underscore, dash) - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots meta: description: Description short: Short name 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 9519f9a12..105dce2c4 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 @@ -7,7 +7,7 @@ editor: email: Email handle: Handle placeholder-handle: handle (a - z, 0 - 9, underscore, dash) - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots name: Full name revokeAllSession: Revoke all active sessions suspend: Suspend diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/ui.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/ui.settings.yaml index 955d0232c..76e71a640 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/ui.settings.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/ui.settings.yaml @@ -44,7 +44,7 @@ editor: links: title: Custom links handle: Name - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dots + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots url: URL new-tab: New tab 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 af358467c..8cb5abeed 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 @@ -11,7 +11,7 @@ general: value: Value placeholder: handle: handle (a - z, 0 - 9, underscore, dash) - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots edit: dimension: calculateLabelCount: Calculate how many labels can be shown 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 3435ae7a7..9428abf26 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 @@ -92,7 +92,7 @@ general: placeholder: handle: handle (a - z, 0 - 9, underscore, dash) sample: Sample - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots import: Module import navigation: module: Modules 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 89bb409dd..d00f0587f 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 @@ -42,7 +42,7 @@ slug: description: The short name will be used in the URL label: Short name * placeholder: Enter a short name for the namespace - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots subtitle: label: Subtitle placeholder: Enter namespace subtitle 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 0f23556bb..93501a4f4 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 @@ -10,7 +10,7 @@ block: handle: handle (a - z, 0 - 9, underscore, dash) sample: Sample title: Add new block - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots changeBlock: Change existing block build: addBlock: Add block 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 bfaca48e8..374308930 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 @@ -1,6 +1,6 @@ description: Description handle-with-star: 'Handle*' -invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot +invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots name: Name name-with-star: 'Name*' new-report: New 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 bf0a7063d..291b7c203 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 @@ -4,5 +4,5 @@ target: Target workflow: 'run-as': Run as 'not-setup-properly': When not explicitly set, workflow will be executed by user that invoked it - invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots placeholder-handle: handle (a - z, 0 - 9, underscore, dash) diff --git a/vendor/modules.txt b/vendor/modules.txt index ef3658f9b..1f48875e1 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -49,7 +49,7 @@ github.com/brianvoe/gofakeit/v6/data # github.com/cespare/xxhash/v2 v2.1.2 ## explicit github.com/cespare/xxhash/v2 -# github.com/cortezaproject/corteza-locale v0.0.0-20220316130533-4cb957f72e45 +# github.com/cortezaproject/corteza-locale v0.0.0-20220321115941-5d9c90f0de46 ## explicit github.com/cortezaproject/corteza-locale # github.com/crewjam/httperr v0.2.0