From 8f9d9a5b8163081e4c47be095ad5b15d9d99d59e Mon Sep 17 00:00:00 2001 From: Bernd Storath <999999bst@gmail.com> Date: Mon, 10 Feb 2025 11:31:59 +0100 Subject: [PATCH] add zod strings --- src/i18n/locales/en.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 62083d46..3d40afe5 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -61,7 +61,13 @@ "passwordNumber": "Password must have at least 1 number", "passwordSpecial": "Password must have at least 1 special character", "remember": "Remember must be a valid boolean", - "accept": "Please accept the condition" + "accept": "Please accept the condition", + "name": "Name must be a valid string", + "nameMin": "Name must be at least 1 Character", + "email": "Email must be a valid string", + "emailMin": "Email must be at least 1 Character", + "emailInvalid": "Email must be a valid email", + "passwordMatch": "Passwords must match" }, "userConfig": { "host": "Host must be a valid string",