mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
Merge pull request #6534 from aignatov-bio/ai-sci-9588-add-paste-image
Fix i18n for clipboard modal [SCI-9588]
This commit is contained in:
commit
c79669ba3f
2 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
<canvas class="max-h-80 max-w-lg rounded border border-solid border-sn-light-grey" ref="preview" />
|
||||
</div>
|
||||
<div class="w-full py-6">
|
||||
<label class="sci-label">{{i18n.t('assets.from_clipboard.select_target')}}</label>
|
||||
<label class="sci-label">{{i18n.t(`assets.from_clipboard.select_${objectType}`)}}</label>
|
||||
<SelectSearch
|
||||
:value="target"
|
||||
@change="setTarget"
|
||||
|
|
|
@ -3456,7 +3456,8 @@ en:
|
|||
from_clipboard:
|
||||
modal_title: 'Insert image from clipboard'
|
||||
image_preview: 'Pasted image preview'
|
||||
select_target: 'Select to which step you’d like to attach image'
|
||||
select_step: 'Select to which step you’d like to attach image'
|
||||
select_result: 'Select to which result you’d like to attach image'
|
||||
add_image: 'Insert'
|
||||
file_name: 'File name'
|
||||
file_name_placeholder: 'Image'
|
||||
|
|
Loading…
Add table
Reference in a new issue