Skip to content

Commit

Permalink
fix: Revert translated values in CHAT_STATUS_ITEMS (chatwoot#2977)
Browse files Browse the repository at this point in the history
Co-authored-by: Muhsin Keloth <[email protected]>
  • Loading branch information
pranavrajs and muhsin-k authored Sep 8, 2021
1 parent c80289e commit 4131415
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/ar/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "معلق",
"VALUE": "معلق"
"VALUE": "pending"
},
{
"TEXT": "غفوة",
"VALUE": "غفوة"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/cs/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "Čekající",
"VALUE": "čekající"
"VALUE": "pending"
},
{
"TEXT": "Odložené",
"VALUE": "odložené"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/el/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "Εκκρεμεί",
"VALUE": "εκκρεμεί"
"VALUE": "pending"
},
{
"TEXT": "Αναβολή",
"VALUE": "αναβολή"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/fa/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "در انتظار",
"VALUE": "در انتظار"
"VALUE": "pending"
},
{
"TEXT": "به تعویق افتاد",
"VALUE": "به تعویق افتاد"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/nl/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "Afwachtend",
"VALUE": "afwachtend"
"VALUE": "pending"
},
{
"TEXT": "Gesluimerd",
"VALUE": "gesluimerd"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/dashboard/i18n/locale/pl/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"TEXT": "Oczekujące",
"VALUE": "oczekujące"
"VALUE": "pending"
},
{
"TEXT": "Snoozed",
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/pt/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "Pendente",
"VALUE": "pendente"
"VALUE": "pending"
},
{
"TEXT": "Adiado",
"VALUE": "adiado"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/pt_BR/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "Pendente",
"VALUE": "pendente"
"VALUE": "pending"
},
{
"TEXT": "Adiado",
"VALUE": "adiado"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/ru/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "В ожидании",
"VALUE": "в ожидании"
"VALUE": "pending"
},
{
"TEXT": "Отложено",
"VALUE": "отложено"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/dashboard/i18n/locale/th/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
},
{
"TEXT": "กำลังร้องขอ",
"VALUE": "กำลังร้องขอ"
"VALUE": "pending"
},
{
"TEXT": "หลับ",
"VALUE": "หลับ"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/dashboard/i18n/locale/zh/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"TEXT": "机器人",
"VALUE": "机器人"
"VALUE": "snoozed"
}
],
"ATTACHMENTS": {
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/dashboard/i18n/locale/zh_TW/chatlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"TEXT": "待處理",
"VALUE": "待處理"
"VALUE": "pending"
},
{
"TEXT": "Snoozed",
Expand Down

0 comments on commit 4131415

Please sign in to comment.