(react) add file uploader

Add mono and multi file uploader according to sketches.
This commit is contained in:
Nathan Vasse
2023-06-22 17:16:26 +02:00
committed by NathanVss
parent af3caed43f
commit 80e8dc45eb
18 changed files with 1655 additions and 2 deletions

View File

@@ -24,6 +24,13 @@
"clear_button_aria_label": "Clear selection",
"clear_all_button_aria_label": "Clear all selections"
},
"file_uploader": {
"delete_file_name": "Delete file {name}",
"delete_file": "Delete file",
"uploading": "Uploading...",
"caption": "Drag and drop or ",
"browse_files": "Browse files"
},
"date_picker": {
"toggle_button_aria_label_open": "Open calendar",
"toggle_button_aria_label_close": "Close calendar",

View File

@@ -22,6 +22,13 @@
"clear_button_aria_label": "Effacer la sélection",
"clear_all_button_aria_label": "Effacer toutes les sélections"
},
"file_uploader": {
"delete_file_name": "Supprimer le fichier {name}",
"delete_file": "Supprimer le fichier",
"uploading": "Upload en cours ...",
"caption": "Glisser-déposer ou ",
"browse_files": "Parcourir"
},
"date_picker": {
"toggle_button_aria_label_open": "Ouvrir le calendrier",
"toggle_button_aria_label_close": "Fermer le calendrier",