Skip to content

Commit 08161b9

Browse files
[autofix.ci] apply automated fixes
1 parent e802b5a commit 08161b9

File tree

6 files changed

+128
-51
lines changed

6 files changed

+128
-51
lines changed

i18n/locales/fr-FR.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"nav": {
4545
"main_navigation": "Barre de navigation",
4646
"popular_packages": "Paquets populaires",
47-
"blog": "blog",
4847
"search": "recherche",
4948
"settings": "paramètres",
5049
"compare": "comparer",
@@ -57,7 +56,8 @@
5756
},
5857
"blog": {
5958
"title": "Blog",
60-
"description": "Perspectives et actualités de la communauté npmx"
59+
"description": "Perspectives et actualités de la communauté npmx",
60+
"author": {}
6161
},
6262
"settings": {
6363
"title": "paramètres",
@@ -188,6 +188,7 @@
188188
"fund": "donner",
189189
"compare": "comparer"
190190
},
191+
"likes": {},
191192
"docs": {
192193
"not_available": "Documentation non disponible",
193194
"not_available_detail": "Nous n'avons pas pu générer la documentation pour cette version."
@@ -211,8 +212,10 @@
211212
"title": "Readme",
212213
"no_readme": "Aucun README disponible.",
213214
"view_on_github": "Voir sur GitHub",
214-
"toc_title": "Sommaire"
215+
"toc_title": "Sommaire",
216+
"callout": {}
215217
},
218+
"provenance_section": {},
216219
"keywords_title": "Mots-clés",
217220
"compatibility": "Compatibilité",
218221
"card": {
@@ -948,5 +951,19 @@
948951
"up_to_you": "À vous de décider !"
949952
}
950953
}
954+
},
955+
"privacy_policy": {
956+
"cookies": {
957+
"what_are": {},
958+
"types": {},
959+
"local_storage": {},
960+
"management": {}
961+
},
962+
"analytics": {},
963+
"authenticated": {},
964+
"data_retention": {},
965+
"your_rights": {},
966+
"contact": {},
967+
"changes": {}
951968
}
952969
}

i18n/locales/it-IT.json

Lines changed: 38 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"updating": "(aggiornando...)",
2929
"no_results": "Nessun pacchetto trovato per \"{query}\"",
3030
"title": "cerca",
31+
"title_search": "cerca: {search}",
32+
"title_packages": "cerca pacchetti",
33+
"meta_description": "Risultati di ricerca per '{search}'",
34+
"meta_description_packages": "Cerca pacchetti npm",
3135
"not_taken": "{name} è disponibile",
3236
"claim_prompt": "Ottieni il nome di questo pacchetto su npm",
3337
"claim_button": "Ottieni \"{name}\"",
3438
"want_to_claim": "Vuoi ottenere il nome di questo pacchetto?",
3539
"start_typing": "Inizia a scrivere per cercare i pacchetti",
3640
"exact_match": "esatto",
37-
"title_search": "cerca: {search}",
38-
"title_packages": "cerca pacchetti",
39-
"meta_description": "Risultati di ricerca per '{search}'",
40-
"meta_description_packages": "Cerca pacchetti npm",
4141
"suggestion": {
4242
"user": "utente",
4343
"org": "organizzazione",
@@ -48,7 +48,6 @@
4848
"nav": {
4949
"main_navigation": "Principale",
5050
"popular_packages": "Pacchetti popolari",
51-
"blog": "blog",
5251
"search": "cerca",
5352
"settings": "impostazioni",
5453
"compare": "confronta",
@@ -61,7 +60,8 @@
6160
},
6261
"blog": {
6362
"title": "Blog",
64-
"description": "Approfondimenti e aggiornamenti dalla comunità npmx"
63+
"description": "Approfondimenti e aggiornamenti dalla comunità npmx",
64+
"author": {}
6565
},
6666
"settings": {
6767
"title": "impostazioni",
@@ -190,6 +190,11 @@
190190
"fund": "finanzia",
191191
"compare": "confronta"
192192
},
193+
"likes": {},
194+
"docs": {
195+
"not_available": "Documenti non disponibili",
196+
"not_available_detail": "Non abbiamo potuto generare i documenti per questa versione."
197+
},
193198
"get_started": {
194199
"title": "Inizia",
195200
"pm_label": "Gestore di pacchetti",
@@ -229,10 +234,6 @@
229234
"view_more_details": "Visualizza più dettagli",
230235
"error_loading": "Impossibile caricare i dettagli della provenienza"
231236
},
232-
"docs": {
233-
"not_available": "Documenti non disponibili",
234-
"not_available_detail": "Non abbiamo potuto generare i documenti per questa versione."
235-
},
236237
"keywords_title": "Keywords",
237238
"compatibility": "Compatibilità",
238239
"card": {
@@ -629,6 +630,18 @@
629630
},
630631
"file_path": "Percorso del file"
631632
},
633+
"badges": {
634+
"provenance": {
635+
"verified": "verificato",
636+
"verified_title": "Provenienza verificata",
637+
"verified_via": "Verificato: pubblicato tramite {provider}",
638+
"view_more_details": "Visualizza più dettagli"
639+
},
640+
"jsr": {
641+
"title": "disponibile anche su JSR",
642+
"label": "jsr"
643+
}
644+
},
632645
"filters": {
633646
"title": "Filtri",
634647
"search": "Cerca",
@@ -742,18 +755,6 @@
742755
"no_packages": "Nessun pacchetto trovato"
743756
}
744757
},
745-
"badges": {
746-
"provenance": {
747-
"verified": "verificato",
748-
"verified_title": "Provenienza verificata",
749-
"verified_via": "Verificato: pubblicato tramite {provider}",
750-
"view_more_details": "Visualizza più dettagli"
751-
},
752-
"jsr": {
753-
"title": "disponibile anche su JSR",
754-
"label": "jsr"
755-
}
756-
},
757758
"about": {
758759
"title": "Info",
759760
"heading": "info",
@@ -883,6 +884,7 @@
883884
"loading_versions": "Caricamento versioni...",
884885
"select_version": "Seleziona versione"
885886
},
887+
"no_dependency": {},
886888
"facets": {
887889
"group_label": "Sfaccettature di confronto",
888890
"all": "tutto",
@@ -960,5 +962,19 @@
960962
"vulnerabilities_summary": "{count} ({critical}C/{high}H)"
961963
}
962964
}
965+
},
966+
"privacy_policy": {
967+
"cookies": {
968+
"what_are": {},
969+
"types": {},
970+
"local_storage": {},
971+
"management": {}
972+
},
973+
"analytics": {},
974+
"authenticated": {},
975+
"data_retention": {},
976+
"your_rights": {},
977+
"contact": {},
978+
"changes": {}
963979
}
964980
}

