parent
3f9d4f94ff
commit
27fd2b7a14
4 changed files with 50 additions and 24 deletions
|
|
@ -1,11 +1,17 @@
|
|||
{
|
||||
"$schema": "https://inlang.com/schema/inlang-message-format",
|
||||
"greeting": "Hello {name}!",
|
||||
"email_required": "Email is required",
|
||||
"password_required": "Password is required",
|
||||
"name_required": "Name is required",
|
||||
"email_incorrect": "Email is incorrect",
|
||||
"password_incorrect": "Password is incorrect",
|
||||
"email_inuse": "Email is already in use",
|
||||
"user_not_found": "The user could not be found"
|
||||
"nav_greeting": "Hello {name}!",
|
||||
"login_tab_login": "Login",
|
||||
"login_tab_register": "Register",
|
||||
"login_label_email": "Email",
|
||||
"login_label_password": "Password",
|
||||
"login_label_name": "Name",
|
||||
"login_button_submit": "Submit",
|
||||
"login_error_email_required": "Email is required",
|
||||
"login_error_password_required": "Password is required",
|
||||
"login_error_name_required": "Name is required",
|
||||
"login_error_email_incorrect": "Email is incorrect",
|
||||
"login_error_password_incorrect": "Password is incorrect",
|
||||
"login_error_email_inuse": "Email is already in use",
|
||||
"login_error_user_not_found": "The user could not be found"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue