mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 08:43:48 +03:00
Merge pull request #518 from Giasko0/main
Fixed incorrect translation of variable in italian translation
This commit is contained in:
commit
67c39af6db
@ -72,7 +72,7 @@
|
|||||||
"minutes": "minuti",
|
"minutes": "minuti",
|
||||||
"amount_hours": "{{amount}} ore",
|
"amount_hours": "{{amount}} ore",
|
||||||
"amount_minutes": "{{amount}} minuti",
|
"amount_minutes": "{{amount}} minuti",
|
||||||
"accuracy": "{{accuratezza}}% di accuratezza",
|
"accuracy": "{{accuracy}}% di accuratezza",
|
||||||
"add_to_library": "Aggiungi alla libreria",
|
"add_to_library": "Aggiungi alla libreria",
|
||||||
"remove_from_library": "Rimuovi dalla libreria",
|
"remove_from_library": "Rimuovi dalla libreria",
|
||||||
"no_downloads": "Nessun download disponibile",
|
"no_downloads": "Nessun download disponibile",
|
||||||
@ -86,7 +86,6 @@
|
|||||||
"playing_now": "Stai giocando adesso",
|
"playing_now": "Stai giocando adesso",
|
||||||
"change": "Aggiorna",
|
"change": "Aggiorna",
|
||||||
"repacks_modal_description": "Scegli il repack che vuoi scaricare",
|
"repacks_modal_description": "Scegli il repack che vuoi scaricare",
|
||||||
"downloads_path": "Percorso dei download",
|
|
||||||
"select_folder_hint": "Per cambiare la cartella predefinita, accedi alle",
|
"select_folder_hint": "Per cambiare la cartella predefinita, accedi alle",
|
||||||
"download_now": "Scarica ora",
|
"download_now": "Scarica ora",
|
||||||
"installation_instructions": "Istruzioni di installazione",
|
"installation_instructions": "Istruzioni di installazione",
|
||||||
@ -96,7 +95,14 @@
|
|||||||
"dont_show_it_again": "Non mostrarlo più",
|
"dont_show_it_again": "Non mostrarlo più",
|
||||||
"copy_to_clipboard": "Copia",
|
"copy_to_clipboard": "Copia",
|
||||||
"copied_to_clipboard": "Copiato",
|
"copied_to_clipboard": "Copiato",
|
||||||
"got_it": "Capito"
|
"got_it": "Capito",
|
||||||
|
"no_shop_details": "Impossibile recuperare i dettagli del negozio.",
|
||||||
|
"download_options": "Opzioni di download",
|
||||||
|
"download_path": "Percorso di download",
|
||||||
|
"previous_screenshot": "Screenshot precedente",
|
||||||
|
"next_screenshot": "Screenshot successivo",
|
||||||
|
"screenshot": "Screenshot {{number}}",
|
||||||
|
"open_screenshot": "Apri screenshot {{number}}"
|
||||||
},
|
},
|
||||||
"activation": {
|
"activation": {
|
||||||
"title": "Attiva Hydra",
|
"title": "Attiva Hydra",
|
||||||
@ -127,7 +133,9 @@
|
|||||||
"remove_from_list": "Rimuovi",
|
"remove_from_list": "Rimuovi",
|
||||||
"delete_modal_title": "Sei sicuro?",
|
"delete_modal_title": "Sei sicuro?",
|
||||||
"delete_modal_description": "Questo rimuoverà tutti i file di installazione dal tuo computer",
|
"delete_modal_description": "Questo rimuoverà tutti i file di installazione dal tuo computer",
|
||||||
"install": "Installa"
|
"install": "Installa",
|
||||||
|
"real_debrid": "Real Debrid",
|
||||||
|
"torrent": "Torrent"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"downloads_path": "Percorso dei download",
|
"downloads_path": "Percorso dei download",
|
||||||
@ -136,7 +144,16 @@
|
|||||||
"enable_download_notifications": "Quando un download è completo",
|
"enable_download_notifications": "Quando un download è completo",
|
||||||
"enable_repack_list_notifications": "Quando viene aggiunto un nuovo repack",
|
"enable_repack_list_notifications": "Quando viene aggiunto un nuovo repack",
|
||||||
"telemetry": "Telemetria",
|
"telemetry": "Telemetria",
|
||||||
"telemetry_description": "Abilita statistiche di utilizzo anonime"
|
"telemetry_description": "Abilita statistiche di utilizzo anonime",
|
||||||
|
"real_debrid_api_token_label": "Token API Real Debrid",
|
||||||
|
"quit_app_instead_hiding": "Esci da Hydra invece di nascondere nell'area di notifica",
|
||||||
|
"launch_with_system": "Apri Hydra all'avvio",
|
||||||
|
"general": "Generale",
|
||||||
|
"behavior": "Comportamento",
|
||||||
|
"enable_real_debrid": "Abilita Real Debrid",
|
||||||
|
"real_debrid": "Real Debrid",
|
||||||
|
"real_debrid_api_token_hint": "Puoi trovare la tua chiave API <0>here</0>.",
|
||||||
|
"save_changes": "Salva modifiche"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"download_complete": "Download completato",
|
"download_complete": "Download completato",
|
||||||
@ -159,5 +176,11 @@
|
|||||||
},
|
},
|
||||||
"modal": {
|
"modal": {
|
||||||
"close": "Pulsante Chiudi"
|
"close": "Pulsante Chiudi"
|
||||||
|
},
|
||||||
|
"splash": {
|
||||||
|
"downloading_version": "Scaricando la versione {{version}}",
|
||||||
|
"searching_updates": "Ricerca di aggiornamenti",
|
||||||
|
"update_found": "Trovato aggiornamento {{version}}",
|
||||||
|
"restarting_and_applying": "Riavvio e applico l'aggiornamento"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user