diff --git a/go.mod b/go.mod
index 82e0f192d..b50fe4017 100644
--- a/go.mod
+++ b/go.mod
@@ -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
diff --git a/go.sum b/go.sum
index 8ba67be1c..4c02d6ab3 100644
--- a/go.sum
+++ b/go.sum
@@ -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=
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/logout.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/logout.yaml
index 7b93bc8ac..52afd168f 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/logout.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/logout.yaml
@@ -1,3 +1,3 @@
template:
log-out: Logout successful.
- log-in: Click here to log in.
+ log-in: Click here to log in.
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/oauth2-authorize-client.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/oauth2-authorize-client.yaml
index a5c307dcf..33af3e2a4 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/oauth2-authorize-client.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/oauth2-authorize-client.yaml
@@ -7,8 +7,8 @@ template:
allow: Allow
deny: Deny
links:
- mistake: If this is a mistake, please log out.
+ mistake: If this is a mistake, please log out.
errors:
- invalid-user: Cannot continue with unauthorized email, visit your profile and resolve the issue.
+ invalid-user: Cannot continue with unauthorized email, visit your profile and resolve the issue.
alerts:
denied: cannot authorize {{client}}, no permissions.
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/password-reset-requested.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/password-reset-requested.yaml
index 0b9f3bf4b..3b685a6cc 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/password-reset-requested.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/password-reset-requested.yaml
@@ -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: Return to the login page
+ links: Return to the login page
alert:
invalid-expired-password-token: Invalid or expired password reset token, please repeat password reset request.
password-reset-success: Password successfully reset.
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/pending-email-confirmation.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/pending-email-confirmation.yaml
index c190849b7..4f0da6a4d 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/pending-email-confirmation.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/pending-email-confirmation.yaml
@@ -1,4 +1,4 @@
template:
title: Confirm your email
instructions: You should receive email confirmation link to your inbox in a few moments.
- links: Create new account or log in.
+ links: Create new account or log in.
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/profile.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/profile.yaml
index 0ad43ab89..b45cbb2ca 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/profile.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/profile.yaml
@@ -4,7 +4,7 @@ template:
email:
label: Email
placeholder: email@domain.ltd
- resend-confirmation-link: Email is not verified, resend confirmation link.
+ resend-confirmation-link: Email is not verified, resend confirmation link.
name:
label: Full name
placeholder: Your full name
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/request-password-reset.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/request-password-reset.yaml
index 56ac883fb..272810cb4 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/request-password-reset.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/request-password-reset.yaml
@@ -6,4 +6,4 @@ template:
placeholder: email@domain.ltd
buttons:
request: Request password reset link via email
- links: Return to the login page
+ links: Return to the login page
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/signup.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/signup.yaml
index df32967f7..7d122b38e 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/signup.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/signup.yaml
@@ -15,7 +15,7 @@ template:
placeholder: Short name, nickname or handle
button:
sign-up: Submit
- log-in: Already have an account? Log in
+ log-in: Already have an account? Log in
alerts:
signup-successful: Sign-up successful.
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml
index 6e9efbbd0..6651f8529 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/automation.workflows.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/compose.settings.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/compose.settings.yaml
index a65de9f50..5e07dd9f8 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/compose.settings.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/compose.settings.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml
index cc8e8b788..c7cb68639 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/federation.nodes.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml
index 94d3652a4..b8eff5b15 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/general.yaml
@@ -8,3 +8,6 @@ label:
refresh: Refresh
loadMore: Load more
loading: Loading
+ submit: Submit
+ delete: Delete
+ undelete: Undelete
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml
index b250bf784..de061258a 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/navigation.yaml
@@ -8,6 +8,7 @@ system:
apigw: Integration Gateway
applications: Applications
authclients: Auth Clients
+ connections: Connections
permissions: Permissions
queues: Messaging Queues
roles: Roles
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml
index e39ebb1f8..c18f1e76a 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml
index 711a4deb6..117a26f06 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/permissions.yaml
@@ -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
\ No newline at end of file
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml
index 76336ecb4..dfb410d3d 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.apigw.yaml
@@ -19,6 +19,8 @@ list:
label: 'Only'
deleted:
label: 'Deleted routes'
+ handle:
+ placeholder: 'Filter endpoints by path'
columns:
endpoint: 'Endpoint'
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml
index 24d91d680..f5374fdc7 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.applications.yaml
@@ -5,7 +5,7 @@ editor:
deletedAt: Deleted at
enabled: Enabled
id: ID
- name: Name
+ name: Name *
title: Basic information
undelete: Undelete
updatedAt: Updated at
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml
index add74cd01..6766218b4 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.authclients.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.connections.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.connections.yaml
new file mode 100644
index 000000000..45e30cc3f
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.connections.yaml
@@ -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
\ No newline at end of file
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml
index 1a52b6073..4466a7e5a 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.queues.yaml
@@ -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.
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml
index b607f2223..0f17d2c4c 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.roles.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml
index 62ee8211a..8c51a3469 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.templates.yaml
@@ -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:
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml
index 105dce2c4..5331cde76 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/system.users.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml
index 79587846b..d278c592f 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/general.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml
index f8710b5d1..f139b122c 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/module.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml
index 74c88a75b..9a9da462d 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/notification.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml
index 23b07b83a..5a5ffbcd9 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/permissions.yaml
@@ -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 }}"
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml
index 08bcfc603..fdf220689 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/resource-translator.yaml
@@ -4,6 +4,9 @@ translator:
missing-translation: Missing translation
resources:
+ chart:
+ title: Chart "{{ handle }}"
+
namespace:
title: Namespace "{{ handle }}"
module:
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/dashboard.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/dashboard.yaml
new file mode 100644
index 000000000..fe6e9f9e6
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/dashboard.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/data-overview.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/data-overview.yaml
new file mode 100644
index 000000000..e135bf0ec
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/data-overview.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/general.yaml
new file mode 100644
index 000000000..fd49fc858
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/general.yaml
@@ -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'
\ No newline at end of file
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/navigation.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/navigation.yaml
new file mode 100644
index 000000000..1d7d4746d
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/navigation.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/notification.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/notification.yaml
new file mode 100644
index 000000000..4f280c546
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/notification.yaml
@@ -0,0 +1,9 @@
+general:
+ error: Error
+ success: Success
+ warning: Warning
+search:
+ failed: Search failed
+list:
+ load:
+ error: Failed to load resource list
\ No newline at end of file
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/request.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/request.yaml
new file mode 100644
index 000000000..6c503f269
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/request.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/sensitive-data.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/sensitive-data.yaml
new file mode 100644
index 000000000..3860a4fe2
--- /dev/null
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/sensitive-data.yaml
@@ -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
diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml
index 7320bced0..edd74dee5 100644
--- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml
+++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-workflow/general.yaml
@@ -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
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 899371bc5..4dd0f92ec 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -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