diff --git a/go.mod b/go.mod index b62cc54fe..621233395 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.15.0 - github.com/cortezaproject/corteza-locale v0.0.0-20220519132647-aa9f9549363a + github.com/cortezaproject/corteza-locale v0.0.0-20220614135319-b6478a6780bf 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 f38cf0f72..6d293cbb9 100644 --- a/go.sum +++ b/go.sum @@ -143,6 +143,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220517075357-98f8e4bb661e h1:L github.com/cortezaproject/corteza-locale v0.0.0-20220517075357-98f8e4bb661e/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= github.com/cortezaproject/corteza-locale v0.0.0-20220519132647-aa9f9549363a h1:QaANuPZtpg76km35OF4Ea3TTg+lbk1ftXAJJSN4iO/E= github.com/cortezaproject/corteza-locale v0.0.0-20220519132647-aa9f9549363a/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg= +github.com/cortezaproject/corteza-locale v0.0.0-20220614135319-b6478a6780bf h1:R0KzxniJBHEfbUXffCcLNqvzNFh3usa87+GZHgD1xCw= +github.com/cortezaproject/corteza-locale v0.0.0-20220614135319-b6478a6780bf/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/automation.workflows.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml index 6e9efbbd0..6651f8529 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 @@ -4,7 +4,8 @@ editor: delete: Delete deletedAt: Deleted at enabled: Enabled - handle: Handle + handle: Handle * + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots id: ID name: Name openBuilder: Open builder diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml index cc8e8b788..c7cb68639 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml @@ -15,7 +15,7 @@ editor: deletedAt: Deleted at email: Admin Email enabled: Enabled - name: Server name + name: Server name * status: Status tags: label: Tags @@ -23,7 +23,7 @@ editor: title: Basic information undelete: Undelete updatedAt: Updated at - url: Server URL + url: Server URL * title: create: Create Federated Node edit: Edit Federated Node 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 24d91d680..f5374fdc7 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 @@ -5,7 +5,7 @@ editor: deletedAt: Deleted at enabled: Enabled id: ID - name: Name + name: Name * title: Basic information undelete: Undelete updatedAt: Updated at 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 add74cd01..6766218b4 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 @@ -17,7 +17,7 @@ editor: client_credentials: Will be used to authenticate machines (grant type = client_credentials) handle: disabledFootnote: Unable to change the handle of the default auth client - label: Handle + 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 contain only letters, numbers, dashes, underscores and dots name: Name 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 1a52b6073..4466a7e5a 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 @@ -6,7 +6,8 @@ editor: deletedAt: Deleted at dispatch_events: Dispatch events dispatch_events_desc: Dispatch events notifies the eventbus of queue message changes (new, processed, ...) - name: Queue name + name: Queue name * + invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots poll_delay: Polling changes delay poll_delay_empty: 'Poll delay will not be used; to enable, use duration format (ie: 1h / 1m15s / 1h90s)' poll_delay_set: Poll delay will be used; if empty, it will not be used. 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 b607f2223..0f17d2c4c 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 @@ -5,10 +5,10 @@ editor: createdAt: Created at delete: Delete deletedAt: Deleted at - handle: Handle + 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 contain only letters, numbers, dashes, underscores and dots - name: Role name + name: Role name * title: Basic information unarchive: Unarchive undelete: Undelete 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 62ee8211a..8c51a3469 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 @@ -26,7 +26,7 @@ editor: createdAt: Created at delete: Delete deletedAt: Deleted at - handle: Handle + 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 contain only letters, numbers, dashes, underscores and dots meta: 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 105dce2c4..5331cde76 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 @@ -4,8 +4,8 @@ editor: createdAt: Created at delete: Delete deletedAt: Deleted at - email: Email - handle: Handle + 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 contain only letters, numbers, dashes, underscores and dots name: Full name 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 7320bced0..edd74dee5 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 @@ -5,7 +5,7 @@ error: Error error-expression: Error message (expression) export: Export general: General -handle: Handle +handle: Handle * import: json: Import JSON label: Import diff --git a/vendor/modules.txt b/vendor/modules.txt index 93272ccba..03c962fd5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -51,7 +51,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-20220519132647-aa9f9549363a +# github.com/cortezaproject/corteza-locale v0.0.0-20220614135319-b6478a6780bf ## explicit; go 1.16 github.com/cortezaproject/corteza-locale # github.com/crewjam/httperr v0.2.0