diff --git a/frontend/src/i18n/fa.json b/frontend/src/i18n/fa.json index db619924..d71b6406 100644 --- a/frontend/src/i18n/fa.json +++ b/frontend/src/i18n/fa.json @@ -43,7 +43,8 @@ "upload": "آپلود", "openFile": "باز کردن فایل", "discardChanges": "لغو کردن", - "saveChanges": "Save changes" + "saveChanges": "Save changes", + "editAsText": "Edit as Text" }, "download": { "downloadFile": "دانلود فایل", @@ -75,7 +76,9 @@ "sortByLastModified": "مرتب سازی آخرین ویرایش", "sortByName": "مرتب سازی نام", "sortBySize": "مرتب سازی اندازه", - "noPreview": "این فایل قابل نمایش نیست" + "noPreview": "این فایل قابل نمایش نیست", + "csvTooLarge": "CSV file is too large for preview (>5MB). Please download to view.", + "csvLoadFailed": "Failed to load CSV file." }, "help": { "click": "انتخاب فایل یا پوشه",