add pice check for file upload

This commit is contained in:
smanylov
2026-03-04 19:21:44 +07:00
parent 0351c561b5
commit 640f167e4b
4 changed files with 106 additions and 18 deletions
+4 -1
View File
@@ -293,7 +293,10 @@
"security-details": "Security details",
"number-of-checks": "Number of checks",
"format": "Format",
"file-name": "File name"
"file-name": "File name",
"there-are-not-enough-funds-to-protect-files": "There are not enough funds to protect files. {count} tokens required",
"there-are-not-enough-funds-to-protect-file": "There are not enough funds to protect file. {count} tokens required",
"duplicate-files": "Duplicate files"
},
"Login-register-form": {
"and": "and",
+4 -1
View File
@@ -293,7 +293,10 @@
"security-details": "Детали защиты",
"number-of-checks": "Количество проверок",
"format": "Формат",
"file-name": "Имя файла"
"file-name": "Имя файла",
"there-are-not-enough-funds-to-protect-files": "Для защиты файлов недостаточно средств. Необходимо {count} токен(ов/а)",
"there-are-not-enough-funds-to-protect-file": "Для защиты файла недостаточно средств. Необходимо {count} токен(ов/а)",
"duplicate-files": "Дубликаты файлов"
},
"Login-register-form": {
"and": "и",