aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-03-02 10:13:29 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-03-02 10:13:29 +0100
commit1d2df4a0321e6dbbef4bbfea73f0a5b67debef24 (patch)
treef6d76a54b1ea16ca5a5898d59a49cbdde0863631 /src/i18n
parentfix linting errors (diff)
downloadferdium-app-1d2df4a0321e6dbbef4bbfea73f0a5b67debef24.tar.gz
ferdium-app-1d2df4a0321e6dbbef4bbfea73f0a5b67debef24.tar.zst
ferdium-app-1d2df4a0321e6dbbef4bbfea73f0a5b67debef24.zip
internationalize validation messages
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 25ca2adeb..cd0258d8a 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -200,5 +200,9 @@
200 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 200 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
201 "service.disabledHandler.headline": "{name} is disabled", 201 "service.disabledHandler.headline": "{name} is disabled",
202 "service.disabledHandler.action": "Enable {name}", 202 "service.disabledHandler.action": "Enable {name}",
203 "menu.edit": "Edit" 203 "menu.edit": "Edit",
204 "validation.required": "{field} is required",
205 "validation.email": "{field} is not valid",
206 "validation.url": "{field} is not a valid URL",
207 "validation.minLength": "{field} should be at least {length} characters long"
204} 208}