jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
widgets
/
top-posts
/
render.js
jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
widgets
/
top-posts
Last commit date
render.js
3 weeks ago
render.min.asset.php
3 weeks ago
render.min.js
3 weeks ago
widget.js
3 weeks ago
widget.min.asset.php
3 weeks ago
widget.min.js
3 weeks ago
render.js
34 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 | /* translators: %s is an archive category label, e.g. "Searches". */ |
| 10 | __( "View %s archive pages", "jetpack-premium-analytics-pkg" ); |
| 11 | __( "Untitled", "jetpack-premium-analytics-pkg" ); |
| 12 | __( "Title", "jetpack-premium-analytics-pkg" ); |
| 13 | __( "Views", "jetpack-premium-analytics-pkg" ); |
| 14 | __( "Type", "jetpack-premium-analytics-pkg" ); |
| 15 | __( "URL", "jetpack-premium-analytics-pkg" ); |
| 16 | __( "Previous views", "jetpack-premium-analytics-pkg" ); |
| 17 | __( "We couldn't load posts and pages. Please try again in a moment.", "jetpack-premium-analytics-pkg" ); |
| 18 | __( "Retry", "jetpack-premium-analytics-pkg" ); |
| 19 | __( "No views in this period.", "jetpack-premium-analytics-pkg" ); |
| 20 | __( "Authors", "jetpack-premium-analytics-pkg" ); |
| 21 | __( "Categories", "jetpack-premium-analytics-pkg" ); |
| 22 | __( "Error", "jetpack-premium-analytics-pkg" ); |
| 23 | __( "Homepage (Latest posts)", "jetpack-premium-analytics-pkg" ); |
| 24 | __( "Searches", "jetpack-premium-analytics-pkg" ); |
| 25 | __( "Tags", "jetpack-premium-analytics-pkg" ); |
| 26 | __( "Taxonomies", "jetpack-premium-analytics-pkg" ); |
| 27 | __( "Dates", "jetpack-premium-analytics-pkg" ); |
| 28 | __( "Aggregated", "jetpack-premium-analytics-pkg" ); |
| 29 | __( "Others", "jetpack-premium-analytics-pkg" ); |
| 30 | __( "Post types", "jetpack-premium-analytics-pkg" ); |
| 31 | __( "All Archives", "jetpack-premium-analytics-pkg" ); |
| 32 | __( "Back to the previous archive list", "jetpack-premium-analytics-pkg" ); |
| 33 | __( "We couldn't load archives. Please try again in a moment.", "jetpack-premium-analytics-pkg" ); |
| 34 |