// en/profile
export const profile = {
  avatar_title: 'Profile picture',
  avatar_upload: 'Change profile picture',
  avatar_use_gravatar: 'Use Gravatar photo',
  avatar_use_default: 'Remove — revert to default',
  avatar_under_review: 'Under review',
  avatar_rejected: 'Photo rejected',
  avatar_rejected_reason_nudity: 'Image contains inappropriate content',
  avatar_rejected_reason_violence: 'Image contains violent content',
  avatar_rejected_reason_other: 'Image does not meet community guidelines',
  avatar_reupload: 'Upload a different photo',
  display_name: 'Display name',
  phone_label: 'Phone',
  phone_immutable: 'Cannot be changed',
  purchases_label: 'purchases',
  addresses_title: 'Addresses',
  add_address: 'Add address',
  address_label: 'Address name',
  address_label_placeholder: 'e.g. Home, Office',
  use_my_location: 'Use my location',
  email_title: 'Email',
  email_2fa: 'Two-factor authentication',
  payment_methods_title: 'Payment methods',
  payment_default: 'Default',
  add_payment: 'Add card',
  save_card: 'Save card',
  add_payment_drawer_title: 'Add payment card',
  load_payment_error: 'Failed to load payment settings. Please refresh and try again.',
  add_payment_error: 'Failed to save card. Please try again.',
  remove_method_confirm: 'Remove payment method?',
  remove_method_error: "Couldn't remove the card. Please try again.",
  payment_methods_empty:
    'No saved cards yet. Saving a card makes your next checkout faster and secure — card details are stored encrypted with the payment provider only.',
  account_actions_title: 'Account actions',
  freeze_account: 'Freeze account',
  freeze_confirm: 'Are you sure you want to freeze your account?',
  delete_account: 'Request account and data deletion',
  delete_confirm: 'Confirm deletion',
  delete_warning: 'This action is irreversible. All your data will be deleted.',
  delete_notice_48h: 'Your account will be deleted within 48 hours. To cancel, contact support.',
} as const;
