3
0

Update corteza-locale dep

This commit is contained in:
Denis Arh
2021-09-30 14:35:10 +02:00
parent 43fe13a128
commit 32370d2bb1
15 changed files with 293 additions and 14 deletions

2
go.mod
View File

@@ -18,7 +18,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.5.0
github.com/cortezaproject/corteza-locale v0.0.0-20210923111547-fb8aa18cc3b7
github.com/cortezaproject/corteza-locale v0.0.0-20210930103209-548f38595a20
github.com/crewjam/saml v0.4.5
github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1
github.com/davecgh/go-spew v1.1.1

2
go.sum
View File

@@ -92,6 +92,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20210902094343-6e40ca3a7d14 h1:Q
github.com/cortezaproject/corteza-locale v0.0.0-20210902094343-6e40ca3a7d14/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/corteza-locale v0.0.0-20210923111547-fb8aa18cc3b7 h1:tlx1ruaAgwzWzK8lPDglH2iMGW+sYJXlTP12hkCoYz0=
github.com/cortezaproject/corteza-locale v0.0.0-20210923111547-fb8aa18cc3b7/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/cortezaproject/corteza-locale v0.0.0-20210930103209-548f38595a20 h1:5zPeIJ4f39ZX0u8xLe6GuURgg3n3Ogt2h2hmfjz7CB4=
github.com/cortezaproject/corteza-locale v0.0.0-20210930103209-548f38595a20/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da h1:WXnT88cFG2davqSFqvaFfzkSMC0lqh/8/rKZ+z7tYvI=
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da/go.mod h1:+rmNIXRvYMqLQeR4DHyTvs6y0MEMymTz4vyFpFkKTPs=

View File

@@ -15,7 +15,7 @@ template:
request-password-reset: Forgot your password?
signup: Create a new account
external:
login-with: Login with {{idp}}
login-with: Login with {{idp}}
alerts:
logged-in: You are now logged-in.

View File

@@ -18,3 +18,7 @@ template:
delete: Delete this session
delete-all: Delete all sessions
alerts:
session-deleted: Session deleted
delete-sessions-but-current: All but current sessions deleted

View File

