Update corteza-locale dep

This commit is contained in:
Jože Fortun
2022-06-21 15:45:19 +02:00
parent 1f657b3a69
commit ebbfedfc42
12 changed files with 18 additions and 14 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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=
@@ -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
@@ -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
@@ -5,7 +5,7 @@ editor:
deletedAt: Deleted at
enabled: Enabled
id: ID
name: Name
name: Name *
title: Basic information
undelete: Undelete
updatedAt: Updated at
@@ -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
@@ -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.
@@ -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
@@ -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:
@@ -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
@@ -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
+1 -1
View File
@@ -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