feat: add error texts

This commit is contained in:
2026-09-12 14:49:07 +05:00
parent ceee9adead
commit e1c3d0a95f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -150,6 +150,7 @@ export const en: Dict = {
resizeSize: "Width and/or height must be positive", resizeSize: "Width and/or height must be positive",
cropSize: "Crop width and height must be positive", cropSize: "Crop width and height must be positive",
sizePositive: "Dimensions must be positive and finite", sizePositive: "Dimensions must be positive and finite",
tooManyParts: "Too many parts ({count}). Maximum is 1000.",
}, },
tools: { tools: {
"png-file-size": { "png-file-size": {
+1
View File
@@ -151,6 +151,7 @@ export const ru: Dict = {
resizeSize: "Ширина и/или высота должны быть положительными", resizeSize: "Ширина и/или высота должны быть положительными",
cropSize: "Ширина и высота области обрезки должны быть положительными", cropSize: "Ширина и высота области обрезки должны быть положительными",
sizePositive: "Размеры должны быть положительными и конечными", sizePositive: "Размеры должны быть положительными и конечными",
tooManyParts: "Слишком много частей ({count}). Ограничение — 1000.",
}, },
tools: { tools: {
"jpg-to-png": { "jpg-to-png": {