@@ -0,0 +1,229 @@
general:
error: Error
success: Success
warning: Warning
list:
load:
error: 'Failed to load resource list'
user:
fetch:
error: User fetch failed
roles:
error: Role fetch failed
update:
success: User updated
error: User update failed
create:
success: User created
error: User create failed
delete:
success: User deleted
error: User delete failed
undelete:
success: User restored
error: User restore failed
membershipUpdate:
success: Membership updated
error: Membership update failed
passwordChange:
success: Password changed
error: Password change failed
sessionsRevoke:
success: Sessions revoked
error: Session revoke failed
suspend:
success: User suspended
error: User suspension failed
unsuspend:
success: User unsuspended
error: User suspension failed
role:
fetch:
error: Role fetch failed
create:
success: Role created
error: Role create failed
update:
success: Role updated
error: Role update failed
delete:
success: Role deleted
error: Role delete failed
undelete:
success: Role restored
error: Role restore failed
archive:
success: Role archived
error: Role archive failed
unarchive:
success: Role unarchived
error: Role unarchive failed
membershipUpdate:
success: Membership updated
error: Membership update failed
application:
fetch:
error: Application fetch failed
update:
success: Application updated
error: Application update failed
create:
success: Application created
error: Application create failed
delete:
success: Application deleted
error: Application delete failed
undelete:
success: Application restored
error: Application restore failed
assetsUpload:
error: Application assets upload failed
template:
fetch:
error: Template fetch failed
fetchPartials:
error: Partial templates fetch failed
create:
success: Template created
error: Template create failed
update:
success: Template updated
error: Template update failed
delete:
success: Template deleted
error: Template delete failed
undelete:
success: Template restored
error: Template restore failed
driver:
error: Template render drivers fetch failed
preview:
error: Template preview fetch failed
authclient:
fetch:
error: Auth Client fetch failed
create:
success: Auth Client created
error: Auth Client create failed
update:
success: Auth Client updated
error: Auth Client update failed
delete:
success: Auth Client deleted
error: Auth Client delete failed
undelete:
success: Auth Client restored
error: Auth Client restore failed
queue:
fetch:
error: Queue fetch failed
create:
success: Queue created
error: Queue create failed
update:
success: Queue updated
error: Queue update failed
delete:
success: Queue deleted
error: Queue delete failed
gateway:
fetch:
error: Route fetch failed
create:
success: Route created
error: Route create failed
update:
success: Route updated
error: Route update failed
filter:
fetch:
error: Filter fetch failed
update:
success: Filter updated
error: Filter update failed
create:
success: Filter created
error: Filter create failed
delete:
success: Filter deleted
error: Filter delete failed
delete:
success: Route deleted
error: Route delete failed
undelete:
success: Route restored
error: Route restore failed
workflow:
fetch:
error: Workflow fetch failed
create:
success: Workflow created
error: Workflow create failed
update:
success: Workflow updated
error: Workflow update failed
delete:
success: Workflow deleted
error: Workflow delete failed
undelete:
success: Workflow restored
error: Workflow restore failed
session:
fetch:
error: Session fetch failed
trigger:
error: Trigger fetch failed
federation:
fetch:
error: Node fetch failed
create:
success: Node created
error: Node create failed
update:
success: Node updated
error: Node update failed
delete:
success: Node deleted
error: Node delete failed
undelete:
success: Node restored
error: Node restore failed
url:
error: Generated URL fetch failed
email:
success: Email sent
error: Failed to send email
pair:
success: Node paired
error: Failed to pair node
handshake:
success: Handshake complete paired
error: Handshake failed
settings:
system:
fetch:
error: System settings fetch failed
auth:
success: Auth settings updated
error: Auth settings update failed
external:
success: External settings updated
error: External settings update failed
compose:
fetch:
error: Compose settings fetch failed
update:
success: Compose settings updated
error: Compose settings update failed
ui:
fetch:
error: UI settings fetch failed
permissions:
fetch:
error: Permissions fetch failed
update:
success: Permissions updated
error: Permissions update failed
role:
error: Failed to add role

View File

@@ -74,14 +74,17 @@ editor:
status: 'Status'
actions: 'Actions'
active: 'Active'
noFiltersMsg: 'Please add a filter!'
noFilters: 'No filters'
labels:
expr: 'Expression'
location: 'Location'
workflow: 'Workflow'
status: 'HTTP Status'
jsfunc: 'Function'
placeholders:
workflow: 'Select a workflow'
add: 'Add'
addFilter: 'Add filter'

View File

@@ -37,15 +37,10 @@ editor:
User will receive email with the security code on each login.
title: Multi-factor authentication
new: New
notifications:
membershipOK: Membership successfully updated
passwordOK: Password successfully changed
title: User updated
userInfoOK: User info successfully updated
password:
confirm: Confirm password
length: The passwords must be at least {{length}} characters long!
missmatch: The passwords must match!
missmatch: The passwords must match
new: New password
title: Password
removePassword: Remove password

View File

@@ -380,7 +380,7 @@ selectBlockFootnote: Some types might be disabled for non-record pages
field:
noPermission: No permission to read field value
selector:
available: Fields available
available: Available fields
systemField: (system field)
comment:
label: 'Comments'

View File

@@ -132,9 +132,10 @@ sanitizers:
placeholder: trim(value)
label: Value sanitization
selector:
available: Fields available
search: Type here to search among all module fields
available: Available fields
selectAll: Select all
selected: Fields selected
selected: Selected fields
systemField: (system field)
unselectAll: Unselect all
system:

View File

