mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 08:07:59 -06:00
FEATURE character validation
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user