Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input blocks pt-BR translation #1114

Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
766a13b
feat(TextInputSettings): translate text input settings to pt-BR
gabrielgpavao Dec 19, 2023
3c7f23d
fix(json): block inputs key names
gabrielgpavao Dec 19, 2023
b6f48d1
feat(NumberInputSettings): translate number input settings to pt-BR
gabrielgpavao Dec 19, 2023
ee2b4e6
feat(EmailInputSettings): translate email input settings to pt-BR
gabrielgpavao Dec 19, 2023
a7a9e16
feat(UrlInputSettings): translate url input settings to pt-BR
gabrielgpavao Dec 19, 2023
0de0bf4
feat(DateInputSettings): translate date input settings to pt-BR
gabrielgpavao Dec 19, 2023
d96488e
feat(PhoneInputSettings): translate phone input settings to pt-BR
gabrielgpavao Dec 19, 2023
8fbadae
feat(FileInputSettings): translate file input settings to pt-BR
gabrielgpavao Dec 20, 2023
318bfe0
feat(RatingInputSettings): translate rating input settings to pt-BR
gabrielgpavao Dec 20, 2023
637ba86
feat(PaymentInputSettings): translate payment input settings to pt-BR
gabrielgpavao Dec 20, 2023
7bdf4ff
feat(ButtonsSettings): translate button input settings to pt-BR
gabrielgpavao Dec 20, 2023
0c5ed03
feat(PictureSettings): translate picture input settings to pt-BR
gabrielgpavao Dec 21, 2023
663085f
fix: transform tolgee.t defaultValue to string
gabrielgpavao Dec 21, 2023
4ac441a
feat(DateInputSettings): translate the format info text to pt-BR
gabrielgpavao Dec 21, 2023
0833eab
Merge branch 'main' of github.com:gabrielgpavao/typebot.io into build…
gabrielgpavao Dec 21, 2023
34d982e
feat(FileInputSettings): translate file upload placeholder to pt-BR
gabrielgpavao Dec 21, 2023
f6d81ee
fix: trash icon aria-label translation key
gabrielgpavao Dec 21, 2023
855ca9a
Merge commit 'd42e4a9ce1e9604d46f9b1246180e50d2a61fb79' into pr/gabri…
baptisteArno Dec 28, 2023
ca7c8c1
Merge commit '5fbbe9d86e52f6fc8370d5fea089781e07ea3043' into builder_…
baptisteArno Dec 29, 2023
2e0a8ff
:globe_with_meridians: Remove default values and dropdown dynamic sel…
baptisteArno Dec 29, 2023
9513df2
:pencil2: Fix format
baptisteArno Dec 29, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 151 additions & 0 deletions apps/builder/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"account.preferences.graphNavigation.trackpad.label": "Trackpad",
"account.preferences.language.heading": "Language",
"account.preferences.language.tooltip": "The translations are not complete yet. It is a work in progress. \uD83E\uDD13",
"add": "Add",
"analytics.completionRateLabel": "Completion rate",
"analytics.notAvailableLabel": "Not available",
"analytics.startsLabel": "Starts",
Expand Down Expand Up @@ -117,12 +118,39 @@
"blocks.integrations.googleSheets.blockCard.tooltip": "Google Sheets",
"cancel": "Cancel",
"clickToEdit": "Click to edit...",
"components.dropdownList.item.AND": "AND",
"components.dropdownList.item.Contains": "Contains",
"components.dropdownList.item.contains": "contains",
"components.dropdownList.item.Doesnotcontain": "Does not contain",
"components.dropdownList.item.Doesnotmatchregex": "Does not match regex",
"components.dropdownList.item.Endswith": "Ends with",
"components.dropdownList.item.endswith": "ends with",
"components.dropdownList.item.Equalto": "Equal to",
"components.dropdownList.item.Greaterthan": "Greater than",
"components.dropdownList.item.Lessthan": "Less than",
"components.dropdownList.item.Matchesregex": "Matches regex",
"components.dropdownList.item.matches": "matches",
"components.dropdownList.item.Notequal": "Not equal",
"components.dropdownList.item.Numbers": "Numbers",
"components.dropdownList.item.notcontains": "not contains",
"components.dropdownList.item.notmatches": "not matches",
"components.dropdownList.item.OR": "Or",
"components.dropdownList.item.Icons": "Icons",
"components.dropdownList.item.Isempty": "Is empty",
"components.dropdownList.item.isempty": "is empty",
"components.dropdownList.item.Isset": "Is set",
"components.dropdownList.item.isset": "is set",
"components.dropdownList.item.Startswith": "Starts with",
"components.dropdownList.item.startswith": "starts with",
"confirmModal.defaultTitle": "Are you sure?",
"connect": "Connect",
"create": "Create",
"dashboard.header.settingsButton.label": "Settings & Members",
"dashboard.redirectionMessage": "You are being redirected...",
"dashboard.title": "My typebots",
"delete": "Delete",
"downgrade": "Downgrade",
"duplicate": "Duplicate",
"editor.blockCard.logicBlock.tooltip.code.label": "Execute Javascript code",
"editor.blockCard.logicBlock.tooltip.jump.label": "Fast forward the flow to another group",
"editor.blockCard.logicBlock.tooltip.typebotLink.label": "Link and jump to another typebot",
Expand All @@ -140,6 +168,119 @@
"editor.blocks.bubbles.image.switchWithLabel.onClick.placeholder": "Link alt text (description)",
"editor.blocks.bubbles.textEditor.plate.label": "Text editor",
"editor.blocks.bubbles.textEditor.searchVariable.placeholder": "Search for a variable",
"editor.blocks.inputs.button.addItem.ariaLabel": "Add item",
"editor.blocks.inputs.button.buttonSettings.addComparisonButton.label": "Add comparison",
"editor.blocks.inputs.button.buttonSettings.displayCondition.infoText.label": "Only display this item if a condition is met.",
"editor.blocks.inputs.button.buttonSettings.displayCondition.numberPlaceholder.label": "Type a number...",
"editor.blocks.inputs.button.buttonSettings.displayCondition.regexPlaceholder.label": "^[0-9]+$",
"editor.blocks.inputs.button.buttonSettings.displayCondition.selectOperator.label": "Select an operator",
"editor.blocks.inputs.button.buttonSettings.displayCondition.valuePlaceholder.label": "Type a value...",
"editor.blocks.inputs.button.clickToEdit.label": "Click to edit",
"editor.blocks.inputs.button.conditionContent.if.label": "IF",
"editor.blocks.inputs.button.default.label": "Default",
"editor.blocks.inputs.button.else.label": "Else",
"editor.blocks.inputs.button.openSettings.ariaLabel": "Open settings",
"editor.blocks.inputs.button.settings.dynamicData.infoText.label": "If defined, buttons will be dynamically displayed based on what the variable contains.",
"editor.blocks.inputs.button.settings.dynamicData.label": "Dynamic data:",
"editor.blocks.inputs.button.variables.buttons.label": "buttons",
"editor.blocks.inputs.button.variables.display.label": "Display",
"editor.blocks.inputs.date.placeholder.label": "Pick a date...",
"editor.blocks.inputs.date.settings.format.label": "Format:",
"editor.blocks.inputs.date.settings.format.example.label": "i.e",
"editor.blocks.inputs.date.settings.from.label": "From label:",
"editor.blocks.inputs.date.settings.fromInputValue.label": "From:",
"editor.blocks.inputs.date.settings.isRange.label": "Is range?",
"editor.blocks.inputs.date.settings.to.label": "To label:",
"editor.blocks.inputs.date.settings.toInputValue.label": "To:",
"editor.blocks.inputs.date.settings.withTime.label": "With time?",
"editor.blocks.inputs.email.placeholder.label": "Type your email...",
"editor.blocks.inputs.email.settings.retryMessageText.label": "This email doesn't seem to be valid. Can you type it again?",
"editor.blocks.inputs.file.collectSingle.label": "Collect file",
"editor.blocks.inputs.file.collectMultiple.label": "Collect files",
"editor.blocks.inputs.file.settings.allowMultiple.label": "Allow multiple files?",
"editor.blocks.inputs.file.settings.clear.label": "Clear button label:",
"editor.blocks.inputs.file.settings.clearButton.label": "Clear",
"editor.blocks.inputs.file.settings.placeholder.label": "<strong>\n Click to upload\n </strong> or drag and drop<br>\n (size limit: 10MB)",
"editor.blocks.inputs.file.settings.required.label": "Required?",
"editor.blocks.inputs.file.settings.saveSingleUpload.label": "Save upload URL in a variable:",
"editor.blocks.inputs.file.settings.saveMultipleUpload.label": "Save upload URLs in a variable:",
"editor.blocks.inputs.file.settings.skip.label": "Skip button label:",
"editor.blocks.inputs.file.settings.skipButton.label": "Skip",
"editor.blocks.inputs.file.settings.upload.label": "Upload",
"editor.blocks.inputs.number.placeholder.label": "Type a number...",
"editor.blocks.inputs.number.settings.step.label": "Step:",
"editor.blocks.inputs.payment.placeholder.label": "Configure...",
"editor.blocks.inputs.payment.collect.label": "Coletar",
"editor.blocks.inputs.payment.settings.account.label": "Account:",
"editor.blocks.inputs.payment.settings.accountText.label": "{provider} account",
"editor.blocks.inputs.payment.settings.additionalInformation.description.placeholder.label": "A digital product",
"editor.blocks.inputs.payment.settings.additionalInformation.email.label": "Email:",
"editor.blocks.inputs.payment.settings.additionalInformation.label": "Additional information",
"editor.blocks.inputs.payment.settings.additionalInformation.name.label": "Name:",
"editor.blocks.inputs.payment.settings.additionalInformation.phone.label": "Phone number:",
"editor.blocks.inputs.payment.settings.address.city.label": "City:",
"editor.blocks.inputs.payment.settings.address.country.label": "Country:",
"editor.blocks.inputs.payment.settings.address.label": "Address",
"editor.blocks.inputs.payment.settings.address.line.label": "Line {line}:",
"editor.blocks.inputs.payment.settings.address.postalCode.label": "Postal code:",
"editor.blocks.inputs.payment.settings.address.state.label": "State:",
"editor.blocks.inputs.payment.settings.buttonText.label": "Pay",
"editor.blocks.inputs.payment.settings.credentials.connectNew.label": "Connect new",
"editor.blocks.inputs.payment.settings.credentials.removeCredentials.label": "Remove credentials",
"editor.blocks.inputs.payment.settings.currency.label": "Currency:",
"editor.blocks.inputs.payment.settings.priceAmount.label": "Price amount:",
"editor.blocks.inputs.payment.settings.provider.label": "Provider:",
"editor.blocks.inputs.payment.settings.stripeConfig.accountName.label": "Account name:",
"editor.blocks.inputs.payment.settings.stripeConfig.findKeys.label": "You can find your keys",
"editor.blocks.inputs.payment.settings.stripeConfig.findKeys.here.label": "here",
"editor.blocks.inputs.payment.settings.stripeConfig.liveKeys.label": "Live keys:",
"editor.blocks.inputs.payment.settings.stripeConfig.testKeys.label": "Test keys:",
"editor.blocks.inputs.payment.settings.stripeConfig.testKeys.infoText.label": "Will be used when previewing the bot.",
"editor.blocks.inputs.payment.settings.stripeConfig.title.label": "Connect Stripe account",
"editor.blocks.inputs.payment.settings.successMessage.label": "Success message:",
"editor.blocks.inputs.phone.placeholder.label": "Type your phone number...",
"editor.blocks.inputs.phone.settings.defaultCountry.label": "Default country:",
"editor.blocks.inputs.phone.settings.international.placeholder.label": "International",
"editor.blocks.inputs.phone.settings.retryMessageText.label": "This phone number doesn't seem to be valid. Can you type it again?",
"editor.blocks.inputs.picture.itemSettings.image.change.label": "Change image",
"editor.blocks.inputs.picture.itemSettings.image.label": "Image:",
"editor.blocks.inputs.picture.itemSettings.image.pick.label": "Pick an image",
"editor.blocks.inputs.picture.itemSettings.title.label": "Title:",
"editor.blocks.inputs.picture.settings.dynamicItems.descriptions.label": "Descriptions:",
"editor.blocks.inputs.picture.settings.dynamicItems.images.label": "Images:",
"editor.blocks.inputs.picture.settings.dynamicItems.label": "Dynamic items?",
"editor.blocks.inputs.picture.settings.dynamicItems.titles.label": "Titles:",
"editor.blocks.inputs.picture.settings.dynamicVariables.display.label": "Display",
"editor.blocks.inputs.picture.settings.dynamicVariables.pictures.label": "pictures",
"editor.blocks.inputs.rating.from.label": "Rate from",
"editor.blocks.inputs.rating.to.label": "to",
"editor.blocks.inputs.rating.settings.customIcon.label": "Custom icon?",
"editor.blocks.inputs.rating.settings.extremelyLikely.placeholder.label": "Extremely likely",
"editor.blocks.inputs.rating.settings.iconSVG.label": "Icon SVG:",
"editor.blocks.inputs.rating.settings.maximum.label": "Maximum:",
"editor.blocks.inputs.rating.settings.notLikely.placeholder.label": "Not likely at all",
"editor.blocks.inputs.rating.settings.oneClickSubmit.infoText.label": "If enabled, the answer will be submitted as soon as the user clicks on a rating instead of showing the \"Send\" button.",
"editor.blocks.inputs.rating.settings.oneClickSubmit.label": "One click submit",
"editor.blocks.inputs.rating.settings.rateLabel.label": "{rate} label",
"editor.blocks.inputs.rating.settings.type.label": "Type:",
"editor.blocks.inputs.settings.button.label": "Button label:",
"editor.blocks.inputs.settings.buttonText.label": "Send",
"editor.blocks.inputs.settings.description.label": "Description:",
"editor.blocks.inputs.settings.displayCondition.label": "Display condition",
"editor.blocks.inputs.settings.input.filterOptions.label": "Filter the options...",
"editor.blocks.inputs.settings.input.placeholder.label": "Input placeholder:",
"editor.blocks.inputs.settings.isSearchable.label": "Is searchable?",
"editor.blocks.inputs.settings.max.label": "Max:",
"editor.blocks.inputs.settings.min.label": "Min:",
"editor.blocks.inputs.settings.multipleChoice.label": "Multiple choice?",
"editor.blocks.inputs.settings.placeholder.label": "Placeholder:",
"editor.blocks.inputs.settings.retryMessage.label": "Retry message:",
"editor.blocks.inputs.settings.saveAnswer.label": "Save the answer in a variable:",
"editor.blocks.inputs.settings.submitButton.label": "Submit button label:",
"editor.blocks.inputs.text.placeholder.label": "Type your answer...",
"editor.blocks.inputs.text.settings.longText.label": "Long text?",
"editor.blocks.inputs.url.placeholder.label": "Type a URL...",
"editor.blocks.inputs.url.settings.retryMessageText.label": "This URL doesn't seem to be valid. Can you type it again?",
"editor.blocks.start.text": "Start",
"editor.editableTypebotName.tooltip.rename.label": "Rename",
"editor.gettingStartedModal.editorBasics.heading": "Editor Basics",
Expand Down Expand Up @@ -212,9 +353,13 @@
"folders.typebotButton.live": "Live",
"folders.typebotButton.showMoreOptions": "Show more options",
"folders.typebotButton.unpublish": "Unpublish",
"groups.defaultName": "Group",
"help": "Help",
"pending": "Pending",
"remove": "Remove",
"select": "Select",
"skip": "Skip",
"success": "Success",
"templates.buttons.fromScratchButton.label": "Start from scratch",
"templates.buttons.fromTemplateButton.label": "Start from a template",
"templates.buttons.heading": "Create a new typebot",
Expand All @@ -226,6 +371,12 @@
"templates.modal.menuHeading.product": "Product",
"templates.modal.useTemplateButton.label": "Use this template",
"upgrade": "Upgrade",
"variables.insert": "Insert a variable",
"variables.remove": "Remove variable",
"variables.rename": "Rename variable",
"variables.search": "Search for a variable",
"variables.select": "Select a variable",
"variables.set": "Definir",
"video.aspectRatioInput.label": "Aspect ratio",
"video.aspectRatioInput.moreInfoTooltip": "Example: \"16/9\" or \"9/16\"",
"video.maxWidthInput.label": "Max width",
Expand Down
Loading