🌐 Add theme tab translation keys (#1119)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Implemented internationalization across various components, enabling dynamic language translation for UI elements. - **Enhancements** - Improved accessibility with translated `aria-label` attributes. - Enhanced user interface with translated button texts and labels. - **Refactor** - Streamlined translation handling with the `useTranslate` hook. - **Bug Fixes** - Corrected tooltip label for better clarity. - **Style** - Updated visual elements to reflect changes in language settings. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Baptiste Arnaud <baptiste.arnaud95@gmail.com>
This commit is contained in:
@@ -141,7 +141,6 @@
|
||||
"editor.blocks.bubbles.textEditor.plate.label": "Editor de texto",
|
||||
"editor.blocks.bubbles.textEditor.searchVariable.placeholder": "Buscar una variable",
|
||||
"editor.blocks.start.text": "Inicio",
|
||||
"editor.editableTypebotName.tooltip.rename.label": "Renombrar",
|
||||
"editor.gettingStartedModal.editorBasics.heading": "Conceptos básicos del Editor",
|
||||
"editor.gettingStartedModal.editorBasics.list.four.label": "Previsualiza tu bot haciendo clic en el botón de previsualización en la esquina superior derecha",
|
||||
"editor.gettingStartedModal.editorBasics.list.label": "Si tienes alguna pregunta, no dudes en usar la burbuja en la esquina inferior derecha. Suelo responder en las próximas 24 horas. \uD83D\uDE03",
|
||||
@@ -213,6 +212,7 @@
|
||||
"folders.typebotButton.unpublish": "Despublicar",
|
||||
"pending": "Pendiente",
|
||||
"remove": "Eliminar",
|
||||
"rename": "Renombrar",
|
||||
"share.button.label": "Compartir",
|
||||
"skip": "Saltar",
|
||||
"templates.buttons.fromScratchButton.label": "Empezar desde cero",
|
||||
|
||||
Reference in New Issue
Block a user