2026-02-17 12:22:36 +00:00

498 lines
42 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

account.already_verified: Your account is already verified.
account.communication_disabled: Communication is disabled.
account.disabled: This account has been disabled.
account.email_verification_required_for_guild: You need to verify your email to send messages in this guild.
account.guild_verification_required: Guild verification is required.
account.ip_authorization_required: IP authorization is required.
account.locked_suspicious_activity: Your account is locked due to suspicious activity.
account.phone_required_for_guild: You need to add a phone number to send messages in this guild.
account.scheduled_for_deletion: This account is scheduled for deletion.
account.session_timeout: Session timed out. Refresh the page and log in again.
account.session_token_mismatch: Session token mismatch.
account.suspended_permanently: This account has been permanently suspended.
account.suspended_temporarily: This account has been temporarily suspended.
account.too_new_for_guild: Your account is too new to send messages in this guild.
account.unauthorized: Unauthorized.
admin_and_system.acls_must_be_non_empty: ACLs must be non-empty.
admin_and_system.admin_api_key_not_found: Admin API key wasn't found.
admin_and_system.audit_log_indexing: Audit logs are being indexed. Please try again in a moment.
admin_and_system.channel_indexing: Channels are being indexed. Please try again in a moment.
admin_and_system.creation_failed: We couldn't create the resource. Please try again.
admin_and_system.deletion_failed: We couldn't delete the resource. Please try again.
admin_and_system.decryption_failed: We couldn't decrypt the message. The encryption keys may be invalid or corrupted.
admin_and_system.empty_encrypted_body: Empty encrypted body.
admin_and_system.encryption_failed: We couldn't encrypt the message. The encryption keys may be invalid or corrupted.
admin_and_system.general_error: Something went wrong. Please try again later.
admin_and_system.invalid_acls_format: Invalid ACLs format.
admin_and_system.invalid_api_origin: Invalid API origin.
admin_and_system.invalid_audit_log_reason: Invalid audit log reason.
admin_and_system.invalid_bot_flag: Invalid bot flag.
admin_and_system.invalid_decrypted_json: Invalid decrypted JSON.
admin_and_system.invalid_ephemeral_key: Invalid ephemeral key.
admin_and_system.invalid_flags_format: Invalid flags format.
admin_and_system.invalid_form_body: Invalid form body.
admin_and_system.invalid_format: The provided value is in an invalid format.
admin_and_system.invalid_integer_format: Invalid integer format.
admin_and_system.invalid_iv: Invalid initialisation vector.
admin_and_system.invalid_suspicious_flags_format: Invalid suspicious flags format.
admin_and_system.invalid_system_flag: Invalid system flag.
admin_and_system.invalid_timeout_value: Invalid timeout value.
admin_and_system.invalid_timestamp: Invalid timestamp.
admin_and_system.invalid_timezone_identifier: Invalid timezone identifier.
admin_and_system.missing_acl: Missing ACL.
admin_and_system.missing_ephemeral_key: Missing ephemeral key.
admin_and_system.missing_iv: Missing initialisation vector.
admin_and_system.must_be_iso_timestamp: Must be a valid ISO timestamp.
admin_and_system.processing_failed: We couldn't process the request. Please try again.
admin_and_system.response_validation_failed: 'Response validation failed: {errors}.'
admin_and_system.test_harness_disabled: Test harness is disabled.
admin_and_system.test_harness_forbidden: Test harness is forbidden.
admin_and_system.unknown_suspicious_flag: Unknown suspicious flag.
admin_and_system.update_failed: We couldn't update the resource. Please try again.
admin_and_system.user_must_be_bot_for_system_user: User must be a bot to be marked as a system user.
attachments_and_uploads.attachment_fields_required: '`attachment_id`, `channel_id`, `message_id`, and `expires_at` are required.'
attachments_and_uploads.attachment_ids_must_be_valid_integers: '`attachment_id`, `channel_id`, and `message_id` must be valid integers.'
attachments_and_uploads.cannot_edit_attachment_metadata: Users with MANAGE_MESSAGES can only edit attachment descriptions, not other metadata.
attachments_and_uploads.attachment_metadata_without_files: Attachment metadata included a filename, but no files were uploaded.
attachments_and_uploads.attachment_must_be_image: Attachment "{filename}" must be an image file (png, jpg, jpeg, webp, or gif).
attachments_and_uploads.attachment_not_found_in_message: Attachment with ID {attachmentId} wasn't found in the message.
attachments_and_uploads.attachments_metadata_required_when_uploading: Attachments metadata array is required when uploading files.
attachments_and_uploads.attachments_not_allowed_for_message: Attachments aren't allowed for this message.
attachments_and_uploads.cannot_reference_attachments_without_attachments: You can't reference attachments when no attachments are provided.
attachments_and_uploads.duplicate_attachment_ids_not_allowed: Duplicate attachment IDs aren't allowed.
attachments_and_uploads.duplicate_file_index: 'Duplicate file index: {index}.'
attachments_and_uploads.failed_to_parse_multipart_form_data: We couldn't parse the multipart form data. Check that all field names and filenames are properly formatted.
attachments_and_uploads.failed_to_parse_multipart_payload: We couldn't parse the multipart payload.
attachments_and_uploads.failed_to_upload_image: We couldn't upload the image. Please try again.
attachments_and_uploads.file_index_exceeds_maximum: File index {index} exceeds the maximum allowed index of {maxIndex}.
attachments_and_uploads.file_not_found_for_scanning: File not found for scanning.
attachments_and_uploads.file_not_found: File not found.
attachments_and_uploads.file_size_too_large: File size is too large. Maximum file size is {maxSize}.
attachments_and_uploads.filename_empty_after_normalization: Filename can't be empty after normalization.
attachments_and_uploads.filename_invalid_characters: Filename contains invalid characters.
attachments_and_uploads.filename_length_invalid: Filename must be between {min} and {max} characters.
attachments_and_uploads.filename_mismatch_for_attachment: 'Filename mismatch for attachment {attachmentId}: metadata specifies "{expectedFilename}", but it doesn''t match.'
attachments_and_uploads.image_size_exceeds_limit: Image size exceeds {maxSize} bytes.
attachments_and_uploads.invalid_file_field_name: 'Invalid file field name: {key}. Expected format: `files[N]` where N is a number.'
attachments_and_uploads.invalid_image_data: Invalid image data.
attachments_and_uploads.invalid_image_format: 'Invalid image format. Supported extensions: {supportedExtensions}.'
attachments_and_uploads.invalid_json_in_payload_json: Invalid JSON in `payload_json`.
attachments_and_uploads.multiple_files_for_index_not_allowed: Multiple files for index {index} aren't allowed.
attachments_and_uploads.no_file_uploaded_for_attachment_metadata: No file was uploaded for attachment metadata with ID {attachmentId}.
attachments_and_uploads.no_file_uploaded_for_attachment: No file was uploaded for attachment with ID {attachmentId}.
attachments_and_uploads.no_metadata_for_file: No metadata was provided for file with ID {fileId}.
attachments_and_uploads.no_valid_media_in_message: No valid media was found in the message.
attachments_and_uploads.payload_json_required_for_multipart: '`payload_json` field is required for multipart messages.'
attachments_and_uploads.preview_must_be_jpeg: Preview must be JPEG.
attachments_and_uploads.referenced_attachment_not_found: Referenced attachment "{filename}" wasn't found in message attachments.
attachments_and_uploads.size_bytes_must_be_valid_integer: '`size_bytes` must be a valid integer.'
attachments_and_uploads.too_many_files: Too many files. Maximum {maxFiles} {maxFiles, plural, one {file} other {files}} allowed.
attachments_and_uploads.unknown_image_format: Unknown image format.
attachments_and_uploads.unresolved_attachment_url: Unresolved `attachment://` URL detected. This should have been resolved before embed processing.
attachments_and_uploads.uploaded_attachment_not_found: Uploaded attachment {filename} wasn't found.
auth_and_oauth.application_not_owned: You don't own this application.
auth_and_oauth.bot_already_in_guild: This bot is already in the guild.
auth_and_oauth.bot_users_cannot_create_auth_sessions: Bot users can't create auth sessions.
auth_and_oauth.bot_users_cannot_use_auth_endpoints: Bot users can't use auth endpoints.
auth_and_oauth.handoff_code_expired: Handoff code expired.
auth_and_oauth.handoff_code_invalid: Invalid handoff code.
auth_and_oauth.http_get_authorize_not_supported: GET /oauth2/authorize isn't supported. Use POST /oauth2/authorize/consent.
auth_and_oauth.invalid_client_secret: Invalid client secret.
auth_and_oauth.invalid_client: Invalid client.
auth_and_oauth.invalid_code: Invalid code.
auth_and_oauth.invalid_grant: The authorization grant is invalid, expired, or has been revoked.
auth_and_oauth.invalid_or_expired_authorization_ticket: Invalid or expired authorization ticket.
auth_and_oauth.invalid_or_expired_authorization_token: Invalid or expired authorization token.
auth_and_oauth.invalid_or_expired_ticket: Invalid or expired ticket.
auth_and_oauth.invalid_proof_token: Invalid proof token.
auth_and_oauth.invalid_redirect_uri: Invalid redirect URI.
auth_and_oauth.invalid_request: Invalid request.
auth_and_oauth.invalid_scope: The requested scope isn't supported or you don't have permission to request it.
auth_and_oauth.invalid_sudo_token: Invalid sudo token.
auth_and_oauth.invalid_token_admin_api_key: Invalid admin API key.
auth_and_oauth.missing_authorization: Missing or invalid authorization header.
auth_and_oauth.missing_client_secret: Missing client secret.
auth_and_oauth.missing_redirect_uri: Missing redirect URI.
auth_and_oauth.must_start_session_before_sending_messages: You must start a session before sending messages.
auth_and_oauth.oauth_admin_scope_required: OAuth2 tokens require the admin scope to access admin endpoints.
auth_and_oauth.oauth_fields_missing: Missing OAuth fields.
auth_and_oauth.redirect_uri_required_for_non_bot_scopes: Redirect URI is required for non-bot scopes.
auth_and_oauth.response_type_must_be_code_for_non_bot_scopes: Response type must be code for non-bot scopes.
auth_and_oauth.sudo_mode_required: Sudo mode is required.
auth_and_oauth.unknown_application: Unknown application.
auth_and_oauth.unsupported_response_type: Unsupported response type.
auth_and_registration.current_password_incorrect: Current password is incorrect.
auth_and_registration.password_is_too_common: Your password is too common. Please choose a more unique password.
auth_and_registration.password_not_set: Password isn't set.
bots.bot_application_not_found: Bot application wasn't found.
bots.bot_discriminator_cannot_be_changed: Bot discriminator can't be changed.
bots.bot_is_private: This bot is private.
bots.bot_user_generation_failed: Bot user generation failed.
bots.bot_user_not_found: Bot user wasn't found.
bots.invalid_response_type_for_non_bot: Response type must be code for non-bot scopes.
bots.not_a_bot_application: This application isn't a bot.
calls_and_voice.call_already_exists: A call is already in progress in this channel.
calls_and_voice.cannot_modify_voice_state: You can't modify voice state.
calls_and_voice.invalid_or_restricted_rtc_region: 'Invalid or restricted RTC region: {region}.'
calls_and_voice.invalid_rtc_region: 'Invalid RTC region: {region}. Available regions: {availableRegions}.'
calls_and_voice.invalid_stream_key_format: Invalid stream key format.
calls_and_voice.invalid_stream_thumbnail_payload: Invalid stream thumbnail payload.
calls_and_voice.no_active_call: No active call.
calls_and_voice.stream_key_channel_mismatch: Stream key channel mismatch.
calls_and_voice.stream_key_scope_mismatch: Stream key scope mismatch.
calls_and_voice.stream_thumbnail_payload_empty: Stream thumbnail payload is empty.
calls_and_voice.unknown_voice_region: Unknown voice region.
calls_and_voice.unknown_voice_server: Unknown voice server.
calls_and_voice.voice_message_duration_exceeds_limit: Voice message duration can't exceed {maxDuration} {maxDuration, plural, one {second} other {seconds}}.
calls_and_voice.voice_message_duration_required: Voice message attachments must specify a duration.
calls_and_voice.voice_message_waveform_required: Voice message attachments must include waveform data.
calls_and_voice.voice_messages_require_single_attachment: Voice messages must contain exactly one attachment.
captcha.invalid: Invalid captcha.
captcha.required: Captcha is required.
connections.already_exists: A connection of this type with this identifier already exists.
connections.bluesky_oauth_callback_failed: We couldn't complete the Bluesky connection. Please try again.
connections.bluesky_oauth_not_enabled: Bluesky connections aren't enabled on this server.
connections.bluesky_oauth_session_expired: Your Bluesky session has expired. Please reconnect your account.
connections.bluesky_oauth_state_invalid: The authorisation request has expired or is invalid. Please try again.
connections.invalid_identifier: The connection identifier is invalid.
connections.invalid_type: The connection type is not supported.
connections.initiation_token_invalid: The connection initiation token is invalid or has expired.
connections.limit_reached: You've reached the maximum number of connections ({limit}).
connections.not_found: Unknown connection.
connections.verification_failed: Connection verification failed. Ensure the verification token is correctly placed.
channels_and_guilds.afk_channel_must_be_in_guild: AFK channel must be in this guild.
channels_and_guilds.afk_channel_must_be_voice: AFK channel must be a voice channel.
channels_and_guilds.all_channels_must_belong_to_guild: All channels must belong to this guild.
channels_and_guilds.animated_guild_banner_requires_feature: Animated guild banner requires ANIMATED_BANNER feature.
channels_and_guilds.cannot_execute_on_dm: This action can't be performed in a DM.
channels_and_guilds.cannot_transfer_ownership_to_bot: Guild ownership can't be transferred to a bot.
channels_and_guilds.cannot_leave_guild_as_owner: You can't leave a guild as the owner. Transfer ownership or delete the guild instead.
channels_and_guilds.cannot_position_channel_relative_to_itself: You can't position a channel relative to itself or its descendants.
channels_and_guilds.cannot_report_own_guild: You can't report your own guild.
channels_and_guilds.categories_cannot_have_parent_channel: Categories can't have a parent channel.
channels_and_guilds.categories_cannot_have_parents: Categories can't have parents.
channels_and_guilds.channel_id_required: '`channel_id` is required.'
channels_and_guilds.channel_must_be_dm_or_group_dm: Channel must be a DM or a group DM.
channels_and_guilds.channel_must_be_voice: Channel must be a voice channel.
channels_and_guilds.channel_not_found: Channel not found.
channels_and_guilds.context_channel_or_guild_required: A context channel or guild ID is required.
channels_and_guilds.guild_banner_requires_feature: Guild banner requires BANNER feature.
channels_and_guilds.guild_id_must_match_referenced_message: Guild ID must match the channel the referenced message was fetched from.
channels_and_guilds.invalid_channel_id: 'Invalid channel ID: {channelId}.'
channels_and_guilds.invalid_channel_type_for_call: Calls can only be made in direct messages or group DMs.
channels_and_guilds.invalid_channel_type: Invalid channel type.
channels_and_guilds.invalid_channel: Invalid channel.
channels_and_guilds.invalid_parent_channel: Invalid parent channel.
channels_and_guilds.invite_splash_requires_feature: Invite splash requires INVITE_SPLASH feature.
channels_and_guilds.invites_disabled: Invites are disabled.
channels_and_guilds.max_group_dm_recipients_reached: You've reached the maximum of {count} group DM {count, plural, one {recipient} other {recipients}}.
channels_and_guilds.max_group_dms_reached: You've reached the maximum of {count} group {count, plural, one {DM} other {DMs}}.
channels_and_guilds.max_guild_channels_reached: You've reached the maximum of {count} guild {count, plural, one {channel} other {channels}}.
channels_and_guilds.max_guild_members_reached: You've reached the maximum of {count} guild {count, plural, one {member} other {members}}.
channels_and_guilds.max_guild_roles_reached: You've reached the maximum of {count} guild {count, plural, one {role} other {roles}}.
channels_and_guilds.max_guilds_reached: You've reached the maximum of {count} {count, plural, one {guild} other {guilds}}.
channels_and_guilds.message_history_cutoff_before_guild_creation: Message history cutoff can't be before the community was created.
channels_and_guilds.message_history_cutoff_in_future: Message history cutoff can't be in the future.
channels_and_guilds.parent_channel_not_in_guild: Parent channel isn't present in the guild.
channels_and_guilds.parent_must_be_category: Parent must be a category.
channels_and_guilds.preceding_channel_must_share_parent: Preceding channel must share the same parent as the moved channel.
channels_and_guilds.preceding_channel_not_in_guild: Preceding channel isn't present in the guild.
channels_and_guilds.system_channel_must_be_in_guild: System channel must be in this guild.
channels_and_guilds.system_channel_must_be_text: System channel must be a text channel.
channels_and_guilds.temporary_invite_requires_presence: Temporary invite requires presence.
channels_and_guilds.vanity_url_requires_feature: Vanity URL requires VANITY_URL feature.
channels_and_guilds.voice_channel_full: Voice channel is full.
channels_and_guilds.voice_channels_cannot_be_above_text_channels: Voice channels can't be positioned above text channels within the same category.
colors.color_value_too_high: Color value must not exceed 0xffffff.
colors.color_value_too_low: Color value must be at least 0x000000.
content_and_safety.content_blocked: This content was blocked by safety systems.
content_and_safety.csam_scan_failed: The content safety scan encountered an error. Please try uploading again later.
content_and_safety.csam_scan_parse_error: The content safety scan returned an invalid response. Please try uploading again later.
content_and_safety.csam_scan_subscription_error: The content safety scan service is temporarily unavailable. Please try uploading again later.
content_and_safety.csam_scan_timeout: The content safety scan took too long. Please try uploading again.
content_and_safety.explicit_content_cannot_be_sent: Explicit content can't be sent.
content_and_safety.ncmec_already_submitted: This content has already been submitted to NCMEC.
content_and_safety.ncmec_submission_failed: We couldn't submit the report to NCMEC. Please try again later.
content_and_safety.nsfw_age_restricted: NSFW content is age restricted.
discovery.already_applied: This community has already applied for discovery.
discovery.application_already_reviewed: This discovery application has already been reviewed.
discovery.application_not_found: Discovery application wasn't found.
discovery.description_required: A description is required for discovery listing.
discovery.insufficient_members: This community doesn't meet the minimum member count for discovery.
discovery.invalid_category: Invalid discovery category.
discovery.not_discoverable: This community isn't listed in discovery.
donation.amount_invalid: Donation amount is invalid.
donation.donor_not_found: Donor not found.
donation.magic_link_expired: Magic link has expired.
donation.magic_link_invalid: Magic link is invalid.
donation.magic_link_used: Magic link has already been used.
email.email_already_in_use: Email is already in use.
email.email_required: Email is required.
email.email_service_not_testable: Email service is temporarily unavailable. Please try again later.
email.invalid_format: Invalid email address format.
email.invalid_or_expired_reset_token: Invalid or expired password reset token.
email.invalid_or_expired_revert_token: Invalid or expired revert token.
email.invalid_or_expired_verification_token: Invalid or expired verification token.
email.invalid_or_password: Invalid email or password.
email.invalid_token: Invalid email token.
email.invalid_verification_code: Invalid verification code.
email.length_invalid: Email address must be between {min} and {max} characters.
email.must_be_changed_via_token: Email must be changed via token.
email.must_change_via_token: Email must be changed via `email_token`.
email.must_have_email_to_change_it: You must have an email address to change it.
email.new_email_must_be_different: New email must be different from your current email.
email.no_new_email_requested: No new email was requested.
email.no_original_email_on_record: No original email is on record.
email.original_email_already_verified: Original email is already verified.
email.original_email_must_be_verified_first: Original email must be verified first.
email.original_verification_not_required: Original verification isn't required for this flow.
email.token_expired: Email token expired.
email.user_has_no_email_address: This user doesn't have an email address.
email.user_is_not_pending_verification: This user isn't pending verification.
email.verification_code_expired: Verification code has expired.
email.verification_code_not_issued: No verification code has been issued.
embeds.embed_index_out_of_bounds: Embed index {embedIndex} is out of bounds (message has {embedCount} {embedCount, plural, one {embed} other {embeds}}).
embeds.embed_splash_requires_feature: Embed splash requires INVITE_SPLASH feature.
embeds.embeds_exceed_max_characters: Embeds must not exceed {maxCharacters} {maxCharacters, plural, one {character} other {characters}} characters in total.
embeds.too_many_embeds: Too many embeds. Maximum {maxEmbeds} {maxEmbeds, plural, one {embed} other {embeds}} allowed.
feature_flags.feature_not_available_self_hosted: This feature isn't available on self-hosted instances.
feature_flags.feature_temporarily_disabled: This feature is temporarily disabled.
friends_and_dms.already_friends: You're already friends with this user.
friends_and_dms.at_least_one_recipient_required_to_seed_private_channels: At least one recipient is required to seed private channels.
friends_and_dms.at_least_one_recipient_required: At least one recipient is required.
friends_and_dms.bots_cannot_send_friend_requests: Bots can't send friend requests.
friends_and_dms.cannot_add_yourself_to_group_dm: You can't add yourself to a group DM.
friends_and_dms.cannot_dm_yourself: You can't DM yourself.
friends_and_dms.cannot_send_friend_request_to_blocked_user: You can't send a friend request to a blocked user.
friends_and_dms.cannot_send_friend_request_to_self: You can't send a friend request to yourself.
friends_and_dms.cannot_send_messages_to_user: You can't send messages to this user.
friends_and_dms.duplicate_recipients_not_allowed: Duplicate recipients aren't allowed.
friends_and_dms.friend_request_blocked: User does not accept friend requests at this time.
friends_and_dms.not_friends: You're not friends with this user.
friends_and_dms.recipient_ids_cannot_be_empty: Recipient IDs can't be empty.
friends_and_dms.recipient_ids_must_be_strings: Recipient IDs must be strings.
friends_and_dms.recipient_ids_must_be_valid_snowflakes: Recipient IDs must be valid snowflakes.
harvest.expired: Your data export request has expired. Please request a new export.
harvest.failed: Your data export request failed. Please try again.
harvest.not_ready: Your data export is still being prepared. Please check back in a few moments.
harvest.on_cooldown: You can only request a data export once every 7 days.
harvest.unknown: Unknown harvest.
http.bad_gateway: Bad gateway.
http.bad_request: Bad request.
http.conflict: Conflict.
http.forbidden: Forbidden.
http.gateway_timeout: Gateway timeout.
http.gone: Gone.
http.internal_server_error: Internal server error.
http.method_not_allowed: Method not allowed.
http.not_found: Not found.
http.not_implemented: Not implemented.
http.service_unavailable: Service unavailable.
http.validation_error: Validation failed.
invites_and_beta.invalid_or_already_used_beta_code: Invalid or already used beta code.
invites_and_beta.max_beta_codes_reached: You've reached the maximum of {count} beta {count, plural, one {code} other {codes}}.
invites_and_beta.unknown_beta_code: Unknown beta code.
invites_and_gifts.gift_code_already_redeemed: Gift code is already redeemed.
invites_and_gifts.stripe_gift_redemption_in_progress: Gift code redemption is in progress. Try again in a moment.
invites_and_gifts.unknown_gift_code: Unknown gift code.
invites_and_packs.emoji_requires_access: You can't use this emoji without access to its guild or installed pack.
invites_and_packs.invalid_pack_type: Invalid pack type.
invites_and_packs.max_animated_emojis_reached: You've reached the maximum of {count} animated {count, plural, one {emoji} other {emojis}}.
invites_and_packs.max_emojis_reached: You've reached the maximum of {count} {count, plural, one {emoji} other {emojis}}.
invites_and_packs.max_pack_expressions_reached: You've reached the maximum of {count} pack {count, plural, one {expression} other {expressions}}.
invites_and_packs.max_packs_reached: You've reached the maximum of {count} {count, plural, one {pack} other {packs}}.
invites_and_packs.pack_access_denied: You don't have permission to access this pack.
limits.at_least_one_entry_required: At least one entry is required.
limits.base64_length_invalid: Base64 string length must be between {min} and {maxLength} characters.
limits.bucket_required: '`bucket` is required.'
limits.cannot_shrink_reserved_slots: You can't shrink reserved slots.
limits.cannot_specify_before_and_after: You can't specify both `before` and `after`.
limits.integer_out_of_int64_range: Integer value is out of the valid int64 range.
limits.content_exceeds_max_length: Text must not exceed {maxLength} {maxLength, plural, one {character} other {characters}}.
limits.rows_required: '`rows` is required.'
limits.string_length_exact: String must be exactly {length} characters.
limits.string_length_invalid: String length must be between {min} and {max} characters.
limits.timeout_cannot_exceed_365_days: Timeout can't be longer than {maxDays} {maxDays, plural, one {day} other {days}} from now.
limits.value_must_be_integer_in_range: The value for `{name}` must be an integer between {minValue} and {maxValue}.
limits.value_too_small: Value is too small.
media_and_memes.favorite_meme_name_required: Favourite meme name is required.
media_and_memes.favorite_meme_not_found: Favourite meme wasn't found.
media_and_memes.max_favorite_memes_reached: You've reached the maximum of {count} favourite {count, plural, one {meme} other {memes}}.
media_and_memes.media_already_in_favorites: This media is already in your favourite memes.
media_and_memes.media_metadata_error: Media metadata error.
media_and_memes.unknown_favorite_meme: Unknown favourite meme.
messages.cannot_delete_more_than_100: You can't delete more than {max} {max, plural, one {message} other {messages}} at once.
messages.cannot_edit_others_message: You can't edit another user's message.
messages.cannot_preload_more_than_100_channels: You can't preload more than {max} {max, plural, one {channel} other {channels}} at once.
messages.cannot_reply_to_system_message: You can't reply to a system message.
messages.cannot_send_empty_message: You can't send an empty message.
messages.forward_messages_cannot_include_extra_content: Forwarded messages can't include content, embeds, attachments, or stickers.
messages.forward_reference_requires_channel_and_message: Forward message reference must include `channel_id` and `message_id`.
messages.invalid_message_data: Invalid message data.
messages.invalid_scheduled_message_payload: Invalid scheduled message payload.
messages.message_ids_cannot_be_empty: "`message_ids` can't be empty."
messages.messages_array_required: '`messages` array is required and must not be empty.'
messages.messages_with_snapshots_cannot_be_edited: Messages with snapshots can't be edited.
messages.scheduled_messages_max_30_days: Scheduled messages can be at most 30 days in the future.
messages.scheduled_send_datetime_invalid: Invalid date or time for scheduled send.
messages.scheduled_time_must_be_future: Scheduled time must be in the future.
messages.voice_messages_attachment_must_be_audio: Voice message attachments must be audio files.
messages.voice_messages_cannot_have_content: Voice messages can't have text content.
messages.voice_messages_cannot_have_embeds: Voice messages can't have embeds.
messages.voice_messages_cannot_have_favorite_memes: Voice messages can't have favourite memes.
messages.voice_messages_cannot_have_stickers: Voice messages can't have stickers.
mfa_and_passkeys.invalid_mfa_code: Invalid MFA code.
mfa_and_passkeys.invalid_webauthn_authentication_counter: Invalid WebAuthn authentication counter.
mfa_and_passkeys.invalid_webauthn_credential_counter: Invalid WebAuthn credential counter.
mfa_and_passkeys.invalid_webauthn_credential: Failed to verify WebAuthn credential.
mfa_and_passkeys.invalid_webauthn_public_key_format: Invalid WebAuthn public key format.
mfa_and_passkeys.must_enable_2fa_before_enforcing_for_mods: You must enable 2FA on your account before requiring it for moderators.
mfa_and_passkeys.no_passkeys_registered: No passkeys are registered.
mfa_and_passkeys.passkey_authentication_failed: Passkey authentication failed.
mfa_and_passkeys.passkeys_disabled: Passkeys are disabled.
mfa_and_passkeys.two_factor_not_enabled: Two-factor authentication isn't enabled.
mfa_and_passkeys.two_factor_required: Two-factor authentication is required.
mfa_and_passkeys.unknown_webauthn_credential: Unknown WebAuthn credential.
mfa_and_passkeys.webauthn_credential_limit_reached: You've reached the maximum of {count} WebAuthn {count, plural, one {credential} other {credentials}}.
misc_limits.max_bookmarks_reached: You've reached the maximum of {count} {count, plural, one {bookmark} other {bookmarks}}.
misc_limits.max_category_channels_reached: You've reached the maximum of {count} category {count, plural, one {channel} other {channels}}.
misc_limits.max_friends_reached: You've reached the maximum of {count} {count, plural, one {friend} other {friends}}.
misc_limits.max_invites_reached: You've reached the maximum of {count} {count, plural, one {invite} other {invites}}.
misc_limits.max_pins_per_channel_reached: You've reached the maximum of {count} {count, plural, one {pin} other {pins}} per channel.
misc.cannot_send_messages_in_non_text_channel: You can't send messages in a non-text channel.
misc.cannot_send_messages_in_this_guild_without_email_verification: You need to verify your email to send messages in this guild.
misc.invalid_job_id: Invalid job ID.
misc.invalid_permissions_integer: Permissions must be a valid integer.
misc.invalid_permissions_negative: Permissions must be non-negative.
misc.invalid_request_generic: Invalid request.
misc.invalid_snowflake: Invalid snowflake.
misc.job_already_processed: Job is already processed.
misc.job_id_required: Job ID is required.
misc.job_not_found: Job not found.
misc.max_files_exceeded: Too many files. Maximum {maxFiles} {maxFiles, plural, one {file} other {files}} allowed.
misc.must_have_bot_to_mark_system_user: User must be a bot to be marked as a system user.
moderation_and_reports.cannot_report_own_message: You can't report your own message.
moderation_and_reports.cannot_report_yourself: You can't report yourself.
moderation_and_reports.invalid_dsa_report_target: Invalid DSA report target.
moderation_and_reports.invalid_dsa_ticket: Invalid DSA ticket.
moderation_and_reports.invalid_dsa_verification_code: Invalid DSA verification code.
moderation_and_reports.report_already_resolved: Report already resolved.
moderation_and_reports.report_banned: You've been banned from submitting reports.
moderation_and_reports.unknown_report: Unknown report.
moderation_and_reports.user_is_not_banned: This user isn't banned.
names_and_normalization.channel_name_empty_after_normalization: Channel name can't be empty after normalization.
names_and_normalization.name_empty_after_normalization: Name can't be empty after normalization.
permissions.missing_access: You don't have access to this resource or feature.
permissions.missing_permissions: You don't have the permissions required to perform this action.
permissions.not_owner_of_admin_api_key: You don't have permission to modify this admin API key.
permissions.user_banned_from_guild: This user is banned from this guild.
permissions.user_ip_banned_from_guild: This user's IP is banned from this guild.
permissions.user_not_in_channel: This user isn't in the channel.
permissions.user_not_in_voice: This user isn't in voice.
permissions.user_owns_guilds: This user owns guilds.
phone.invalid_number: Invalid phone number.
phone.number_already_used: Phone number is already in use.
phone.number_format_required: Phone number must be in E.164 format (for example, +1234567890).
phone.phone_required_for_sms_mfa: A phone number is required for SMS MFA.
phone.sms_mfa_not_enabled: SMS MFA isn't enabled.
phone.sms_mfa_requires_totp: SMS MFA requires TOTP.
phone.sms_verification_unavailable: SMS verification is temporarily unavailable. Please try again later.
phone.verification_code_invalid: Invalid phone verification code.
phone.verification_required: Phone verification is required.
premium_and_plans.animated_avatars_require_premium: Animated avatars require Premium.
premium_and_plans.banners_require_premium: Banners require Premium.
premium_and_plans.bio_requires_premium_for_length: A bio longer than {maxLength} characters requires Premium.
premium_and_plans.cannot_redeem_plutonium_with_visionary: You can't redeem Plutonium with Visionary.
premium_and_plans.custom_emojis_outside_source_require_premium: You can't use custom emojis outside their source guilds without Premium.
premium_and_plans.custom_stickers_in_dms_require_premium: You can't use custom stickers in DMs without Premium.
premium_and_plans.custom_stickers_outside_source_require_premium: You can't use custom stickers outside their source guilds without Premium.
premium_and_plans.discriminator_change_requires_premium: Changing your discriminator requires Premium.
premium_and_plans.no_active_subscription: No active subscription.
premium_and_plans.no_visionary_slots_available: No Visionary slots are available.
premium_and_plans.premium_required_for_custom_emoji: Premium is required to use a custom emoji.
premium_and_plans.visionary_required_for_bot_discriminator: You must be on the Visionary lifetime plan to customise bot discriminators.
premium_and_plans.visionary_required_for_discriminator: You must be on the Visionary lifetime plan to use that discriminator.
rate_limits.accent_color_changed_too_often: You've changed your accent colour too often recently. Please try again in {minutes} {minutes, plural, one {minute} other {minutes}}.
rate_limits.avatar_changed_too_often: You've changed your avatar too often recently. Please try again in {minutes} {minutes, plural, one {minute} other {minutes}}.
rate_limits.banner_changed_too_often: You've changed your banner too often recently. Please try again in {minutes} {minutes, plural, one {minute} other {minutes}}.
rate_limits.bio_changed_too_often: You've changed your bio too often recently. Please try again in {minutes} {minutes, plural, one {minute} other {minutes}}.
rate_limits.ip_authorization_resend_cooldown: IP authorization resend is on cooldown.
rate_limits.ip_authorization_resend_limit_exceeded: IP authorization resend limit exceeded.
rate_limits.phone_rate_limit_exceeded: Phone rate limit exceeded.
rate_limits.pronouns_changed_too_often: You've changed your pronouns too often recently. Please try again in {minutes} {minutes, plural, one {minute} other {minutes}}.
rate_limits.rate_limited: You're being rate limited.
rate_limits.slowmode_rate_limited: Slow mode rate limited.
rate_limits.username_changed_too_often: You've changed your username too often recently. Please try again in {minutes} {minutes, plural, one {minute} other {minutes}}.
roles.cannot_reorder_everyone_role: You can't reorder the @everyone role.
roles.cannot_set_everyone_hoist: You can't set hoist position for the @everyone role.
roles.cannot_use_same_role_as_preceding: You can't use the same role as a preceding role.
roles.invalid_role_id: 'Invalid role ID: {roleId}.'
roles.parse_and_users_or_roles_cannot_be_used_together: You can't use `parse` together with `allowed_mentions.users` or `allowed_mentions.roles`.
roles.preceding_role_not_in_guild: Preceding role isn't present in the guild.
stickers_and_emojis.custom_emoji_not_found: Custom emoji wasn't found.
stickers_and_emojis.custom_sticker_not_found: Custom sticker wasn't found.
stickers_and_emojis.emoji_requires_guild_or_pack_access: You can't use this emoji without access to its guild or installed pack.
stickers_and_emojis.max_reactions_reached: You've reached the maximum of {count} {count, plural, one {reaction} other {reactions}}.
stickers_and_emojis.max_stickers_reached: You've reached the maximum of {count} {count, plural, one {sticker} other {stickers}}.
stickers_and_emojis.not_valid_unicode_emoji: Not a valid unicode emoji.
stickers_and_emojis.unknown_emoji: Unknown emoji.
stickers_and_emojis.unknown_sticker: Unknown sticker.
stripe.error: Payment processing encountered an error. Please try again or contact support.
stripe.invalid_product_configuration: Invalid product configuration.
stripe.invalid_product_selection: Invalid product selection.
stripe.no_active_subscription_found: No active subscription found.
stripe.no_purchase_history_customer_portal_unavailable: No purchase history found. Customer portal isn't available.
stripe.no_subscription_found: No subscription found.
stripe.payment_not_available: Payment processing is temporarily unavailable. Please try again later.
stripe.subscription_already_canceling: Subscription is already set to cancel at period end.
stripe.subscription_not_canceling: Subscription isn't set to cancel.
stripe.subscription_period_end_missing: Subscription current_period_end is missing.
stripe.webhook_not_available: Webhook processing isn't available.
stripe.webhook_signature_invalid: Stripe webhook signature is invalid.
stripe.webhook_signature_missing: Stripe webhook signature is missing.
tickets.ticket_already_completed: This ticket has already been completed.
tos_and_age.date_of_birth_format_invalid: Invalid date of birth format.
tos_and_age.must_agree_to_tos_and_privacy: You must agree to the Terms of Service and Privacy Policy.
tos_and_age.must_be_minimum_age: You must be at least {minAge} {minAge, plural, one {year} other {years}} old to create an account.
unknown_entities.unknown_application: Application wasn't found.
unknown_entities.unknown_channel: Channel wasn't found.
unknown_entities.unknown_guild: Guild wasn't found.
unknown_entities.unknown_invite: Invite wasn't found or is no longer valid.
unknown_entities.unknown_member: Member wasn't found in this guild.
unknown_entities.unknown_message: Message wasn't found.
unknown_entities.unknown_pack: Pack wasn't found.
unknown_entities.unknown_role: Role wasn't found.
unknown_entities.unknown_user_flag: The specified user flag isn't recognized.
unknown_entities.unknown_user: User wasn't found.
urls.invalid_url_format: Invalid URL format.
urls.invalid_url_or_attachment_reference: Invalid URL format or attachment reference.
urls.url_length_invalid: URL must be between {min} and {max} characters.
usernames_and_tags.discriminator_invalid_format: Discriminator must be {min}{max} digits.
usernames_and_tags.discriminator_out_of_range: Discriminator must be between {min} and {max}.
usernames_and_tags.discriminator_required: Discriminator is required.
usernames_and_tags.display_name_length_invalid: Display name must be between {min} and {max} characters.
usernames_and_tags.display_name_reserved_terms: Display name can't contain "system message".
usernames_and_tags.display_name_reserved_value: Display name can't be "everyone" or "here".
usernames_and_tags.global_name_length_invalid: Global name must be between {min} and {max} characters.
usernames_and_tags.global_name_reserved_value: Global name can't be "everyone" or "here".
usernames_and_tags.tag_already_taken: This tag is already taken.
usernames_and_tags.too_many_users_with_this_username: There are too many users with this username.
usernames_and_tags.too_many_users_with_username_try_different: There are too many users with this username. Try a different username.
usernames_and_tags.unclaimed_accounts_can_only_set_email_via_token: Unclaimed accounts can only set email via token.
usernames_and_tags.username_invalid_characters: Username can only contain Latin letters (a-z, A-Z), numbers (0-9), and underscores (_).
usernames_and_tags.username_length_invalid: Username must be between {min} and {max} characters.
usernames_and_tags.username_not_available: This username is not available.
usernames_and_tags.username_reserved_terms: Username can't contain "fluxer" or "system message".
usernames_and_tags.username_reserved_value: Username can't be "everyone" or "here".
vanity_urls.vanity_url_already_taken: This vanity URL is already taken.
vanity_urls.vanity_url_code_already_taken: Vanity URL code is already taken.
vanity_urls.vanity_url_code_cannot_contain_fluxer: Vanity URL code can't contain "fluxer".
vanity_urls.vanity_url_code_length_invalid: Vanity URL code must be between {min} and {max} characters.
vanity_urls.vanity_url_invalid_characters: Vanity URL can only contain lowercase letters (a-z), digits (0-9), and hyphens (-).
webhooks.cannot_modify_system_webhook: You can't edit system messages.
webhooks.max_webhooks_per_channel_reached: You've reached the maximum of {count} {count, plural, one {webhook} other {webhooks}} per channel.
webhooks.max_webhooks_per_guild_reached: You've reached the maximum of {count} {count, plural, one {webhook} other {webhooks}} per guild.
webhooks.max_webhooks_reached: You've reached the maximum of {count} {count, plural, one {webhook} other {webhooks}}.
webhooks.unknown_webhook: Unknown webhook.
webhooks.webhook_name_length_invalid: Webhook name must be between {min} and {max} characters.