mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 10:32:54 +00:00
added missing translations
This commit is contained in:
parent
9faf4771e7
commit
de6135c777
1 changed files with 5 additions and 5 deletions
|
@ -355,11 +355,11 @@ script(type="text/ng-template", id="uploadFileModalTemplate")
|
|||
.modal-body(
|
||||
fine-upload
|
||||
endpoint="/project/{{ project_id }}/upload"
|
||||
waiting-for-response-text="Inserting file..."
|
||||
failed-upload-text="Upload failed, sorry :("
|
||||
upload-button-text="Select file(s)"
|
||||
drag-area-text="drag file(s)"
|
||||
hint-text="Hint: Press and hold the Control (Ctrl) key to select multiple files"
|
||||
waiting-for-response-text="{{inserting_files}}"
|
||||
failed-upload-text="{{upload_failed_sorry}}"
|
||||
upload-button-text="{{select_files}}"
|
||||
drag-area-text="{{drag_files}}"
|
||||
hint-text="{{hint_press_and_hold_control_key}}"
|
||||
multiple="true"
|
||||
on-complete-callback="onComplete"
|
||||
on-upload-callback="onUpload"
|
||||
|
|
Loading…
Reference in a new issue