get() ) { $value = '1: ' . __( 'The media are translated', 'polylang' ); } else { $value = '0: ' . __( 'The media are not translated', 'polylang' ); } return $this->format_single_value_for_site_health_info( $value ); } /** * Returns the description used in the JSON schema. * * @since 3.7 * * @return string */ protected function get_description(): string { return sprintf( /* translators: %1$s and %2$s are "true/false" values. */ __( 'Translate media: %1$s to translate, %2$s otherwise.', 'polylang' ), '`true`', '`false`' ); } }