@orfeas126/box-ui-elements
Version:
Box UI Elements
69 lines • 2.2 kB
JavaScript
import { defineMessages } from 'react-intl';
const messages = defineMessages({
contentAnalyticsErrorText: {
"id": "be.contentInsights.contentAnalyticsErrorText",
"defaultMessage": "There was a problem loading content insights. Please try again."
},
contentAnalyticsPermissionError: {
"id": "be.contentInsights.contentAnalyticsPermissionError",
"defaultMessage": "Oops! You no longer have access to view content insights."
},
contentInsightsTitle: {
"id": "be.contentInsights.contentInsightsTitle",
"defaultMessage": "Content Insights"
},
downloadGraphLabel: {
"id": "be.contentInsights.downloadGraphLabel",
"defaultMessage": "Chart displaying the number of downloads over the selected time period"
},
downloadGraphType: {
"id": "be.contentInsights.downloadGraphType",
"defaultMessage": "DOWNLOADS"
},
trendMonth: {
"id": "be.contentInsights.trendMonth",
"defaultMessage": "PAST MONTH"
},
trendThreeMonths: {
"id": "be.contentInsights.trendThreeMonths",
"defaultMessage": "PAST 3 MONTHS"
},
trendWeek: {
"id": "be.contentInsights.trendWeek",
"defaultMessage": "PAST WEEK"
},
trendYear: {
"id": "be.contentInsights.trendYear",
"defaultMessage": "PAST YEAR"
},
trendDown: {
"id": "be.contentInsights.trendDown",
"defaultMessage": "Trending down"
},
trendUp: {
"id": "be.contentInsights.trendUp",
"defaultMessage": "Trending up"
},
peopleGraphLabel: {
"id": "be.contentInsights.peopleGraphLabel",
"defaultMessage": "Chart displaying the number of users over the selected time period"
},
peopleTitle: {
"id": "be.contentInsights.peopleTitle",
"defaultMessage": "PEOPLE"
},
previewGraphLabel: {
"id": "be.contentInsights.previewGraphLabel",
"defaultMessage": "Chart displaying the number of previews over the selected time period"
},
previewGraphType: {
"id": "be.contentInsights.previewGraphType",
"defaultMessage": "PREVIEWS"
},
openContentInsightsButton: {
"id": "be.contentInsights.openContentInsightsButton",
"defaultMessage": "See Details"
}
});
export default messages;
//# sourceMappingURL=messages.js.map