Update corteza-locale dep

This commit is contained in:
Jože Fortun
2022-09-07 13:05:23 +02:00
parent efc8a324b4
commit 61b5fd58be
49 changed files with 563 additions and 110 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-20220615084837-bea2371a9dce
github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635
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
@@ -118,6 +118,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20220420093544-33f288d70ae8 h1:k
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/corteza-locale v0.0.0-20220907104147-956a96b17635 h1:TmDyhjoY135CEVEly9yZp3vB2JKJeiZl7BhpnBPswM4=
github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635/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=
@@ -154,7 +154,7 @@ record:
deleteRecord: Delete record
label: Record
preview:
blockNoRecord: Can not render this block without a record
blockNoRecord: Cannot render this block without a record
fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}}
untitled: Untitled
recordDeleted: This record was deleted
@@ -81,7 +81,7 @@ reminder:
titleLabel: Title
titlePlaceholder: Title
listLabel: Reminders
routesTo: 'Includes link to:'
routesTo: Link label
snooze: Snooze
tooltip:
dragAndDrop: Drag and drop to change order
@@ -1,5 +1,5 @@
template:
title: Log in
title: Log in to continue
form:
email:
label: E-mail
@@ -8,9 +8,9 @@ template:
label: Password
placeholder: password
button:
login-and-remember: Log in and remember me
login: Log in
continue: Continue
login-and-remember: Log in and remember me
login: Log in
continue: Continue
links:
request-password-reset: Forgot your password?
signup: Create a new account
@@ -0,0 +1,8 @@
errors:
notAllowedToRead: not allowed to read this setting
notAllowedToManage: not allowed to manage this setting
invalidPasswordMinLength: password constraint minimum length should be at least 8 characters
invalidPasswordMinUpperCase: password constraint minimum upper case count should not be a negative number
invalidPasswordMinLowerCase: password constraint minimum lower case count should not be a negative number
invalidPasswordMinNumCount: password constraint minimum number count should not be a negative number
invalidPasswordMinSpecialCharCount: password constraint minimum special character count should not be a negative number
@@ -71,7 +71,10 @@ automation:
warning: ""
title: List of automation script
general:
resource-list:
no-items: No matches for your search
notFound: 'Not found'
loading: Loading
label:
"no": "No"
submit: Submit
@@ -82,6 +85,9 @@ general:
pagination:
next: Next
prev: Prev
showing: '{{from}} - {{to}} of {{count}} items'
single: One item
single_plural: '{{count}} items'
navigation:
adminPanel: Admin panel
automation: Automation
@@ -14,6 +14,7 @@ editor:
title: Basic information
workflowID: WorkflowID
openWorkflow: Open workflow
cancel: Cancel session
title: Session
list:
columns:
@@ -21,6 +22,7 @@ list:
createdAt: Created At
eventType: Event type
sessionID: SessionID
state: State
status: Status
workflowID: WorkflowID
filterForm:
@@ -31,6 +31,10 @@ list:
enabled: Enabled
handle: Handle
name: Name
state: State
rows:
filters:
deleted: Deleted
filterForm:
deleted:
label: deleted workflows
@@ -9,6 +9,7 @@ system:
applications: Applications
authclients: Auth Clients
connections: Connections
sensitivityLevel: Sensitivity Levels
permissions: Permissions
queues: Messaging Queues
roles: Roles
@@ -3,10 +3,13 @@ general:
success: Success
warning: Warning
notAllowed: Not allowed to access Admin Area. Redirecting
list:
list:
load:
error: 'Failed to load resource list'
user:
external-auth-providers:
error: External auth providers fetch failed
success: External auth providers updated
fetch:
error: User fetch failed
roles:
@@ -170,6 +173,9 @@ session:
error: Session fetch failed
trigger:
error: Trigger fetch failed
cancel:
success: Session canceled
error: Session cancel failed
federation:
fetch:
error: Node fetch failed
@@ -244,7 +250,4 @@ connection:
undelete:
success: Connection restored
error: Connection restore failed
operations:
success: Connection operations updated
error: Connection operation update failed
@@ -3,9 +3,39 @@
# - inline permission table (admin interface only)
# - modal permission table (common perm. interface)
ui:
reset-back: Reset back to "{{current}}"
save-changes: Save changes
save: Save changes
cancel: Cancel
set-for: Set permissions for {{target}}
loading: Loading permissions
edit:
title: Edit permissions
label: User roles
description: Select role to set permissions
evaluate:
title: Evaluated permissions
description: Evaluate applied permissions
add:
label: Add
title: Evaluate permissions
save: Save & Close
edit:
description: Select a role that you wish to edit permissions for
evaluate:
description: Select a combination of roles or a user to evaluate
role:
label: Roles
placeholder: Select role(s)
user:
label: Users
placeholder: Search or select a user
tooltip:
unknown-context:
user: Can not evaluate permission for a user with contextual role on a non-specific resource
role: Can not evaluate permission for contextual role on a non-specific resource
access:
allow: Allow
@@ -17,14 +47,6 @@ ui:
click-on-cell-to-allow: Click on permission/role cell to allow a specific operation
alt-click-to-deny: Use Alt-Click to set explicit deny on operation
not-allowed: Not allowed to set permissions
loading: Loading permissions
role:
add-new: Add new role
add: Add role
no-role-selected: No role selected
title:
automation: Automation permissions
system: System permissions
@@ -333,6 +355,9 @@ resources:
all: all users
specific: user "{{target}}"
operations:
credentials:
manage:
specific: Manage {{target}}'s credentials
delete:
description: 'Default: deny'
specific: Delete {{target}}
@@ -503,4 +528,6 @@ resources:
update:
title: Update any record
owner.manage:
title: Manage ownership of any record
title: Manage ownership of any record
revisions.search:
title: Access revisions of any record
@@ -28,6 +28,10 @@ list:
enabled: 'Enabled'
method: 'Method'
actions: ''
state: State
rows:
filters:
deleted: Deleted
editor:
title: 'Edit route'
@@ -39,6 +39,10 @@ list:
enabled: Enabled
name: Name
appListName: App selector name
state: State
rows:
filters:
deleted: Deleted
filterForm:
deleted:
label: deleted applications
@@ -40,6 +40,9 @@ editor:
description: Only roles in this list will be added into security context when user authorizes this client
label: Permitted roles
title: Basic information
tooltip:
regenerate-secret: Regenerate secret
reset-value: Reset value
trusted:
description: When client is trusted users do not see authorization step
label: Trusted
@@ -69,6 +72,10 @@ list:
handle: Handle
meta:
name: Name
state: State
rows:
filters:
deleted: Deleted
filterForm:
deleted:
label: deleted clients
@@ -1,51 +1,103 @@
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
primary:
title: Primary database
name: Name
handle: Handle
location: Location
ownership: Ownership
sensitivity-level: Sensitivity level
list:
title: Connections
title: List of database connections
add-button: Add connection
filter-form:
query:
placeholder: Search by name
columns:
name: Name
location: Location
ownership: Ownership
createdAt: Created
editor:
title:
edit: Edit connection
create: New connection
basic:
title: Basic settings
form:
name:
label: Name
placeholder: Data lake
description: ''
handle:
label: Handle
placeholder: simplified_connection_name
description:
invalid-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
location-name:
label: Location name
placeholder: Name of the location where the data is stored
description: Name of the city, country, continent, etc.
location-geometry:
label: Location coordinates
description: Coordinates of the location where the data is stored
placeholder:
ownership:
label: Ownership
placeholder: ACME ltd.
description: Name of the company or person who owns the data
sensitivity-level:
label: Highest allowed sensitivity level
placeholder:
description: Highest allowed level of sensitivity for the data stored (as set on fields of the module that uses this connection)
properties:
title: Connection and database properties
form:
data-at-rest-encryption:
checkbox:
label: Encrypt data at rest enabled
notes:
label: Notes on encryption
description: Internal notes on data-at-rest encryption (disk encryption)
data-at-rest-protection:
checkbox:
label: Data at rest protection provided
notes:
label: Notes on data at rest protection
description: Internal notes on data-at-rest protection (physical protection)
data-at-transit-encryption:
checkbox:
label: Encrypt data at rest enabled
notes:
label: Notes on data at transit encryption (network encryption)
description: Internal notes on data-at-transit encryption (network encryption)
data-restoration:
checkbox:
label: Data at rest backup and restoration implemented
notes:
label: Notes on data restoration
description: Internal notes on data-restoration
dal:
title: Data access layer configuration and connection parameters
form:
model-ident:
label: Default table or container name
placeholder: compose_record
description: |
Identifier can contain placeholders like {{module}} (replaced with module handle) and/or {{namespace}} (replace with namespace handle).
When set it is used as a default for modules without configure ident.
type:
label: Connection and parameter type
placeholder: corteza::dal:connection:dsn
description: Type of the connection and parameter, e.g. corteza::dal:connection:dsn
params:
label: Connection parameters
placeholder: postgres://user:pass@host:port/dbname
description: 'Connection parameters, e.g.: {"dsn": "postgres://user:pass@host:port/dbname"}'
connectivity-issues: Connection issues
no-access-warning: No permissions to manage data access layer configuration and connection parameters for this connection
@@ -23,7 +23,11 @@ list:
actions: Actions
consumer: Consumer
createdAt: Created At
state: State
queue: Queue
rows:
filters:
deleted: Deleted
filterForm:
deleted:
label: deleted queues
@@ -40,6 +40,11 @@ list:
enabled: Enabled
handle: Handle
name: Name
state: State
rows:
filters:
archived: Archived
deleted: Deleted
filterForm:
archived:
label: archived roles
@@ -0,0 +1,36 @@
editor:
title:
create: Create sensitivity level
edit: Edit sensitivity level
info:
title: Basic Information
handle:
label: Handle
placeholder: handle (a - z, 0 - 9, underscore, dash)
invalid-characters: Should be at least 2 characters long and start with a letter. Can contain only letters, numbers, dashes, underscores and dots
name: Name
description: Description
level: Level
list:
title: Sensitivity Levels
loading: Loading sensitivity levels
new: New
columns:
actions: ''
'meta.name': Name
level: Level
createdAt: Created
state: State
rows:
filters:
deleted: Deleted
filterForm:
deleted:
label: deleted sensitivity levels
excluded:
label: Without
exclusive:
label: Only
inclusive:
label: Including
@@ -13,10 +13,14 @@ editor:
ignored-security: The system is configured to ignore password security constraints which is insecure on production deployments. If this is a production deployment, please contact your administrator to update the system configuration (the AUTH_PASSWORD_SECURITY .env variable).
min-length: Minimum length
min-length-description: Must be at least 8 characters
min-num-count: Minimum number of numbers
min-num-count-description: The password must include the specified number of numbers (disabled if set to 0)
min-num-count: Minimum number of digits
min-num-count-description: The password must include the specified number of digits (disabled if set to 0)
min-special-count: Minimum number of special characters
min-special-count-description: The password must include the specified number of special characters (disabled if set to 0)
min-upper-case-length: Minimum upper case length
min-upper-case-description: The password must include the specified number of upper case characters (disabled if set to 0)
min-lower-case-length: Minimum lower case length
min-lower-case-description: The password must include the specified number of lower case characters (disabled if set to 0)
signup:
email-confirmation-required: Signup email confirmation required
enabled: Signup enabled
@@ -51,6 +51,10 @@ list:
language: Language
meta:
short: Short name
state: State
rows:
filters:
deleted: Deleted
filterForm:
deleted:
label: deleted templates
@@ -1,4 +1,8 @@
editor:
external-auth-providers:
label: Label
title: Manage external auth providers
type: Type
info:
confirmEmail: Confirm email address
createdAt: Created at
@@ -64,6 +68,11 @@ list:
enabled: Enabled
handle: Handle
name: Name
state: State
rows:
filters:
deleted: Deleted
suspended: Suspended
filterForm:
deleted:
label: deleted users
@@ -108,6 +108,7 @@ general:
descriptionLabel: Description
descriptionPlaceholder: Block description
headerStyle: Block header style (color)
wrap: Display block as a card
label:
add: Add
back: Back
@@ -134,6 +135,7 @@ general:
titlePlaceholder: Block title
tooltip:
dragAndDrop: Drag and drop to change order
translations: Field translations
iframe:
label: IFrame
pickURLField: Pick an URL field
@@ -191,7 +193,7 @@ record:
moduleOrPageNotSet: 'RecordList block error: module or page option not set'
moduleMismatch: Module incompatible, module mismatch
preview:
blockNoRecord: Can not render this block without a record
blockNoRecord: Cannot render this block without a record
fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}}
untitled: Untitled
recordDeleted: This record was deleted
@@ -346,12 +348,22 @@ recordList:
presortLabel: Presort records
presortPlaceholder: field1 DESC, field2 ASC
showTotalCount: Show total record count
openInNewTab: Open records in a new tab
linkToParent: Link to parent record
tooltip:
clone: Clone record
edit: Edit record
undelete: Undelete record
reminder: Reminder
view: View record
recordPage: record page
refField:
footnote: Field that links records with the parent record
label: Parent field
selectable: Enable record selection
selected: '{{count}} of {{total}} records selected'
sort:
tooltip: Sort column
recordOrganizer:
descriptionField:
footnote: Field value will be used as record description
@@ -375,6 +387,53 @@ recordOrganizer:
label: 'Record Organizer block for module {{0}}. Label field {{1}}, Description field {{2}}. Value setting field: {{3}}, Sorted by position field: {{4}}.'
moduleNotSelected: Record Organizer module not selected.
addNewRecord: + Add new record
recordRevisions:
label: Record revisions
viewer:
errors:
no-record: No record found to display revisions for.
disabled-on-module: Record revisions are disabled on this module.
show-revisions: Show record revisions ({{ revision }}).
show-changes: "{{ count }} change(s)"
revisions:
columns:
timestamp:
label: Timestamp
operation:
label: Operation
user:
label: User
changes:
columns:
field:
label: Field
old-value:
label: Old value
new-value:
label: New value
configurator:
label: Record revisions
preload: Preload record revisions
errors:
invalid-module-id: Field does not contain a valid module ID.
fields:
label: Configure fields to display in record revisions changes
show-all:
label: Show changes for all fields
columns:
label:
label: Label
kind:
label: Type
displayed-fields:
label: Show
expanded-references:
label: Expand references
socialFeed:
label: Twitter feed
noInput: No input for displaying social feed...
@@ -416,3 +475,6 @@ report:
element:
label: Display element
description: Display elements are grouped by their respective block
progress:
label: Progress bar
@@ -32,7 +32,7 @@ kind:
grid: Grid
list: List
maxSizeLabel: Maximum file size
mimetypesFootnote: 'MIME types, sepparated with ",". Example: "text/plain,text/csv"'
mimetypesFootnote: 'MIME types, separated with ",". Example: "text/plain,text/csv"'
mimetypesLabel: File type allow list
modeFootnote: How files are represented in record page blocks
modeLabel: View mode
@@ -53,6 +53,31 @@ kind:
prefixPlaceholder: Prefix
suffixLabel: Suffix
suffixPlaceholder: Suffix
displayType:
label: Display type
number: Number
progress: Progress bar
maximumValue: Maximum value
progress:
animated: Animated
show:
value: Show value
relative: Show relative
progress: Show progress
showRelative: Show relative
variants:
default: Default variant
danger: Danger
dark: Dark
info: Info
light: Light
primary: Primary
secondary: Secondary
success: Success
warning: Warning
thresholds:
label: Thresholds
description: Set which variant to show if value exceeds the threshold
record:
currentUnnamedModule: (Current unnamed module)
label: Record
@@ -5,6 +5,7 @@ label:
actions: Actions
active: Active
add: Add
add-with-plus: + Add
addNew: Add new
addValue: Add new value
ascending: Ascending
@@ -99,6 +100,7 @@ reminder:
snooze: Snooze
tooltip:
dragAndDrop: Drag and drop to change order
field: Configure field
fieldKinds:
Bool:
label: Checkbox (Y/N)
@@ -124,6 +126,8 @@ fieldKinds:
label: Geometry
field:
selectAll: Select all
tooltip:
permissions: Field permissions
unselectAll: Unselect all
kind:
user:
@@ -74,6 +74,39 @@ edit:
private: Sensitive data
required: Required field
title: The name displayed in form input / data lists
config:
dal:
title: Data store
connection: Connection
ident: Identifier
ident-placeholder: compose_record
ident-description: "Name of the database table or collection where records can be accessed and stored. Supports partitioning placeholders: {{module}} for module handle and {{namespace}} for namespace handle"
connections:
fetch-failed: Could not fetch available connections
privacy:
title: Privacy Settings
sensitivity-level: Maximum allowed sensitivity level
sensitivity-level-description: Maximum sensitivity level for fields on this module
usage-disclosure: Sensitive data usage disclosure (visible on data-privacy console)
usage-disclosure-placeholder:
data-source: Data Source
select-data-source: Select a Data Source
sensitivity-levels:
fetch-failed: Could not fetch available connections
record-revisions:
title: Record Revisions
enabled: Enable record revisions
ident: Identifier
ident-placeholder: compose_record_revisions
ident-description: "Name of the database table or collection where revisions records can be accessed and stored. Supports partitioning placeholders: {{module}} for module handle and {{namespace}} for namespace handle"
federated: Federated
forModule:
recordList: Record List for module
@@ -100,17 +133,16 @@ 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
recordListPage:
create: Create record list page
edit: Edit record list page
related-pages: Related Pages
searchPlaceholder: Type here to search all modules in this namespace
title: List of Modules
tooltip:
permissions: Module permissions
@@ -1,7 +1,8 @@
manage-view:
label: Edit namespaces
application:
label: Enable on application list
clickOpen: Click to open
create: Create new namespace
import:
buttonLabel: Import namespace
title: Import namespace
@@ -47,4 +48,26 @@ subtitle:
label: Subtitle
placeholder: Enter namespace subtitle
title: Low Code Namespaces
tooltip:
translations: Namespace translations
visit: Visit namespace
manage:
title: Manage namespaces
list-view: Back to namespace list
disabled: Disabled
toolbar:
buttons:
create: Create new namespace
permissions: Permissions
search:
placeholder: Type here to search among all namespaces...
table:
columns:
name: Name
handle: Handle
last-change: Last change
@@ -22,3 +22,7 @@ step:
page:
create: Build Page
view: Your Pages
tooltip:
page-configuration:
edit: Edit page
list: Page translations
@@ -42,6 +42,11 @@ notVisible: Hidden
pageMoveFailed: Could not move this page
reordered: Page reordered
title: List of Pages
tooltip:
view: View page
edit:
page: Edit page
block: Edit block
view: View
visible: Visible
delete:
@@ -1,7 +1,31 @@
ui:
reset-back: Reset back to "{{current}}"
save-changes: Save changes
save: Save changes
cancel: Cancel
set-for: Set permissions for {{target}}
loading: Loading permissions
edit:
label: User roles
description: Select role to set permissions
evaluate:
description: Evaluate applied permissions
add:
label: Add
title: Evaluate permissions
save: Save & Close
role:
label: Roles
placeholder: Select role(s)
user:
label: Users
placeholder: Search or select a user
tooltip:
unknown-context:
user: Can not evaluate permission for a user with contextual role on a non-specific resource
role: Can not evaluate permission for contextual role on a non-specific resource
access:
allow: Allow
@@ -30,6 +54,7 @@ resources:
module:
all: all modules
specific: module "{{target}}"
tooltip: Module permissions
operations:
delete:
description: 'Default: deny'
@@ -51,11 +76,17 @@ resources:
description: 'Default: deny'
specific: Update module "{{target}}"
title: Update any module
'owned-record.create':
description: 'Default: deny'
specific: Manage owner when creating record "{{target}}"
title: Manage owner when creating record of any module
all-specific: Manage owner when creating record of module "{{ target }}"
module-field:
all: all module fields
specific: field "{{target}}"
all-specific: all module fields of module "{{ target }}"
tooltip: Module field permissions
operations:
record.value.read:
description: 'Default: deny'
@@ -71,6 +102,7 @@ resources:
namespace:
all: all namespaces
specific: namespace "{{target}}"
tooltip: Namespace permissions
operations:
chart.create:
description: ""
@@ -116,6 +148,7 @@ resources:
page:
all: all pages
specific: page "{{target}}"
tooltip: Page permissions
operations:
delete:
description: 'Default: deny'
@@ -134,6 +167,7 @@ resources:
all: all records
specific: record "{{target}}"
all-specific: all records of module "{{ target }}"
tooltip: Record permissions
operations:
delete:
description: 'Default: deny'
@@ -155,3 +189,8 @@ resources:
specific: Manage owner of record "{{target}}"
title: Manage record owners of any module
all-specific: Manage record owners of module "{{ target }}"
'revisions.search':
description: 'Default: deny'
specific: Access revisions of record "{{target}}"
title: Access record revisions
all-specific: Access record revisions
@@ -6,15 +6,18 @@ translator:
resources:
chart:
title: Chart "{{ handle }}"
namespace:
title: Namespace "{{ handle }}"
tooltip: Namespace translations
module:
title: Module "{{ handle }}"
tooltip: Module translations
field:
title: Module field "{{ name }}"
tooltip: Field translations
page:
title: Page "{{ handle }}"
tooltip: Page translations
block:
title: "Page block #{{ blockID }}"
tooltip: Block translations
@@ -12,4 +12,6 @@ card:
email: Email
record: Record
fields: Fields
tooltip:
map: Toggle map
@@ -6,26 +6,26 @@ description:
user-options:
data-overview:
title: Data Overview
description: Morbi quis diam fermentum, luctus marius nnec, fringilla urnna. Nullam quis risus sit amet neque sodales
description: Review your profile information and your personal data stored in Corteza applications
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
description: Access, manage or export a list of all your privacy-related (deletion, export, correction) requests
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
description: Open a new data export request by selecting the data type, date range and outcome file format
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
description: Request for your selected personal data to be deleted from the system
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
description: Access, manage or export a list of all privacy-related (deletion, export, correction) requests
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
description: Overview of all modules with sensitive data fields
button-label: List of sensitive data
@@ -1,11 +1,11 @@
list:
title: Sensitive Modules
columns:
moduleName: Name
moduleHandle: Handle
module: Module
namespace: Namespace
connection: Connection
location: Location
ownership: Ownership
title: Sensitive Data
module:
enable: Enable modules
disable: Disable modules
@@ -13,12 +13,12 @@ datasource:
load:
label: Load
loads-data-from-specified-resource-such-as-compose-records: Loads data from a specified resource, such as Compose records
join:
label: Join
joins-two-load-datasources-such-as-compose-record-selector: Joins two Load datasources with a unique column that links them together, such as a Compose record selector
group:
label: Group
groups-data-from-load-datasource-like-counting-number-of-accounts-with-same-status: Groups data from a load datasource based on a column value and aggregates it, such as counting the number of Accounts with the same status
link:
label: Link
links-two-load-datasources-such-as-compose-record-selector: Links two Load datasources with a unique column that links them together, such as a Compose record selector
aggregate:
label: Aggregate
aggregates-data-from-load-datasource-like-counting-number-of-accounts-with-same-status: 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
datasources:
label: Datasources
save: Save Datasources
@@ -52,6 +52,11 @@ scenarios:
label: Scenarios
save: Save Scenarios
title: Title
tooltip:
edit:
report: Edit report
block: Edit block
configure-scenarios: Configure scenarios
available-columns: Available columns
selected-columns: Selected columns
no-columns-found: No columns found
@@ -12,3 +12,5 @@ report:
edit: Edit Report
placeholder-handle: handle (a - z, 0 - 9, underscore, dash)
title: Edit report
tooltip:
view-report: View report
@@ -1,5 +1,6 @@
label:
add: Add
and: And
ascending: Ascending
back: Back
clear: Clear
@@ -9,6 +10,7 @@ label:
none: None
now: Now
ok: Ok
or: Or
openLinkInNewTab: Open link in a new tab
save: Save
today: Today
@@ -6,4 +6,6 @@ report:
new: New Report
searchPlaceholder: Type here to search reports
title: Reports
tooltip:
permissions: Report permissions
untitledTitle: Untitled report
@@ -1,7 +1,31 @@
ui:
reset-back: Reset back to "{{current}}"
save-changes: Save changes
save: Save changes
cancel: Cancel
set-for: Set permissions for {{target}}
loading: Loading permissions
edit:
label: User roles
description: Select role to set permissions
evaluate:
description: Evaluate applied permissions
add:
label: Add
title: Evaluate permissions
save: Save & Close
role:
label: Roles
placeholder: Select role(s)
user:
label: Users
placeholder: Search or select a user
tooltip:
unknown-context:
user: Can not evaluate permission for a user with contextual role on a non-specific resource
role: Can not evaluate permission for contextual role on a non-specific resource
access:
allow: Allow
@@ -13,6 +37,7 @@ resources:
report:
all: all reports
specific: report "{{target}}"
tooltip: Report permissions
operations:
delete:
description: ""
@@ -2,3 +2,6 @@ pick-scenario: Pick a scenario
report:
builder: Report Builder
view: Report View
tooltip:
edit:
report: Edit report
@@ -1,6 +1,9 @@
configuration: Configuration
edge: Edge
target: Target
tooltip:
run-workflow: Run workflow
configure-step: Configure step
workflow:
'run-as': Run as
'not-setup-properly': When not explicitly set, workflow will be executed by user that invoked it
@@ -26,3 +26,6 @@ workflow-list: List of Workflows
save: Save
today: Today
cancel: Cancel
tooltip:
permissions: Workflow permissions
@@ -1,7 +1,31 @@
ui:
reset-back: Reset back to "{{current}}"
save-changes: Save changes
save: Save changes
cancel: Cancel
set-for: Set permissions for {{target}}
loading: Loading permissions
edit:
label: User roles
description: Select role to set permissions
evaluate:
description: Evaluate applied permissions
add:
label: Add
title: Evaluate permissions
save: Save & Close
role:
label: Roles
placeholder: Select role(s)
user:
label: Users
placeholder: Search or select a user
tooltip:
unknown-context:
user: Can not evaluate permission for a user with contextual role on a non-specific resource
role: Can not evaluate permission for contextual role on a non-specific resource
access:
allow: Allow
@@ -13,6 +37,7 @@ resources:
workflow:
all: all workflows
specific: workflow "{{target}}"
tooltip: Workflow permissions
operations:
delete:
description: 'Default: deny'
@@ -83,3 +83,5 @@ trigger:
'select-resource-type': Select resource type
label: Trigger (Start)
tooltip: Trigger the workflow execution based on configuration
tooltip:
configure-step: Configure step
@@ -154,7 +154,7 @@ record:
deleteRecord: Delete record
label: Record
preview:
blockNoRecord: Can not render this block without a record
blockNoRecord: Cannot render this block without a record
fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}}
untitled: Untitled
recordDeleted: This record was deleted
@@ -154,7 +154,7 @@ record:
deleteRecord: Delete record
label: Record
preview:
blockNoRecord: Can not render this block without a record
blockNoRecord: Cannot render this block without a record
fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}}
untitled: Untitled
recordDeleted: This record was deleted
@@ -154,7 +154,7 @@ record:
deleteRecord: Delete record
label: Record
preview:
blockNoRecord: Can not render this block without a record
blockNoRecord: Cannot render this block without a record
fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}}
untitled: Untitled
recordDeleted: This record was deleted
@@ -154,7 +154,7 @@ record:
deleteRecord: Delete record
label: Record
preview:
blockNoRecord: Can not render this block without a record
blockNoRecord: Cannot render this block without a record
fieldsFromModule: Single record block, displaying fields ({{0}}) from module {{1}}
untitled: Untitled
recordDeleted: This record was deleted
+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-20220615084837-bea2371a9dce
# github.com/cortezaproject/corteza-locale v0.0.0-20220907104147-956a96b17635
## explicit; go 1.16
github.com/cortezaproject/corteza-locale
# github.com/crewjam/httperr v0.2.0