Skip to content

Commit 051b182

Browse files
marcelo-portugalmportuga
authored andcommitted
fix: šŸ› add missing translations for es, fr, it and pt
Adding translations for romance languanges that I am familiar with.
1 parent e5ae7c0 commit 051b182

File tree

6 files changed

+30
-6
lines changed

6 files changed

+30
-6
lines changed

ā€Žpackages/i18n/src/js/es-ct.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
last: 'ƚltima PƠgina'
3535
},
3636
selection: {
37-
selectAll: 'Seleccionar Todo'
37+
aria: {
38+
row: 'Fila'
39+
},
40+
selectAll: 'Seleccionar Todo',
41+
displayName: 'Seleccionar Fila'
3842
},
3943
menu: {
4044
text: 'Triar Columnes:'

ā€Žpackages/i18n/src/js/es.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@
2020
last: 'ƚltima PĆ”gina'
2121
},
2222
selection: {
23-
selectAll: 'Seleccionar Todo'
23+
aria: {
24+
row: 'Fila'
25+
},
26+
selectAll: 'Seleccionar Todo',
27+
displayName: 'Seleccionar Fila'
2428
},
2529
menu: {
2630
text: 'Elegir columnas:'

ā€Žpackages/i18n/src/js/fr.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
last: 'DerniĆØre page'
3030
},
3131
selection: {
32-
selectAll: 'Tout SĆ©lectionner'
32+
aria: {
33+
row: 'Ligne'
34+
},
35+
selectAll: 'Tout SĆ©lectionner',
36+
displayName: 'SĆ©lectionnez la ligne'
3337
},
3438
menu: {
3539
text: 'Choisir des colonnes :'

ā€Žpackages/i18n/src/js/it.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@
2323
last: 'Ultima'
2424
},
2525
selection: {
26-
selectAll: 'Seleziona Tutto'
26+
aria: {
27+
row: 'Riga'
28+
},
29+
selectAll: 'Seleccionar Todo',
30+
displayName: 'Seleziona Riga'
2731
},
2832
menu: {
2933
text: 'Scegli le colonne:'

ā€Žpackages/i18n/src/js/pt-br.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
last: 'ƚltima PĆ”gina'
3838
},
3939
selection: {
40-
selectAll: 'Selecionar Tudo'
40+
aria: {
41+
row: 'Linha'
42+
},
43+
selectAll: 'Selecionar Tudo',
44+
displayName: 'Caixa de SeleĆ§Ć£o da Linha'
4145
},
4246
menu: {
4347
text: 'Selecione as colunas:'

ā€Žpackages/i18n/src/js/pt.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
last: 'ƚltima PĆ”gina'
3535
},
3636
selection: {
37-
selectAll: 'Selecionar Tudo'
37+
aria: {
38+
row: 'Linha'
39+
},
40+
selectAll: 'Selecionar Tudo',
41+
displayName: 'Caixa de SeleĆ§Ć£o da Linha'
3842
},
3943
menu: {
4044
text: 'Selecione as colunas:'

0 commit comments

Comments
Ā (0)