jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
widgets
/
plan-usage
/
render.js
jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
widgets
/
plan-usage
Last commit date
render.js
2 weeks ago
render.min.asset.php
6 days ago
render.min.js
6 days ago
widget.min.asset.php
3 weeks ago
widget.min.js
3 weeks ago
render.js
20 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 | __( "You've surpassed your limit for two consecutive periods already.", "jetpack-premium-analytics-pkg" ); |
| 10 | __( "You've surpassed your limit the past month.", "jetpack-premium-analytics-pkg" ); |
| 11 | __( "Plan usage", "jetpack-premium-analytics-pkg" ); |
| 12 | /* translators: 1: views used in the current cycle, 2: the plan's views limit. */ |
| 13 | __( "%1$s / %2$s views", "jetpack-premium-analytics-pkg" ); |
| 14 | /* translators: %d: number of days until the billing cycle resets. */ |
| 15 | _n( "Restarts in %d day", "Restarts in %d days", 1, "jetpack-premium-analytics-pkg" ); |
| 16 | __( "Do you want to increase your views limit? <a>Upgrade now</a>", "jetpack-premium-analytics-pkg" ); |
| 17 | __( "We couldn't load plan usage. Please try again in a moment.", "jetpack-premium-analytics-pkg" ); |
| 18 | __( "Retry", "jetpack-premium-analytics-pkg" ); |
| 19 | __( "Plan usage isn't available for your current plan.", "jetpack-premium-analytics-pkg" ); |
| 20 |