Coverage for src/couchers/errors.py: 100%
166 statements
« prev ^ index » next coverage.py v7.6.10, created at 2025-02-03 01:05 +0000
« prev ^ index » next coverage.py v7.6.10, created at 2025-02-03 01:05 +0000
1# CAUTION! Changing these messages may break clients.
3ACCOUNT_NOT_FOUND = "An account with that username or email was not found."
4ACCOUNT_SUSPENDED = "Your account is suspended."
5ADMIN_CANNOT_EDIT_BADGE = "Admins cannot edit that badge."
6ADMIN_NOTE_CANT_BE_EMPTY = "The admin note cannot be empty."
7ALREADY_ADMIN = "That user is already an admin."
8ALREADY_HAVE_DM = "You already have a direct message chat with this user."
9ALREADY_IN_CHAT = "That user is already in the chat."
10ALREADY_IN_COMMUNITY = "You're already in that community."
11ALREADY_IN_GROUP = "You're already in that group."
12BADGE_NOT_FOUND = "Badge not found."
13BUG_TOOL_DISABLED = "Bug tool disabled"
14BUG_TOOL_REQUEST_FAILED = "Request failed"
15CANNOT_EDIT_THAT_NOTIFICATION_PREFERENCE = "That notification preference is not user editable."
16CANNOT_LEAVE_CONTAINING_COMMUNITY = "You are inside this community, so you cannot leave it."
17CANT_ADD_SELF = "You can't add yourself to a group chat."
18CANT_BLOCK_SELF = "You can't block yourself."
19CANT_FRIEND_SELF = "You can't befriend yourself!"
20CANT_INVITE_SELF = "You can't invite yourself to a chat."
21CANT_INVITE_TO_DM = "You can't invite other users to a direct message."
22CANT_MAKE_SELF_ADMIN = "You can't make yourself an admin."
23CANT_MUTE_PAST = "You can't mute until a date in the past."
24CANT_REFER_SELF = "You can't refer yourself."
25CANT_REMOVE_LAST_ADMIN = "You can't remove the last admin."
26CANT_REMOVE_SELF = "You can't remove yourself."
27CANT_REQUEST_SELF = "Can't request hosting from yourself."
28CANT_UNACCEPT_COMMUNITY_GUIDELINES = "You cannot revoke acceptance of the Community Guidelines."
29CANT_UNACCEPT_TOS = "You cannot revoke acceptance of the Terms of Service."
30CANT_UNSEE_MESSAGES = "You can't unsee messages."
31CANT_UNSUB_TOPIC = "Sorry, you can't unsubscribe from that topic right now."
32CANT_WRITE_REFERENCE_FOR_REQUEST = "You can't write a reference for that host request, or it wasn't found."
33CANT_WRITE_REFERENCE_INDICATED_DIDNT_MEETUP = "You can't write a reference for that host request because you indicated that you didn't meet up." # fmt: skip
34CHAT_NOT_FOUND = "Couldn't find that chat."
35COMMUNITY_NOT_FOUND = "Community not found."
36CONTENT_REPORT_NOT_FOUND = "Content report not found."
37DATE_FROM_AFTER_ONE_YEAR = "The start date must be within one year from today."
38DATE_FROM_AFTER_TO = "From date can't be after to date."
39DATE_FROM_BEFORE_TODAY = "From date must be today or later."
40DATE_TO_AFTER_ONE_YEAR = "You cannot request to stay with someone for longer than one year."
41DISCUSSION_NOT_FOUND = "Discussion not found."
42DO_NOT_EMAIL_CANNOT_HOST = "You cannot enable hosting while you have emails turned off in your settings."
43DO_NOT_EMAIL_CANNOT_MEET = "You cannot enable meeting up while you have emails turned off in your settings."
44DONATION_TOO_SMALL = "We can't accept donations less than $2, sorry!"
45DONATIONS_DISABLED = "Donations are currently disabled."
46EVENT_CANT_CANCEL_OLD_EVENT = "You can't cancel an event that's more than 1 day old."
47EVENT_CANT_OVERLAP = "An event cannot have overlapping occurrences."
48EVENT_CANT_REMOVE_OWNER_AS_ORGANIZER = "Transfer the event elsewhere before removing yourself as an organizer."
49EVENT_CANT_UPDATE_ALL_TIMES = "You cannot update all events if you're modifying start or end times."
50EVENT_CANT_UPDATE_CANCELLED_EVENT = "You can't modify, subscribe to, or attend to an event that's been cancelled."
51EVENT_CANT_UPDATE_OLD_EVENT = "You can't modify, subscribe to, or attend to an event that's more than 1 day old."
52EVENT_COMMUNITY_INVITE_ALREADY_APPROVED = "A community invite has already been sent out for this event."
53EVENT_COMMUNITY_INVITE_ALREADY_DECIDED = "That event community invite was already approved/denied."
54EVENT_COMMUNITY_INVITE_ALREADY_REQUESTED = "You have already requested a community invite for this event."
55EVENT_COMMUNITY_INVITE_NOT_FOUND = "Couldn't find that event community invite."
56EVENT_EDIT_PERMISSION_DENIED = "You're not allowed to edit that event."
57EVENT_ENDS_BEFORE_STARTS = "The event must end after it starts."
58EVENT_IN_PAST = "The event must be in the future."
59EVENT_NOT_AN_ORGANIZER = "You're not an organizer."
60EVENT_NOT_FOUND = "Event not found."
61EVENT_TOO_FAR_IN_FUTURE = "The event needs to start within the next year."
62EVENT_TOO_LONG = "Events cannot last longer than 7 days."
63EVENT_TRANSFER_PERMISSION_DENIED = "You're not allowed to transfer that event."
64FRIEND_REQUEST_NOT_FOUND = "Couldn't find that friend request."
65FRIENDS_ALREADY_OR_PENDING = "You are already friends with or have sent a friend request to that user."
66GROUP_NOT_FOUND = "Group not found."
67GROUP_OR_COMMUNITY_NOT_FOUND = "Group or community not found."
68HOST_REQUEST_CLOSED = "This host request is closed, use a normal message instead."
69HOST_REQUEST_IN_PAST = "This host request is in the past."
70HOST_REQUEST_NOT_FOUND = "Couldn't find that host request."
71HOST_REQUEST_SENT_OR_RECEIVED = "Can't only list sent and also only received requests."
72HOSTING_STATUS_REQUIRED = "Hosting status is required."
73INCOMPLETE_PROFILE_CREATE_EVENT = "You have to complete your profile before you can create an event."
74INCOMPLETE_PROFILE_SEND_MESSAGE = "You have to complete your profile before you can send a message."
75INCOMPLETE_PROFILE_SEND_REQUEST = "You have to complete your profile before you can send a request."
76INSECURE_PASSWORD = "The password is insecure. Please use one that is not easily guessable."
77INVALID_BIRTHDATE = "You must be at least 18 years old to sign up."
78INVALID_COMMENT = "You cannot post an empty comment."
79INVALID_COORDINATE = "Invalid coordinate."
80INVALID_DATE = "Invalid date."
81INVALID_DELIVERY_METHOD = "Invalid delivery method."
82INVALID_EMAIL = "Invalid email."
83INVALID_GUIDE_LOCATION = "You need to either supply an address and location or neither for a guide."
84INVALID_HOST_REQUEST_STATUS = "You can't set the host request status to that."
85INVALID_LANGUAGE = "Invalid language."
86INVALID_MESSAGE = "Invalid message."
87INVALID_NAME = "Name not supported."
88INVALID_NOTIFICATION_PREFERENCE = "Invalid notification preference."
89INVALID_PASSWORD = "Wrong password."
90INVALID_PHONE = "Phone number must be in international format without punctuation."
91INVALID_RECIPIENTS = "Invalid recipients list."
92INVALID_REGION = "Invalid region."
93INVALID_TOKEN = "Invalid token."
94INVALID_USERNAME = "Invalid username."
95INVITE_PERMISSION_DENIED = "You're not allowed to invite users."
96LAST_ADMIN_CANT_LEAVE = "The last admin can't leave a group chat."
97MISSING_DISCUSSION_CONTENT = "Missing discussion content."
98MISSING_DISCUSSION_TITLE = "Missing discussion title."
99MISSING_EVENT_ADDRESS_LOCATION_OR_LINK = "Missing event address, location, or link."
100MISSING_EVENT_ADDRESS_OR_LOCATION = "Missing event address or location."
101MISSING_EVENT_CONTENT = "Missing event content."
102MISSING_EVENT_TITLE = "Missing event title."
103MISSING_PAGE_ADDRESS = "Missing page address."
104MISSING_PAGE_CONTENT = "Missing page text."
105MISSING_PAGE_LOCATION = "Missing page geo-location."
106MISSING_PAGE_PARENT = "Missing page parent."
107MISSING_PAGE_TITLE = "Missing page title."
108MOD_NOTE_NEED_TO_ACKNOWELDGE = "You need to read and acknolwedge the mod note."
109MOD_NOTE_NOT_FOUND = "Mod note not found."
110MUST_ACCEPT_COMMUNITY_GUIDELINES = "You must accept the Community Guidelines."
111MUST_ACCEPT_TOS = "You must accept the Terms of Service."
112MUST_CONFIRM_ACCOUNT_DELETE = "Please confirm your account deletion."
113MUST_CONFIRM_LOGOUT_OTHER_SESSIONS = "Please confirm you want to log out of other sessions."
114MUST_INCLUDE_OWN_GENDER = "You must include your own gender in the gender filter."
115NEED_STRONG_VERIFICATION = "You need Strong Verification to use that feature."
116NEED_TO_SPECIFY_AT_LEAST_ONE_USER = "You need to specify at least one user."
117NO_MULTIPOLYGON = "GeoJson was not of type MultiPolygon."
118NO_PENDING_VERIFICATION = "No phone number to verify."
119NO_RECIPIENTS = "No recipients."
120NODE_MODERATE_PERMISSION_DENIED = "You're not allowed to moderate that community"
121NOT_DONATED = "Please complete donation to get phone verified."
122NOT_IN_COMMUNITY = "You're not in that community."
123NOT_IN_GROUP = "You're not in that group."
124NOT_THE_HOST = "You are not the host of this request."
125ONLINE_EVENT_MISSING_PARENT_COMMUNITY = "The online event is missing a parent community."
126ONLINE_EVENT_REQUIRES_LINK = "An online-only event requires a link."
127ONLY_ADMIN_CAN_EDIT = "Only admins can edit the chat."
128ONLY_ADMIN_CAN_MAKE_ADMIN = "Only admins can make other users admins."
129ONLY_ADMIN_CAN_REMOVE_ADMIN = "Only admins can remove admins."
130ONLY_ADMIN_CAN_REMOVE_USER = "Only admins can remove users."
131PAGE_NOT_FOUND = "Page not found."
132PAGE_TRANSFER_PERMISSION_DENIED = "You're not allowed to transfer that page."
133PAGE_UPDATE_PERMISSION_DENIED = "You're not allowed to update that page."
134PASSWORD_TOO_LONG = "The password must be less than 256 characters."
135PASSWORD_TOO_SHORT = "The password must be 8 or more characters long."
136PHOTO_NOT_FOUND = "Photo not found."
137PUSH_NOTIFICATIONS_DISABLED = "Push notifications are currently disabled."
138REFERENCE_ALREADY_GIVEN = "Reference already given."
139REFERENCE_INVALID_RATING = "The rating must be between 0 and 1, inclusive."
140REFERENCE_NO_TEXT = "The text of a reference must not be empty"
141REQUESTED_TOO_MANY_USERS = "You can't request that many users at a time."
142REVERIFICATION_TOO_EARLY = "Too early for a new phone number verification. Please try again later."
143SIGNUP_FLOW_ACCOUNT_FILLED = "Account part already filled in."
144SIGNUP_FLOW_BASIC_FILLED = "Basic part already filled in."
145SIGNUP_FLOW_BASIC_NEEDED = "Basic part needed to sign up."
146SIGNUP_FLOW_EMAIL_STARTED_SIGNUP = "Please check your email for a link to continue signing up."
147SIGNUP_FLOW_EMAIL_TAKEN = "That email address is already associated with an account. Please log in instead!"
148SIGNUP_FLOW_FEEDBACK_FILLED = "Feedback part already filled in."
149STRONG_VERIFICATION_ALREADY_VERIFIED = "You already have strong verification."
150STRONG_VERIFICATION_ATTEMPT_NOT_FOUND = "Strong verification attempt not found."
151STRONG_VERIFICATION_DISABLED = "Strong verification is currently disabled."
152THREAD_NOT_FOUND = "Discussion thread not found."
153TOO_MANY_SMS_CODE_ATTEMPTS = "Too many sms code attempts performed."
154UNKNOWN_ERROR = "An unknown backend error occurred. Please consider filing a bug!"
155UNRECOGNIZED_PHONE_NUMBER = "Your mobile phone number is not recognized. Please double-check it and contact support if this error persists." # fmt: skip
156UPLOAD_NOT_FOUND = "Upload not found."
157USER_ALREADY_ADMIN = "That user is already an admin."
158USER_ALREADY_BLOCKED = "Target user has already been blocked."
159USER_ALREADY_HAS_BADGE = "The user already has that badge."
160USER_DOES_NOT_HAVE_BADGE = "The user does not have that badge."
161USER_NOT_ADMIN = "That user is not an admin."
162USER_NOT_BLOCKED = "Target user is not blocked."
163USER_NOT_FOUND = "Couldn't find that user."
164USER_NOT_IN_CHAT = "That user is not in that chat."
165USER_NOT_MEMBER = "That user is not in the community."
166USERNAME_NOT_AVAILABLE = "Sorry, that username isn't available."
167WRONG_SIGNATURE = "Wrong signature."
168WRONG_SMS_CODE = "The code is wrong."