diff --git a/src/i18n/af.json b/src/i18n/af.json
index 08046694a..fec2e40d4 100644
--- a/src/i18n/af.json
+++ b/src/i18n/af.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/ar.json b/src/i18n/ar.json
index a87dd86d8..e107c568f 100644
--- a/src/i18n/ar.json
+++ b/src/i18n/ar.json
@@ -368,7 +368,13 @@
"TITLE": "سمات جهة الاتصال"
},
"CONVERSATION_ACTION": {
- "TITLE": "الإجراءات"
+ "TITLE": "الإجراءات",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "تعيين فريق",
diff --git a/src/i18n/az.json b/src/i18n/az.json
index 15884c14b..cb947d58d 100644
--- a/src/i18n/az.json
+++ b/src/i18n/az.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/ca.json b/src/i18n/ca.json
index 8855deff8..69db7a8a5 100644
--- a/src/i18n/ca.json
+++ b/src/i18n/ca.json
@@ -368,7 +368,13 @@
"TITLE": "Atributs de contacte"
},
"CONVERSATION_ACTION": {
- "TITLE": "Accions"
+ "TITLE": "Accions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assigna un equip",
diff --git a/src/i18n/cs.json b/src/i18n/cs.json
index 0ad94290f..e77d5c131 100644
--- a/src/i18n/cs.json
+++ b/src/i18n/cs.json
@@ -368,7 +368,13 @@
"TITLE": "Atributy kontaktu"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Přiřadit tým",
diff --git a/src/i18n/da.json b/src/i18n/da.json
index 7ffd7484f..120be9e3b 100644
--- a/src/i18n/da.json
+++ b/src/i18n/da.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Handlinger"
+ "TITLE": "Handlinger",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Tildel team",
diff --git a/src/i18n/de.json b/src/i18n/de.json
index 74738781b..36180d825 100644
--- a/src/i18n/de.json
+++ b/src/i18n/de.json
@@ -368,7 +368,13 @@
"TITLE": "Kontakt-Attribute"
},
"CONVERSATION_ACTION": {
- "TITLE": "Aktionen"
+ "TITLE": "Aktionen",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Team zuweisen",
diff --git a/src/i18n/el.json b/src/i18n/el.json
index 84b61c37e..0c589dd90 100644
--- a/src/i18n/el.json
+++ b/src/i18n/el.json
@@ -368,7 +368,13 @@
"TITLE": "Ιδιότητες Επαφής"
},
"CONVERSATION_ACTION": {
- "TITLE": "Ενέργειες"
+ "TITLE": "Ενέργειες",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Ανάθεση ομάδας",
diff --git a/src/i18n/en.json b/src/i18n/en.json
index f0b5e0a0e..f6cff05cc 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -369,7 +369,21 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
+ },
+ "CONVERSATION_ATTACHMENT": {
+ "OPTIONS": {
+ "PHOTOS": "Photos",
+ "CAMERA": "Camera",
+ "ATTACH_FILE": "Attach File",
+ "MACROS": "Macros"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/es.json b/src/i18n/es.json
index 05e8f920a..4a0c2d837 100644
--- a/src/i18n/es.json
+++ b/src/i18n/es.json
@@ -368,7 +368,13 @@
"TITLE": "Atributos de contacto"
},
"CONVERSATION_ACTION": {
- "TITLE": "Acciones"
+ "TITLE": "Acciones",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Asignar equipo",
diff --git a/src/i18n/fa.json b/src/i18n/fa.json
index a0a1f773a..5de2460c7 100644
--- a/src/i18n/fa.json
+++ b/src/i18n/fa.json
@@ -368,7 +368,13 @@
"TITLE": "ویژگیهای تماس"
},
"CONVERSATION_ACTION": {
- "TITLE": "عملیات"
+ "TITLE": "عملیات",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "تیم را تعیین کنید",
diff --git a/src/i18n/fi.json b/src/i18n/fi.json
index 35d35ded0..80679f520 100644
--- a/src/i18n/fi.json
+++ b/src/i18n/fi.json
@@ -368,7 +368,13 @@
"TITLE": "Yhteystiedon määritteet"
},
"CONVERSATION_ACTION": {
- "TITLE": "Toiminnot"
+ "TITLE": "Toiminnot",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Määritä tiimi",
diff --git a/src/i18n/fr.json b/src/i18n/fr.json
index e21030368..6ab9eeb37 100644
--- a/src/i18n/fr.json
+++ b/src/i18n/fr.json
@@ -368,7 +368,13 @@
"TITLE": "Attributs du contact"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/he.json b/src/i18n/he.json
index 8726369b7..6c9d026f2 100644
--- a/src/i18n/he.json
+++ b/src/i18n/he.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "פעולות"
+ "TITLE": "פעולות",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "שייך צוות",
diff --git a/src/i18n/hi.json b/src/i18n/hi.json
index b165f2782..121575afa 100644
--- a/src/i18n/hi.json
+++ b/src/i18n/hi.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/hr.json b/src/i18n/hr.json
index 6635480ea..6c65ac8d2 100644
--- a/src/i18n/hr.json
+++ b/src/i18n/hr.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/hu.json b/src/i18n/hu.json
index 85942c4d0..4b503d7b4 100644
--- a/src/i18n/hu.json
+++ b/src/i18n/hu.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Lehetőségek"
+ "TITLE": "Lehetőségek",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/id.json b/src/i18n/id.json
index c5baf13c6..5a9526092 100644
--- a/src/i18n/id.json
+++ b/src/i18n/id.json
@@ -137,7 +137,13 @@
"TITLE": "Atribut Kontak"
},
"CONVERSATION_ACTION": {
- "TITLE": "Tindakan"
+ "TITLE": "Tindakan",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_LABELS": {
"TITLE": "Label Percakapan",
diff --git a/src/i18n/it.json b/src/i18n/it.json
index 9684c0fc5..79b28742e 100644
--- a/src/i18n/it.json
+++ b/src/i18n/it.json
@@ -368,7 +368,13 @@
"TITLE": "Attributi contatti"
},
"CONVERSATION_ACTION": {
- "TITLE": "Azioni"
+ "TITLE": "Azioni",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assegna team",
diff --git a/src/i18n/ja.json b/src/i18n/ja.json
index bdbf44b62..c2b3c1431 100644
--- a/src/i18n/ja.json
+++ b/src/i18n/ja.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "操作"
+ "TITLE": "操作",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "チームを割り当てる",
diff --git a/src/i18n/ko.json b/src/i18n/ko.json
index 045d8f63a..139a97f73 100644
--- a/src/i18n/ko.json
+++ b/src/i18n/ko.json
@@ -368,7 +368,13 @@
"TITLE": "연락처 속성"
},
"CONVERSATION_ACTION": {
- "TITLE": "액션"
+ "TITLE": "액션",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/ml.json b/src/i18n/ml.json
index 75950077f..241992f49 100644
--- a/src/i18n/ml.json
+++ b/src/i18n/ml.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "പ്രവർത്തനങ്ങൾ"
+ "TITLE": "പ്രവർത്തനങ്ങൾ",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/ms.json b/src/i18n/ms.json
index 439abe483..919d92044 100644
--- a/src/i18n/ms.json
+++ b/src/i18n/ms.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/nl.json b/src/i18n/nl.json
index 5674c442d..81bf3f327 100644
--- a/src/i18n/nl.json
+++ b/src/i18n/nl.json
@@ -368,7 +368,13 @@
"TITLE": "Contact-eigenschappen"
},
"CONVERSATION_ACTION": {
- "TITLE": "Acties"
+ "TITLE": "Acties",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/no.json b/src/i18n/no.json
index 5f915e613..c53f6c01d 100644
--- a/src/i18n/no.json
+++ b/src/i18n/no.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Handlinger"
+ "TITLE": "Handlinger",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/pl.json b/src/i18n/pl.json
index 8e953a4a1..bafea2e60 100644
--- a/src/i18n/pl.json
+++ b/src/i18n/pl.json
@@ -368,7 +368,13 @@
"TITLE": "Atrybuty kontaktu"
},
"CONVERSATION_ACTION": {
- "TITLE": "Akcje"
+ "TITLE": "Akcje",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Przypisz zespół",
diff --git a/src/i18n/pt.json b/src/i18n/pt.json
index 1dfe3037a..b3a417748 100644
--- a/src/i18n/pt.json
+++ b/src/i18n/pt.json
@@ -368,7 +368,13 @@
"TITLE": "Atributos do Contato"
},
"CONVERSATION_ACTION": {
- "TITLE": "Ações."
+ "TITLE": "Ações",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Atribuir equipe",
diff --git a/src/i18n/pt_BR.json b/src/i18n/pt_BR.json
index 2df33d592..b447c54ec 100644
--- a/src/i18n/pt_BR.json
+++ b/src/i18n/pt_BR.json
@@ -368,7 +368,21 @@
"TITLE": "Atributos do contato"
},
"CONVERSATION_ACTION": {
- "TITLE": "Ações"
+ "TITLE": "Ações",
+ "OPTIONS": {
+ "OPEN": "Abrir",
+ "PENDING": "Pendente",
+ "SNOOZED": "Adiar",
+ "RESOLVED": "Resolver"
+ }
+ },
+ "CONVERSATION_ATTACHMENT": {
+ "OPTIONS": {
+ "PHOTOS": "Fotos",
+ "CAMERA": "Câmera",
+ "ATTACH_FILE": "Documento",
+ "MACROS": "Macros"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Atribuir time",
diff --git a/src/i18n/ro.json b/src/i18n/ro.json
index 634c2d299..04b9a64a8 100644
--- a/src/i18n/ro.json
+++ b/src/i18n/ro.json
@@ -368,7 +368,13 @@
"TITLE": "Atribute Contacte"
},
"CONVERSATION_ACTION": {
- "TITLE": "Acțiuni"
+ "TITLE": "Acțiuni",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Atribuiți echipă",
diff --git a/src/i18n/ru.json b/src/i18n/ru.json
index 6ad9e55b9..352391e77 100644
--- a/src/i18n/ru.json
+++ b/src/i18n/ru.json
@@ -368,7 +368,13 @@
"TITLE": "Атрибуты контакта"
},
"CONVERSATION_ACTION": {
- "TITLE": "Действия"
+ "TITLE": "Действия",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Назначить команду",
diff --git a/src/i18n/sh.json b/src/i18n/sh.json
index 15884c14b..cb947d58d 100644
--- a/src/i18n/sh.json
+++ b/src/i18n/sh.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/sl.json b/src/i18n/sl.json
index 386069388..7af2175b1 100644
--- a/src/i18n/sl.json
+++ b/src/i18n/sl.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/sq.json b/src/i18n/sq.json
index 15884c14b..cb947d58d 100644
--- a/src/i18n/sq.json
+++ b/src/i18n/sq.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/sr.json b/src/i18n/sr.json
index 08046694a..fec2e40d4 100644
--- a/src/i18n/sr.json
+++ b/src/i18n/sr.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Actions"
+ "TITLE": "Actions",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/sv.json b/src/i18n/sv.json
index edcdcb740..76689bfb9 100644
--- a/src/i18n/sv.json
+++ b/src/i18n/sv.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "Åtgärder"
+ "TITLE": "Åtgärder",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/ta.json b/src/i18n/ta.json
index 146620b83..0cd5ae7f9 100644
--- a/src/i18n/ta.json
+++ b/src/i18n/ta.json
@@ -368,7 +368,13 @@
"TITLE": "Contact Attributes"
},
"CONVERSATION_ACTION": {
- "TITLE": "செயல்கள்"
+ "TITLE": "செயல்கள்",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/i18n/tr.json b/src/i18n/tr.json
index 85eae0080..385e10437 100644
--- a/src/i18n/tr.json
+++ b/src/i18n/tr.json
@@ -368,7 +368,13 @@
"TITLE": "İletişim Nitelikleri"
},
"CONVERSATION_ACTION": {
- "TITLE": "Hareketler"
+ "TITLE": "Hareketler",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Takım ata",
diff --git a/src/i18n/uk.json b/src/i18n/uk.json
index e09ba2ae7..32d279521 100644
--- a/src/i18n/uk.json
+++ b/src/i18n/uk.json
@@ -368,7 +368,13 @@
"TITLE": "Атрибути контакту"
},
"CONVERSATION_ACTION": {
- "TITLE": "Дії"
+ "TITLE": "Дії",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Призначити команду",
diff --git a/src/i18n/vi.json b/src/i18n/vi.json
index 9e38d5b38..9e4fa5519 100644
--- a/src/i18n/vi.json
+++ b/src/i18n/vi.json
@@ -368,7 +368,13 @@
"TITLE": "Thuộc tính của liên hệ"
},
"CONVERSATION_ACTION": {
- "TITLE": "Hành động"
+ "TITLE": "Hành động",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Gán nhóm",
diff --git a/src/i18n/zh.json b/src/i18n/zh.json
index f9eee39c4..0ef0a9b36 100644
--- a/src/i18n/zh.json
+++ b/src/i18n/zh.json
@@ -137,7 +137,13 @@
"TITLE": "聯絡人屬性"
},
"CONVERSATION_ACTION": {
- "TITLE": "操作"
+ "TITLE": "操作",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_LABELS": {
"TITLE": "对话标记",
diff --git a/src/i18n/zh_CN.json b/src/i18n/zh_CN.json
index c7c1f4572..adbddb0fc 100644
--- a/src/i18n/zh_CN.json
+++ b/src/i18n/zh_CN.json
@@ -368,7 +368,13 @@
"TITLE": "联系人属性"
},
"CONVERSATION_ACTION": {
- "TITLE": "操作"
+ "TITLE": "操作",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "分配团队",
diff --git a/src/i18n/zh_TW.json b/src/i18n/zh_TW.json
index a6bcefc5c..019dccdf5 100644
--- a/src/i18n/zh_TW.json
+++ b/src/i18n/zh_TW.json
@@ -368,7 +368,13 @@
"TITLE": "聯絡人屬性"
},
"CONVERSATION_ACTION": {
- "TITLE": "操作"
+ "TITLE": "操作",
+ "OPTIONS": {
+ "OPEN": "Open",
+ "PENDING": "Pending",
+ "SNOOZED": "Snooze",
+ "RESOLVED": "resolve"
+ }
},
"CONVERSATION_TEAMS": {
"TITLE": "Assign team",
diff --git a/src/screens/chat-screen/components/chat-header/ChatHeaderContainer.tsx b/src/screens/chat-screen/components/chat-header/ChatHeaderContainer.tsx
index 1640b8f26..df1bfaf05 100644
--- a/src/screens/chat-screen/components/chat-header/ChatHeaderContainer.tsx
+++ b/src/screens/chat-screen/components/chat-header/ChatHeaderContainer.tsx
@@ -142,7 +142,7 @@ export const ChatHeaderContainer = (props: ChatScreenHeaderProps) => {
return [
pagerViewIndex === 0
? {
- title: 'Conversation Actions',
+ title: i18n.t('CONVERSATION_ACTION.TITLE'),
onSelect: handleNavigation,
}
: undefined,
diff --git a/src/screens/chat-screen/components/message-components/CommandOptionsMenu.tsx b/src/screens/chat-screen/components/message-components/CommandOptionsMenu.tsx
index 7473362df..df343534a 100644
--- a/src/screens/chat-screen/components/message-components/CommandOptionsMenu.tsx
+++ b/src/screens/chat-screen/components/message-components/CommandOptionsMenu.tsx
@@ -202,22 +202,22 @@ const handleAttachFile = async dispatch => {
const ADD_MENU_OPTIONS = [
{
icon: ,
- title: 'Photos',
+ title: i18n.t('CONVERSATION_ATTACHMENT.OPTIONS.PHOTOS'),
handlePress: handleOpenPhotosLibrary,
},
{
icon: ,
- title: 'Camera',
+ title: i18n.t('CONVERSATION_ATTACHMENT.OPTIONS.CAMERA'),
handlePress: handleLaunchCamera,
},
{
icon: ,
- title: 'Attach File',
+ title: i18n.t('CONVERSATION_ATTACHMENT.OPTIONS.ATTACH_FILE'),
handlePress: handleAttachFile,
},
{
icon: ,
- title: 'Macros',
+ title: i18n.t('CONVERSATION_ATTACHMENT.OPTIONS.MACROS'),
handlePress: () => {},
},
];
diff --git a/src/screens/chat-screen/conversation-actions/ConversationActions.tsx b/src/screens/chat-screen/conversation-actions/ConversationActions.tsx
index 6a9bdca69..fa1846d49 100644
--- a/src/screens/chat-screen/conversation-actions/ConversationActions.tsx
+++ b/src/screens/chat-screen/conversation-actions/ConversationActions.tsx
@@ -14,6 +14,7 @@ import {
} from './components';
import { TAB_BAR_HEIGHT } from '@/constants';
import { tailwind } from '@/theme';
+import i18n from '@/i18n';
import { ConversationStatus } from '@/types';
import { useChatWindowContext } from '@/context';
import { useAppDispatch, useAppSelector } from '@/hooks';
@@ -153,7 +154,11 @@ export const ConversationActions = () => {
{conversation && }
-
+
,
- actionText: 'open',
+ actionText: i18n.t('CONVERSATION_ACTION.OPTIONS.OPEN'),
actionStatus: 'open',
},
{
@@ -43,7 +44,7 @@ const conversationActionOptions: ConversationActionOptionsType[] = [
backgroundActionPressedColor: 'bg-amber-200',
borderActionColor: 'bg-amber-700',
actionIcon: ,
- actionText: 'pending',
+ actionText: i18n.t('CONVERSATION_ACTION.OPTIONS.PENDING'),
actionStatus: 'pending',
},
{
@@ -51,7 +52,7 @@ const conversationActionOptions: ConversationActionOptionsType[] = [
backgroundActionPressedColor: 'bg-indigo-200',
borderActionColor: 'bg-indigo-700',
actionIcon: ,
- actionText: 'snooze',
+ actionText: i18n.t('CONVERSATION_ACTION.OPTIONS.SNOOZED'),
actionStatus: 'snoozed',
},
{
@@ -59,7 +60,7 @@ const conversationActionOptions: ConversationActionOptionsType[] = [
backgroundActionPressedColor: 'bg-green-200',
borderActionColor: 'bg-green-700',
actionIcon: ,
- actionText: 'resolve',
+ actionText: i18n.t('CONVERSATION_ACTION.OPTIONS.RESOLVED'),
actionStatus: 'resolved',
},
];
diff --git a/src/screens/chat-screen/conversation-actions/components/ConversationLabelActions.tsx b/src/screens/chat-screen/conversation-actions/components/ConversationLabelActions.tsx
index d702567d1..3bc0cedfb 100644
--- a/src/screens/chat-screen/conversation-actions/components/ConversationLabelActions.tsx
+++ b/src/screens/chat-screen/conversation-actions/components/ConversationLabelActions.tsx
@@ -6,6 +6,7 @@ import { BottomSheetModal, BottomSheetScrollView } from '@gorhom/bottom-sheet';
import { useChatWindowContext, useRefsContext } from '@/context';
import { LabelTag } from '@/svg-icons';
import { tailwind } from '@/theme';
+import i18n from '@/i18n';
import { Label } from '@/types';
import { BottomSheetBackdrop, Icon, SearchBar } from '@/components-next';
import { useAppSelector } from '@/hooks';
@@ -107,7 +108,7 @@ export const ConversationLabelActions = (props: LabelSectionProps) => {
style={tailwind.style(
'text-sm font-inter-medium-24 leading-[16px] tracking-[0.32px] text-gray-700',
)}>
- Labels
+ {i18n.t('CONVERSATION_LABELS.TITLE')}
@@ -128,7 +129,7 @@ export const ConversationLabelActions = (props: LabelSectionProps) => {
style={tailwind.style(
'text-md font-inter-medium-24 leading-[17px] tracking-[0.24px] pl-1.5 text-blue-800',
)}>
- Add
+ {i18n.t('CONVERSATION_LABELS.ADD_LABEL')}