mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix: add missing cancelled filter key to withdrawal i18n in all locales
This commit is contained in:
@@ -1817,7 +1817,8 @@
|
|||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
"approved": "Approved",
|
"approved": "Approved",
|
||||||
"rejected": "Rejected",
|
"rejected": "Rejected",
|
||||||
"completed": "Completed"
|
"completed": "Completed",
|
||||||
|
"cancelled": "Cancelled"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"pending": "Pending",
|
"pending": "Pending",
|
||||||
|
|||||||
@@ -1554,7 +1554,8 @@
|
|||||||
"pending": "در انتظار",
|
"pending": "در انتظار",
|
||||||
"approved": "تأیید شده",
|
"approved": "تأیید شده",
|
||||||
"rejected": "رد شده",
|
"rejected": "رد شده",
|
||||||
"completed": "تکمیل شده"
|
"completed": "تکمیل شده",
|
||||||
|
"cancelled": "لغو شده"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"pending": "در انتظار",
|
"pending": "در انتظار",
|
||||||
|
|||||||
@@ -2339,7 +2339,8 @@
|
|||||||
"pending": "Ожидание",
|
"pending": "Ожидание",
|
||||||
"approved": "Одобрено",
|
"approved": "Одобрено",
|
||||||
"rejected": "Отклонено",
|
"rejected": "Отклонено",
|
||||||
"completed": "Выполнено"
|
"completed": "Выполнено",
|
||||||
|
"cancelled": "Отменено"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"pending": "Ожидание",
|
"pending": "Ожидание",
|
||||||
|
|||||||
@@ -1553,7 +1553,8 @@
|
|||||||
"pending": "待处理",
|
"pending": "待处理",
|
||||||
"approved": "已批准",
|
"approved": "已批准",
|
||||||
"rejected": "已拒绝",
|
"rejected": "已拒绝",
|
||||||
"completed": "已完成"
|
"completed": "已完成",
|
||||||
|
"cancelled": "已取消"
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"pending": "待处理",
|
"pending": "待处理",
|
||||||
|
|||||||
Reference in New Issue
Block a user