Files
NodeBB/public/language/ru/admin/appearance/customise.json

20 lines
2.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"customise": "Customise",
"custom-css": "Пользовательский CSS/SASS",
"custom-css.description": "Добавьте собственный CSS/SASS. Они будут применены в последнюю очередь, после всех остальных стилей страницы.",
"custom-css.enable": "Включить пользовательский CSS/SASS",
"custom-js": "Пользовательский JavaScript",
"custom-js.description": "Добавьте собственный JS-код. Он будет выполнен после полной загрузки страницы.",
"custom-js.enable": "Включить пользовательский JavaScript",
"custom-header": "Пользовательский заголовок",
"custom-header.description": "Добавьте HTML в секцию <code>&lt;head&gt;</code> шаблонов страниц форума. Тег &lt;script&gt; использовать можно, но не рекомендуется (для этого предусмотрен раздел <a href=\"#custom-js\" data-toggle=\"tab\">Пользовательский JavaScript</a>).",
"custom-header.enable": "Включить пользовательский заголовок",
"custom-css.livereload": "Включить автоматическую перезагрузку страниц",
"custom-css.livereload.description": "Включите эту опцию, чтобы принудительно обновлять все сеансы на каждом устройстве под этой учетной записью при каждом нажатии кнопки Сохранить",
"bsvariables": "_variables.scss",
"bsvariables.description": "Override bootstrap variables here. You can also use a tool like <a href=\"https://bootstrap.build/app\">bootstrap.build</a> and paste the output here.<br/>Changes require a rebuild & restart.",
"bsvariables.enable": "Enable _variables.scss"
}