feat: render CSVs as table (#5569)

Co-authored-by: Henrique Dias <mail@hacdias.com>
This commit is contained in:
Krishan Bhasin
2025-11-29 09:45:11 +00:00
committed by GitHub
parent a78aaed214
commit 982405ec94
5 changed files with 310 additions and 3 deletions

View File

@@ -43,7 +43,8 @@
"upload": "Upload",
"openFile": "Open file",
"discardChanges": "Discard",
"saveChanges": "Save changes"
"saveChanges": "Save changes",
"editAsText": "Edit as Text"
},
"download": {
"downloadFile": "Download File",
@@ -75,7 +76,9 @@
"sortByLastModified": "Sort by last modified",
"sortByName": "Sort by name",
"sortBySize": "Sort by size",
"noPreview": "Preview is not available for this file."
"noPreview": "Preview is not available for this file.",
"csvTooLarge": "CSV file is too large for preview (>5MB). Please download to view.",
"csvLoadFailed": "Failed to load CSV file."
},
"help": {
"click": "select file or directory",