add user status translate + fix notification count-icon size while long numbers

This commit is contained in:
smanylov
2026-04-20 18:34:27 +07:00
parent b16d0949a4
commit f5548f39da
7 changed files with 60 additions and 10 deletions
+9 -1
View File
@@ -422,7 +422,6 @@
"protected-files": "Защищено файлов",
"storage": "Хранилище",
"Status": "Статус",
"under-moderation": "На модерации",
"full-link": "Полная ссылка",
"follow-the-link": "Перейти",
"date-of-discovery": "Дата обнаружения",
@@ -570,5 +569,14 @@
"notification-file-moderation": "Модерация файла",
"notification-file-added": "Файл добавлен в систему",
"notification-search-operation-filed": "Ошибка операции поиска"
},
"User-status": {
"under-moderation": "На модерации",
"NOT_VERIFIED": "Не верифицирован",
"VERIFIED": "Верифицирован",
"VERIFICATION_FAILED": "Верификация не удалась",
"unknow": "Неизвестно",
"user-verification": "Верификация юзера",
"Status": "Статус"
}
}