jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
widgets
/
devices
/
render.js
jetpack
/
jetpack_vendor
/
automattic
/
jetpack-premium-analytics
/
build
/
widgets
/
devices
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
16 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 | __( "Desktop", "jetpack-premium-analytics-pkg" ); |
| 10 | __( "Mobile", "jetpack-premium-analytics-pkg" ); |
| 11 | __( "Tablet", "jetpack-premium-analytics-pkg" ); |
| 12 | __( "Phone", "jetpack-premium-analytics-pkg" ); |
| 13 | __( "Unknown", "jetpack-premium-analytics-pkg" ); |
| 14 | __( "We couldn't load device data. Please try again in a moment.", "jetpack-premium-analytics-pkg" ); |
| 15 | __( "No device data in this period.", "jetpack-premium-analytics-pkg" ); |
| 16 |