Update corteza-locale dep
This commit is contained in:
@@ -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-20211102142012-d9315f356d18
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f
|
||||
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
|
||||
|
||||
@@ -88,10 +88,8 @@ github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5P
|
||||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
||||
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
|
||||
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211018133607-141e12161c86 h1:IiAR9NVObA6sMXUPrMpdkVwzQbThdxNmFcMj2IOn02w=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211018133607-141e12161c86/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211102142012-d9315f356d18 h1:0MkT5JEfT41ywBtaa7rLa6kKVxlp9IxdUaJLPSfdCFk=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211102142012-d9315f356d18/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f h1:Um1MzR3A18FfvVWQ9teOckIii6EHYUHxb6ZYfTiO6c8=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f/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=
|
||||
|
||||
+1
-14
@@ -1,19 +1,6 @@
|
||||
.DS_Store
|
||||
/.idea
|
||||
/coverage.txt
|
||||
/*.iml
|
||||
/.env*
|
||||
/.dev*
|
||||
/.*cover.out*
|
||||
/overalls*
|
||||
profile.coverprofile
|
||||
/public_html
|
||||
/build
|
||||
/var
|
||||
/TODO
|
||||
/gin-bin
|
||||
/.vscode
|
||||
/federation/etc/.env*
|
||||
|
||||
# https://github.com/nektos/act
|
||||
/.act*
|
||||
/workflow
|
||||
|
||||
Generated
Vendored
+1
@@ -4,6 +4,7 @@ errors:
|
||||
invalidID: invalid ID
|
||||
invalidNamespaceID: invalid or missing namespace ID
|
||||
nameNotUnique: name not unique
|
||||
fieldNameReserved: field name reserved
|
||||
namespaceNotFound: namespace does not exist
|
||||
notAllowedToCreate: not allowed to create modules
|
||||
notAllowedToDelete: not allowed to delete this module
|
||||
|
||||
Generated
Vendored
+1
@@ -12,6 +12,7 @@ system:
|
||||
queues: Messaging Queues
|
||||
roles: Roles
|
||||
settings: Settings
|
||||
email: Email settings
|
||||
stats: Stats
|
||||
templates: Templates
|
||||
|
||||
|
||||
Generated
Vendored
+2
@@ -18,6 +18,8 @@ editor:
|
||||
handle:
|
||||
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
|
||||
name: Name
|
||||
no-time: No time selected
|
||||
profile: Allow client access to user's profile
|
||||
|
||||
Generated
Vendored
+29
@@ -0,0 +1,29 @@
|
||||
editor:
|
||||
title: Email settings
|
||||
|
||||
server:
|
||||
title: SMTP Server
|
||||
|
||||
host:
|
||||
label: Server
|
||||
description: Server name and port. Port are usually 25 (insecure), 465 or 587 (secure).
|
||||
|
||||
user:
|
||||
label: User
|
||||
description: Optional, authentication credentials for your email server.
|
||||
|
||||
password:
|
||||
label: Password
|
||||
description: Optional, authentication credentials for your email server.
|
||||
|
||||
from:
|
||||
label: Sender address
|
||||
description: Options, a default sender address (FROM header) used when sending emails.
|
||||
|
||||
tlsInsecure:
|
||||
label: Allow use of invalid certificates
|
||||
description: Suppress error if Corteza can not verify the TLS certificate used by SMTP server.
|
||||
|
||||
tlsServerName:
|
||||
label: TLS Server name
|
||||
description: Optional, If SMTP server uses a different value than used for the server name.
|
||||
Generated
Vendored
+2
@@ -6,6 +6,8 @@ editor:
|
||||
delete: Delete
|
||||
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
|
||||
name: Role name
|
||||
title: Basic information
|
||||
unarchive: Unarchive
|
||||
|
||||
Generated
Vendored
+2
@@ -27,6 +27,8 @@ editor:
|
||||
delete: Delete
|
||||
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
|
||||
meta:
|
||||
description: Description
|
||||
short: Short name
|
||||
|
||||
Generated
Vendored
+2
@@ -6,6 +6,8 @@ editor:
|
||||
deletedAt: Deleted at
|
||||
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
|
||||
name: Full name
|
||||
revokeAllSession: Revoke all active sessions
|
||||
suspend: Suspend
|
||||
|
||||
Generated
Vendored
+1
-1
@@ -11,7 +11,7 @@ general:
|
||||
value: Value
|
||||
placeholder:
|
||||
handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
invalid-handle-characters: Should be al 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 contains only letters, numbers, dash, underscore and dot
|
||||
edit:
|
||||
dimension:
|
||||
calculateLabelCount: Calculate how many labels can be shown
|
||||
|
||||
Generated
Vendored
+1
-1
@@ -76,7 +76,7 @@ general:
|
||||
placeholder:
|
||||
handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
sample: Sample
|
||||
invalid-handle-characters: Should be al 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 contains only letters, numbers, dash, underscore and dot
|
||||
import: Module import
|
||||
navigation:
|
||||
module: Modules
|
||||
|
||||
Generated
Vendored
+1
-1
@@ -56,7 +56,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 al 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 contains only letters, numbers, dash, underscore and dot
|
||||
subtitle:
|
||||
label: Subtitle
|
||||
placeholder: Enter namespace subtitle
|
||||
|
||||
Generated
Vendored
+1
-1
@@ -10,7 +10,7 @@ block:
|
||||
handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
sample: Sample
|
||||
title: Add new block
|
||||
invalid-handle-characters: Should be al 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 contains only letters, numbers, dash, underscore and dot
|
||||
changeBlock: Change existing block
|
||||
build:
|
||||
addBlock: Add block
|
||||
|
||||
Generated
Vendored
+1
@@ -11,4 +11,5 @@ card:
|
||||
user: User
|
||||
email: Email
|
||||
record: Record
|
||||
fields: Fields
|
||||
|
||||
|
||||
Generated
Vendored
+2
@@ -1 +1,3 @@
|
||||
title: Edit report
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot
|
||||
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
|
||||
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
workflow:
|
||||
invalid-handle-characters: Should be at least 2 characters long and start with a letter. Can contains only letters, numbers, dash, underscore and dot
|
||||
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
|
||||
Vendored
+1
-1
@@ -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-20211102142012-d9315f356d18
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20211107083849-eaef5250945f
|
||||
## explicit
|
||||
github.com/cortezaproject/corteza-locale
|
||||
# github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da
|
||||
|
||||
Reference in New Issue
Block a user