🎨 Support listing for invalid block references in the search dialog https://github.com/siyuan-note/siyuan/issues/10396
This commit is contained in:
parent
c393b384fe
commit
ca28272d49
6 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"listInvalidRefBlocks": "List blocks with invalid references",
|
||||
"listItemDotNumberClickFocus": "List item dot/number click to focus",
|
||||
"listItemDotNumberClickFocusTip": "After enabling, clicking the list item dot/number will focus on the list item",
|
||||
"reviewMode": "Review mode",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"listInvalidRefBlocks": "Listar bloques con referencias no válidas",
|
||||
"listItemDotNumberClickFocus": "Punto/número de elemento de lista, haga clic para enfocar",
|
||||
"listItemDotNumberClickFocusTip": "Después de habilitarlo, hacer clic en el punto/número del elemento de la lista se centrará en el elemento de la lista",
|
||||
"reviewMode": "Modo de revisión",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"listInvalidRefBlocks": "Liste des blocs avec des références invalides",
|
||||
"listItemDotNumberClickFocus": "Cliquez sur le point/numéro de l'élément de la liste pour vous concentrer",
|
||||
"listItemDotNumberClickFocusTip": "Après activation, cliquer sur le point/numéro de l'élément de liste se concentrera sur l'élément de liste",
|
||||
"reviewMode": "Mode de révision",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"listInvalidRefBlocks": "列出引用失效的區塊",
|
||||
"listItemDotNumberClickFocus": "清單項目圓點/數字點選聚焦",
|
||||
"listItemDotNumberClickFocusTip": "啟用後點選清單項目的圓點/數字將進入聚焦",
|
||||
"reviewMode": "複習模式",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"unref": "未引用",
|
||||
"listInvalidRefBlocks": "列出引用失效的块",
|
||||
"listItemDotNumberClickFocus": "列表项圆点/数字单击聚焦",
|
||||
"listItemDotNumberClickFocusTip": "启用后单击列表项的圆点/数字将进入聚焦",
|
||||
"reviewMode": "复习模式",
|
||||
|
|
|
@ -283,7 +283,7 @@ export const genSearch = (app: App, config: ISearchOption, element: Element, clo
|
|||
<svg><use xlink:href="#iconLayoutRight"></use></svg>
|
||||
</span>
|
||||
<span class="fn__space"></span>
|
||||
<span id="searchUnRef" aria-label="${window.siyuan.languages.unref}" class="block__icon block__icon--show ariaLabel" data-position="9bottom">
|
||||
<span id="searchUnRef" aria-label="${window.siyuan.languages.listInvalidRefBlocks}" class="block__icon block__icon--show ariaLabel" data-position="9bottom">
|
||||
<svg><use xlink:href="#iconLinkOff"></use></svg>
|
||||
</span>
|
||||
<span class="fn__space"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue