diff --git a/index.html b/index.html
index 28f8bf5822..673797d60d 100644
--- a/index.html
+++ b/index.html
@@ -310,7 +310,7 @@
-
+
Essence data is in...partially. Things WILL change with tuning and ongoing implementations in SimulationCraft. So be patient or help improve the simulator.
×
@@ -376,7 +376,7 @@
Tier 2
-
+
Advanced Options
@@ -640,7 +640,7 @@
Theorycrafter resource :
- Blood Guides
+ Blood Guides
Icy Veins /
Wowhead
diff --git a/js/bloodmallet_standard.js b/js/bloodmallet_standard.js
index 6023ed6e03..a7407bf206 100644
--- a/js/bloodmallet_standard.js
+++ b/js/bloodmallet_standard.js
@@ -84,7 +84,9 @@ const translation_IDs = [
"translate_dark_mode",
"translate_faq",
"translate_report_an_error",
- "translate_language"
+ "translate_language",
+ "translate_alert_message",
+ "used_talents"
];
/**
@@ -134,6 +136,7 @@ const translation_classes = [
"translate_fury",
"translate_trinkets",
"translate_azerite_traits",
+ "translate_essences",
"translate_races",
"translate_secondary_distributions",
"translate_patchwerk",
@@ -145,7 +148,10 @@ const translation_classes = [
"translate_chest",
"translate_link_to_chart",
"translate_link_was_copied_to_clipboard",
- "translate_dps_only_warning"
+ "translate_dps_only_warning",
+ "translate_advanced_options",
+ "translate_tc_warning",
+ "translate_theorycrafter_resource"
];
const data_view_IDs = [
diff --git a/translations/it.json b/translations/it.json
index 54d9e76bce..ecfa497a5a 100644
--- a/translations/it.json
+++ b/translations/it.json
@@ -41,6 +41,7 @@
"translate_subtlety": "Scaltrezza",
"translate_elemental": "Elementale",
"translate_enhancement": "Potenziamento",
+ "translate_restoration": "Rigenerazione",
"translate_affliction": "Afflizione",
"translate_demonology": "Demonologia",
"translate_destruction": "Distruzione",
@@ -57,5 +58,14 @@
"translate_trait_stacking": "Trait stacking",
"translate_head": "Testa",
"translate_shoulders": "Spalle",
- "translate_chest": "Petto"
+ "translate_chest": "Petto",
+ "translate_dps_only_warning": "Attenzione: Tutti i grafici e le simulazioni riguardano le specializzazioni di danno!",
+ "translate_alert_message": "I dati riguardanti le essenze sono disponibili. I risultati cambieranno con i bilanciamenti delle classi e le future implementazioni di SimulationCraft. Siate pazienti oppure aiutate a migliorare il simulatore.",
+ "translate_essences": "Essenze",
+ "translate_advanced_options": "Opzioni Avanzate",
+ "translate_tc_warning": "Per informazioni più approfondite fate riferimento alle informazioni fornite dal theroycrafter della vostra specializzazione.",
+ "translate_theorycrafter_resource": "Risorse di theorycrafting",
+ "translate_link_was_copied_to_clipboard": "Il link è stato copiato negli appunti",
+ "translate_link_to_chart": "Link al grafico",
+ "used_talents": "Talenti"
}