Skip to content

Commit

Permalink
feat: add Catalan (ca.js) and Spanish (es,js) i18n files (#275)
Browse files Browse the repository at this point in the history
Add Catalan (ca.js) and Spanish (es,js) i18n files.
  • Loading branch information
adrianmarraco authored Jan 11, 2022
1 parent ec1f2d0 commit 6e8e64f
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/locale/ca.js
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',
},
}
},
};
45 changes: 45 additions & 0 deletions src/locale/es.js
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',
},
}
},
};

0 comments on commit 6e8e64f

Please sign in to comment.