feat: support media files upload via paste and drop

This commit is contained in:
codytseng
2025-05-09 23:23:17 +08:00
parent 533e00d4ee
commit 4bfdd4f334
20 changed files with 162 additions and 85 deletions

View File

@@ -111,8 +111,6 @@ export default {
'Picture note requires images': 'La nota illustrativa richiede immagini',
Relays: 'Relays',
image: 'immagine',
'Normal Note': 'Nota Normale',
'Picture Note': 'Nota Immagine',
'R & W': 'L & S',
Read: 'Leggi',
Write: 'Scrivi',
@@ -231,6 +229,8 @@ export default {
General: 'Generale',
Autoplay: 'Riproduzione automatica',
'Enable video autoplay on this device':
'Abilita riproduzione automatica video su questo dispositivo'
'Abilita riproduzione automatica video su questo dispositivo',
'Paste or drop media files to upload': 'Incolla o trascina i file multimediali per caricarli',
Preview: 'Anteprima'
}
}