lunaria/files/en-GB.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"trademark_disclaimer": "npm is a registered trademark of npm, Inc. This site is not affiliated with npm, Inc.",
1414
"footer": {
1515
"about": "about",
16+
"blog": "blog",
1617
"docs": "docs",
1718
"source": "source",
1819
"social": "social",
@@ -58,6 +59,13 @@
5859
"links": "Links",
5960
"tap_to_search": "Tap to search"
6061
},
62+
"blog": {
63+
"title": "Blog",
64+
"description": "Insights and updates from the npmx community",
65+
"author": {
66+
"view_profile": "View {name}'s profile on Bluesky"
67+
}
68+
},
6169
"settings": {
6270
"title": "settings",
6371
"tagline": "customise your npmx experience",

lunaria/files/en-US.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
},
6262
"blog": {
6363
"title": "Blog",
64-
"description": "Insights and updates from the npmx community"
64+
"description": "Insights and updates from the npmx community",
65+
"author": {
66+
"view_profile": "View {name}'s profile on Bluesky"
67+
}
6568
},
6669
"settings": {
6770
"title": "settings",

lunaria/files/fr-FR.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"nav": {
4545
"main_navigation": "Barre de navigation",
4646
"popular_packages": "Paquets populaires",
47-
"blog": "blog",
4847
"search": "recherche",
4948
"settings": "paramètres",
5049
"compare": "comparer",
@@ -57,7 +56,8 @@
5756
},
5857
"blog": {
5958
"title": "Blog",
60-
"description": "Perspectives et actualités de la communauté npmx"
59+
"description": "Perspectives et actualités de la communauté npmx",
60+
"author": {}
6161
},
6262
"settings": {
6363
"title": "paramètres",
@@ -188,6 +188,7 @@
188188
"fund": "donner",
189189
"compare": "comparer"
190190
},
191+
"likes": {},
191192
"docs": {
192193
"not_available": "Documentation non disponible",
193194
"not_available_detail": "Nous n'avons pas pu générer la documentation pour cette version."
@@ -211,8 +212,10 @@
211212
"title": "Readme",
212213
"no_readme": "Aucun README disponible.",
213214
"view_on_github": "Voir sur GitHub",
214-
"toc_title": "Sommaire"
215+
"toc_title": "Sommaire",
216+
"callout": {}
215217
},
218+
"provenance_section": {},
216219
"keywords_title": "Mots-clés",
217220
"compatibility": "Compatibilité",
218221
"card": {
@@ -948,5 +951,19 @@
948951
"up_to_you": "À vous de décider !"
949952
}
950953
}
954+
},
955+
"privacy_policy": {
956+
"cookies": {
957+
"what_are": {},
958+
"types": {},
959+
"local_storage": {},
960+
"management": {}
961+
},
962+
"analytics": {},
963+
"authenticated": {},
964+
"data_retention": {},
965+
"your_rights": {},
966+
"contact": {},
967+
"changes": {}
951968
}
952969
}

0 commit comments

Comments
 (0)