Files
NodeBB/public/language/ru/admin/appearance/customise.json
2018-03-22 09:26:23 +00:00

16 lines
1.6 KiB
JSON
Raw 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.
{
"custom-css": "Пользовательский CSS/LESS",
"custom-css.description": "Введите собственные CSS/LESS здесь, применяемые после всех других стилей.",
"custom-css.enable": "Включить пользовательский CSS/LESS",
"custom-js": "Каомный Javascript",
"custom-js.description": "Укажите свой javascript здесь. Он будет выполнен после полной загрузки страницы.",
"custom-js.enable": "Включить пользовательский Javascript",
"custom-header": "Пользовательский Заголовок",
"custom-header.description": "Введите HTML здесь (напр.. Мететеги и т.д.), для добавления в <code>&lt;head&gt;</code> секцию разметки форума. Теги скриптов разрешены, но не рекомендуются т.к. доступна вкладка<a href=\"#custom-header\" data-toggle=\"tab\">Custom Javascript</a>.",
"custom-header.enable": "Включить Пользовательский заголовок",
"custom-css.livereload": "Включить автоматическую перезагрузку страниц",
"custom-css.livereload.description": "Включите эту опцию, чтобы принудительно обновлять все сеансы на каждом устройстве под этой учетной записью при каждом нажатии кнопки Сохранить"
}