|
28 | 28 | "claim_prompt": "Ottieni il nome di questo pacchetto su npm", |
29 | 29 | "claim_button": "Ottieni \"{name}\"", |
30 | 30 | "want_to_claim": "Vuoi ottenere il nome di questo pacchetto?", |
31 | | - "start_typing": "Inizia a scrivere per cercare i pacchetti" |
| 31 | + "start_typing": "Inizia a scrivere per cercare i pacchetti", |
| 32 | + "exact_match": "esatto", |
| 33 | + "suggestion": { |
| 34 | + "user": "utente", |
| 35 | + "org": "organizzazione", |
| 36 | + "view_user_packages": "Vedi pacchetti di questo utente", |
| 37 | + "view_org_packages": "Vedi pacchetti di questa organizzazione" |
| 38 | + } |
32 | 39 | }, |
33 | 40 | "nav": { |
34 | 41 | "popular_packages": "Pacchetti popolari", |
|
39 | 46 | "settings": { |
40 | 47 | "relative_dates": "Date relative", |
41 | 48 | "include_types": "Includi {'@'}types durante l'installazione", |
| 49 | + "theme": "Tema", |
| 50 | + "theme_light": "Chiaro", |
| 51 | + "theme_dark": "Scuro", |
| 52 | + "theme_system": "Sistema", |
42 | 53 | "language": "Lingua", |
43 | 54 | "help_translate": "Aiuta a tradurre npmx", |
44 | 55 | "accent_colors": "Colori di accento" |
|
94 | 105 | "issues": "issues", |
95 | 106 | "forks": "fork | forks", |
96 | 107 | "jsr": "jsr", |
97 | | - "code": "codice" |
| 108 | + "code": "codice", |
| 109 | + "docs": "documenti", |
| 110 | + "fund": "finanzia" |
98 | 111 | }, |
99 | 112 | "get_started": { |
100 | 113 | "title": "Inizia", |
101 | 114 | "pm_label": "Gestore di pacchetti", |
102 | 115 | "copy_command": "Copia comando di installazione", |
103 | 116 | "view_types": "Vedi {package}" |
104 | 117 | }, |
| 118 | + "create": { |
| 119 | + "title": "Crea nuovo progetto", |
| 120 | + "copy_command": "Copia crea comando" |
| 121 | + }, |
| 122 | + "run": { |
| 123 | + "title": "Esegui", |
| 124 | + "locally": "Esegui localmente" |
| 125 | + }, |
105 | 126 | "readme": { |
106 | 127 | "title": "Readme", |
107 | 128 | "no_readme": "Nessuno README disponibile.", |
|
113 | 134 | "publisher": "Autore", |
114 | 135 | "updated": "Aggiornato", |
115 | 136 | "weekly_downloads": "Download settimanali", |
116 | | - "keywords": "Keywords" |
| 137 | + "keywords": "Keywords", |
| 138 | + "license": "Licenza" |
117 | 139 | }, |
118 | 140 | "versions": { |
119 | 141 | "title": "Versioni", |
|
0 commit comments