@@ -29,7 +29,9 @@ label:
importPlaceholder: Upload files to import
loading: Loading
makeDefault: Make default
module: Module
moduleName: Module name
multi: Multi value
name: Name
next: Next
@@ -42,7 +44,9 @@ label:
permissions: Permissions
private: Private
processing: Processing...
record: Record
recordPage: Record page
field: Field
remove: Remove
removeDefault: Remove default
required: Required

View File

@@ -64,6 +64,7 @@ forModule:
recordListPage: Record List page for module
recordPage: Record page for module
general:
fields: Module fields
label:
attributes: Attributes
handle: Handle
@@ -81,6 +82,7 @@ navigation:
newLabel: Module Name *
newPlaceholder: Name used on the list of modules
noModule: No modules
noModuleFilter: No module matches your search
notification:
deleteFailed: Could not delete this module
deleted: Module deleted

View File

@@ -43,6 +43,7 @@ notification:
cloneFailed: Could not clone this namespace
saved: Namespace saved
imported: Namespace imported
importFailed: Namespace failed to import
searchPlaceholder: Type here to search among all namespaces...
setPermissions: Set namespace permissions
slug:

View File

@@ -55,15 +55,18 @@ resources:
module-field:
all: all module fields
specific: field "{{target}}"
all-specific: all module fields of module "{{ target }}"
operations:
record.value.read:
description: 'Default: deny'
specific: 'Read "{{target}}" record fields '
title: Read record fields of any module
all-specific: Read record fields of module "{{ target }}"
record.value.update:
description: 'Default: deny'
specific: 'Update "{{target}}" record fields '
title: Update record fields of any module
all-specific: Update record fields of module "{{ target }}"
namespace:
all: all namespaces
@@ -130,16 +133,20 @@ resources:
record:
all: all records
specific: record
all-specific: all records of module "{{ target }}"
operations:
delete:
description: 'Default: deny'
specific: Delete record
title: Delete records of any module
all-specific: Delete records of module "{{ target }}"
read:
description: 'Default: deny'
specific: Read record
title: Read records of any module
all-specific: Read records of module "{{ target }}"
update:
description: 'Default: deny'
specific: Update record
title: Update records of any module
all-specific: Update records of module "{{ target }}"

View File

@@ -0,0 +1,31 @@
start:
welcome: Welcome to Corteza
instructions: Hello, you successfully created your Corteza account. Are you ready to get started? Click on the "Show me" button below for a quick guide through the basic functionalities.
skip: Skip tour
show: Show me
buttons:
skip: Skip tour
previous: Back
next: Next
end: End
steps:
app-list:
title: List of available Application
content: This is where you can see all the available applications. You can always return to the list from the 6-dots icon in the top right corner.
crm:
title: Example Namespace - CRM
content: Here you can access CRM, an example of the low-code configuration. You can navigate through the application from the sidebar on the left where you'll see a list of available pages. To insert an example data, click on a "+ Add" button on any record list.
low-code:
title: List of Low-code applications (namespaces)
content: Here you can create a new low-code application (namespace) or start working on some pre-configured applications (for example CRM or Service Solution).
reporter:
title: List of Reports
content: To make advanced dashboard views with aggregated data from several modules, different tables and charts, start building a new report.
profile:
title: Profile Settings
content: To update your profile settings, set the language, change the password or set up 2-factor authentication, follow the link below the user icon.
workflow:
title: List of Workflows
content: Level up your low-code applications with a visual workflow builder where you can automate any process to cover your organizational's needs. Start building a new one or review the existing ones.

2
vendor/modules.txt vendored
View File

@@ -44,7 +44,7 @@ github.com/brianvoe/gofakeit/v6
github.com/brianvoe/gofakeit/v6/data
# github.com/cespare/xxhash/v2 v2.1.1
github.com/cespare/xxhash/v2
# github.com/cortezaproject/corteza-locale v0.0.0-20210923111547-fb8aa18cc3b7
# github.com/cortezaproject/corteza-locale v0.0.0-20210930103209-548f38595a20
## explicit
github.com/cortezaproject/corteza-locale
# github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da