jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
modules
/
data
/
index.js
jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
modules
/
data
Last commit date
index.js
5 days ago
index.min.asset.php
5 days ago
index.min.js
5 days ago
index.js
44 lines
| 1 | // i18n reference stub generated by strip-unminified-prod. |
| 2 | // Contains only the gettext calls from the original bundle so that string |
| 3 | // extraction (translate.wordpress.org / `wp i18n make-pot`) keeps working after |
| 4 | // the unminified bundle is dropped from production builds (GlotPress ignores |
| 5 | // *.min.js). Same path as the original, so WordPress' md5(path)-keyed |
| 6 | // translation files resolve. Never loaded at runtime: the generated PHP |
| 7 | // loaders are pinned to the .min.js sibling. |
| 8 | |
| 9 | __( "Today", "jetpack-premium-analytics-pkg" ); |
| 10 | __( "Yesterday", "jetpack-premium-analytics-pkg" ); |
| 11 | __( "Last 24 hours", "jetpack-premium-analytics-pkg" ); |
| 12 | /* translators: abbreviation for "Last 24 hours". Shown in a segmented control too narrow for the full label, so keep it as short as the language allows. */ |
| 13 | _x( "24H", "short date range preset", "jetpack-premium-analytics-pkg" ); |
| 14 | /* translators: Rolling date-range preset pill. The last 7 days; keep it short. */ |
| 15 | __( "7 days", "jetpack-premium-analytics-pkg" ); |
| 16 | /* translators: abbreviation for "7 days". Shown in a segmented control too narrow for the full label, so keep it as short as the language allows. */ |
| 17 | _x( "7D", "short date range preset", "jetpack-premium-analytics-pkg" ); |
| 18 | /* translators: Rolling date-range preset pill. The last 30 days; keep it short. */ |
| 19 | __( "30 days", "jetpack-premium-analytics-pkg" ); |
| 20 | /* translators: abbreviation for "30 days". Shown in a segmented control too narrow for the full label, so keep it as short as the language allows. */ |
| 21 | _x( "30D", "short date range preset", "jetpack-premium-analytics-pkg" ); |
| 22 | __( "Last 90 days", "jetpack-premium-analytics-pkg" ); |
| 23 | __( "Last 365 days", "jetpack-premium-analytics-pkg" ); |
| 24 | __( "Last month", "jetpack-premium-analytics-pkg" ); |
| 25 | /* translators: Rolling date-range preset pill. The last 12 months; keep it short. */ |
| 26 | __( "12 months", "jetpack-premium-analytics-pkg" ); |
| 27 | /* translators: abbreviation for "12 months". Shown in a segmented control too narrow for the full label, so keep it as short as the language allows. */ |
| 28 | _x( "12M", "short date range preset", "jetpack-premium-analytics-pkg" ); |
| 29 | __( "Last year", "jetpack-premium-analytics-pkg" ); |
| 30 | __( "The response is not a valid JSON response.", "jetpack-premium-analytics-pkg" ); |
| 31 | /* translators: %d: HTTP status code. */ |
| 32 | __( "Report download failed with status %d.", "jetpack-premium-analytics-pkg" ); |
| 33 | __( "Sessions", "jetpack-premium-analytics-pkg" ); |
| 34 | __( "Cart", "jetpack-premium-analytics-pkg" ); |
| 35 | __( "Checkout", "jetpack-premium-analytics-pkg" ); |
| 36 | __( "Purchase", "jetpack-premium-analytics-pkg" ); |
| 37 | _x( "Post URL", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 38 | _x( "Like", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 39 | _x( "Comment", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 40 | _x( "Unsubscribe", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 41 | __( "Other", "jetpack-premium-analytics-pkg" ); |
| 42 | _x( "Other", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 43 | __( "Unknown", "jetpack-premium-analytics-pkg" ); |
| 44 |