Skip to content

Commit 183518c

Browse files
committed
french and spanish
1 parent 608740f commit 183518c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/locales/es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
'Click to enter Component B title': 'Introducir el título del Componente B', // plots/ternary/ternary.js:406
1212
'Click to enter Component C title': 'Introducir el título del Componente C', // plots/ternary/ternary.js:417
1313
'Click to enter Plot title': 'Introducir el título de la Gráfica', // plot_api/plot_api.js:579
14+
'Click to enter Plot subtitle': 'Introducir el subtítulo de la Gráfica', // plot_api/plot_api.js:579
1415
'Click to enter X axis title': 'Introducir el título del eje X', // plots/plots.js:301
1516
'Click to enter Y axis title': 'Introducir el título del eje Y', // plots/plots.js:302
1617
'Click to enter radial axis title': 'Introducir el título del eje radial',

lib/locales/fr.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
'Click to enter Component B title': 'Ajouter un titre à la composante B',
1212
'Click to enter Component C title': 'Ajouter un titre à la composante C',
1313
'Click to enter Plot title': 'Ajouter un titre au graphique',
14+
'Click to enter Plot subtitle': 'Ajouter un sous-titre au graphique',
1415
'Click to enter X axis title': 'Ajouter un titre à l\'axe des x',
1516
'Click to enter Y axis title': 'Ajouter un titre à l\'axe des y',
1617
'Click to enter radial axis title': 'Ajouter un titre à l\'axe radial',

0 commit comments

Comments
 (0)