ToolJet/frontend/assets/translations/en.json
2026-04-09 15:54:09 +05:30

1069 lines
44 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"globals": {
"readDocumentation": "Read documentation",
"cancel": "Cancel",
"save": "Save",
"savechanges": "Save changes",
"execute": "Execute",
"Build": "Build",
"back": "Back",
"edit": "Edit",
"search": "Search",
"update": "Update",
"delete": "Delete",
"remove": "Remove",
"add": "Add",
"view": "View",
"create": "Create",
"enabled": "Enabled",
"disabled": "Disabled",
"yes": "Yes",
"submit": "Submit",
"select": "Select",
"environmentVar": "Workspace constants/variables",
"saving": "Saving...",
"saveDatasource": "Save data source",
"authorize": "Authorize",
"connect": "Connect",
"reconnect": "Reconnect",
"components": "Components",
"send": "Send",
"noConnection": "Connection failed",
"connectionVerified": "Connection verified",
"left": "Left",
"center": "Center",
"right": "Right",
"justified": "Justified",
"host": "Host",
"operation": "Operation",
"header": "HEADER",
"path": "Path",
"query": "Query",
"requestBody": "Request Body",
"page": "Page",
"searchItem": "Search apps in this workspace",
"workflowsSearchItem": "Search workflows in this workspace",
"searchComponents": "Search components",
"promote": "Promote",
"release": "Release"
},
"errorBoundary": "Something went wrong.",
"viewer": "This app is currently under maintenance.",
"app": {
"updateAvailable": "Update available",
"newVersionReleased": "A new version of ToolJet has been released.",
"readReleaseNotes": "View release notes and update",
"skipVersion": "Skip this version"
},
"stripe": "Loading OpenAPI specification for Stripe...",
"openApi": {
"noValidOpenApi": "No valid OpenAPI specification found.",
"selectHost": "Select a host",
"selectOperation": "Select an operation"
},
"slack": {
"authorize": "Authorize",
"connectToolJetToSlack": "Connect {{whiteLabelText}} to Slack to list users, send messages, and more. Select the required permission scopes below.",
"chatWrite": "chat:write",
"listUsersAndSendMessage": "Your {{whiteLabelText}} app will be able to list users and send messages to users and channels.",
"connectSlack": "Connect to Slack"
},
"googleSheets": {
"readOnly": "Read only",
"enableReadAndWrite": "To allow your {{whiteLabelText}} apps to modify Google Sheets, select read and write access.",
"readDataFromSheets": "Your {{whiteLabelText}} apps can only read data from Google Sheets.",
"readWrite": "Read and write",
"readModifySheets": "Your {{whiteLabelText}} apps can read, modify, and manage Google Sheets.",
"toGoogleSheets": "to Google Sheets"
},
"zendesk": {
"enableReadAndWrite": "To allow your {{whiteLabelText}} apps to modify Zendesk resources, select read and write access.",
"readDataFromResources": "Your {{whiteLabelText}} apps can only read data from Zendesk resources.",
"readModifySheets": "Your {{whiteLabelText}} apps can read data from resources, modify resources, and more."
},
"profile": {
"profileSettings": "Profile Settings"
},
"verificationSuccessPage": {
"workEmail": "Email",
"enterFullName": "Enter your full name",
"enterNewPassword": "Enter new password",
"name": "Name",
"password": "Password",
"acceptInvite": "Accept invitation",
"successfullyVerifiedEmail": "Email verified successfully.",
"setupTooljet": "Set up {{whiteLabelText}}"
},
"loginSignupPage": {
"forgotPassword": "Forgot Password",
"emailAddress": "Email address",
"enterEmail": "Enter email",
"dontHaveAccount": "Don't have an account?",
"enterBusinessEmail": "Enter your business email",
"alreadyHaveAnAccount": "Already have an account?",
"resetPassword": "Reset Password",
"signIn": "Sign in",
"signUp": "Sign up",
"createToolJetAccount": "Create an account",
"password": "Password",
"showPassword": "Show password",
"loginTo": "Login",
"yourAccount": "your account",
"noLoginMethodsEnabled": "No sign-in methods are configured for this workspace.",
"emailConfirmLink": "Check your email for a confirmation link.",
"newPassword": "New Password",
"passwordConfirmation": "Password Confirmation",
"newToTooljet": "New to {{whiteLabelText}}?",
"newToWorkspace": "New to this workspace?",
"enterWorkEmail": "Enter your work email address",
"enterPassword": "Enter password",
"forgot": "Forgot?",
"workEmail": "Email",
"joinTooljet": "Join {{whiteLabelText}}",
"getStartedForFree": "Get started for free",
"passwordCharacter": "Password must be at least 5 characters.",
"enterFullName": "Enter your full name",
"enterNewPassword": "Enter new password"
},
"editor": {
"preview": "Preview",
"share": "Share",
"shareModal": {
"makeApplicationPublic": "Make application public",
"shareableLink": "Shareable app link",
"copy": "Copy",
"embeddableLink": "Embedded app link",
"manageUsers": "Users"
},
"appVersionManager": {
"version": "Version",
"currentlyReleased": "Currently Released",
"createVersion": "Create version",
"saveVersion": "Save version",
"createDraftVersion": "Create draft version",
"versionName": "Version name",
"versionDescription": "Version description",
"createVersionFrom": "Create from version",
"save": "Save",
"create": "Create Version",
"editVersion": "Edit version",
"deleteVersion": "Are you sure you want to delete version {{version}}? This action cannot be undone.",
"enterVersionName": "Enter version name",
"enterVersionDescription": "Enter version description",
"versionNameHelper": "Version name must be unique and no longer than 25 characters.",
"versionDescriptionHelper": "Description cannot exceed 500 characters.",
"versionAlreadyReleased": "This version has already been released and cannot be edited. Create a new version or switch to a different version to make changes."
},
"queries": "Queries",
"inspectComponent": "Select a component to inspect.",
"release": "Release",
"searchQueries": "Search queries",
"createQuery": "Create query",
"queryManager": {
"general": "General",
"advanced": "Advanced",
"preview": "Preview",
"Save": "Save",
"selectDatasource": "Select Data Source",
"addDatasource": "Add datasource",
"dataSourceManager": {
"toast": {
"success": {
"dataSourceAdded": "Data Source Added",
"dataSourceSaved": "Data Source Saved"
},
"error": {
"noEmptyDsName": "Datasource name cannot be empty."
}
},
"suggestDataSource": "Suggest Datasource",
"suggestAnIntegration": "Suggest an integration",
"whatLookingFor": "Tell us what you're looking for.",
"noResultFound": "Can't find what you're looking for?",
"suggest": "Suggest",
"addNewDataSource": "Add new datasource",
"whiteListIP": "Add our IP address to your allowlist if the datasource is not publicly accessible.",
"copied": "Copied",
"copy": "Copy",
"saving": "Saving",
"noResultsFor": "No results for",
"noteTaken": "Thank you! Your feedback has been noted.",
"goToAllDatasources": "View all datasources",
"send": "Send"
},
"runQueryOnApplicationLoad": "Run this query on application load",
"confirmBeforeQueryRun": "Request confirmation before running query",
"notificationOnSuccess": "Show notification on success",
"runOnDependencyChange": "Run this query on dependency change",
"successMessage": "Success Message",
"queryRanSuccessfully": "Query ran successfully",
"notificationDuration": "Notification duration (s)",
"events": "Events",
"transformation": {
"transformationToolTip": "Enable transformations to process query results using JavaScript or Python.",
"transformations": "Transformations"
}
},
"inspector": {
"eventManager": {
"event": "Event",
"action": "Action",
"debounce": "Debounce",
"actionOptions": "Action Options",
"message": "Message",
"alertType": "Alert Type",
"url": "URL",
"modal": "Modal",
"text": "Text",
"query": "Query",
"key": "Key",
"value": "Value",
"type": "Type",
"fileName": "File name",
"data": "Data",
"table": "Table",
"pageIndex": "Page index",
"component": "Component",
"addHandler": "New event handler",
"addNewEvent": "Add new event",
"addEventHandler": "+ Add event handler",
"emptyMessage": "This {{componentName}} doesn't have any event handlers",
"page": "Page",
"addKeyValueParam": "Add {{parameter}}"
}
}
},
"header": {
"darkModeToggle": {
"activateLightMode": "Activate light mode",
"activateDarkMode": "Activate dark mode"
},
"languageSelection": {
"changeLanguage": "Change language",
"searchLanguage": "Search language"
},
"notificationCenter": {
"notifications": "Notifications",
"markAllAs": "Mark all as",
"read": "read",
"un": "un",
"youDontHaveany": "No notifications",
"youAreCaughtUp": "You're all caught up.",
"view": "View"
},
"organization": {
"addNewWorkSpace": "Add new workspace",
"loadOrganizations": "Load Organizations",
"createWorkspace": "Create workspace",
"workspaceName": "Workspace name",
"editWorkspace": "Edit workspace",
"menus": {
"addWorkspace": "Add workspace",
"instanceLogout": {
"title": "Instance logout",
"customLogoutUrl": {
"label": "Custom logout URL",
"helperText": "Configure a custom logout URL for this instance."
}
},
"menusList": {
"manageUsers": "Users",
"manageGroups": "Groups",
"manageSso": "SSO",
"manageEnv": "Workspace Variables"
},
"manageUsers": {
"usersAndPermission": "Users & Permissions",
"inviteNewUser": "Invite one user",
"inviteUsers": "Invite users",
"name": "NAME",
"email": "EMAIL",
"status": "STATUS",
"archive": "Archive",
"unarchive": "Unarchive",
"addNewUser": "Add users",
"emailAddress": "Email address",
"createUser": "Create User",
"enterFirstName": "Enter First Name",
"enterLastName": "Enter Last Name",
"enterEmail": "Enter email address",
"enterFullName": "Enter full name",
"inviteNewUsers": "Invite new users"
},
"manageGroups": {
"permissions": {
"userGroups": "User Groups",
"createNewGroup": "Create new group",
"updateGroup": "Update group",
"addNewGroup": "Add new group",
"enterName": "Enter group name",
"createGroup": "Create Group",
"name": "Name"
},
"permissionResources": {
"userGroup": "User group",
"apps": "Apps",
"workflows": "Workflows",
"users": "Users",
"permissions": "Permissions",
"addAppsToGroup": "Select apps to add to the group",
"addWorkflowsToGroup": "Select workflows to add to the group",
"name": "name",
"addUsersToGroup": "Select users to add to the group",
"email": "email",
"resource": "Resource",
"createUpdateDelete": "Create/Update/Delete",
"folder": "Folder",
"dataSource": "Data sources"
},
"groupOptions": {
"deleteGroup": "Delete Group",
"duplicateGroup": "Duplicate Group"
}
},
"manageSSO": {
"manageSso": "SSO",
"generalSettings": {
"title": "General Settings",
"enableSignup": "Enable Signup",
"newAccountWillBeCreated": "A new account will be created when a user signs in via SSO for the first time.",
"allowedDomains": "Allowed domains",
"enterDomains": "Enter Domains",
"supportMultiDomains": "Enter multiple domain names separated by commas. Example: tooljet.com, tooljet.io, yourorganization.com",
"loginUrl": "Login URL",
"workspaceLogin": "Use this URL to log in directly to this workspace.",
"allowDefaultSso": "Allow default SSO",
"ssoAuth": "Allow users to sign in using the default SSO configuration. Workspace-level SSO settings can override this.",
"customLogoutUrl": "Custom logout URL"
},
"google": {
"title": "Google",
"enabled": "Enabled",
"disabled": "Disabled",
"clientId": "Client ID",
"enterClientId": "Enter Client ID",
"redirectUrl": "Redirect URL"
},
"github": {
"title": "GitHub",
"hostName": "Host Name",
"enterHostName": "Enter Host Name",
"requiredGithub": "Required only if GitHub is self-hosted.",
"clientId": "Client ID",
"enterClientId": "Enter Client ID",
"clientSecret": "Client Secret",
"enterClientSecret": "Enter Client Secret",
"encrypted": "Encrypted",
"redirectUrl": "Redirect URL"
},
"passwordLogin": "Password Login",
"environmentVar": {
"noEnvConfig": "No workspace variables configured. Click 'Add new variable' to create one.",
"envWillBeDeleted": "This variable will be permanently deleted. Do you want to continue?",
"addNewVariable": "Add new variable",
"variableForm": {
"addNewVariable": "Add new variable",
"updatevariable": "Update variable",
"name": "Name",
"value": "Value",
"enterVariableName": "Enter Variable Name",
"enterValue": "Enter Value",
"type": "Type",
"enableEncryption": "Enable encryption",
"addVariable": "Add variable"
},
"variableTable": {
"name": "name",
"value": "value",
"type": "type",
"secret": "secret"
}
}
}
}
},
"profileSettingPage": {
"profileSettings": "Profile Settings",
"firstName": "First name",
"lastName": "Last name",
"enterFirstName": "Enter First Name",
"enterLastName": "Enter Last Name",
"email": "Email address",
"avatar": "Avatar",
"update": "Update",
"profile": "Profile",
"changePassword": "Change password",
"currentPassword": "Current password",
"newPassword": "New password",
"confirmNewPassword": "Confirm new password",
"enterCurrentPassword": "Enter current password",
"enterNewPassword": "Enter new password",
"inviteUsers": "Invite users"
},
"profile": "Profile",
"logout": "Logout"
},
"homePage": {
"appCard": {
"changeIcon": "Change Icon",
"addToFolder": "Add to folder",
"move": "Move",
"to": "to",
"selectFolder": "Select folder",
"deleteApp": "Delete app",
"exportApp": "Export app",
"cloneApp": "Clone app",
"launch": "Launch",
"maintenance": "Maintenance",
"noDeployedVersion": "App does not have a deployed version",
"openInAppViewer": "Open in app viewer",
"removeFromFolder": "Remove from folder"
},
"blankPage": {
"welcomeToToolJet": "Welcome to your new ToolJet workspace",
"getStartedCreateNewApp": "Create a new application or start from a template in the ToolJet Library.",
"importApplication": "Import an app"
},
"foldersSection": {
"allApplications": "All applications",
"folders": "Folders",
"createNewFolder": "+ Create new",
"noFolders": "No folders created yet. Use folders to organize your apps.",
"createFolder": "Create folder",
"updateFolder": "Update folder",
"editFolder": "Edit folder",
"deleteFolder": "Delete folder",
"folderName": "Folder name",
"wishToDeleteFolder": "Are you sure you want to delete '{{folderName}}'? Apps in this folder will not be deleted."
},
"header": {
"createNewApplication": "Create an app",
"import": "Import from device",
"chooseFromTemplate": "Choose from template"
},
"pagination": {
"showing": "Showing",
"of": "of",
"to": "to"
},
"noApplicationFound": "No applications found.",
"noWorkflowFound": "No workflows found.",
"thisFolderIsEmpty": "This folder is empty",
"nonAccessibleFolderApps": "You do not have access to any applications in this folder.",
"deleteAppAndData": "'{{appName}}' and all associated data will be permanently deleted. This action cannot be undone. Do you want to continue?",
"deleteWorkflowAndData": "'{{appName}}' and all associated data will be permanently deleted. This action cannot be undone. Do you want to continue?",
"removeAppFromFolder": "This app will be removed from the folder. Do you want to continue?",
"change": "Change",
"templateCard": {
"use": "Use",
"preview": "Preview",
"leadGeneretion": "Lead Generation"
},
"templateLibraryModal": {
"select": "Select template",
"createAppfromTemplate": "Create application from template"
}
},
"workflowsDashboard": {
"appCard": {
"run": "Run",
"openInWorkflowEditor": "Open in workflow editor"
},
"blankPage": {
"welcomeToToolJet": "Welcome to your new ToolJet workspace",
"getStartedCreateNewApp": "Create a new workflow or start from a template in the ToolJet Library.",
"importApplication": "Import an application"
},
"foldersSection": {
"allApplications": "All workflows",
"folders": "Folders",
"createNewFolder": "+ Create new",
"noFolders": "No folders created yet. Use folders to organize your workflows.",
"createFolder": "Create folder",
"updateFolder": "Update folder",
"editFolder": "Edit folder",
"deleteFolder": "Delete folder",
"folderName": "Folder name",
"wishToDeleteFolder": "Are you sure you want to delete the folder? Apps within the folder will not be deleted."
},
"header": {
"createNewApplication": "Create new workflow",
"import": "Import",
"chooseFromTemplate": "Choose from template"
},
"pagination": {
"showing": "Showing",
"of": "of",
"to": "to"
},
"noApplicationFound": "No workflows found.",
"thisFolderIsEmpty": "This folder is empty",
"deleteAppAndData": "This workflow and all associated data will be permanently deleted. This action cannot be undone. Do you want to continue?",
"removeAppFromFolder": "The app will be removed from this folder, do you want to continue?",
"change": "Change",
"templateCard": {
"use": "Use",
"preview": "Preview",
"leadGeneretion": "Lead Generation"
},
"templateLibraryModal": {
"select": "Select template",
"createAppfromTemplate": "Create application from template"
}
},
"confirmationPage": {
"setupAccount": "Set up your account",
"signupWithGoogle": "Sign up with Google",
"signupWithGitHub": "Sign up with GitHub",
"signupWithOpenid": "Sign up with",
"or": "OR",
"firstName": "First name",
"lastName": "Last name",
"company": "Company",
"role": "Role",
"pleaseSelect": "Select",
"password": "Password",
"confirmPassword": "Confirm Password",
"clickAndAgree": "By proceeding, you agree to our",
"termsAndConditions": "Terms and Conditions",
"finishAccountSetup": "Finish account setup",
"acceptInvite": "Accept invitation",
"accountExists": "Already have an account?",
"and": "and"
},
"onBoarding": {
"finishToolJetInstallation": "Complete ToolJet installation",
"organization": "Organization",
"name": "Name",
"email": "Email",
"receiveUpdatesFromToolJet": "Receive 12 monthly updates from the ToolJet team. No spam.",
"finishSetup": "Finish setup",
"skip": "Skip"
},
"redirectSso": {
"upgradingTov1.13.0": "Upgrading to v1.13.0 and above.",
"fromV1.13.0": "From v1.13.0, we introduced",
"multiWorkspace": "Multi-Workspace",
"singleSignOnConfig": "Single Sign-On configurations have been moved from workspace variables to the database. Please refer to this",
"link": "Link",
"toConfigureSSO": "to configure SSO.",
"haveGoogleGithubSSo": "If you have Google or GitHub SSO configurations before upgrade and disabled Multi-Workspace, then the SSO configurations will be migrated during the upgrade but you have to re-configure the redirect URL on the SSO provider side. Redirect URLs for each SSO are given below.",
"isMultiWorkspaceEnabled": "If Multi-Workspace is enabled, SSO configurations will not be migrated during the upgrade. Re-configure SSO for each affected workspace.",
"youHaveEnabled": "You have enabled",
"setupSsoWorkspace": "Log in with your password to set up SSO via the workspace",
"manageSsoMenu": "Manage SSO menu.",
"youHaveDisabled": "You have disabled",
"configureRedirectUrl": "Please configure the redirect URL on the SSO provider side.",
"google": "Google",
"redirectUrl": "Redirect URL:",
"gitHub": "GitHub"
},
"oAuth2": {
"pleaseWait": "Please wait...",
"authSuccess": "Authentication successful. You may close this tab.",
"authFailed": "Authentication failed."
},
"widgetManager": {
"commonlyUsed": "commonly used",
"layouts": "layouts",
"forms": "forms",
"integrations": "integrations",
"others": "others",
"noResults": "No results found",
"tryAdjustingFilterMessage": "Try adjusting your search or filter to find what you're looking for.",
"clearQuery": "Clear"
},
"widget": {
"common": {
"properties": "Properties",
"events": "Events",
"layout": "Layout",
"devices": "Devices",
"styles": "Styles",
"general": "General",
"validation": "Validation",
"structure": "Structure",
"data": "Data",
"additionalActions": "Additional Actions",
"documentation": "View documentation for {{componentMeta}}",
"widgetNameEmptyError": "Component name cannot be empty.",
"componentNameExistsError": "A component with this name already exists.",
"invalidWidgetName": "Invalid component name. Names must be unique and may only contain letters, numbers, and underscores."
},
"commonProperties": {
"visibility": "Visibility",
"disable": "Disable",
"borderRadius": "Border radius",
"transformation": "Transformation",
"boxShadow": "Box shadow",
"tooltip": "Tooltip",
"showOnDesktop": "Show on desktop",
"showOnMobile": "Show on mobile",
"showLoadingState": "Show loading state",
"backgroundColor": "Background color",
"textColor": "Text color",
"loaderColor": "Loader color",
"defaultValue": "Default value",
"placeholder": "Placeholder",
"label": "Label",
"title": "Title",
"code": "Code",
"data": "Data",
"tableData": "Table data",
"tableColumns": "Table columns",
"loadingState": "Loading state",
"serverSidePagination": "Server-side pagination",
"clientSidePagination": "Client-side pagination",
"serverSideSearch": "Server-side search",
"showSearchBox": "Show search box",
"showDownloadButton": "Show download button",
"showFilterButton": "Show filter button",
"showBulkUpdateActions": "Show update buttons",
"bulkSelection": "Bulk selection",
"highlightSelectedRow": "Highlight selected row",
"actionButtonRadius": "Action button radius",
"tableType": "Table type",
"cellSize": "Cell size",
"setPage": "Set page",
"page": "Page",
"buttonText": "Button text",
"click": "Click",
"setText": "Set text",
"text": "Text",
"markerColor": "Marker color",
"showAxes": "Show axis",
"showGridLines": "Show grid lines",
"chartType": "Chart type",
"jsonDescription": "JSON description",
"usePlotlyJsonSchema": "Use Plotly JSON schema",
"padding": "Padding",
"hideTitleBar": "Hide title bar",
"hideCloseButton": "Hide close button",
"hideOnEscape": "Hide on escape",
"modalSize": "Modal size",
"open": "Open",
"close": "Close",
"regex": "Regex",
"minLength": "Min length",
"maxLength": "Max length",
"customValidation": "Custom validation",
"clear": "Clear",
"minimumValue": "Minimum value",
"maximumValue": "Maximum value",
"format": "Format",
"enableTimeSelection": "Enable time selection",
"enableDateSelection": "Enable date selection",
"disabledDates": "Disabled dates",
"minDate": "Min Date",
"maxDate": "Max Date",
"makeThisFieldMandatory": "Make this field mandatory",
"setChecked": "Set checked",
"status": "Status",
"defaultStatus": "Default status",
"checkboxColor": "Checkbox color",
"optionValues": "Option values",
"optionLabels": "Option labels",
"activeColor": "Active color",
"selectOption": "Select option",
"option": "Option",
"toggleSwitchColor": "Toggle switch color",
"defaultStartDate": "Default start date",
"defaultEndDate": "Default end date",
"textSize": "Text size",
"alignText": "Align text",
"url": "URL",
"alternativeText": "Alternative text",
"zoomButton": "Zoom button",
"borderType": "Border type",
"imageFit": "Image fit",
"optionsLoadingState": "Options loading state",
"selectedTextColor": "Selected text color",
"select": "Select",
"deselectOption": "Deselect option",
"clearSelections": "Clear selections",
"enableSelectAllOption": "Enable select all option",
"initialLocation": "Initial location",
"defaultMarkers": "Default markers",
"addNewMarkers": "Add new markers",
"searchForPlaces": "Search for places",
"setLocation": "Set location",
"latitude": "Latitude",
"longitude": "Longitude",
"numberOfStars": "Number of stars",
"defaultNoOfSelectedStars": "Default number of selected stars",
"enableHalfStar": "Enable half star",
"tooltips": "Tooltips",
"starColor": "Star color",
"labelColor": "Label color",
"dividerColor": "Divider color",
"clearFiles": "Clear files",
"instructionText": "Instruction text",
"useDropZone": "Use drop zone",
"useFilePicker": "Use file picker",
"pickMultipleFiles": "Pick multiple files",
"maxFileCount": "Max file count",
"acceptFileTypes": "Accept file types",
"maxSizeLimitBytes": "Max size limit (Bytes)",
"minSizeLimitBytes": "Min size limit (Bytes)",
"parseContent": "Parse content",
"fileType": "File type",
"dateFormat": "Date format",
"timeFormat": "Time Format",
"displayIn": "Display in",
"storeIn": "Store in",
"defaultDate": "Default date",
"events": "Events",
"resources": "Resources",
"defaultView": "Default view",
"startTimeOnWeekAndDayView": "Start time on week and day view",
"endTimeOnWeekAndDayView": "End time on week and day view",
"showToolbar": "Show toolbar",
"showViewSwitcher": "Show view switcher",
"highlightToday": "Highlight today",
"showPopoverWhenEventIsClicked": "Show popover when event is clicked",
"cellSizeInViewsClassifiedByResource": "Cell size in views classified by resource",
"headerDateFormatOnWeekView": "Header date format on week view",
"showLineNumber": "Show line number",
"mode": "Mode",
"tabs": "Tabs",
"defaultTab": "Default tab",
"hideTabs": "Hide tabs",
"highlightColor": "Highlight color",
"tabWidth": "Tab width",
"setCurrentTab": "Set current tab",
"id": "ID",
"timerType": "Timer type",
"listData": "List data",
"rowHeight": "Row height",
"showBottomBorder": "Show bottom border",
"tags": "Tags",
"numberOfPages": "Number of pages",
"defaultPageIndex": "Default page index",
"progress": "Progress",
"color": "Color",
"strokeWidth": "Stroke width",
"counterClockwise": "Counterclockwise",
"circleRatio": "Circle ratio",
"colour": "Color",
"size": "Size",
"primaryValueLabel": "Primary value label",
"primaryValue": "Primary value",
"hideSecondaryValue": "Hide secondary value",
"secondaryValueLabel": "Secondary value label",
"secondaryValue": "Secondary value",
"secondarySignDisplay": "Secondary sign display",
"primaryLabelColour": "Primary label color",
"primaryTextColour": "Primary text color",
"secondaryLabelColour": "Secondary label color",
"secondaryTextColour": "Secondary text color",
"min": "Min",
"max": "Max",
"value": "Value",
"twoHandles": "Two handles",
"lineColor": "Line color",
"handleColor": "Handle color",
"trackColor": "Track color",
"timelineData": "Timeline data",
"hideDate": "Hide date",
"svgData": "SVG data",
"rawHtml": "Raw HTML",
"values": "Values",
"labels": "Labels",
"defaultSelected": "Default selected",
"enableMultipleSelection": "Enable multiple selection",
"selectedTextColour": "Selected text color",
"selectedBackgroundColor": "Selected background color",
"fileUrl": "File URL",
"scalePageToWidth": "Scale page to width",
"showPageControls": "Show page controls",
"steps": "Steps",
"currentStep": "Current step",
"stepsSelectable": "Selectable steps",
"theme": "Theme",
"columns": "Columns",
"cardData": "Card data",
"enableAddCard": "Allow adding cards",
"width": "Width",
"minWidth": "Min width",
"accentColor": "Accent color",
"defaultColor": "Default color",
"setColor": "Set color",
"structure": "Structure",
"checkedValues": "Checked values",
"expandedValues": "Expanded values"
},
"Table": {
"displayName": "Table",
"description": "Display paginated tabular data",
"columnType": "Column type",
"columnName": "Column name",
"overflow": "Overflow",
"key": "Key",
"textColor": "Text color",
"validation": "Validation",
"regex": "Regex",
"minLength": "Min length",
"maxLength": "Max length",
"customRule": "Custom rule",
"values": "Values",
"labels": "Labels",
"cellBgColor": "Cell background color",
"dateDisplayformat": "Date format",
"dateParseformat": "Date",
"showTime": "Show time",
"makeEditable": "Make editable",
"buttonText": "Button text",
"buttonPosition": "Button position",
"remove": "Remove",
"addButton": "+ Add button",
"addColumn": "Add column",
"addNewColumn": "Add new column",
"noActionMessage": "No action buttons configured.",
"horizontalAlignment": "Horizontal alignment",
"textAlignment": "Text alignment",
"deciamalPlaces": "Decimal Places",
"imageFit": "Image fit"
},
"Button": {
"displayName": "Button",
"description": "Trigger actions: queries, alerts, set variables etc."
},
"Chart": {
"displayName": "Chart",
"description": "Visualize data"
},
"Modal": {
"displayName": "Modal",
"description": "Show pop-up windows"
},
"TextInput": {
"displayName": "Text Input",
"description": "User text input field"
},
"NumberInput": {
"displayName": "Number Input",
"description": "Numeric input field"
},
"PasswordInput": {
"displayName": "Password Input",
"description": "Secure text input"
},
"Datepicker": {
"displayName": "Date Picker",
"description": "Choose date and time"
},
"Checkbox": {
"displayName": "Checkbox",
"description": "Single checkbox toggle"
},
"Radio-button": {
"displayName": "Radio Button",
"description": "Select one from multiple choices"
},
"ToggleSwitch": {
"displayName": "Toggle Switch",
"description": "User-controlled on-off switch"
},
"Textarea": {
"displayName": "Text Area",
"description": "Multi-line text input"
},
"DateRangePicker": {
"displayName": "Date Range Picker",
"description": "Choose date ranges"
},
"Text": {
"displayName": "Text",
"description": "Display text or HTML"
},
"Image": {
"displayName": "Image",
"description": "Show image files"
},
"Container": {
"displayName": "Container",
"description": "Group components"
},
"Dropdown": {
"displayName": "Dropdown",
"description": "Single item selector"
},
"Multiselect": {
"displayName": "Multi Select",
"description": "Multiple item selector"
},
"RichTextEditor": {
"displayName": "Text Editor",
"description": "Rich text editor"
},
"Map": {
"displayName": "Map",
"description": "Display map locations"
},
"QrScanner": {
"displayName": "QR Scanner",
"description": "Scan QR codes and hold its data"
},
"StarRating": {
"displayName": "Rating",
"description": "Star rating"
},
"Divider": {
"displayName": "Divider",
"description": "Separator between components"
},
"FilePicker": {
"displayName": "File Picker",
"description": "File Picker"
},
"Calendar": {
"displayName": "Calendar",
"description": "Display calendar events"
},
"Iframe": {
"displayName": "Iframe",
"description": "Embed external content"
},
"CodeEditor": {
"displayName": "Code Editor",
"description": "Edit source code"
},
"Tabs": {
"displayName": "Tabs",
"description": "Organize content in tabs"
},
"Timer": {
"displayName": "Timer",
"description": "Countdown or stopwatch"
},
"Listview": {
"displayName": "List View",
"description": "List multiple items"
},
"Tags": {
"displayName": "Tags",
"description": "Display tag labels"
},
"Pagination": {
"displayName": "Pagination",
"description": "Navigate pages"
},
"CircularProgressbar": {
"displayName": "Circular Progressbar",
"description": "Show circular progress"
},
"Spinner": {
"displayName": "Spinner",
"description": "Indicate loading state"
},
"Statistics": {
"displayName": "Statistics",
"description": "Show key metrics"
},
"RangeSlider": {
"displayName": "Range Slider",
"description": "Adjust value range"
},
"Timeline": {
"displayName": "Timeline",
"description": "Show event timeline"
},
"SvgImage": {
"displayName": "Svg Image",
"description": "Display SVG graphics"
},
"Html": {
"displayName": "HTML Viewer",
"description": "View HTML content"
},
"VerticalDivider": {
"displayName": "Vertical Divider",
"description": "Vertical line separator"
},
"CustomComponent": {
"displayName": "Custom Component",
"description": "Create React components"
},
"ButtonGroup": {
"displayName": "Button Group",
"description": "Group of buttons"
},
"PDF": {
"displayName": "PDF",
"description": "Embed PDF documents"
},
"Steps": {
"displayName": "Steps",
"description": "Step-by-step navigation aid"
},
"KanbanBoard": {
"displayName": "Kanban Board",
"description": "Task management board"
},
"ColorPicker": {
"displayName": "Color Picker",
"description": "Choose colors from a palette"
},
"TreeSelect": {
"displayName": "Tree Select",
"description": "Hierarchical item selector"
}
},
"leftSidebar": {
"Inspector": {
"text": "Inspector",
"tip": "Inspector"
},
"Sources": {
"text": "Sources",
"tip": "Add or edit datasources",
"dataSources": "Data sources",
"addDataSource": "+ Add data source"
},
"Debugger": {
"text": "Debugger",
"tip": "Debugger",
"errors": "Errors",
"noErrors": "No errors found",
"noLogs": "No logs found",
"clear": "Clear"
},
"Comments": {
"text": "Comments",
"tip": "Toggle comments",
"commentBody": "No comments yet.",
"typeComment": "Type your comment here"
},
"Settings": {
"text": "Triggers",
"tip": "Global Settings",
"hideHeader": "Hide header for launched apps",
"maintenanceMode": "Maintenance mode",
"maxWidthOfCanvas": "Max width of canvas",
"maxHeightOfCanvas": "Max height of canvas",
"backgroundColorOfCanvas": "Canvas background",
"appMode": "App mode",
"exportApp": "Export app"
},
"Back": {
"text": "Back",
"tip": "Back to Home"
}
},
"datepicker": {
"months": {
"january": "January",
"february": "February",
"march": "March",
"april": "April",
"may": "May",
"june": "June",
"july": "July",
"august": "August",
"september": "September",
"october": "October",
"november": "November",
"december": "December"
}
}
}