mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-30 00:51:30 +08:00
client: Translate word wrapping
This commit is contained in:
parent
5109c07e9c
commit
5682b2d819
@ -25,7 +25,7 @@ const TPL = `
|
||||
</div>
|
||||
|
||||
<div class="col-6">
|
||||
<label>Word wrapping</label>
|
||||
<label>${t("code_block.word_wrapping")}</label>
|
||||
<div class="form-check">
|
||||
<input type="checkbox" class="word-wrap form-check-input" />
|
||||
</div>
|
||||
|
@ -1505,5 +1505,8 @@
|
||||
"title": "Code Syntax Highlighting for Text Notes",
|
||||
"description": "Controls the syntax highlighting for code blocks inside text notes, code notes will not be affected.",
|
||||
"color-scheme": "Color Scheme"
|
||||
},
|
||||
"code_block": {
|
||||
"word_wrapping": "Word wrapping"
|
||||
}
|
||||
}
|
||||
|
@ -1505,5 +1505,8 @@
|
||||
"color-scheme": "Temă de culori",
|
||||
"title": "Evidențiere de sintaxă pentru notițele de tip text",
|
||||
"description": "Controlează evidențierea de sintaxă pentru blocurile de cod în interiorul notițelor text, notițele de tip cod nu vor fi afectate de aceste setări."
|
||||
},
|
||||
"code_block": {
|
||||
"word_wrapping": "Încadrare text"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user