You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Non-English locale with incomplete translations. The Language section shows `SettingsTranslationHelper` with a progress bar and list of missing translation keys. `/lunaria/status.json` is intercepted by MSW to provide mock translation status data. */
39
+
exportconstNonEnglishTranslationHelper: Story={
40
+
globals: {
41
+
locale: 'fr-FR',
42
+
},
43
+
}
44
+
45
+
/** Non-English locale without translations API response. The Language section shows a GitHub link to help translate the site. */
Copy file name to clipboardExpand all lines: i18n/locales/fr-FR.json
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,7 @@
252
252
"hide_platform_packages_description": "Masquer les paquets binaires natifs comme {'@'}esbuild/linux-x64 des résultats",
253
253
"enable_graph_pulse_loop": "Activer la boucle de l'effet de pulsation sur le mini-graphe",
254
254
"enable_graph_pulse_loop_description": "Activer une animation de pulsation continue sur le graphique des téléchargements hebdomadaires. Cette animation peut être gênante pour certaines personnes.",
255
+
"enable_code_ligatures": "Activer les ligatures de code",
255
256
"theme": "Thème",
256
257
"theme_light": "Clair",
257
258
"theme_dark": "Sombre",
@@ -339,7 +340,9 @@
339
340
"tangled": "Voir sur Tangled"
340
341
},
341
342
"collapse": "Réduire",
342
-
"expand": "Développer"
343
+
"expand": "Développer",
344
+
"collapse_with_name": "Réduire {name}",
345
+
"expand_with_name": "Développer {name}"
343
346
},
344
347
"profile": {
345
348
"display_name": "Nom d'affichage",
@@ -960,6 +963,7 @@
960
963
"preview": "aperçu",
961
964
"code": "code"
962
965
},
966
+
"open_path_dropdown": "Ouvrir le menu du chemin",
963
967
"file_path": "Chemin du fichier",
964
968
"binary_file": "Fichier binaire",
965
969
"binary_rendering_warning": "Le type de fichier \"{contentType}\" n'est pas pris en charge pour l'aperçu."
@@ -1318,6 +1322,18 @@
1318
1322
"vulnerabilities": {
1319
1323
"label": "Vulnérabilités",
1320
1324
"description": "Vulnérabilités de sécurité connues"
1325
+
},
1326
+
"githubStars": {
1327
+
"label": "Étoiles GitHub",
1328
+
"description": "Nombre d’étoiles du dépôt GitHub"
1329
+
},
1330
+
"githubIssues": {
1331
+
"label": "Issues GitHub",
1332
+
"description": "Nombre d’issues ouvertes sur GitHub"
0 commit comments