FEATURE character validation

This commit is contained in:
konrad.lys@eu.equinix.com
2023-06-09 19:24:05 +02:00
parent 421479d280
commit 5270c37a5b
3 changed files with 16 additions and 1 deletions

View File

@@ -815,5 +815,9 @@
"export": "Export",
"@export": {
"description": "Label for button that exports scanned images to pdf (before upload)"
},
"invalidFilenameCharacter": "Invalid filename character found",
"@invalidFilenameCharacter": {
"description": "For validating filename in export dialogue"
}
}

View File

@@ -815,5 +815,9 @@
"export": "Eksport",
"@export": {
"description": "Label for button that exports scanned images to pdf (before upload)"
},
"invalidFilenameCharacter": "Znaleziono niedozwolony znak w nazwie pliku",
"@invalidFilenameCharacter": {
"description": "For validating filename in export dialogue"
}
}