Files
homarr/public/locales/it/settings/general/config-changer.json
Thomas Camlong 65d3ed7895 New Crowdin updates (#571)
* New translations date.json (French)

* New translations calendar.json (French)

* New translations docker.json (French)

* New translations about.json (French)

* New translations calendar.json (Spanish)

* New translations common.json (Spanish)

* New translations dashdot.json (Spanish)

* New translations date.json (Spanish)

* New translations docker.json (Danish)

* New translations ping.json (Danish)

* New translations docker.json (German)

* New translations ping.json (German)

* New translations docker.json (Hebrew)

* New translations ping.json (Hebrew)

* New translations docker.json (Italian)

* New translations ping.json (Italian)

* New translations docker.json (Dutch)

* New translations ping.json (Dutch)

* New translations docker.json (Swedish)

* New translations ping.json (Swedish)

* New translations docker.json (LOLCAT)

* New translations ping.json (LOLCAT)

* New translations config-changer.json (French)

* New translations docker.json (Italian)

* New translations ping.json (Italian)

* New translations config-changer.json (Italian)

* New translations docker.json (Dutch)

* New translations ping.json (Dutch)

* New translations config-changer.json (Dutch)

* New translations calendar.json (Ukrainian)

* New translations common.json (Ukrainian)

* New translations dashdot.json (Ukrainian)

* New translations date.json (Ukrainian)

* New translations dlspeed.json (Ukrainian)

* New translations docker.json (Ukrainian)

* New translations overseerr.json (Ukrainian)

* New translations ping.json (Ukrainian)

* New translations search.json (Ukrainian)

* New translations weather.json (Ukrainian)

* New translations common.json (Ukrainian)

* New translations page-appearance.json (Ukrainian)

* New translations config-changer.json (Ukrainian)

* New translations search-engine.json (Ukrainian)

* New translations widget-positions.json (Ukrainian)

* New translations usenet.json (Ukrainian)

* New translations login.json (Ukrainian)

* New translations selector.json (Ukrainian)

* New translations toggle-edit-mode.json (Ukrainian)

* New translations add-app.json (Ukrainian)

* New translations about.json (Ukrainian)

* New translations torrents-status.json (Ukrainian)

* New translations add-app.json (Spanish)

* New translations date.json (Spanish)

* New translations dlspeed.json (Spanish)

* New translations docker.json (Spanish)

* New translations overseerr.json (Spanish)

* New translations ping.json (Spanish)

* New translations search.json (Spanish)

* New translations weather.json (Spanish)

* New translations page-appearance.json (Spanish)

* New translations config-changer.json (Spanish)

* New translations usenet.json (Spanish)

* New translations add-app.json (Spanish)

* New translations about.json (Spanish)

* New translations torrents-status.json (Spanish)

* New translations docker.json (Hebrew)

* New translations ping.json (Hebrew)

* New translations calendar.json (French)

* New translations dashdot.json (French)

* New translations dlspeed.json (French)

* New translations docker.json (French)

* New translations overseerr.json (French)

* New translations ping.json (French)

* New translations config-changer.json (French)

* New translations add-app.json (French)

* New translations common.json (Spanish)

* New translations config-changer.json (Spanish)

* New translations search-engine.json (Spanish)

* New translations widget-positions.json (Spanish)
2023-01-19 01:47:00 +09:00

87 lines
3.0 KiB
JSON

{
"configSelect": {
"label": "Config changer",
"description": "{{configCount}} configurazioni disponibili",
"loadingNew": "Caricamento della configurazione...",
"pleaseWait": "Attendere fino al caricamento della nuova configurazione!"
},
"modal": {
"copy": {
"title": "Scegli il nome della nuova configurazione",
"form": {
"configName": {
"label": "Nome configurazione",
"validation": {
"required": "Il nome della configurazione è obbligatorio",
"notUnique": "Nome configurazione già in uso"
},
"placeholder": "Nuovo nome configurazione"
},
"submitButton": "Conferma"
},
"events": {
"configSaved": {
"title": "Configurazione salvata",
"message": "Configurazione salvata come {{configName}}"
},
"configCopied": {
"title": "Configurazione copiata",
"message": "Configurazione copiata come {{configName}}"
},
"configNotCopied": {
"title": "Impossibile copiare la configurazione",
"message": "La tua configurazione non è stata copiata come {{configName}}"
}
}
},
"confirmDeletion": {
"title": "Conferma l'eliminazione della configurazione",
"warningText": "Stai per cancellare '<b>{{configName}}</b>'",
"text": "Si noti che l'eliminazione non è reversibile e i dati andranno persi in modo permanente. Dopo aver fatto clic su questo pulsante, il file verrà eliminato definitivamente dal disco. Assicurarsi di creare un backup adeguato della propria configurazione.",
"buttons": {
"confirm": "Sì, elimina '<b>{{configName}}</b>'"
}
}
},
"buttons": {
"download": "Download configurazione",
"delete": {
"text": "Elimina configurazione",
"notifications": {
"deleted": {
"title": "Configurazione eliminata",
"message": "Configurazione eliminata"
},
"deleteFailed": {
"title": "Eliminazione configurazione fallita",
"message": "Eliminazione configurazione fallita"
},
"deleteFailedDefaultConfig": {
"title": "Il config predefinito non può essere eliminato",
"message": "La configurazione non è stata eliminata dal file system"
}
}
},
"saveCopy": "Salva una copia"
},
"dropzone": {
"notifications": {
"invalidConfig": {
"title": "Impossibile caricare la configurazione",
"message": "Impossibile caricare la configurazione. Formato JSON non valido."
},
"loadedSuccessfully": {
"title": "La configurazione {{configName}} è stata caricata con successo"
}
},
"accept": {
"title": "Caricamento configurazione",
"text": "Trascinare i file qui per caricare una configurazione. Supporto solo per i file JSON."
},
"reject": {
"title": "Caricamento Drag and Drop rifiutato",
"text": "Formato file non supportato. Caricare solo file JSON."
}
}
}