recive new data and remove conflicts

This commit is contained in:
2023-07-15 16:27:57 +03:30
6 changed files with 97 additions and 137 deletions

View File

@@ -110,5 +110,16 @@
"navgan_id": "کد ناوگان",
"vehicle_type": "نوع ماشین",
"state_name": "وضعیت درخواست"
},
"ConfirmDialog": {
"confirm": "تایید",
"context": "آیا از تایید این آیتم اطمینان دارید",
"button-confirm": "تایید",
"button-cancel": "بستن"
},
"RejectDialog": {
"reject": "عدم تایید",
"context": "آیا از عدم تایید این آیتم اطمینان دارید",
"button-reject": "عدم تایید",
"button-cancel": "بستن"
}
}