mirror of
https://github.com/Ku6epXBOCTuK/easy-png-tools.git
synced 2026-09-14 13:36:36 +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",
|
||||
cropSize: "Crop width and height must be positive",
|
||||
sizePositive: "Dimensions must be positive and finite",
|
||||
tooManyParts: "Too many parts ({count}). Maximum is 1000.",
|
||||
},
|
||||
tools: {
|
||||
"png-file-size": {
|
||||
|
||||
@@ -151,6 +151,7 @@ export const ru: Dict = {
|
||||
resizeSize: "Ширина и/или высота должны быть положительными",
|
||||
cropSize: "Ширина и высота области обрезки должны быть положительными",
|
||||
sizePositive: "Размеры должны быть положительными и конечными",
|
||||
tooManyParts: "Слишком много частей ({count}). Ограничение — 1000.",
|
||||
},
|
||||
tools: {
|
||||
"jpg-to-png": {
|
||||
|
||||
Reference in New Issue
Block a user