Skip to content

Commit fbc6a11

Browse files
committed
feat: add en & fr translation
1 parent b4190e4 commit fbc6a11

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

i18n/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@
301301
"loading": "Loading...",
302302
"y_axis_label": "{granularity} downloads",
303303
"download_file": "Download {fileType}",
304-
"toggle_annotator": "Toggle annotator"
304+
"toggle_annotator": "Toggle annotator",
305+
"legend_estimation": "Estimation"
305306
},
306307
"install_scripts": {
307308
"title": "Install Scripts",

i18n/locales/fr-FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@
274274
"loading": "Chargement...",
275275
"y_axis_label": "Téléchargements {granularity}",
276276
"download_file": "Télécharger {fileType}",
277-
"toggle_annotator": "Afficher/Masquer l'annotateur"
277+
"toggle_annotator": "Afficher/Masquer l'annotateur",
278+
"legend_estimation": "Estimation"
278279
},
279280
"install_scripts": {
280281
"title": "Scripts d'installation",

lunaria/files/en-GB.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@
301301
"loading": "Loading...",
302302
"y_axis_label": "{granularity} downloads",
303303
"download_file": "Download {fileType}",
304-
"toggle_annotator": "Toggle annotator"
304+
"toggle_annotator": "Toggle annotator",
305+
"legend_estimation": "Estimation"
305306
},
306307
"install_scripts": {
307308
"title": "Install Scripts",

lunaria/files/en-US.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@
301301
"loading": "Loading...",
302302
"y_axis_label": "{granularity} downloads",
303303
"download_file": "Download {fileType}",
304-
"toggle_annotator": "Toggle annotator"
304+
"toggle_annotator": "Toggle annotator",
305+
"legend_estimation": "Estimation"
305306
},
306307
"install_scripts": {
307308
"title": "Install Scripts",

lunaria/files/fr-FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@
274274
"loading": "Chargement...",
275275
"y_axis_label": "Téléchargements {granularity}",
276276
"download_file": "Télécharger {fileType}",
277-
"toggle_annotator": "Afficher/Masquer l'annotateur"
277+
"toggle_annotator": "Afficher/Masquer l'annotateur",
278+
"legend_estimation": "Estimation"
278279
},
279280
"install_scripts": {
280281
"title": "Scripts d'installation",

0 commit comments

Comments
 (0)