Files
NodeBB/public/language/da/admin/appearance/customise.json
2025-03-15 09:21:08 +00:00

20 lines
1.3 KiB
JSON

{
"customise": "Customise",
"custom-css": "Custom CSS/SASS",
"custom-css.description": "Enter your own CSS/SASS declarations here, which will be applied after all other styles.",
"custom-css.enable": "Enable Custom CSS/SASS",
"custom-js": "Custom Javascript",
"custom-js.description": "Enter your own javascript here. It will be executed after the page is loaded completely.",
"custom-js.enable": "Enable Custom Javascript",
"custom-header": "Custom Header",
"custom-header.description": "Skriv tilpasset HTML her (f.eks. Meta etiketter, etc.), som vil tilføjes til <code>&lt;head&gt;</code>-sektionen af dit forums markup. Script-etiketter er tilladt, men er ikke anbefalet, da <a href=\"#custom-js\" data-toggle=\"tab\">Tilpasses Javascript</>-fanen er tilgængelig.",
"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",
"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"
}