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 | import { namespaces } from "../../../resources/i18n.constants";
export const analytics = {
[namespaces.pages.analytics]: {
latestTransactions: "Latest Transactions",
seeAll: "See All",
Donations: "Donations",
Events: "Events",
Sweepstakes: "Sweepstakes",
Memberships: "Memberships",
Invoices: "Invoices",
TotalContribution: "Total Contribution",
Customers: "Customers",
NoTransactionsYet: "No Transactions Yet",
Analytics: "Analytics",
Amount: "Amount",
Visitors: "Visitors",
Transactions: "Transactions",
"Avg Amount": "Avg Amount",
LaunchedOn: "Launched On",
AllTime: "All Time",
Daily: "Daily",
Monthly: "Monthly",
Raised: "Raised",
Conversion: "Conversion",
Average: "Average",
TopCampaigns: "Top Campaigns",
followTransaction:
"Follow the transaction averages of last month or last day",
avgTransaction: "Avg. Transaction",
avgVisitors: "Avg. Visitors",
avgConversion: "Avg. Conversion",
avgAmount: "Avg. Amount",
},
};
|