Improve message states wording

The previous message states strings were based in the codenames for each
state, since we don't have their descriptions available and we had to
guess what they meant. This resulted in very confusing strings.

This CL fixes this issue by improving them and adding a description of
what we think each state describes in the string description, so
translators know what each state means. A possible improvement in the
future would be to show a tooltip with this description when hovering
the state chip.

Bug: twpowertools:113
Change-Id: I7538cc549abac1e001d935a9c344d943da780030
diff --git a/src/contentScripts/communityConsole/extraInfo.js b/src/contentScripts/communityConsole/extraInfo.js
index 873a62f..35572da 100644
--- a/src/contentScripts/communityConsole/extraInfo.js
+++ b/src/contentScripts/communityConsole/extraInfo.js
@@ -161,21 +161,21 @@
 const kItemMetadataStateI18n = {
   1: 'published',
   2: 'draft',
-  3: 'automated_abuse_take_down_hide',
-  4: 'automated_abuse_take_down_delete',
-  13: 'automated_abuse_reinstate',
-  10: 'automated_off_topic_hide',
-  14: 'automated_flagged_pending_manual_review',
+  3: 'automated_abuse_take_down_hide2',
+  4: 'automated_abuse_take_down_delete2',
+  13: 'automated_abuse_reinstate2',
+  10: 'automated_off_topic_hide2',
+  14: 'automated_flagged_pending_manual_review2',
   5: 'user_flagged_pending_manual_review',
   6: 'owner_deleted',
-  7: 'manual_take_down_hide',
-  17: 'manual_profile_take_down_suspend',
-  8: 'manual_take_down_delete',
-  18: 'reinstate_profile_takedown',
-  9: 'reinstate_abuse_takedown',
-  11: 'clear_off_topic',
-  12: 'confirm_off_topic',
-  15: 'googler_off_topic_hide',
+  7: 'manual_take_down_hide2',
+  17: 'manual_profile_take_down_suspend2',
+  8: 'manual_take_down_delete2',
+  18: 'reinstate_profile_takedown2',
+  9: 'reinstate_abuse_takedown2',
+  11: 'clear_off_topic2',
+  12: 'confirm_off_topic2',
+  15: 'googler_off_topic_hide2',
   16: 'expert_flagged_pending_manual_review',
 };
 const kItemMetadataState = {