3
0

Update corteza-locale dep

This commit is contained in:
Jože Fortun
2022-06-15 16:50:31 +02:00
parent f73be68594
commit 4edcf0e838
38 changed files with 335 additions and 25 deletions
+1 -1
View File
@@ -14,7 +14,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.16.0
github.com/cortezaproject/corteza-locale v0.0.0-20220420093544-33f288d70ae8
github.com/cortezaproject/corteza-locale v0.0.0-20220615084837-bea2371a9dce
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
@@ -116,6 +116,8 @@ github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWH
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cortezaproject/corteza-locale v0.0.0-20220420093544-33f288d70ae8 h1:k3inoIRB4K3bs5VvgISZPSphUetDIdARgyO2OyAN6Rs=
github.com/cortezaproject/corteza-locale v0.0.0-20220420093544-33f288d70ae8/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/corteza-locale v0.0.0-20220615084837-bea2371a9dce h1:IsMBs5jgz7tjinjnrVDr2eu2MrW384aLXr91dMNBTys=
github.com/cortezaproject/corteza-locale v0.0.0-20220615084837-bea2371a9dce/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/goqu/v9 v9.18.4 h1:HV7Ocf6xYHIqU4buxYkg3Ght/en93Yr1m71KPhJXW0Y=
github.com/cortezaproject/goqu/v9 v9.18.4/go.mod h1:nf0Wc2/hV3gYK9LiyqIrzBEVGlI8qW3GuDCEobC4wBQ=
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
@@ -1,3 +1,3 @@
template:
log-out: Logout successful.
log-in: Click here to <a href="{{link}}">log in</a>.
log-in: Click here to <a data-test-id="link-login" href="{{link}}">log in</a>.
@@ -7,8 +7,8 @@ template:
allow: Allow
deny: Deny
links:
mistake: If this is a mistake, please <a href="{{link}}">log out</a>.
mistake: If this is a mistake, please <a data-test-id="link-logout" href="{{link}}">log out</a>.
errors:
invalid-user: Cannot continue with unauthorized email, visit <a href="{{link}}">your profile</a> and resolve the issue.
invalid-user: Cannot continue with unauthorized email, visit <a data-test-id="link-redirect-to-profile" href="{{link}}">your profile</a> and resolve the issue.
alerts:
denied: cannot authorize {{client}}, no permissions.
@@ -1,7 +1,7 @@
template:
title: Password reset requested
instructions: If the email you entered is found in our database, you'll receive a password reset link to your inbox in a few moments.
links: <a href="{{login}}">Return to the login page</a>
links: <a data-test-id="link-return-to-login-page" href="{{login}}">Return to the login page</a>
alert:
invalid-expired-password-token: Invalid or expired password reset token, please repeat password reset request.
password-reset-success: Password successfully reset.
@@ -1,4 +1,4 @@
template:
title: Confirm your email
instructions: You should receive email confirmation link to your inbox in a few moments.
links: <a href="{{signup}}">Create new account</a> or <a href="{{login}}">log in</a>.
links: <a data-test-id="link-signup" href="{{signup}}">Create new account</a> or <a data-test-id="link-login" href="{{login}}">log in</a>.
@@ -4,7 +4,7 @@ template:
email:
label: Email
placeholder: email@domain.ltd
resend-confirmation-link: Email is not verified, <a href="{{link}}?resend">resend confirmation link.</a>
resend-confirmation-link: Email is not verified, <a data-test-id="link-resend-confirmation" href="{{link}}?resend">resend confirmation link.</a>
name:
label: Full name
placeholder: Your full name
@@ -6,4 +6,4 @@ template:
placeholder: email@domain.ltd
buttons:
request: Request password reset link via email
links: <a href="{{login}}">Return to the login page</a>
links: <a data-test-id="link-return-to-login-page" href="{{login}}">Return to the login page</a>
@@ -15,7 +15,7 @@ template:
placeholder: Short name, nickname or handle
button:
sign-up: Submit
log-in: Already have an account? <a href="{{link}}">Log in</a>
log-in: Already have an account? <a data-test-id="link-login" href="{{link}}">Log in</a>
alerts:
signup-successful: Sign-up successful.
@@ -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,3 +15,11 @@ editor:
title: Sidebar
hide-namespace-list: Hide list of namespaces
hide-namespace-list-link: Hide link to list of all namespaces
record-toolbar:
title: Record Toolbar
hide-submit: Hide submit button
hide-delete: Hide delete button
hide-edit: Hide edit button
hide-new: Hide new button
hide-clone: Hide clone button
hide-back: Hide back link
@@ -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
@@ -8,3 +8,6 @@ label:
refresh: Refresh
loadMore: Load more
loading: Loading
submit: Submit
delete: Delete
undelete: Undelete
@@ -8,6 +8,7 @@ system:
apigw: Integration Gateway
applications: Applications
authclients: Auth Clients
connections: Connections
permissions: Permissions
queues: Messaging Queues
roles: Roles
@@ -229,4 +229,22 @@ permissions:
error: Permissions clone failed
role:
error: Failed to add role
connection:
fetch:
error: Connection fetch failed
update:
success: Connection updated
error: Connection update failed
create:
success: Connection created
error: Connection create failed
delete:
success: Connection deleted
error: Connection delete failed
undelete:
success: Connection restored
error: Connection restore failed
capabilities:
success: Connection capabilities updated
error: Connection capability update failed
@@ -145,6 +145,16 @@ resources:
title: Create new report
reports.search:
title: List and search reports
dal-connections.search:
title: Search connections
dal-connection.create:
title: Create connections
dal-sensitivity-level.manage:
title: Manage connection sensitivity level
data-privacy-requests.search:
title: Search connections
data-privacy-request.create:
title: Create connections
application:
label: Applications
@@ -204,6 +214,23 @@ resources:
specific: Update client "{{target}}
title: Update any client
dal-connection:
label: Connections
all: all connections
specific: connection "{{target}}"
operations:
read:
description: 'Default: deny'
specific: Read connection "{{target}}
title: Read any connection
update:
description: 'Default: deny'
specific: Update connection "{{target}}
title: Update any connection
delete:
description: 'Default: deny'
specific: Delete connection "{{target}}
title: Delete any connection
role:
label: Roles
all: all roles
@@ -339,6 +366,19 @@ resources:
specific: Update {{target}}
title: Update any user
data-privacy-request:
label: Privacy Requests
all: all requests
specific: request "{{target}}"
operations:
read:
description: 'Default: deny'
specific: Read {{target}}
title: Read any request
approve:
description: 'Default: deny'
specific: Approve {{target}}
title: Approve any request
federation:
component:
label: Federation component
@@ -462,3 +502,5 @@ resources:
title: Read any record
update:
title: Update any record
owner.manage:
title: Manage ownership of any record
@@ -19,6 +19,8 @@ list:
label: 'Only'
deleted:
label: 'Deleted routes'
handle:
placeholder: 'Filter endpoints by path'
columns:
endpoint: 'Endpoint'
@@ -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
@@ -0,0 +1,51 @@
editor:
info:
location: Location
ownership: Ownership
title: Basic Information
external:
add: Add New Connection
add-button: Add New Connection
columns:
dsn: DSN
location: Location
name: Name
ownership: Ownership
url: Url
actions: ""
filterForm:
query:
placeholder: Type here to search among all columns...
info:
handle: Handle
name: Name
location: Location
ownership: Ownership
url: Url
sensitiveData:
label: Sensitive Data
text: Check if it may contain sensitive data
loading: Loading Connections
title:
create: Create External Connection
basic-info: Basic Information
default: External Connections
edit: Edit External Connection
federation:
title: Federation Connections
add-button: Add New Node
columns:
createdBy: Created by
createdAt: Created at
location: Location
name: Name
ownership: Ownership
url: Url
actions: ""
filterForm:
query:
placeholder: Type here to search among all columns...
loading: Loading Connections
list:
title: Connections
@@ -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
@@ -1,4 +1,7 @@
label:
app-name:
public: Low Code
private: Low Code - Admin
actions: Actions
active: Active
add: Add
@@ -9,6 +12,7 @@ label:
attributes: Attributes
back: Back
backWithoutSave: Back (without saving changes)
block: Block
browse: Browse
buttons: Buttons
cancel: Cancel
@@ -54,6 +58,7 @@ label:
removeDefault: Remove default
required: Required
reset: Reset
sensitive: Sensitive
save: Save
saveAndClose: Save and close
status: Status
@@ -70,7 +70,7 @@ edit:
systemFields: 'System fields:'
tooltip:
attributes: Select if the field can hold multiple values, if it's required field or if contains sensitive data
name: Must be a-z/A-Z, 0-9 or underscore
name: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
private: Sensitive data
required: Required field
title: The name displayed in form input / data lists
@@ -84,13 +84,13 @@ general:
label:
attributes: Attributes
handle: Handle
name: Name
name: Name *
permissions: Permissions
title: Title
type: Type
saveAndClose: Save and close
placeholder:
handle: handle (a - z, 0 - 9, underscore, dash)
handle: Handle
sample: Sample
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
@@ -100,6 +100,12 @@ newLabel: Module Name *
newPlaceholder: Name used on the list of modules
noModule: No modules
noModuleFilter: No module matches your search
privacy:
title: Privacy Settings
data-source: Data Source
select-data-source: Select a Data Source
location: Location
ownership: Ownership
recordPage:
create: Create record page
edit: Edit record page
@@ -86,6 +86,10 @@ record:
unexpectedValue: Unexpected value for record module ({{type}})
updateFailed: Could not update record
validationErrors: check error messages on the form
staleDataRefresh: Stale record data, all unsaved changes will be lost. Do you wish to refresh the data now?
record-list:
corrupted-filter: Corrupted filter
incorrect-filter-structure: Incorrect structure of filter {{filterID}}
report:
listFetchFailed: Failed to fetch reports
fetchFailed: Failed to fetch report
@@ -150,3 +150,8 @@ resources:
specific: Update record "{{target}}"
title: Update records of any module
all-specific: Update records of module "{{ target }}"
'owner.manage':
description: 'Default: deny'
specific: Manage owner of record "{{target}}"
title: Manage record owners of any module
all-specific: Manage record owners of module "{{ target }}"
@@ -4,6 +4,9 @@ translator:
missing-translation: Missing translation
resources:
chart:
title: Chart "{{ handle }}"
namespace:
title: Namespace "{{ handle }}"
module:
@@ -0,0 +1,31 @@
title: Data Privacy Console
data-source-location: Data Source Location
description:
first: The Data Privacy Console enables you to access the overview of your personal data, request data deletion or data export.
second: These actions are subject to validation by the DC (Data Controller) of your organization.
user-options:
data-overview:
title: Data Overview
description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales
button-label: View your data
privacy-requests:
title: Privacy Requests
description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales
button-label: Your privacy requests
export:
title: Data Export
description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales
button-label: Request data export
delete:
title: Data Deletion
description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales
button-label: Request data deletion
dc-options:
privacy-requests:
title: Privacy Requests
description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales
button-label: Incoming privacy requests
sensitive-data:
title: Sensitive Data
description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales
button-label: List of sensitive data
@@ -0,0 +1,17 @@
title: Data Overview
data-types:
profile-information:
title: Profile Information
description: Your contact information, names, surname, nickname, profile picture
application-data:
title: Application Data
description: Your personal data stored in Corteza
application:
title: Application Data
data-source: Data Source
select-data-source: Select a Data Source
private-fields: Private Fields
request-correction: Request Correction
request-deletion: Request Deletion
@@ -0,0 +1,15 @@
label:
back: Back
resourceList:
loading: Loading
noItems: No items
notFound: Not found
search:
placeholder: Type here to search items
pagination:
next: Next
prev: Previous
showing: '{{from}} - {{to}} of {{count}} items'
single: One item
single_plural: '{{count}} items'
@@ -0,0 +1,10 @@
help:
documentation: Documentation
feedback: Send feedback
forum: Help
version: 'Version:'
userSettings:
changePassword: Change password
loggedInAs: Logged in as {{user}}
logout: Logout
profile: Profile
@@ -0,0 +1,9 @@
general:
error: Error
success: Success
warning: Warning
search:
failed: Search failed
list:
load:
error: Failed to load resource list
@@ -0,0 +1,65 @@
kind:
correct: Correction Request
delete: Deletion Request
export: Export Request
status:
canceled: Canceled
pending: Pending
rejected: Rejected
approved: Approved
list:
title: Privacy Requests
export: Export
columns:
kind: Type
requestedAt: Requested at
requestedBy: Requested by
status: Status
request:
approve: Approve Requests
reject: Reject Requests
edit:
correct:
private-fields: Private Fields
submit: Submit Correction Request
data-source:
label: Data Source
placeholder: Select a Data Source
delete:
private-fields: Private Fields
submit: Delete Selected Data
data-source:
label: Data Source
placeholder: Select a Data Source
export:
submit: Export Selected Data
data-type:
label: Data Type to export
profile-information: Profile Information
application-data: Application Data
date-range:
label: Date Range
all: All of my data
file-format:
label: File Format
json: JSON
csv: CSV
view:
approve: Approve request
reject: Reject request
export:
data-type:
label: Data Type to export
profile-information: Profile Information
application-data: Application Data
date-range:
label: Date Range
all: All of my data
file-format:
label: File Format
json: JSON
csv: CSV
@@ -0,0 +1,11 @@
list:
columns:
moduleName: Name
moduleHandle: Handle
connection: Connection
location: Location
ownership: Ownership
title: Sensitive Data
module:
enable: Enable modules
disable: Disable modules
@@ -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
@@ -46,7 +46,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-20220420093544-33f288d70ae8
# github.com/cortezaproject/corteza-locale v0.0.0-20220615084837-bea2371a9dce
## explicit; go 1.16
github.com/cortezaproject/corteza-locale
# github.com/crewjam/httperr v0.2.0