123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- {
- "home": {
- "viewAll": "View all"
- },
- "welcome": {
- "title": "Welcome to Automa! 🎉",
- "text": "Get started by reading the documentation or browsing workflows in the Automa Marketplace.",
- "marketplace": "Marketplace"
- },
- "updateMessage": {
- "text1": "Automa has been updated to v{version},",
- "text2": "see what's new."
- },
- "settings": {
- "language": {
- "label": "Language",
- "helpTranslate": "Can't find your language? Help translate.",
- "reloadPage": "Reload the page to take effect"
- },
- "menu": {
- "general": "General"
- },
- },
- "workflow": {
- "import": "Import workflow",
- "new": "New workflow",
- "delete": "Delete workflow",
- "browse": "Browse workflows",
- "name": "Workflow name",
- "rename": "Rename workflow",
- "add": "Add workflow",
- "clickToEnable": "Click to enable",
- "toggleSidebar": "Toggle sidebar",
- "protect": {
- "title": "Protect workflow",
- "remove": "Remove protection",
- "button": "Protect",
- "note": "Note: you must remember this password, this password will be required to edit and delete the workflow later on."
- },
- "locked": {
- "title": "This Workflow is Protected",
- "body": "Input the password to unlock it",
- "unlock": "Unlock",
- "messages": {
- "incorrect-password": "Incorrect password"
- }
- },
- "state": {
- "executeBy": "Executed by: \"{name}\""
- },
- "dataColumns": {
- "title": "Data columns",
- "placeholder": "Search or add column",
- "column": {
- "name": "Column name",
- "type": "Data type"
- }
- },
- "sidebar": {
- "workflowIcon": "Workflow icon"
- },
- "editor": {
- "zoomIn": "Zoom in",
- "zoomOut": "Zoom out",
- "resetZoom": "Reset zoom",
- "duplicate": "Duplicate"
- },
- "settings": {
- "saveLog": "Save workflow log",
- "executedBlockOnWeb": "Show executed block on web page",
- "debugMode": "Debug mode",
- "onError": {
- "title": "On workflow error",
- "items": {
- "keepRunning": "Keep running",
- "stopWorkflow": "Stop workflow"
- }
- },
- "timeout": {
- "title": "Workflow timeout (milliseconds)"
- },
- "blockDelay": {
- "title": "Block delay (milliseconds)",
- "description": "Add delay before executing each of the blocks"
- }
- }
- },
- "collection": {
- "description": "Execute your workflows in sequence",
- "new": "New collection",
- "delete": "Delete collection",
- "add": "Add collection",
- "rename": "Rename collection",
- "flow": "Flow",
- "dragDropText": "Drop a workflow or block in here",
- "options": {
- "atOnce": {
- "title": "Execute all workflows in the collection at once",
- "description": "Block not gonna executed when using this option"
- }
- },
- "globalData": {
- "note": "This will overwrite the global data of the workflow"
- }
- },
- "log": {
- "goBack": "Go back to \"{name}\" log",
- "startedDate": "Started date",
- "duration": "Duration",
- "selectAll": "Select all",
- "deselectAll": "Deselect all",
- "deleteSelected": "Delete selected logs",
- "types": {
- "stop": "Workflow is stopped",
- "finish": "Finish"
- },
- "messages": {
- "url-empty": "URL is empty",
- "invalid-url": "URL is not valid",
- "conditions-empty": "Conditions is empty",
- "invalid-proxy-host": "Invalid proxy host",
- "workflow-disabled": "Workflow is disabled",
- "selector-empty": "Element selector is empty",
- "invalid-body": "Content body is not valid JSON",
- "invalid-active-tab": "\"{url}\" is invalid URL",
- "empty-spreadsheet-id": "Spreadsheet Id is empty",
- "invalid-loop-data": "Invalid data to loop through",
- "empty-workflow": "You must select a workflow first",
- "active-tab-removed": "Workflow active tab is removed",
- "empty-spreadsheet-range": "Spreadsheet range is empty",
- "stop-timeout": "Workflow is stopped because of timeout",
- "no-file-access": "Automa doesn't have access to the file",
- "no-workflow": "Can't find workflow with \"{workflowId}\" ID",
- "element-not-found": "Can't find an element with \"{selector}\" selector.",
- "not-iframe": "Element with \"{selector}\" selector is not an Iframe element",
- "iframe-not-found": "Can't find an Iframe element with \"{selector}\" selector.",
- "workflow-infinite-loop": "Can't execute the workflow to prevent an infinite loop",
- "no-iframe-id": "Can't find Frame ID for the iframe element with \"{selector}\" selector",
- "no-tab": "Can't connect to a tab, use \"New tab\" or \"Active tab\" block before using the \"{name}\" block."
- },
- "description": {
- "text": "{status} on {date} in {duration}",
- "status": {
- "success": "Succeeded",
- "error": "Failed",
- "stopped": "Stopped"
- }
- },
- "delete": {
- "title": "Delete log",
- "description": "Are you sure want to delete all the selected logs?"
- },
- "exportData": {
- "title": "Export data",
- "types": {
- "json": "JSON",
- "csv": "CSV",
- "plain-text": "Plain text"
- }
- },
- "filter": {
- "title": "Filter",
- "byStatus": "By status",
- "byDate": {
- "title": "By date",
- "items": {
- "lastDay": "Last day",
- "last7Days": "Last seven days",
- "last30Days": "Last thirty days"
- }
- }
- }
- },
- "components": {
- "pagination": {
- "text1": "Showing",
- "text2": "items out of {count}",
- "nextPage": "Next page",
- "currentPage": "Current page",
- "prevPage": "Previous page",
- "of": "of {page}"
- }
- }
- }
|