add translate and colors for matched status

This commit is contained in:
smanylov
2026-03-27 12:53:52 +07:00
parent 7ae0fecb61
commit 6453e8402e
6 changed files with 58 additions and 9 deletions
+9
View File
@@ -470,5 +470,14 @@
"NONE": "Without monitoring",
"the-file-is monitored": "Monitoring is set for the \"{fileName}\" file",
"failed-to-establish-monitoring": "Failed to establish monitoring"
},
"Match-status": {
"NEW": "New",
"SHOWED": "Viewed",
"LEGAL_IN_WORK": "Legal in work",
"COMPLAINT_IN_WORK": "Complaint in work",
"COMPLAINT_AND_LEGAL_IN_WORK": "Complaint and legal in work",
"AUTHORIZED_USE": "Authorized use",
"CREATED": "New"
}
}
+9
View File
@@ -470,5 +470,14 @@
"NONE": "Без мониторинга",
"the-file-is monitored": "Для файла \"{fileName}\" установлен мониторинг",
"failed-to-establish-monitoring": "Не удалось установить мониторинг"
},
"Match-status": {
"NEW": "Новый",
"SHOWED": "Просмотрен",
"LEGAL_IN_WORK": "Дело в работе",
"COMPLAINT_IN_WORK": "Жалоба в работе",
"COMPLAINT_AND_LEGAL_IN_WORK": "Дело и жалоба в работе",
"AUTHORIZED_USE": "Разрешенное использование",
"CREATED": "Новый"
}
}