-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathen.json
78 lines (78 loc) · 5.11 KB
/
en.json
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
68
69
70
71
72
73
74
75
76
77
78
{
"CustomAlerts": {
"AccessException": "You are not the owner of the Alert with ID %d",
"Alert": "Alert",
"AlertCondition": "Alert Condition",
"AlertDoesNotExist": "Alert with ID %d does not exist!",
"AlertMeWhen": "Alert me when",
"AlertName": "Alert Name",
"Alerts": "Alerts",
"AlertsHistory": "History of triggered alerts",
"ApplyTo": "Apply to",
"AreYouSureDeleteAlert": "Are you sure you want to delete this alert?",
"CancelAndReturnToAlerts": "Cancel and %1$sreturn to the list of alerts%2$s",
"ComparedToThe": "compared to the",
"Condition": "Condition",
"CreateNewAlert": "Create new Alert",
"DayComparedToPreviousDay": "previous day",
"DayComparedToPreviousWeek": "same day in the previous week",
"DayComparedToPreviousYear": "same day in the previous year",
"DecreasesMoreThan": "decreases more than",
"DoesNotEndWith": "does not end with",
"DoesNotMatchRegularExpression": "does not match regular expression",
"DoesNotStartWith": "does not start with",
"EditAlert": "Edit Alert",
"EndsWith": "ends with",
"IncreasesMoreThan": "increases more than",
"InvalidComparableDate": "Invalid comparable date!",
"InvalidMetric": "Given metric is not available for given report!",
"InvalidMetricCondition": "Metric condition is not a valid value",
"InvalidMetricValue": "The metric value must be numeric",
"InvalidPeriod": "Invalid period given!",
"InvalidReport": "Invalid report given!",
"InvalidReportCondition": "Report condition is not a valid value",
"IsGreaterThan": "is greater than",
"IsLessThan": "is less than",
"MailAlertContent": "%1$s has been triggered as the metric %2$s in report %3$s %4$s.",
"MailAlertSubject": "New alert for website %1$s [%2$s]",
"MailEnd": "Happy analyzing!",
"MailText": "The triggered alerts are listed in the table below. To adjust your custom alert settings, please sign in and access the Alerts page.",
"MailTextForSiteOnDate": "The triggered alerts for %1$s on %2$s are listed in the table below. To adjust your custom alert settings, please sign in and access the Alerts page.",
"ManageAlerts": "Manage Custom Alerts",
"MatchesAnyExpression": "matches any",
"MatchesRegularExpression": "matches regular expression",
"MobileMessagingPluginNotActivated": "The MobileMessaging plugin is required to send SMS alerts. You can activate it by accessing the %1$splugin settings page%2$s.",
"MonthComparedToPreviousMonth": "previous month",
"MonthComparedToPreviousYear": "same month in the previous year",
"NoAlertsDefined": "You haven't created any alerts yet, create one now!",
"NoTriggeredAlerts": "There are no triggered alerts yet",
"OperationContains": "contains",
"OperationDoesNotContain": "does not contain",
"OperationIs": "is",
"OperationIsNot": "is not",
"ParmeterIsTooLong": "%1$s is too long. Max %2$d characters allowed.",
"PercentageDecreasesMoreThan": "%% decreases more than",
"PercentageIncreasesMoreThan": "%% increases more than",
"PeriodDayDescription": "Day - Sent every day around midnight",
"PeriodMonthDescription": "Month - Sent every 1st of the month around midnight",
"PeriodWeekDescription": "Week - Sent every Monday around midnight",
"PluginDescription": "The Alerts plugin lets you define custom alerts on any report and metric available in Matomo.",
"ScheduledReportsPluginNotActivated": "The ScheduledReports plugin is required in order to create or edit alerts. You can activate it by accessing the %1$splugin settings page%2$s.",
"SmsAlertContent": "%1$s has been triggered for website %4$s as the metric %2$s in report %3$s %5$s.",
"SmsAlertFromName": "New Alert",
"StartsWith": "starts with",
"ThisAppliesTo": "This applies to report",
"ThisAppliesToHelp": "You can use many different types of alert conditions. %1$sClick here%2$s to learn more about setting up custom alerts. To learn about %3$sEvent triggered alerts%4$s, %5$sclick here%6$s.",
"ValueDecreasedMoreThan": "decreased more than %1$s from %2$s to %3$s",
"ValueIncreasedMoreThan": "increased more than %1$s from %2$s to %3$s",
"ValueIsGreaterThan": "is %2$s which is greater than %1$s",
"ValueIsLessThan": "is %2$s which is less than %1$s",
"ValuePercentageDecreasedMoreThan": "decreased more than %1$s%% from %2$s to %3$s",
"ValuePercentageIncreasedMoreThan": "increased more than %1$s%% from %2$s to %3$s",
"WeekComparedToPreviousWeek": "previous week",
"When": "when",
"YouCanChoosePeriodFrom": "You can choose from the following options",
"TaskRetryExceptionMessage": "The following alerts were unable to process because archiving is not complete for the associated reports: %1$s",
"FinalTaskRetryWarning": "Final retry of alerts task. Unable to process the following alerts: %1$s"
}
}