-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Catalan (ca.js) and Spanish (es,js) i18n files (#275)
Add Catalan (ca.js) and Spanish (es,js) i18n files.
- Loading branch information
1 parent
ec1f2d0
commit 6e8e64f
Showing
2 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
export default { | ||
'grapesjs-mjml': { | ||
category: '', | ||
panels: { | ||
buttons: { | ||
undo: 'Desfer', | ||
redo: 'Refer', | ||
desktop: 'Escriptori', | ||
tablet: 'Tauleta', | ||
mobile: 'Mòbil', | ||
import: 'Importar MJML', | ||
}, | ||
import: { | ||
title: 'Importar MJML', | ||
button: 'Importar', | ||
label: 'Etiqueta', | ||
}, | ||
export: { | ||
title: 'Exportar MJML', | ||
}, | ||
}, | ||
components: { | ||
names: { | ||
body: 'Cos', | ||
button: 'Botó', | ||
column: 'Columna', | ||
oneColumn: '1 Columna', | ||
twoColumn: '2 Columnes', | ||
threeColumn: '3 Columnes', | ||
divider: 'Divisor', | ||
group: 'Grup', | ||
hero: 'Hero', | ||
image: 'Imatge', | ||
navBar: 'Barra navegació', | ||
navLink: 'Enllaç barra navegació', | ||
section: 'Secció', | ||
socialGroup: 'Grup Social', | ||
socialElement: 'Element Social', | ||
spacer: 'Separador', | ||
text: 'Text', | ||
wrapper: 'Embolcall', | ||
}, | ||
} | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
export default { | ||
'grapesjs-mjml': { | ||
category: '', | ||
panels: { | ||
buttons: { | ||
undo: 'Deshacer', | ||
redo: 'Rehacer', | ||
desktop: 'Escritorio', | ||
tablet: 'Tableta', | ||
mobile: 'Móvil', | ||
import: 'Importar MJML', | ||
}, | ||
import: { | ||
title: 'Importar MJML', | ||
button: 'Importar', | ||
label: 'Etiqueta', | ||
}, | ||
export: { | ||
title: 'Exportar MJML', | ||
}, | ||
}, | ||
components: { | ||
names: { | ||
body: 'Cuerpo', | ||
button: 'Botón', | ||
column: 'Columna', | ||
oneColumn: '1 Columna', | ||
twoColumn: '2 Columnas', | ||
threeColumn: '3 Columnas', | ||
divider: 'Divisor', | ||
group: 'Grupo', | ||
hero: 'Hero', | ||
image: 'Imagen', | ||
navBar: 'Barra navegación', | ||
navLink: 'Enlace barra navegación', | ||
section: 'Sección', | ||
socialGroup: 'Grupo Social', | ||
socialElement: 'Elemento Social', | ||
spacer: 'Separador', | ||
text: 'Texto', | ||
wrapper: 'Envoltura', | ||
}, | ||
} | ||
}, | ||
}; |