Update corteza-locale dep
This commit is contained in:
2
go.mod
2
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
|
||||
|
||||
2
go.sum
2
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=
|
||||
|
||||
@@ -2,4 +2,10 @@ label:
|
||||
clear: Clear
|
||||
none: None
|
||||
now: Now
|
||||
today: Today
|
||||
today: Today
|
||||
routes: Routes
|
||||
requests: Requests
|
||||
refresh: Refresh
|
||||
refreshing: Refreshing...
|
||||
refreshingIn: Refreshing in {{seconds}}s
|
||||
loadMore: Load more
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user