{ "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", "password_changed": "Password changed" }, "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": { "errors": { "invalid_id": "Invalid ID format", "date": "Invalid date", "description_length": "Description must be between 1 and 256 characters" }, "title": "Add Item", "section": "Section:", "date": "Date:", "description": "Description:", "description_placeholder": "Important thing", "button": "Add" }, "list": { "title": "Current Todo List", "remove": "Completed", "none": "None" }, "settings": { "sections": { "title": "Configure Sections" }, "account": { "password": { "title": "Change Password", "current": "Current password:", "new": "New password:", "confirm": "Confirm password:", "old_placeholder": "password", "new_placeholder": "Password123!", "button": "Save" }, "title": "Account", "current": "Currently logged in as %u.", "log_out": "Log out?" }, "title": "More options...", "source_code": "Source code" } }