Update corteza-locale dep
This commit is contained in:
2
go.mod
2
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-20220920093226-f073199ffab5
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220926153413-52303157064d
|
||||
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
@@ -124,6 +124,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635 h1:T
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220920093226-f073199ffab5 h1:MiBh7fQjBe0v2uKiWe5JbzAU0sXcsmm1P4nKdHOBk+U=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220920093226-f073199ffab5/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220926153413-52303157064d h1:WSdIMvwZVYbPZw+UVzsNZk8gGG4BlDV/rzQBFQt+YfA=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20220926153413-52303157064d/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=
|
||||
|
||||
@@ -209,6 +209,15 @@ sensitivityLevel:
|
||||
delete:
|
||||
success: Sensitivity level deleted
|
||||
error: Sensitivity level delete failed
|
||||
fetch:
|
||||
success: Sensitivity level fetched
|
||||
error: Sensitivity level fetch failed
|
||||
undelete:
|
||||
success: Sensitivity level restored
|
||||
error: Sensitivity level restore failed
|
||||
update:
|
||||
success: Sensitivity level updated
|
||||
error: Sensitivity level update failed
|
||||
settings:
|
||||
system:
|
||||
fetch:
|
||||
@@ -257,6 +266,3 @@ connection:
|
||||
undelete:
|
||||
success: Connection restored
|
||||
error: Connection restore failed
|
||||
sensitivity-level:
|
||||
fetch:
|
||||
error: Sensitivity level fetch failed
|
||||
|
||||
@@ -68,7 +68,7 @@ editor:
|
||||
description: Internal notes on data-at-rest protection (physical protection)
|
||||
data-at-transit-encryption:
|
||||
checkbox:
|
||||
label: Encrypt data at rest enabled
|
||||
label: Encrypt data at transit enabled
|
||||
notes:
|
||||
label: Notes on data at transit encryption (network encryption)
|
||||
description: Internal notes on data-at-transit encryption (network encryption)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
available-items: Available items
|
||||
selected-items: Selected items
|
||||
available-items: Available fields
|
||||
selected-items: Selected fields
|
||||
defaultFieldValue: Default field value
|
||||
defaultValue: Default value
|
||||
required-field: This field is required
|
||||
|
||||
@@ -134,9 +134,6 @@ edit:
|
||||
usage-disclosure:
|
||||
label: Sensitive data usage disclosure (visible on data-privacy console)
|
||||
|
||||
data-source: Data Source
|
||||
select-data-source: Select a Data Source
|
||||
|
||||
sensitivity-levels:
|
||||
fetch-failed: Could not fetch sensitivity levels
|
||||
|
||||
@@ -154,11 +151,11 @@ edit:
|
||||
record-duplication:
|
||||
title: Record duplication detection
|
||||
strict-fields:
|
||||
label: Strict fields
|
||||
description: These fields will raise a validation error when duplicate value is detected
|
||||
label: Strict duplicate value validation
|
||||
description: Record will not be saved when a duplicate value is detected in the selected fields in any existing record of this module
|
||||
non-strict-fields:
|
||||
label: Non strict fields
|
||||
description: These fields will display a warning under the field when duplicate value is detected
|
||||
label: Soft duplicate value validation
|
||||
description: Record will be saved and user will be presented with a warning when a duplicate value is detected in the selected fields in any existing record of this module
|
||||
|
||||
|
||||
federated: Federated
|
||||
|
||||
@@ -58,6 +58,7 @@ manage:
|
||||
list-view: Back to namespace list
|
||||
|
||||
disabled: Disabled
|
||||
noResults: No namespaces found
|
||||
|
||||
toolbar:
|
||||
buttons:
|
||||
|
||||
@@ -86,6 +86,7 @@ record:
|
||||
unexpectedValue: Unexpected value for record module ({{type}})
|
||||
updateFailed: Could not update record
|
||||
validationErrors: check error messages on the form
|
||||
validationWarnings: Record saved successfully, check warning 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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
title: Data Privacy Console
|
||||
data-source-location: Data Source Location
|
||||
connection-location: Connection 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.
|
||||
|
||||
@@ -10,9 +10,10 @@ data-types:
|
||||
|
||||
application:
|
||||
title: Application Data
|
||||
data-source: Data Source
|
||||
connection:
|
||||
label: Connection
|
||||
placeholder: Select a Connection
|
||||
no-data-available: No data available
|
||||
select-data-source: Select a Data Source
|
||||
private-fields: Private Fields
|
||||
request-correction: Request Correction
|
||||
request-deletion: Request Deletion
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
location: Location
|
||||
name: Name
|
||||
server-details: Server Details
|
||||
server-details: Server Details
|
||||
unnamed-location: Unnamed location
|
||||
3
vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/module-records.yaml
generated
vendored
Normal file
3
vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-privacy/module-records.yaml
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module: Module
|
||||
namespace: Namespace
|
||||
no-records: No records
|
||||
@@ -39,16 +39,16 @@ edit:
|
||||
private-fields: Private Fields
|
||||
no-data-available: No data available
|
||||
submit: Submit Correction Request
|
||||
data-source:
|
||||
label: Data Source
|
||||
placeholder: Select a Data Source
|
||||
connection:
|
||||
label: Connection
|
||||
placeholder: Select a Connection
|
||||
delete:
|
||||
private-fields: Private Fields
|
||||
no-data-available: No data available
|
||||
submit: Delete Selected Data
|
||||
data-source:
|
||||
label: Data Source
|
||||
placeholder: Select a Data Source
|
||||
connection:
|
||||
label: Connection
|
||||
placeholder: Select a Connection
|
||||
export:
|
||||
submit: Export Selected Data
|
||||
data-type:
|
||||
|
||||
@@ -10,12 +10,15 @@ block:
|
||||
datasource:
|
||||
label: Datasource
|
||||
types:
|
||||
load:
|
||||
load:
|
||||
label: Load
|
||||
data-from-resource: Loads data from a specified resource, such as Compose records
|
||||
link:
|
||||
label: Link
|
||||
load-datasources: Links two Load datasources with a unique column that links them together, such as a Compose record selector
|
||||
join:
|
||||
label: Join
|
||||
load-datasources: Joins two datasources with a unique column that joins them together, such as a Compose record selector. The join step produces a single set of rows in contrast to the link step which produces an independent data frame for each local row
|
||||
aggregate:
|
||||
label: Aggregate
|
||||
load-datasource: Aggregates data from a load datasource based on a column value and aggregates it, such as counting the number of Accounts with the same status
|
||||
|
||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@@ -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-20220920093226-f073199ffab5
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20220926153413-52303157064d
|
||||
## explicit; go 1.16
|
||||
github.com/cortezaproject/corteza-locale
|
||||
# github.com/crewjam/httperr v0.2.0
|
||||
|
||||
Reference in New Issue
Block a user