Skip to content

Commit 4857c61

Browse files
committed
fix: add translations
1 parent ef970f7 commit 4857c61

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

i18n/locales/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@
201201
"warnings": "Warnings:",
202202
"go_back_home": "Go back home",
203203
"per_week": "/ week",
204+
"yes": "Yes",
205+
"no": "No",
204206
"vanity_downloads_hint": "Vanity number: no packages displayed | Vanity number: for the displayed package | Vanity number: Sum of {count} displayed packages",
205207
"sort": {
206208
"name": "name",
@@ -1137,7 +1139,7 @@
11371139
"side_analysis_top_right": "The following packages are positioned on the top-right quadrant (high-impact): {packages}",
11381140
"side_analysis_top_left": "The following packages are positioned on the top-left quadrant (efficient): {packages}",
11391141
"side_analysis_bottom_right": "The following packages are positioned on the bottom-right quadrant (resource-heavy): {packages}",
1140-
"side_analysis_bottom_left": "The following packages are positioned on the bottom-right quadrant (low-impact): {packages}"
1142+
"side_analysis_bottom_left": "The following packages are positioned on the bottom-left quadrant (low-impact): {packages}"
11411143
},
11421144
"explanation": {
11431145
"introduction": "The score is calculated by combining multiple signals into two axes:",

i18n/locales/fr-FR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@
11331133
"side_analysis_top_right": "Les paquets suivants se trouvent dans le quadrant supérieur droit (fort impact) : {packages}",
11341134
"side_analysis_top_left": "Les paquets suivants se trouvent dans le quadrant supérieur gauche (efficient) : {packages}",
11351135
"side_analysis_bottom_right": "Les paquets suivants se trouvent dans le quadrant inférieur droit (gourmand en ressources) : {packages}",
1136-
"side_analysis_bottom_left": "Les paquets suivants se trouvent dans le quadrant inférieur droit (faible impact) : {packages}"
1136+
"side_analysis_bottom_left": "Les paquets suivants se trouvent dans le quadrant inférieur gauche (faible impact) : {packages}"
11371137
},
11381138
"explanation": {
11391139
"introduction": "Le score est calculé en combinant plusieurs signaux sur deux axes :",

i18n/schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,12 @@
607607
"per_week": {
608608
"type": "string"
609609
},
610+
"yes": {
611+
"type": "string"
612+
},
613+
"no": {
614+
"type": "string"
615+
},
610616
"vanity_downloads_hint": {
611617
"type": "string"
612618
},

0 commit comments

Comments
 (0)