Using the `_html` suffix in an i18n key is the same as using `html_safe` on it, which means that translation could potentially be used for XSS attacks.
25 lines
1.1 KiB
YAML
25 lines
1.1 KiB
YAML
en:
|
|
documents:
|
|
title: Documents
|
|
max_documents_allowed_reached: You have reached the maximum number of documents allowed! <strong>You have to delete one before you can upload another.</strong>
|
|
additional: Additional documentation
|
|
form:
|
|
title: Documents
|
|
title_placeholder: Add a descriptive title for the document
|
|
delete_button: Remove document
|
|
cancel_button: Cancel
|
|
note: "You can upload up to a maximum of %{max_documents_allowed} documents of following content types: %{accepted_content_types}, up to %{max_file_size} MB per file."
|
|
add_new_document: Add new document
|
|
actions:
|
|
destroy:
|
|
notice: Document was deleted successfully.
|
|
alert: Cannot delete document.
|
|
confirm: Are you sure you want to delete the document? This action cannot be undone!
|
|
buttons:
|
|
download_document: Download file
|
|
destroy_document: Delete document
|
|
errors:
|
|
messages:
|
|
in_between: must be in between %{min} and %{max}
|
|
wrong_content_type: content type %{content_type} does not match any of accepted content types %{accepted_content_types}
|