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

16 lines
1.0 KiB
JSON
Raw Normal View History

2016-12-01 19:27:52 -07:00
{
2020-05-22 09:29:35 +00:00
"custom-css": "CSS/LESS מותאם אישית",
"custom-css.description": "הזן כאן CSS / LESS משלך, שיוחלו לאחר כל הסגנונות האחרים.",
"custom-css.enable": "אפשר CSS / LESS מותאמים אישית",
2016-12-01 19:27:52 -07:00
2020-05-22 09:29:35 +00:00
"custom-js": "Javascript מותאם אישית",
"custom-js.description": "הזן כאן javascript משלך. זה יבוצע לאחר טעינת הדף לחלוטין.",
"custom-js.enable": "אפשר Javascript מותאם אישית",
2017-11-29 09:25:43 +00:00
2016-12-01 19:27:52 -07:00
"custom-header": "Custom Header",
2019-06-06 09:26:45 +00:00
"custom-header.description": "Enter custom HTML here (ex. Meta Tags, etc.), which will be appended to the <code>&lt;head&gt;</code> section of your forum's markup. Script tags are allowed, but are discouraged, as the <a href=\"#custom-js\" data-toggle=\"tab\">Custom Javascript</a> tab is available.",
2017-05-31 09:22:56 +00:00
"custom-header.enable": "Enable Custom Header",
"custom-css.livereload": "Enable Live Reload",
"custom-css.livereload.description": "Enable this to force all sessions on every device under your account to refresh whenever you click save"
2016-12-01 19:27:52 -07:00
}