feat(bulk-report-replies): add localization to BulkReportControls

Bug: twpowertools:192
Fixed: twpowertools:238
Change-Id: I6a6a636ce71a0daed785ad6768845a64f441473a
diff --git a/src/lit-locales/source/vi.xlf b/src/lit-locales/source/vi.xlf
index 4a03c5a..205ceea 100644
--- a/src/lit-locales/source/vi.xlf
+++ b/src/lit-locales/source/vi.xlf
@@ -45,6 +45,30 @@
   <source>(⌥ + R)</source>
   <note from="lit-localize">Text shown to Mac users below the "bulk report replies" toggle, to let them know that they can use this keyboard shortcut to toggle it.</note>
 </trans-unit>
+<trans-unit id="bulkReportControls.offTopicChip.sendingLabel">
+  <source>Marking as off-topic…</source>
+  <note from="lit-localize">Chip label shown when sending the report.</note>
+</trans-unit>
+<trans-unit id="bulkReportControls.abuseChip.sendingLabel">
+  <source>Marking as abuse…</source>
+  <note from="lit-localize">Chip label shown when sending the report.</note>
+</trans-unit>
+<trans-unit id="bulkReportControls.offTopicChip.successLabel">
+  <source>Marked as off-topic</source>
+  <note from="lit-localize">Chip label shown when the report succeeded.</note>
+</trans-unit>
+<trans-unit id="bulkReportControls.abuseChip.successLabel">
+  <source>Marked as abuse</source>
+  <note from="lit-localize">Chip label shown when the report succeeded.</note>
+</trans-unit>
+<trans-unit id="bulkReportControls.offTopicChip.defaultLabel">
+  <source>Mark as off-topic</source>
+  <note from="lit-localize">Chip shown to report a reply in a thread.</note>
+</trans-unit>
+<trans-unit id="bulkReportControls.abuseChip.defaultLabel">
+  <source>Mark as abuse</source>
+  <note from="lit-localize">Chip shown to report a reply in a thread.</note>
+</trans-unit>
 </body>
 </file>
 </xliff>