|
8 | 8 | "title": "Servizi di pinning", |
9 | 9 | "description": "Use local pinning when you want to ensure an item on your node is never garbage-collected, even if you remove it from Files. You can also link your accounts with other remote pinning services to automatically or selectively persist files with those providers, enabling you to keep backup copies of your files and/or make them available to others when your local node is offline.", |
10 | 10 | "noPinRemoteDescription": "Support for third-party remote pinning services is missing. Update your IPFS node to go-ipfs 0.8.0 or later, and you'll be able to add and configure them here.", |
11 | | - "addAutoUpload": "Enable auto upload", |
12 | | - "removeAutoUpload": "Disable Auto Upload" |
| 11 | + "addAutoUpload": "Abilita auto upload", |
| 12 | + "removeAutoUpload": "Disabilita auto upload" |
13 | 13 | }, |
14 | 14 | "language": "Lingua", |
15 | 15 | "analytics": "Analitica", |
|
42 | 42 | "autoUpload": "Auto upload" |
43 | 43 | }, |
44 | 44 | "autoUploadModal": { |
45 | | - "title": "Change upload policy for {name}", |
| 45 | + "title": "Cambia politica di upload per {name}", |
46 | 46 | "description": "When enabled, auto upload will periodically pin the root of your Files directory, ensuring everything is pinned remotely and available to other peers even when your local IPFS node goes offline. If you disable it, you can still pin each file manually using the \"Set pinning\" option on the Files screen." |
47 | 47 | }, |
48 | 48 | "errors": { |
49 | 49 | "nickname": "Il soprannome è obbligatorio", |
50 | | - "apiError": "API error", |
| 50 | + "apiError": "Errore API", |
51 | 51 | "apiEndpoint": "Deve essere un URL valido", |
52 | 52 | "secretApiKey": "La chiave segreta è obbligatoria", |
53 | 53 | "failedToFetch": "Failed to fetch", |
|
0 commit comments