tlm/lang/en-US.json
2025-03-22 12:11:59 -04:00

36 lines
942 B
JSON

{
"account": {
"errors": {
"bad_request": "Bad request",
"username_length": "Username must be between 1 and 64 characters",
"username_characters": "Username can only include a-z, 0-9, _, and -",
"user_not_found": "User '%u' not found",
"user_exists": "User '%u' already exists",
"incorrect_password": "Incorrect password",
"password_match": "Passwords don't match"
},
"log_in": "Log In",
"log_in_instead": "Log in instead?",
"sign_up": "Sign Up",
"sign_up_instead": "Sign up instead?",
"username": "Username",
"password": "Password",
"verify": "Verify password"
},
"add": {
"title": "Add Item",
"section": "Section:",
"date": "Date:",
"description": "Description:",
"description_placeholder": "Important thing",
"button": "Add"
},
"list": {
"title": "Current Todo List",
"remove": "Completed",
"none": "None"
}
}