diff --git a/frontend/src/i18n/nl-be.json b/frontend/src/i18n/nl-be.json index 83bf3ce0..13aedf3d 100644 --- a/frontend/src/i18n/nl-be.json +++ b/frontend/src/i18n/nl-be.json @@ -43,7 +43,8 @@ "upload": "Uploaden", "openFile": "Open file", "discardChanges": "Discard", - "saveChanges": "Save changes" + "saveChanges": "Save changes", + "editAsText": "Edit as Text" }, "download": { "downloadFile": "Bestand downloaden", @@ -75,7 +76,9 @@ "sortByLastModified": "Sorteren op laatst bewerkt", "sortByName": "Sorteren op naam", "sortBySize": "Sorteren op grootte", - "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": "selecteer bestand of map",