{
  "accounts": {
    "table": {
      "headers": {
        "accountId": "UUID",
        "name": "Name",
        "lastActivity": "Last Activity",
        "createdTime": "Created On",
        "type": "Type",
        "orgId": "Organization"
      }
    },
    "members": {
      "addMember": {
        "title": "Grant Access"
      },
      "tabTitle": "Access",
      "pageTitle": "Access",
      "newAccess": {
        "title": "Add API Client"
      },
      "description": "Manage who has access to this account."
    },
    "status": {
      "updateSuccess": "Account status updated successfully",
      "updateError": "Error updating account status",
      "unknownError": "An unknown error occurred",
      "label": "Account Status",
      "labels": {
        "active": "Active",
        "paused": "Paused",
        "locked": "Locked",
        "archived": "Archived",
        "user_paused": "Paused by user",
        "user_archived": "Archived by user",
        "user_locked": "Locked by user",
        "admin_paused": "Paused by admin",
        "admin_locked": "Locked by admin",
        "admin_archived": "Archived by admin",
        "admin_trusted": "Trusted by admin",
        "visited": "Visited",
        "expired": "Expired"
      }
    },
    "transfer": {
      "noBalances": "No balances available to transfer",
      "button": "Transfer Balance",
      "title": "Transfer Balance",
      "description": "Transfer balance from one account to another",
      "fromAccount": "From Account",
      "toAccount": "To Account",
      "currency": "Currency",
      "noAvailableBalance": "No available balance",
      "selectCurrency": "Select currency",
      "available": "available",
      "cancel": "Cancel",
      "confirm": "Transfer Balance"
    },
    "orders": {
      "table": {
        "id": "Order",
        "created_time": "Date Created",
        "payout_value": "Amount",
        "product_shortcode": "Product Shortcode"
      },
      "title": "Orders",
      "empty": {
        "account": {
          "title": "View orders for an account",
          "description": "To see orders for a specific account, click on the account button in the sidebar and select an account.",
          "button": "Go to accounts"
        },
        "title": "No orders yet",
        "description": "Get started by creating your first order. You can send rewards to your customers, employees, or partners. Choose from thousands of brands and customize your message."
      },
      "create": {
        "inlineButton": "Create order",
        "description": "Fill out the details to create a new order.",
        "form": {
          "productShortcode": "Product Shortcode"
        },
        "cancel": "Cancel",
        "button": "Create Order"
      },
      "share": {
        "description": "Share this payout link with your customer to complete their reward.",
        "payoutLink": "Payout Link",
        "codeToEmbed": "Code to embed into your app",
        "warning": "Make sure to share this link only with the intended recipient. Once the payout link is opened, the payout will be marked as redeemed and becomes non-refundable.",
        "close": "Close"
      }
    },
    "controls": {
      "title": "Settings"
    },
    "overview": {
      "title": "Account Overview",
      "viewOrders": "View orders",
      "viewPayouts": "View payouts",
      "viewTransactions": "View transactions"
    },
    "header": {
      "createSubAccount": "Create sub-account"
    },
    "accounts": {
      "newAccount": {
        "name": "Account Name"
      },
      "subAccounts": {
        "empty": "No sub-accounts"
      },
      "title": "Accounts"
    },
    "payouts": {
      "table": {
        "payout_value": {
          "amount": "Payout Amount",
          "currency": "Payout Currency"
        }
      },
      "empty": {
        "account": {
          "title": "View payout for an account",
          "description": "To see payouts for a specific account, click on the account button in the sidebar and select an account.",
          "button": "Go to accounts"
        }
      }
    }
  }
}
