i18n: move kbd tag to translation string (help.newTabNoteLink)

This commit is contained in:
Panagiotis Papadopoulos 2024-12-22 22:30:15 +01:00
parent 6e8e472400
commit 9bbb121792
8 changed files with 8 additions and 8 deletions

View File

@ -37,7 +37,7 @@ const TPL = `
<p class="card-text"> <p class="card-text">
<ul> <ul>
<li><kbd>CTRL+click</kbd> ${t('help.newTabNoteLink')}</li> <li>${t('help.newTabNoteLink')}</li>
</ul> </ul>
${t('help.onlyInDesktop')}: ${t('help.onlyInDesktop')}:

View File

@ -120,7 +120,7 @@
"collapseWholeTree": "折叠整个笔记树", "collapseWholeTree": "折叠整个笔记树",
"collapseSubTree": "折叠子树", "collapseSubTree": "折叠子树",
"tabShortcuts": "标签快捷键", "tabShortcuts": "标签快捷键",
"newTabNoteLink": "在笔记链接上使用CTRL+点击(或中键点击)在新标签中打开笔记", "newTabNoteLink": "<kbd>CTRL+click</kbd> - 在笔记链接上使用CTRL+点击(或中键点击)在新标签中打开笔记",
"onlyInDesktop": "仅在桌面版(电子构建)中", "onlyInDesktop": "仅在桌面版(电子构建)中",
"openEmptyTab": "打开空白标签页", "openEmptyTab": "打开空白标签页",
"closeActiveTab": "关闭活动标签页", "closeActiveTab": "关闭活动标签页",

View File

@ -115,7 +115,7 @@
"collapseWholeTree": "Reduziere den gesamten Notizbaum", "collapseWholeTree": "Reduziere den gesamten Notizbaum",
"collapseSubTree": "Teilbaum einklappen", "collapseSubTree": "Teilbaum einklappen",
"tabShortcuts": "Tab-Tastenkürzel", "tabShortcuts": "Tab-Tastenkürzel",
"newTabNoteLink": "(oder mittlerer Mausklick) auf den Notizlink öffnet die Notiz in einem neuen Tab", "newTabNoteLink": "<kbd>Strg+Klick</kbd> - (oder mittlerer Mausklick) auf den Notizlink öffnet die Notiz in einem neuen Tab",
"onlyInDesktop": "Nur im Desktop (Electron Build)", "onlyInDesktop": "Nur im Desktop (Electron Build)",
"openEmptyTab": "Leeren Tab öffnen", "openEmptyTab": "Leeren Tab öffnen",
"closeActiveTab": "Aktiven Tab schließen", "closeActiveTab": "Aktiven Tab schließen",

View File

@ -125,7 +125,7 @@
"collapseWholeTree": "collapse whole note tree", "collapseWholeTree": "collapse whole note tree",
"collapseSubTree": "collapse sub-tree", "collapseSubTree": "collapse sub-tree",
"tabShortcuts": "Tab shortcuts", "tabShortcuts": "Tab shortcuts",
"newTabNoteLink": "(or middle mouse click) on note link opens note in a new tab", "newTabNoteLink": "<kbd>CTRL+click</kbd> - (or middle mouse click) on note link opens note in a new tab",
"onlyInDesktop": "Only in desktop (Electron build)", "onlyInDesktop": "Only in desktop (Electron build)",
"openEmptyTab": "open empty tab", "openEmptyTab": "open empty tab",
"closeActiveTab": "close active tab", "closeActiveTab": "close active tab",

View File

@ -121,7 +121,7 @@
"collapseWholeTree": "colapsar todo el árbol de notas", "collapseWholeTree": "colapsar todo el árbol de notas",
"collapseSubTree": "colapsar subárbol", "collapseSubTree": "colapsar subárbol",
"tabShortcuts": "Atajos de pestañas", "tabShortcuts": "Atajos de pestañas",
"newTabNoteLink": "(o clic central del mouse) en el enlace de la nota abre la nota en una nueva pestaña", "newTabNoteLink": "<kbd>CTRL+clic</kbd> - (o clic central del mouse) en el enlace de la nota abre la nota en una nueva pestaña",
"onlyInDesktop": "Solo en escritorio (compilación con Electron)", "onlyInDesktop": "Solo en escritorio (compilación con Electron)",
"openEmptyTab": "abrir pestaña vacía", "openEmptyTab": "abrir pestaña vacía",
"closeActiveTab": "cerrar pestaña activa", "closeActiveTab": "cerrar pestaña activa",

View File

@ -116,7 +116,7 @@
"collapseWholeTree": "réduire tout l'arbre des notes", "collapseWholeTree": "réduire tout l'arbre des notes",
"collapseSubTree": "réduire le sous-arbre", "collapseSubTree": "réduire le sous-arbre",
"tabShortcuts": "Raccourcis des onglets", "tabShortcuts": "Raccourcis des onglets",
"newTabNoteLink": "(ou clic central de la souris) sur le lien de la note ouvre la note dans un nouvel onglet", "newTabNoteLink": "<kbd>CTRL+clic</kbd> - (ou clic central de la souris) sur le lien de la note ouvre la note dans un nouvel onglet",
"onlyInDesktop": "Uniquement sur ordinateur (version Electron)", "onlyInDesktop": "Uniquement sur ordinateur (version Electron)",
"openEmptyTab": "ouvrir un onglet vide", "openEmptyTab": "ouvrir un onglet vide",
"closeActiveTab": "fermer l'onglet actif", "closeActiveTab": "fermer l'onglet actif",

View File

@ -622,7 +622,7 @@
"moveNoteUpHierarchy": "mută notița mai sus în ierarhie", "moveNoteUpHierarchy": "mută notița mai sus în ierarhie",
"movingCloningNotes": "Mutarea/clonarea notițelor", "movingCloningNotes": "Mutarea/clonarea notițelor",
"multiSelectNote": "selectează multiplu notița de sus/jos", "multiSelectNote": "selectează multiplu notița de sus/jos",
"newTabNoteLink": "(sau clic mijlociu) pe o legătură către o notiță va deschide notița într-un tab nou", "newTabNoteLink": "<kbd>CTRL+clic</kbd> - (sau clic mijlociu) pe o legătură către o notiță va deschide notița într-un tab nou",
"notSet": "nesetat", "notSet": "nesetat",
"noteNavigation": "Navigarea printre notițe", "noteNavigation": "Navigarea printre notițe",
"numberedList": "<kbd>1.</kbd> sau <kbd>1)</kbd> urmat de spațiu pentru o listă numerotată", "numberedList": "<kbd>1.</kbd> sau <kbd>1)</kbd> urmat de spațiu pentru o listă numerotată",

View File

@ -120,7 +120,7 @@
"collapseWholeTree": "折疊整個筆記樹", "collapseWholeTree": "折疊整個筆記樹",
"collapseSubTree": "折疊子樹", "collapseSubTree": "折疊子樹",
"tabShortcuts": "標籤快捷鍵", "tabShortcuts": "標籤快捷鍵",
"newTabNoteLink": "在筆記鏈接上使用CTRL+點擊(或中鍵點擊)在新標籤中打開筆記", "newTabNoteLink": "<kbd>CTRL+click</kbd> - 在筆記鏈接上使用CTRL+點擊(或中鍵點擊)在新標籤中打開筆記",
"onlyInDesktop": "僅在桌面版(電子構建)中", "onlyInDesktop": "僅在桌面版(電子構建)中",
"openEmptyTab": "打開空白標籤頁", "openEmptyTab": "打開空白標籤頁",
"closeActiveTab": "關閉活動標籤頁", "closeActiveTab": "關閉活動標籤頁",