Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | import { namespaces } from "../../../resources/i18n.constants";
export const sweepstakes = {
[namespaces.pages.sweepstakes]: {
sweepstake: "sweepstake",
sweepstakesTotal: "Sweepstakes Total",
sweepstakes: "Sweepstakes",
visitors: "Visitors",
conversion: "Conversion",
average: "Average",
sweepstakesList: "Sweepstakes list",
createSweepstake: "Create a Sweepstake",
closedOn: "Closed on",
amount: "Amount",
conversionCapital: "Conversion",
averageCapital: "Average",
transactions: "Transactions",
entriesSold: "Entries Sold",
visitorsCapital: "Visitors",
tripToZoo: "Trip to Zoo",
winTripToLondon: "Win trip to London",
runInThePark: "Run in the park",
revenueSource: "Revenue Source",
purchases: "Purchases",
preview: "Preview",
edit: "Edit",
downloadReport: "Download Report",
Type: "Type",
Amount: "Amount",
qty: "Qty",
winnerSelected: "Winner Selected",
sweepstakesCapital: "Sweepstakes",
share: "Share",
sweepstakeCapital: "Sweepstake",
delete: "Delete",
drawWinner: "Draw Winner",
noEntriesSold: "No Entries Sold",
viewWinner: "View Winner",
developerApi: "Developer API",
deleteSweepstake: "Delete Sweepstake",
shareSweepstake: "Share Sweepstakes",
search: "Search...",
type: "Type",
totalEntries: "Total Entries",
refund: "Refund",
sendReceipt: "Send Receipt",
more: "More",
alreadyRefunded: "Already refunded",
sendRefund: "Refund",
modifyRecurring: "Modify Recurring",
viewTransaction: "View Transaction",
viewCustomer: "View Customer",
winTrip: "Enter to win a trip to Paris!",
fullName: "Full Name",
email: "Email",
transactionID: "Transaction ID",
processed: "Processed",
nameOnCard: "Name on Card",
recurrence: "Recurrence",
donated: "Donated",
giveboxFee: "Givebox Fee",
visaFee: "Visa Fee",
charged: "Charged",
customerPaidFee: "*Customer paid MASTERCARD fee",
},
};
|