From c42102ce482f56d9e8e586ebf8c4b05ab845bf45 Mon Sep 17 00:00:00 2001
From: StarFang208 <34258070+StarFang208@users.noreply.github.com>
Date: Sun, 17 Apr 2022 20:21:11 +0200
Subject: [PATCH 1/2] Update index.html
Added the italian language.
---
index.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/index.html b/index.html
index 2b53107..6f05f82 100644
--- a/index.html
+++ b/index.html
@@ -214,6 +214,7 @@
+
From bc5abc21491c44689d39d4af38dbdb0db469b36a Mon Sep 17 00:00:00 2001
From: StarFang208 <34258070+StarFang208@users.noreply.github.com>
Date: Sun, 17 Apr 2022 20:22:07 +0200
Subject: [PATCH 2/2] Update locale.js
Added the italian language.
---
js/locale.js | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/js/locale.js b/js/locale.js
index 4554f68..cfcf721 100644
--- a/js/locale.js
+++ b/js/locale.js
@@ -359,5 +359,35 @@ const LOCALIZATION={
'error_unzipping': '解压出错',
'error_invalid_patch': '无效补丁',
'warning_too_big': '不推荐使用大文件。'
+ },
+ 'it':{
+ 'creator_mode': 'Modalità creatore',
+ 'settings': 'Impostazioni',
+ 'alternate_output_name': 'Usa il nome della patch per uscita',
+ 'light_theme': 'Tema chiaro',
+
+ 'apply_patch': 'Applica patch',
+ 'rom_file': 'File ROM:',
+ 'patch_file': 'File patch:',
+ 'remove_header': 'Rimuovi header',
+ 'add_header': 'Aggiungi header temporaneo',
+ 'compatible_formats': 'Formati:',
+ 'applying_patch': 'Applica patch...',
+ 'downloading': 'Scaricamento...',
+ 'unzipping': 'Estrazione...',
+
+ 'create_patch': 'Crea patch',
+ 'original_rom': 'ROM originale:',
+ 'modified_rom': 'ROM modificata:',
+ 'patch_type': 'Tipologia patch:',
+ 'creating_patch': 'Creazione patch...',
+
+ 'error_crc_input': 'Checksum della ROM sorgente non valido',
+ 'error_crc_output': 'Checksum della ROM destinataria non valido',
+ 'error_crc_patch': 'Checksum della patch non valido',
+ 'error_downloading': 'Errore di scaricamento %s',
+ 'error_unzipping': 'Errore estrazione file',
+ 'error_invalid_patch': 'File della patch non valido',
+ 'warning_too_big': 'Non è raccomandato usare file di grandi dimensioni.'
}
};