|
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", |
|
44 | 51 | "settings": { |
45 | 52 | "relative_dates": "Date relative", |
46 | 53 | "include_types": "Includi {'@'}types durante l'installazione", |
| 54 | + "theme": "Tema", |
| 55 | + "theme_light": "Chiaro", |
| 56 | + "theme_dark": "Scuro", |
| 57 | + "theme_system": "Sistema", |
47 | 58 | "language": "Lingua", |
48 | 59 | "help_translate": "Aiuta a tradurre npmx", |
49 | 60 | "accent_colors": "Colori di accento" |
|
99 | 110 | "issues": "issues", |
100 | 111 | "forks": "fork | forks", |
101 | 112 | "jsr": "jsr", |
102 | | - "code": "codice" |
| 113 | + "code": "codice", |
| 114 | + "docs": "documenti", |
| 115 | + "fund": "finanzia" |
103 | 116 | }, |
104 | 117 | "get_started": { |
105 | 118 | "title": "Inizia", |
106 | 119 | "pm_label": "Gestore di pacchetti", |
107 | 120 | "copy_command": "Copia comando di installazione", |
108 | 121 | "view_types": "Vedi {package}" |
109 | 122 | }, |
| 123 | + "create": { |
| 124 | + "title": "Crea nuovo progetto", |
| 125 | + "copy_command": "Copia crea comando" |
| 126 | + }, |
| 127 | + "run": { |
| 128 | + "title": "Esegui", |
| 129 | + "locally": "Esegui localmente" |
| 130 | + }, |
110 | 131 | "readme": { |
111 | 132 | "title": "Readme", |
112 | 133 | "no_readme": "Nessuno README disponibile.", |
|
118 | 139 | "publisher": "Autore", |
119 | 140 | "updated": "Aggiornato", |
120 | 141 | "weekly_downloads": "Download settimanali", |
121 | | - "keywords": "Keywords" |
| 142 | + "keywords": "Keywords", |
| 143 | + "license": "Licenza" |
122 | 144 | }, |
123 | 145 | "versions": { |
124 | 146 | "title": "Versioni", |
|
0 commit comments