-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
92 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
dropzone: | ||
button_add_file: Add file | ||
mark_for_deletion: Loaded, mark for deletion | ||
modal_title_error_size: Large file size | ||
modal_error_size: File size exceeds the maximum allowed value. | ||
modal_title_error_format: Invalid format | ||
modal_error_format: Invalid file format. | ||
modal_close: Close | ||
loading_error: An error occurred when loading. | ||
files_uploaded: Files were uploaded | ||
browser_not_support_drag_n_drop: "Your browser does not support drag'n drop uploading." | ||
file_size_too_large: File size too large. | ||
wrong_format: You cannot download files in this format. | ||
disable_adblocker: Most likely you have enabled adblocker. Disable it for this site. | ||
cancel_upload: Cancel download | ||
cancel_upload_confirmation: Are you sure you want to cancel the download? | ||
remove_file: Delete a file | ||
max_files_exceeded: You can not upload more files. | ||
drag_or_click_files: Drag files here (or click) | ||
reached_maximum_uploaded_files: You have reached the maximum number of uploaded files. | ||
insert_link: Insert link | ||
image_url: The URL of the image | ||
download: Download | ||
downloading: Downloading | ||
url_must_contain_link_image: The URL must contain a link to an image. | ||
modal_file_delete_confirmation_title: File removal confirmation | ||
modal_file_delete_confirmation_boby: Are you sure you want to delete this file? | ||
delete: Delete | ||
cancel: Cancel | ||
edit: Edit | ||
save: Save |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,31 @@ | ||
dropzone: | ||
button_add_file: Добавить файл | ||
mark_for_deletion: Загруженные, пометить на удаление | ||
modal_title_error_size: Большой размер файла | ||
modal_error_size: Размер Файла превышает максимальное допустимое значение: 4 МБ. | ||
modal_title_error_format: Неверный формат | ||
modal_error_format: Неверный формат файла. | ||
modal_close: Закрыть | ||
button_add_file: Добавить файл | ||
mark_for_deletion: Загруженные, пометить на удаление | ||
modal_title_error_size: Большой размер файла | ||
modal_error_size: Размер Файла превышает максимальное допустимое значение. | ||
modal_title_error_format: Неверный формат | ||
modal_error_format: Неверный формат файла. | ||
modal_close: Закрыть | ||
loading_error: При загрузке произошла ошибка. | ||
files_uploaded: Файлы были загружены | ||
browser_not_support_drag_n_drop: "Ваш браузер не поддерживает drag'n drop загрузку." | ||
file_size_too_large: Размер файла слишком большой. | ||
wrong_format: Вы не можете загружать файлы данного формата. | ||
disable_adblocker: Скорее всего у вас включен блокировщик рекламы. Отключите его для данного сайта. | ||
cancel_upload: Отмена загрузки | ||
cancel_upload_confirmation: Вы действительно хотите отменить загрузку? | ||
remove_file: Удаление файла | ||
max_files_exceeded: Вы не можете загрузить больше файлов. | ||
drag_or_click_files: Перетащите или выберите файлы | ||
reached_maximum_uploaded_files: Достигнуто максимальное количество загруженных файлов. | ||
insert_link: Вставьте ссылку | ||
image_url: URL изображения | ||
download: Закачать | ||
downloading: Загрузка | ||
url_must_contain_link_image: URL должен содержать ссылку на изображение. | ||
modal_file_delete_confirmation_title: Подтверждение удаления файла | ||
modal_file_delete_confirmation_boby: Вы уверены, что хотите удалить этот файл? | ||
delete: Удалить | ||
cancel: Отмена | ||
edit: Редактировать | ||
save: Сохранить |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<div class="dz-clickable dz-message clearfix js-file-upload {% if countFiles >= maxFiles %} js-file-upload-hide {% endif %}" id="file-upload"> | ||
Перетащите или выберите файлы | ||
{{ 'dropzone.drag_or_click_files'|trans }} | ||
</div> | ||
<div class="js-reached-limit-message {% if countFiles < maxFiles %}js-file-upload-hide{% endif %}"> | ||
Достигнуто максимальное количество загруженных файлов. | ||
{{ 'dropzone.reached_maximum_uploaded_files'|trans }} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters