mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +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",
|
||||
"approved": "Approved",
|
||||
"rejected": "Rejected",
|
||||
"completed": "Completed"
|
||||
"completed": "Completed",
|
||||
"cancelled": "Cancelled"
|
||||
},
|
||||
"status": {
|
||||
"pending": "Pending",
|
||||
|
||||
@@ -1554,7 +1554,8 @@
|
||||
"pending": "در انتظار",
|
||||
"approved": "تأیید شده",
|
||||
"rejected": "رد شده",
|
||||
"completed": "تکمیل شده"
|
||||
"completed": "تکمیل شده",
|
||||
"cancelled": "لغو شده"
|
||||
},
|
||||
"status": {
|
||||
"pending": "در انتظار",
|
||||
|
||||
@@ -2339,7 +2339,8 @@
|
||||
"pending": "Ожидание",
|
||||
"approved": "Одобрено",
|
||||
"rejected": "Отклонено",
|
||||
"completed": "Выполнено"
|
||||
"completed": "Выполнено",
|
||||
"cancelled": "Отменено"
|
||||
},
|
||||
"status": {
|
||||
"pending": "Ожидание",
|
||||
|
||||
@@ -1553,7 +1553,8 @@
|
||||
"pending": "待处理",
|
||||
"approved": "已批准",
|
||||
"rejected": "已拒绝",
|
||||
"completed": "已完成"
|
||||
"completed": "已完成",
|
||||
"cancelled": "已取消"
|
||||
},
|
||||
"status": {
|
||||
"pending": "待处理",
|
||||
|
||||
Reference in New Issue
Block a user