Skip to content

Commit

Permalink
fix: šŸ› add missing translations for es, fr, it and pt
Browse files Browse the repository at this point in the history
Adding translations for romance languanges that I am familiar with.
  • Loading branch information
marcelo-portugal authored and mportuga committed Jun 12, 2021
1 parent e5ae7c0 commit 051b182
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion packages/i18n/src/js/es-ct.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
last: 'ƚltima PƠgina'
},
selection: {
selectAll: 'Seleccionar Todo'
aria: {
row: 'Fila'
},
selectAll: 'Seleccionar Todo',
displayName: 'Seleccionar Fila'
},
menu: {
text: 'Triar Columnes:'
Expand Down
6 changes: 5 additions & 1 deletion packages/i18n/src/js/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
last: 'ƚltima PĆ”gina'
},
selection: {
selectAll: 'Seleccionar Todo'
aria: {
row: 'Fila'
},
selectAll: 'Seleccionar Todo',
displayName: 'Seleccionar Fila'
},
menu: {
text: 'Elegir columnas:'
Expand Down
6 changes: 5 additions & 1 deletion packages/i18n/src/js/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
last: 'DerniĆØre page'
},
selection: {
selectAll: 'Tout SĆ©lectionner'
aria: {
row: 'Ligne'
},
selectAll: 'Tout SĆ©lectionner',
displayName: 'SĆ©lectionnez la ligne'
},
menu: {
text: 'Choisir des colonnes :'
Expand Down
6 changes: 5 additions & 1 deletion packages/i18n/src/js/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
last: 'Ultima'
},
selection: {
selectAll: 'Seleziona Tutto'
aria: {
row: 'Riga'
},
selectAll: 'Seleccionar Todo',
displayName: 'Seleziona Riga'
},
menu: {
text: 'Scegli le colonne:'
Expand Down
6 changes: 5 additions & 1 deletion packages/i18n/src/js/pt-br.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
last: 'ƚltima PĆ”gina'
},
selection: {
selectAll: 'Selecionar Tudo'
aria: {
row: 'Linha'
},
selectAll: 'Selecionar Tudo',
displayName: 'Caixa de SeleĆ§Ć£o da Linha'
},
menu: {
text: 'Selecione as colunas:'
Expand Down
6 changes: 5 additions & 1 deletion packages/i18n/src/js/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@
last: 'ƚltima PĆ”gina'
},
selection: {
selectAll: 'Selecionar Tudo'
aria: {
row: 'Linha'
},
selectAll: 'Selecionar Tudo',
displayName: 'Caixa de SeleĆ§Ć£o da Linha'
},
menu: {
text: 'Selecione as colunas:'
Expand Down

0 comments on commit 051b182

Please sign in to comment.