fix(frontend): csv viewer i18n strings

This commit is contained in:
Henrique Dias
2025-12-07 07:24:15 +01:00
parent 58cc874828
commit 4cbb4b73af
2 changed files with 15 additions and 11 deletions

View File

@@ -78,7 +78,14 @@
"sortBySize": "Sort by size",
"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."
"csvLoadFailed": "Failed to load CSV file.",
"showingRows": "Showing {count} row(s)",
"columnSeparator": "Column Separator",
"csvSeparators": {
"comma": "Comma (,)",
"semicolon": "Semicolon (;)",
"both": "Both (,) and (;)"
}
},
"help": {
"click": "select file or directory",
@@ -272,10 +279,5 @@
"minutes": "Minutes",
"seconds": "Seconds",
"unit": "Time Unit"
},
"available_csv_separators": {
"comma": "Comma (,)",
"semicolon": "Semicolon (;)",
"both": "Both (,) and (;)"
}
}