[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(i18n): update italian translation (#283)

authored by

Matteo Gabriele and committed by
GitHub
0c94aff3 7e9f2688

+34 -1
+34 -1
i18n/locales/it-IT.json
··· 126 126 "view_on_github": "Vedi su GitHub" 127 127 }, 128 128 "keywords_title": "Keywords", 129 - "compatibility": "Compatibility", 129 + "compatibility": "Compatibilità", 130 130 "card": { 131 131 "publisher": "Autore", 132 132 "updated": "Aggiornato", ··· 200 200 "playgrounds": { 201 201 "title": "Provalo", 202 202 "choose": "sciegli il playground" 203 + }, 204 + "metrics": { 205 + "esm": "ES Modules supportati", 206 + "cjs": "CommonJS supportato", 207 + "no_esm": "Nessun supporto per ES Modules", 208 + "types_included": "Types inclusi", 209 + "types_available": "Types disponibili tramite {package}", 210 + "no_types": "No TypeScript types" 203 211 }, 204 212 "license": { 205 213 "view_spdx": "Vedi il testo della licenza su SPDX" ··· 526 534 "cool": "davvero", 527 535 "package": "fantastici", 528 536 "managers": "gestori di pacchetti" 537 + } 538 + }, 539 + "contributors": { 540 + "title": "Collaboratori", 541 + "description": "npmx è interamente open source, creato da una straordinaria comunità di collaboratori.", 542 + "loading": "Caricando collaboratori...", 543 + "error": "Caricamento dei collaboratori non riuscito", 544 + "view_profile": "Vedi {name} profilo su GitHub" 545 + }, 546 + "get_involved": { 547 + "title": "Partecipa", 548 + "contribute": { 549 + "title": "Contribuisci", 550 + "description": "Aiutaci a creare una miglior esperienza NPM.", 551 + "cta": "Vedi su GitHub" 552 + }, 553 + "community": { 554 + "title": "Unisciti alla comunità", 555 + "description": "Chatta, fai domande, e condividi idee.", 556 + "cta": "Unisciti a Discord" 557 + }, 558 + "follow": { 559 + "title": "Tieniti aggiornato", 560 + "description": "Scopri le ultime novità su npmx.", 561 + "cta": "Segui su Bluesky" 529 562 } 530 563 } 531 564 },