diff options
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 1c43794a..1ce53796 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -344,5 +344,19 @@ "reply": "Reply", "favorite": "Favorite", "user_settings": "User Settings" + }, + "upload":{ + "error": { + "base": "Upload failed.", + "file_too_big": "File too big [{filesize}{filesizeunit} / {allowedsize}{allowedsizeunit}]", + "default": "Try again later" + }, + "file_size_units": { + "B": "B", + "KiB": "KiB", + "MiB": "MiB", + "GiB": "GiB", + "TiB": "TiB" + } } } |
