Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions enferno/admin/templates/admin/jsapi.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,25 @@ previewNotAvailable_ : "{{ _('Preview not available') }}",
downloadFile_ : "{{ _('Download file') }}",
onlyRedactionsCanBeDeleted_: "{{ _('Only redactions can be deleted') }}",
redact_: "{{ _('Redact') }}",
redactionTool_: "{{ _('Redaction Tool') }}",
document_: "{{ _('document') }}",
copyName_: "{{ _('Copy name') }}",
saveChanges_: "{{ _('Save changes') }}",
saveCopy_: "{{ _('Save copy') }}",
saveAsNewCopy_: "{{ _('Create new copy') }}",
drawAtLeastOneRevealWindowOnTheDocumentToSave_: "{{ _('Draw at least one reveal window on the document to save') }}",
drawAtLeastOneBlackBoxOnTheDocumentToSave_: "{{ _('Draw at least one black box on the document to save') }}",
revealMode_: "{{ _('Reveal mode') }}",
clickDragToDrawAVisibleWindow_: "{{ _('Click & drag to select what stays visible') }}",
clickDragToDrawABlackBox_: "{{ _('Click & drag to draw a black box') }}",
dragBoxToReposition_: "{{ _('Drag box to reposition') }}",
clickBoxThenDeleteToRemove_: "{{ _('Click box then Delete to remove') }}",
holdSpaceAndDragToPan_: "{{ _('Hold Space + drag to pan') }}",
fit_: "{{ _('Fit') }}",
unsupportedFileType_: "{{ _('Unsupported file type') }}",
failedToLoadDocument_: "{{ _('Failed to load document') }}",
failedToSaveRedaction_: "{{ _('Failed to save redaction') }}",
redactionEditingIsAvailableOnDesktopOnly_: "{{ _('Redaction editing is available on desktop only') }}",
youreAboutToDeleteARedactedCopy_: "{{ _('You\'re about to delete a redacted copy') }}",
deletingTheRedactedCopyWillNotDeleteTheOriginalMedia_: "{{ _('Deleting this redacted copy will not delete the original media.') }}",
deleteRedaction_: "{{ _('Delete Redaction') }}",
Expand Down
Loading
Loading