chore: Update the translations for CHAT_STATUS_FILTER_ITEMS (#3375)

This commit is contained in:
Sojan Jose 2021-11-13 11:53:59 +05:30 committed by GitHub
parent 987c8f5c7c
commit f68a4b55bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 351 additions and 491 deletions

View file

@ -38,24 +38,20 @@
"COUNT_KEY": "allCount"
}
],
"CHAT_STATUS_ITEMS": [
{
"TEXT": "Ouvert",
"VALUE": "open"
"CHAT_STATUS_FILTER_ITEMS": {
"open": {
"TEXT": "Ouvert"
},
{
"TEXT": "Résolu",
"VALUE": "resolved"
"resolved": {
"TEXT": "Résolu"
},
{
"TEXT": "En attente",
"VALUE": "pending"
"pending": {
"TEXT": "En attente"
},
{
"TEXT": "Reporté",
"VALUE": "snoozed"
"snoozed": {
"TEXT": "Reporté"
}
],
},
"ATTACHMENTS": {
"image": {
"ICON": "ion-image",