mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 06:07:57 -06:00
feat: Finalize bulk edits and reworked form fields
This commit is contained in:
@@ -703,5 +703,31 @@
|
||||
"@confirmAction": {
|
||||
"description": "Typically used as a title to confirm a previously selected action"
|
||||
},
|
||||
"areYouSureYouWantToContinue": "Are you sure you want to continue?"
|
||||
"areYouSureYouWantToContinue": "Are you sure you want to continue?",
|
||||
"bulkEditTagsAddMessage": "{count, plural, one{This operation will add the tags {tags} to the selected document.} other{This operation will add the tags {tags} to {count} selected documents.}}",
|
||||
"@bulkEditTagsAddMessage": {
|
||||
"description": "Message of the confirmation dialog when bulk adding tags."
|
||||
},
|
||||
"bulkEditTagsRemoveMessage": "{count, plural, one{This operation will remove the tags {tags} from the selected document.} other{This operation will remove the tags {tags} from {count} selected documents.}}",
|
||||
"@bulkEditTagsRemoveMessage": {
|
||||
"description": "Message of the confirmation dialog when bulk removing tags."
|
||||
},
|
||||
"bulkEditTagsModifyMessage": "{count, plural, one{This operation will add the tags {addTags} and remove the tags {removeTags} from the selected document.} other{This operation will add the tags {addTags} and remove the tags {removeTags} from {count} selected documents.}}",
|
||||
"@bulkEditTagsModifyMessage": {
|
||||
"description": "Message of the confirmation dialog when both adding and removing tags."
|
||||
},
|
||||
"bulkEditCorrespondentAssignMessage": "{count, plural, one{This operation will assign the correspondent {correspondent} to the selected document.} other{This operation will assign the correspondent {correspondent} to {count} selected documents.}}",
|
||||
"bulkEditDocumentTypeAssignMessage": "{count, plural, one{This operation will assign the document type {docType} to the selected document.} other{This operation will assign the documentType {docType} to {count} selected documents.}}",
|
||||
"bulkEditStoragePathAssignMessage": "{count, plural, one{This operation will assign the storage path {path} to the selected document.} other{This operation will assign the storage path {path} to {count} selected documents.}}",
|
||||
"bulkEditCorrespondentRemoveMessage": "{count, plural, one{This operation will remove the correspondent {correspondent} from the selected document.} other{This operation will remove the correspondent {correspondent} from {count} selected documents.}}",
|
||||
"bulkEditDocumentTypeRemoveMessage": "{count, plural, one{This operation will remove the document type {docType} from the selected document.} other{This operation will remove the document type {docType} from {count} selected documents.}}",
|
||||
"bulkEditStoragePathRemoveMessage": "{count, plural, one{This operation will remove the storage path {path} from the selected document.} other{This operation will remove the storage path {path} from {count} selected documents.}}",
|
||||
"anyTag": "Any",
|
||||
"@anyTag": {
|
||||
"description": "Label shown when any tag should be filtered"
|
||||
},
|
||||
"allTags": "All",
|
||||
"@allTags": {
|
||||
"description": "Label shown when a document has to be assigned to all selected tags"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user