From e995cd37148d2e1bd6b72ff1d131fdaaa4b94a64 Mon Sep 17 00:00:00 2001 From: Paul Makles <paulmakles@gmail.com> Date: Tue, 16 Feb 2021 18:33:15 +0000 Subject: [PATCH] Add strings. --- en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/en.json b/en.json index c446e7c..599826c 100644 --- a/en.json +++ b/en.json @@ -229,6 +229,11 @@ "too_short": "Too short", "too_long": "Too long", "invalid_email": "Invalid email address", - "unavailable": "Unavailable." + "unavailable": "Unavailable.", + "file_too_large": "File is too large.", + "failed_to_receive": "Server failed to receive your file.", + "missing_data": "Request is missing data.", + "probe_error": "Failed to get file metadata.", + "io_error": "Server encountered an I/O error." } } -- GitLab