New to Translating WordPress? Read through our Translator Handbook to get started. Hide
| Prio | Original string | Translation | — |
|---|---|---|---|
| ↑ | Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website. | Включите загрузку SVG файлов и очистите их, чтобы исключить XML/SVG уязвимости на вашем WordPress сайте. | Details |
Original current
Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
You have to log in to edit this translation. |
|||
| ↑ | Safe SVG | Safe SVG | Details |
Original current |
|||
| SVG Optimization is done through the following library: <a href="https://github.com/svg/svgo">https://github.com/svg/svgo</a>. | Оптимизация SVG осуществляется с помощью следующей библиотеки: <a href="https://github.com/svg/svgo">https://github.com/svg/svgo</a>. | Details | |
Original current
SVG Optimization is done through the following library: <a href="https://github.com/svg/svgo">https://github.com/svg/svgo</a>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| <strong>SVGO Optimisation</strong> - Runs your SVGs through the SVGO tool on upload to save you space. This feature is disabled by default but can be enabled by adding the following code: <code>add_filter( 'safe_svg_optimizer_enabled', '__return_true' );</code> | <strong>Оптимизация SVGO</strong> - При загрузке прогоняет ваши SVG через инструмент SVGO, чтобы сэкономить место. По умолчанию эта функция отключена, но ее можно включить, добавив следующий код: <code>add_filter( 'safe_svg_optimizer_enabled', '__return_true' );</code> | Details | |
Original current
<strong>SVGO Optimisation</strong> - Runs your SVGs through the SVGO tool on upload to save you space. This feature is disabled by default but can be enabled by adding the following code: <code>add_filter( 'safe_svg_optimizer_enabled', '__return_true' );</code>
CommentFound in description list item. You have to log in to edit this translation. |
|||
| Current Features | Текущий функционал | Details | |
Original current |
|||
| Yes, this can be done using the <code>svg_allowed_attributes</code> and <code>svg_allowed_tags</code> filters.↵ They take one argument that must be returned. See below for examples: | Да, это возможно, используя фильтры <code>svg_allowed_attributes</code> и <code>svg_allowed_tags</code>. Они принимают один аргумент, который должен быть возвращен. Смотрите примеры ниже: | Details | |
Original current
Yes, this can be done using the <code>svg_allowed_attributes</code> and <code>svg_allowed_tags</code> filters.↵
They take one argument that must be returned. See below for examples:
CommentFound in faq paragraph. You have to log in to edit this translation. |
|||
| Can we change the allowed attributes and tags? | Можно ли изменить разрешенные атрибуты и теги? | Details | |
Original current
Can we change the allowed attributes and tags?
CommentFound in faq header. You have to log in to edit this translation. |
|||
| Initially a proof of concept for <a href="https://core.trac.wordpress.org/ticket/24251">#24251</a>. | Первоначальный концепт: <a href="https://core.trac.wordpress.org/ticket/24251">#24251</a> | Details | |
Original current
Initially a proof of concept for <a href="https://core.trac.wordpress.org/ticket/24251">#24251</a>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| It gives you the ability to allow SVG uploads whilst making sure that they're sanitized to stop SVG/XML vulnerabilities affecting your site. It also gives you the ability to preview your uploaded SVGs in the media library in all views. | Плагин даёт возможность разрешать загрузку SVG, в то же время следя за тем, чтобы они были очищены, для предотвращения угроз SVG/XML, потенциально влияющих на сайт. Также даёт возможность просматривать загруженные SVG-файлы в медиа-библиотеке во всех размерах. | Details | |
Original current
It gives you the ability to allow SVG uploads whilst making sure that they're sanitized to stop SVG/XML vulnerabilities affecting your site. It also gives you the ability to preview your uploaded SVGs in the media library in all views.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| Safe SVG is the best way to Allow SVG Uploads in WordPress! | Safe SVG – лучший способ реализовать загрузку SVG в WordPress! | Details | |
Original current
Safe SVG is the best way to Allow SVG Uploads in WordPress!
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
| <strong>Choose Who Can Upload</strong> - Restrict SVG uploads to certain users on your WordPress site or allow anyone to upload. | <strong>Выберите, кто может загружать</strong> - Ограничьте загрузку SVG определенным пользователям на вашем WordPress сайте или позвольте загружать их всем желающим. | Details | |
Original current
<strong>Choose Who Can Upload</strong> - Restrict SVG uploads to certain users on your WordPress site or allow anyone to upload.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| <strong>View SVGs in the Media Library</strong> - Gone are the days of guessing which SVG is the correct one, we'll enable SVG previews in the WordPress media library. | <strong>Просмотр SVG в библиотеке медиафайлов</strong> - Прошли те времена, когда нужно было угадывать, какой SVG правильный, мы включим предварительный просмотр SVG в медиатеке WordPress. | Details | |
Original current
<strong>View SVGs in the Media Library</strong> - Gone are the days of guessing which SVG is the correct one, we'll enable SVG previews in the WordPress media library.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| <strong>Sanitised SVGs</strong> - Don't open up security holes in your WordPress site by allowing uploads of unsanitised files. | <strong>Очищенные SVG</strong> - Не создавайте дыры в безопасности вашего WordPress сайта, разрешая загрузку неочищенных файлов. | Details | |
Original current
<strong>Sanitised SVGs</strong> - Don't open up security holes in your WordPress site by allowing uploads of unsanitised files.
CommentFound in description list item. You have to log in to edit this translation. |
|||
| Install through the WordPress directory or download, unzip and upload the files to your <code>/wp-content/plugins/</code> directory | Установить прямо через WordPress, либо загрузить, распаковать и выгрузить файлы в директорию <code>/wp-content/plugins/</code> вашего сайта | Details | |
Original current
Install through the WordPress directory or download, unzip and upload the files to your <code>/wp-content/plugins/</code> directory
CommentFound in installation paragraph. You have to log in to edit this translation. |
|||
| SVG Sanitization is done through the following library: <a href="https://github.com/darylldoyle/svg-sanitizer">https://github.com/darylldoyle/svg-sanitizer</a>. | Очистка SVG осуществляется с помощью следующей библиотеки: <a href="https://github.com/darylldoyle/svg-sanitizer">https://github.com/darylldoyle/svg-sanitizer</a> | Details | |
Original current
SVG Sanitization is done through the following library: <a href="https://github.com/darylldoyle/svg-sanitizer">https://github.com/darylldoyle/svg-sanitizer</a>.
CommentFound in description paragraph. You have to log in to edit this translation. |
|||
Export as
Comment
Short description.