diff --git a/go.mod b/go.mod index 3aaa0790e..b8407548f 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 1801c241e..af47114bd 100644 --- a/go.sum +++ b/go.sum @@ -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= diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml index 981579710..db803e12c 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/login.yaml @@ -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. diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/sessions.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/sessions.yaml index 2d7474b55..880412f0e 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/sessions.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-server/auth/sessions.yaml @@ -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 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 new file mode 100644 index 000000000..458414367 --- /dev/null +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-admin/notification.yaml @@ -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 + 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 d27a22c73..ba93a734c 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 @@ -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' 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 aff054dc1..4ed0f6bab 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 @@ -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 diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml index bfc9e5587..6b65d85bb 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/block.yaml @@ -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' diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml index 4e7afb6f1..736d28707 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/field.yaml @@ -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: 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 8da4d0040..6340795b4 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 @@ -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 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 3307eab67..6303dcdb2 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 @@ -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 diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml index 584918db5..51ad10ad6 100644 --- a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-compose/namespace.yaml @@ -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: 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 25303d0dd..acc367c20 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 @@ -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 }}" diff --git a/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-one/onboarding-tour.yaml b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-one/onboarding-tour.yaml new file mode 100644 index 000000000..4c9e6317e --- /dev/null +++ b/vendor/github.com/cortezaproject/corteza-locale/src/en/corteza-webapp-one/onboarding-tour.yaml @@ -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. diff --git a/vendor/modules.txt b/vendor/modules.txt index 5a4f8602b..c96060721 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -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