Cards Translation Type

CARDS: {
    TITLE: 'Default title',
    AVAILABLE_BALANCE: 'Available balance',
    OPTIONS: {
      MOVE_MONEY: 'Move money',
      SEE_PIN_CODE: 'See PIN',
      CARD_DETAILS: 'Card Details',
      FREEZE_CARD: 'Freeze card',
      UNFREEZE_CARD: 'Unfreeze card',
      FROZEN: 'Frozen',
    },
    FREEZE: {
      TITLE: 'Freeze Card',
      FROZEN: 'Card is frozen',
      INFO_TEXT:
        'If you lose your card we’ve got your back. Freeze it until you find it. You can unfreeze your card at any time.',
    },
    UNFREEZE: {
      TITLE: 'Unfreeze Card',
      INFO_TEXT:
        'When you unfreeze your card, all services will be operational. You can freeze your card at any time.',
    },
    CARD_DETAILS: {
      TITLE: 'Card Details',
      EXPIRATION: 'Expiration',
      CARD_NUMBER: 'Card number',
      CVC: 'CVC',
    },
    CARD_PIN: {
      TITLE: 'Card PIN',
    },
    PLACEHOLDER: {
      TITLE: 'No transactions to show',
      SUBTITLE: 'After your first transaction you will be able to view it here',
    },
    WELCOME_MODALS: {
      WELCOME: {
        TITLE: 'You did it, welcome to the Memento App',
        SUBTITLE:
          'You are only a few steps away to start managing your cards, track your spendings, and so much more',
        BUTTON: 'Continue',
      },
      NOTIFICATIONS: {
        TITLE: 'Keep on top of things with notifications',
        SUBTITLE:
          'Get alerts and updates on your money in real-time as you spend it, when you are running low, or when its time to pay your bills',
        BUTTON: 'ENABLE NOTIFICATIONS',
        REJECT_BUTTON: 'DO IT LATER',
      },
    },
  },