feat: support media files upload via paste and drop
This commit is contained in:
parent
533e00d4ee
commit
4bfdd4f334
20 changed files with 162 additions and 85 deletions
|
|
@ -112,8 +112,6 @@ export default {
|
|||
'Picture note requires images': 'Заметка с изображением требует наличия изображений',
|
||||
Relays: 'Ретрансляторы',
|
||||
image: 'изображение',
|
||||
'Normal Note': 'Обычная заметка',
|
||||
'Picture Note': 'Заметка с изображением',
|
||||
'R & W': 'Чтение & Запись',
|
||||
Read: 'Читать',
|
||||
Write: 'Писать',
|
||||
|
|
@ -231,6 +229,8 @@ export default {
|
|||
'Show more': 'Показать больше',
|
||||
General: 'Общие',
|
||||
Autoplay: 'Автовоспроизведение',
|
||||
'Enable video autoplay on this device': 'Включить автовоспроизведение видео на этом устройстве'
|
||||
'Enable video autoplay on this device': 'Включить автовоспроизведение видео на этом устройстве',
|
||||
'Paste or drop media files to upload': 'Вставьте или перетащите медиафайлы для загрузки',
|
||||
Preview: 'Предварительный просмотр'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue