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
3 weeks ago
index.min.asset.php
3 weeks ago
index.min.js
3 weeks ago
index.min.js.map
3 weeks ago
index.js
33 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 | __( "Last 7 days", "jetpack-premium-analytics-pkg" ); |
| 13 | __( "Last 30 days", "jetpack-premium-analytics-pkg" ); |
| 14 | __( "Last 90 days", "jetpack-premium-analytics-pkg" ); |
| 15 | __( "Last 365 days", "jetpack-premium-analytics-pkg" ); |
| 16 | __( "Last month", "jetpack-premium-analytics-pkg" ); |
| 17 | __( "Last 12 months", "jetpack-premium-analytics-pkg" ); |
| 18 | __( "Last year", "jetpack-premium-analytics-pkg" ); |
| 19 | __( "The response is not a valid JSON response.", "jetpack-premium-analytics-pkg" ); |
| 20 | /* translators: %d: HTTP status code. */ |
| 21 | __( "Report download failed with status %d.", "jetpack-premium-analytics-pkg" ); |
| 22 | __( "Sessions", "jetpack-premium-analytics-pkg" ); |
| 23 | __( "Cart", "jetpack-premium-analytics-pkg" ); |
| 24 | __( "Checkout", "jetpack-premium-analytics-pkg" ); |
| 25 | __( "Purchase", "jetpack-premium-analytics-pkg" ); |
| 26 | _x( "Post URL", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 27 | _x( "Like", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 28 | _x( "Comment", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 29 | _x( "Unsubscribe", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 30 | __( "Other", "jetpack-premium-analytics-pkg" ); |
| 31 | _x( "Other", "Email link type", "jetpack-premium-analytics-pkg" ); |
| 32 | __( "Unknown", "jetpack-premium-analytics-pkg" ); |
| 33 |