UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

522 lines (520 loc) 20.6 kB
{ "toolbar": { "menu": { "lang": "Language", "profile": "Profile", "logout": "Logout", "en": "English", "sk": "Slovak", "de": "German", "open": "Open menu", "home": "Home", "back": "Back", "folders": "Folders", "views": "Views" } }, "tasks": { "snackbar": { "noTasksFound": "No tasks found", "failedToLoad": "failed to load", "noData": "No data for task", "noGroup": "No data group for task", "dataSaved": "Data saved successfully", "failedSave": "Saving data failed", "assignTask": "Assigning task", "assignTaskSuccess": "Task assigned successfully", "delegateTask": "Delegating task", "delegateTaskSuccess": "Task successfully delegated", "failed": "failed", "cancelTask": "Canceling assignment of task", "cancelTaskSuccess": "Task successfully canceled", "finishTask": "Finishing task", "finishTaskSuccess": "Task successfully finished", "invalidData": "Some fields have invalid values", "missingRequired": "Some required fields are empty", "noCase": "No cases found", "caseGetFailed": "Getting cases failed", "noLongerExists": "The selected task no longer exists", "caseDeleteFailed": "Case could not be deleted", "caseDeleteSuccess": "Case successfully deleted", "rolesSuccessAssign": "Roles successfully assigned to selected users" }, "view": { "noTasksSatisfyingThisFilter": "There are no tasks satisfying this filter", "collapse": "Collapse", "assign": "Assign", "reassign": "Reassign", "delegate": "Delegate", "finish": "Finish", "cancel": "Cancel", "noData": "This task has no data. Finish to continue.", "redirecting": "Redirecting...", "closeTab": "Close" }, "footer": { "defaultText": "NETGRIF, s.r.o. © 2022" } }, "side-menu": { "filter-selector": { "choose-filter": "Choose a filter", "search-filter": "Search filters", "case-filters": "Case filters", "task-filters": "Task filters", "select": "Select" }, "files-upload": { "upload": "Upload files", "send": "Send" }, "import-net": { "upload": "Upload model", "choose": "Choose a process file", "done": "Done", "search": "Search for process" }, "new-case": { "case": "New Case", "choose": "Choose process", "caseTitle": "Fill out case title", "color": "Choose case color", "back": "Back", "next": "Next", "reset": "Reset", "create": "Create", "selection": "You must make a selection", "errFirst": "Process is required.", "errSecond": "Title is required.", "errThird": "Color is required.", "noNets": "No allowed Nets", "createCase": "Successful create new case", "defaultCaseName": "with default case name", "errorCreate": "Error while creating case ", "createCaseError": "A new case was created, but an error occurred while executing actions" }, "user": { "assign": "User Assign", "choose": "Choose user", "noUser": "There are no users", "err": "Users failed to load", "showcase": "User showcase mode not set!" }, "ldapGroup": { "choose": "Search Ldap group", "noUser": "Not found Ldap group", "err": "Failed to load Ldap group" }, "tooltip": { "SelectAll": "Select All", "DeselectAll": "Deselect All" }, "option-selector": { "select": "Select", "choose-one-option": "Choose one of the provided options" }, "impersonation": { "title": "Impersonate user", "submit": "Impersonate", "cease": "Cancel impersonation", "impersonating": "impersonating" } }, "search": { "category": { "case": { "title": { "name": "Case title", "placeholder": "Enter case title" }, "visualId": { "name": "Case visual ID", "placeholder": "Enter case visual ID" }, "stringId": { "name": "Case ID", "placeholder": "Enter case ID" }, "author": { "name": "Case author", "placeholder": "Enter author's name or email" }, "process": { "name": "Case process", "placeholder": "Select case process" }, "role": { "name": "Process role", "placeholder": "Select process role" }, "task": { "name": "Case task", "placeholder": "Select case task" }, "creationDate": { "name": "Case creation date", "placeholder": "Select case creation date" }, "creationDateTime": { "name": "Case creation date and time", "placeholder": "Select case creation date and time" }, "dataset": { "name": "Case data", "placeholder": { "field": "Select data field", "value": "Enter data field value" } } }, "task": { "assignee": { "name": "Task assignee", "placeholder": "Select task assignee" }, "process": { "name": "Task process", "placeholder": "Select task process" }, "role": { "name": "Task process role", "placeholder": "Select task process role" }, "task": { "name": "Task", "placeholder": "Select task" } }, "select": "Search category", "userMe": "ME" }, "operator": { "name": "Operator", "substring": "contains substring", "inRange": { "from": "from", "to": "to" }, "equals": "is exactly", "notEquals": "is different from", "moreThan": "is more than", "lessThan": "is less than", "lessThanEqual": "is less or equal than", "moreThanEqual": "is more or equal than", "like": "is like", "isNull": "is empty" }, "tooltip": { "toAdvanced": "Switch to advanced search", "toFullText": "Switch to basic search", "help": "Help", "save": "Save filter", "load": "Load filter" }, "help": { "title": "Advanced search help", "text": "Advanced search can be used to create more complex search queries. Start by selecting a search category. Search category determines, what you want your query to look for. Some categories (like searching in case data) require further configuration. Afterwards you have to select a search operator. The operator determines how the query attempts to match your data. Are you looking for numbers from a specific range? Are you looking for an exact match? Finally you have to enter the searched value. You can combine simpler queries into more complicated ones by binding them with an OR or an AND keyword. Queries combined with OR find results that match at least one sub-query. Queries combined with AND find results that match all sub-queries." }, "fullText": "Enter searched phrase", "and": "and", "or": "or" }, "dataField": { "validations": { "required": "This field is required!", "requiredTrue": "Entered value must be true", "odd": "Entered number must be odd", "even": "Entered number must be even", "positive": "Entered number must be positive", "negative": "Entered number must be negative", "decimal": "Entered number must be decimal", "inrange": "Entered number must be in range {{range}}", "minLength": "Entered text must be at least {{length}} characters long", "maxLength": "Entered text must be at most {{length}} characters long", "pattern": "Entered text is in a wrong format", "phone": "Entered text must be in telephone number format", "email": "Entered text must be in email format", "dateRange": "Entered date must be between {{left}} and {{right}}", "datePast": "Entered date must be earlier than {{right}}", "dateFuture": "Entered date must be later than {{left}}", "weekend": "Entered date must be weekend day", "workday": "Entered date must be week day", "enumeration": "One of the options must be selected", "min": "Entered number must be greater than {{length}}", "translationRequired": "Translation for languages: <{{translation}}> must be entered", "translationOnly": "Only translation for languages: <{{translation}}> is allowed", "requiredI18n": "At least one value must be entered", "requiredUserList": "At least one value must be entered" }, "snackBar": { "downloadFail": " failed to download", "moreFiles": "You choose more files as you allowed", "sameFiles": "You cannot upload two of the same files", "fileSize": "Files size exceeded allowed limit", "wontUploadSameFile": "The file already exists. If you want to update the file, please renamed it or delete existing file", "wontUploadSameFiles": "The selected files have already been uploaded. To update files, delete files that have already been uploaded", "fileUploadFailed": "The file failed to upload", "fileDeleteFailed": "The file could not be deleted", "maxFilesExceeded": "Maximum number of uploadable files exceeded: ", "maxFilesSizeExceeded": "The maximum size of uploaded files is exceeded: ", "notSelectedUser": "No user has been selected", "userAssigned": "User {{userName}} was assigned", "userListAssigned": "Selected users {{userNames}} were assigned" }, "values": { "boolean": { "true": "true", "false": "false" } }, "clear": "Clear", "save": "Save", "noFile": "No file", "file": { "noFile": "No File", "clickToUpload": "Click to upload file", "clickToDownload": "Click to download {{fileName}}", "clickToOpen": "Click to view file content", "clickToDelete": "Click to delete file", "notAllowed": "File {{fileName}} can't be uploaded. Its filetype is not allowed." }, "i18n": { "languageSelect": "Select language", "deleteTranslation": "Delete translation", "showTranslations": "Show translations", "hideTranslations": "Hide translations" }, "dynamicEnum": { "noData": "No items match your search" }, "enum": { "reset": "Reset" }, "user": { "selectUser": "Select user", "deleteUser": "Delete user", "save": "Assign", "deleteAll": "Empty user list" }, "textarea": { "insertText": "Insert text here..." } }, "dialog": { "close": "Close", "submit": "Submit" }, "forms": { "email": { "enterEmail": "Enter your email" }, "login": { "length": "The login name must have at least 4 letters", "login": "Username", "wrongCredentials": "Wrong credentials!", "loginButton": "Log in", "ssoButton": "Log with SSO", "reset": "Reset password", "sign": "Sign Up", "enterPass": "Enter your password" }, "changePassword": { "oldPassword": "Enter your old password", "enterNewPass": "Enter your new password", "repeatNewPass": "Repeat your new password", "changePass": "Change password" }, "register": { "email": "Your email", "name": "Name", "surname": "Surname", "repeatPass": "Repeat your password", "register": "Register", "notVerified": "It is not possible to verify token!", "passwordsMustMatch": "The passwords must match!" }, "forgottenPass": { "enterNewPass": "Enter your new password", "repeatNewPass": "Repeat your new password", "recover": "Change password" } }, "headers": { "newHeader": "Select new header", "date": "Choose a date", "dateTime": "Choose a date and time", "selectUser": "Choose a user", "caseMeta": { "mongoID": "Case ID", "visualID": "Visual ID", "title": "Title", "author": "Author", "creationDate": "Creation date" }, "taskMeta": { "case": "Case", "caseID": "Case ID", "taskID": "Task ID", "priority": "Priority", "user": "Assignee", "assignDate": "Assign Date" }, "workflowMeta": { "initials": "Initials", "version": "Version", "netId": "Process ID", "creationDate": "Upload date", "title": "Title", "author": "Author" }, "orderMode": "Ordering mode", "searchMode": "Search mode", "editMode": "Enable edit mode", "overflowMode": "Table mode", "columnWidth": "Column width", "columnCount": "Number of columns" }, "panel": { "case": { "delete": "Delete" }, "workflow": { "net": "Net identifier", "title": "Title", "version": "Version", "author": "Author", "upload": "Upload date" } }, "profile": { "notLogged": "You are not logged in!", "general": "General Information", "personal": "Personal Information", "name": "First name", "surname": "Last name", "authority": "Authorities", "roles": "Roles", "groups": "Groups", "preference": "Preferences", "caseHead": "Case headers", "caseFilter": "Case filters", "taskHead": "Task headers", "taskFilter": "Task filters", "workHead": "Workflow headers", "workFilter": "Workflow filters" }, "view-list": { "noCasesSatisfyingThisFilter": "There are no cases satisfying specified filter", "noProcessesSatisfyingThisFilter": "There are no processes satisfying specified filter" }, "admin": { "user-list": { "noUsersWereFound": "There are any user in the system at the moment", "listTitle": "Users" }, "ldapGroup-list": { "noLdapGroupsWereFound": "No LDAP group was found", "listTitle": "LDAP groups", "count": "Number of groups" }, "process-list": { "newestVersion": "Newest version", "listTitle": "Processes", "roles": "Roles", "noRoles": "There are no roles in the process", "noProcessesWereFound": "There are no processes in the system at the moment" }, "user-invite": { "newUser": "New User", "orgs": "Organizations", "selectedOrgs": "Selected Organizations", "selectedRoles": "Selected Roles", "mail": "Enter Email", "noSelectedOrgs": "There is no organisation assigned to this user yet!", "noSelectedRoles": "There is no role assigned to this user yet!", "noOrgs": "There is no available groups for now!", "version": "Version", "emailFieldMandatory": "Email field is mandatory", "oneOrMoreOrganization": "New user must belong to one or more groups", "inviteSent": "Invite sent", "inviteFailed": "Invite failed", "invite-user": "INVITE USER" } }, "preferences": { "snackbar": { "saveSuccess": "User preferences saved successfully", "saveFailure": "An error occurred while saving user preferences" } }, "caseTree": { "newNodeDefaultName": "New Node", "noTaskSelected": "No case is currently selected. Click on a node in the tree to select a case." }, "dashboard": { "cases": "cases" }, "workflow": { "delete": "delete", "download": "download", "dialog": { "header": "Are you sure you want to delete the process '{{name}}' with version '{{version}}'?", "content": "Doing so will remove all cases created from this process!", "typeToConfirm": "Type {{delete}} to confirm" }, "snackBar": { "deleteCanceled": "Process delete canceled", "deleteSuccess": "Process successfully deleted", "deleteInProgress": "The process has been marked for deletion, the deletion is now underway", "deleteError": "Process could not be deleted", "uploadFailed": "Process file could not be uploaded.", "uploadSuccess": "Process file uploaded successfully" } }, "legal": { "byClicking": "By clicking '{{buttonName}}',", "youIndicate": "you are indicating that you have read and acknowledge the", "termsOfService": "Terms of Service", "and": "and", "privacyNotice": "Privacy Notice", "sentenceEnd": "" }, "publicView": { "resolving": "Public view is loading ...", "netNotExist": "The process does not exists", "errorCreate": "Error while creating case " }, "dynamicNavigation": { "couldNotResolveView": "An error has occurred during the view resolution process. The view could not be displayed", "filterNotFound": "This view has no filter", "loadMoreItems": "More", "ascending": "Ascending", "descending": "Descending" }, "impersonation": { "user": { "successfullyRepresented": "User successfully represented", "currentlyAlreadyRepresented": "User is already being represented by someone else", "currentlyLogged": "User is currently logged in" }, "action": { "failed": "Action failed", "deactivated": "Representation was successfully deactivated" } }, "session": { "expireTitle": "Your Session is about to expire", "expireDetail": "Your session is about to expire.\n\nRedirecting to Login page in {{time}} seconds.", "exitButton": "Logout", "refreshButton": "Stay Connected" }, "paginator": { "firstPage": "First page", "itemsPage": "Items per page:", "lastPage": "Last page", "nextPage": "Next page", "previousPage": "Previous page", "pageOne": "Page 1 of 1", "pageAmount": "Page {{page}} of {{amountPages}}" } }