Skip to content

Commit

Permalink
translate strings
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbuges authored Dec 31, 2023
1 parent 93f2122 commit 4063108
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions apps/builder/public/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"confirmModal.defaultTitle": "Tem certeza?",
"dashboard.header.settingsButton.label": "Configurações & Membros",
"dashboard.redirectionMessage": "Você está sendo redirecionado...",
"dashboard.title": "Meus typebots",
"dashboard.title": "Meus bots",
"delete": "Apagar",
"downgrade": "Downgrade",
"editor.blockCard.logicBlock.tooltip.code.label": "Executar código Javascript",
Expand Down Expand Up @@ -151,14 +151,14 @@
"editor.gettingStartedModal.seeAction.item.label": "Outros vídeos",
"editor.gettingStartedModal.seeAction.label": "Veja como funciona em",
"editor.gettingStartedModal.seeAction.time": "5 minutos",
"editor.headers.flowButton.label": "🔀 Fluxo",
"editor.headers.flowButton.label": "Fluxo",
"editor.headers.helpButton.label": "Ajuda",
"editor.headers.previewButton.label": "Visualizar",
"editor.headers.resultsButton.label": "Resultados",
"editor.headers.savingSpinner.label": "Salvando...",
"editor.headers.settingsButton.label": "⚙️ Configurações",
"editor.headers.shareButton.label": "💬 Embed",
"editor.headers.themeButton.label": "🎨 Visual",
"editor.headers.settingsButton.label": "Configurações",
"editor.headers.shareButton.label": "Embed",
"editor.headers.themeButton.label": "Visual",
"editor.sidebarBlock.abTest.label": "Teste AB",
"editor.sidebarBlock.analytics.label": "G. Analytics",
"editor.sidebarBlock.audio.label": "Áudio",
Expand Down Expand Up @@ -257,7 +257,7 @@
"workspace.membersList.inviteInput.placeholder": "[email protected]",
"workspace.membersList.title": "Membros",
"workspace.membersList.unlockBanner.label": "Atualize seu plano para trabalhar com mais membros da equipe e desbloqueie recursos incríveis \uD83D\uDE80",
"workspace.settings.deleteButton.confirmMessage": "Você tem certeza de que deseja excluir o espaço de trabalho {workspaceName}? Todas as suas pastas, typebots e resultados serão excluídos permanentemente.",
"workspace.settings.deleteButton.confirmMessage": "Você tem certeza de que deseja excluir o espaço de trabalho {workspaceName}? Todas as suas pastas, bots e resultados serão excluídos permanentemente.",
"workspace.settings.deleteButton.label": "Excluir espaço de trabalho",
"workspace.settings.icon.title": "Ícone",
"workspace.settings.modal.menu.billingAndUsage.label": "Faturamento e uso",
Expand Down
2 changes: 1 addition & 1 deletion apps/builder/src/features/theme/components/MyTemplates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const MyTemplates = ({
{(!selectedTemplate ||
!areThemesEqual(selectedTemplate?.theme, currentTheme)) && (
<Button leftIcon={<SaveIcon />} onClick={onOpen} colorScheme="blue">
Save current theme
Salvar meu tema atual
</Button>
)}
<SaveThemeModal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const ThemeSideMenu = () => {
position="relative"
>
<Heading fontSize="xl" textAlign="center">
Customize the theme
Customize o tema
</Heading>
<Accordion allowMultiple>
{currentUserMode === 'write' && (
Expand Down
4 changes: 2 additions & 2 deletions apps/builder/src/features/theme/components/ThemeTemplates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ export const ThemeTemplates = ({
colorScheme={selectedTab === 'my-templates' ? 'blue' : 'gray'}
onClick={() => setSelectedTab('my-templates')}
>
My templates
Meus templates
</Button>
<Button
flex="1"
variant="outline"
colorScheme={selectedTab === 'gallery' ? 'blue' : 'gray'}
onClick={() => setSelectedTab('gallery')}
>
Gallery
Marketplace
</Button>
</HStack>
<ThemeTemplatesBody
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const GeneralSettings = ({
onClick={isWorkspaceFreePlan ? onOpen : undefined}
>
<FormLabel htmlFor="branding" mb="0" cursor="pointer">
Show Typebot brand{' '}
Exibir logo Toolzz Bots{' '}
{isWorkspaceFreePlan && <LockTag plan={Plan.STARTER} />}
</FormLabel>
<Switch
Expand Down

1 comment on commit 4063108

@vercel
Copy link

@vercel vercel bot commented on 4063108 Dec 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.