3
0

Update corteza-locale dep

This commit is contained in:
Denis Arh
2021-10-06 17:46:07 +02:00
parent 9bdc618f76
commit d2b54aae56
11 changed files with 44 additions and 16 deletions
+1 -1
View File
@@ -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
+2
View File
@@ -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=
@@ -1 +1,2 @@
version: version {{version}}
code-link: Access source code on
@@ -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'
@@ -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
@@ -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}})
@@ -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 <name>)
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
@@ -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
@@ -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...
@@ -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
+1 -1
View File
@@ -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