mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 21:46:35 +00:00
feat: add error texts
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user