Skip to content

Commit

Permalink
i18n: move kbd tag to translation string (help.headings)
Browse files Browse the repository at this point in the history
  • Loading branch information
pano9000 committed Dec 28, 2024
1 parent 05b65da commit 28bbbae
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/public/app/widgets/dialogs/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const TPL = `
<p class="card-text">
<ul>
<li><kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> ${t('help.headings')}</li>
<li>${t('help.headings')}</li>
<li>${t('help.bulletList')}</li>
<li>${t('help.numberedList')}</li>
<li>${t('help.blockQuote')}</li>
Expand Down
2 changes: 1 addition & 1 deletion src/public/translations/cn/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"insertDateTime": "在插入点插入当前日期和时间",
"jumpToTreePane": "跳转到树面板并滚动到活动笔记",
"markdownAutoformat": "类Markdown自动格式化",
"headings": " 等,后跟空格,自动转换为标题",
"headings": "<kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> 等,后跟空格,自动转换为标题",
"bulletList": "<kbd>*</kbd> 或 <kbd>-</kbd> 后跟空格,自动转换为项目符号列表",
"numberedList": "<kbd>1.</kbd> or <kbd>1)</kbd> 后跟空格,自动转换为编号列表",
"blockQuote": "一行以 <kbd>></kbd> 开头并后跟空格,自动转换为块引用",
Expand Down
2 changes: 1 addition & 1 deletion src/public/translations/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"insertDateTime": "Gebe das aktuelle Datum und die aktuelle Uhrzeit an der Einfügemarke ein",
"jumpToTreePane": "Springe zum Baumbereich und scrolle zur aktiven Notiz",
"markdownAutoformat": "Markdown-ähnliche Autoformatierung",
"headings": "usw. gefolgt von Platz für Überschriften",
"headings": "<kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> usw. gefolgt von Platz für Überschriften",
"bulletList": "<kbd>*</kbd> oder <kbd>-</kbd> gefolgt von Leerzeichen für Aufzählungsliste",
"numberedList": "<kbd>1.</kbd> oder <kbd>1)</kbd> gefolgt von Leerzeichen für nummerierte Liste",
"blockQuote": "Beginne eine Zeile mit <kbd>></kbd> gefolgt von einem Leerzeichen für Blockzitate",
Expand Down
2 changes: 1 addition & 1 deletion src/public/translations/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"insertDateTime": "insert current date and time at caret position",
"jumpToTreePane": "jump away to the tree pane and scroll to active note",
"markdownAutoformat": "Markdown-like autoformatting",
"headings": " etc. followed by space for headings",
"headings": "<kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> etc. followed by space for headings",
"bulletList": "<kbd>*</kbd> or <kbd>-</kbd> followed by space for bullet list",
"numberedList": "<kbd>1.</kbd> or <kbd>1)</kbd> followed by space for numbered list",
"blockQuote": "start a line with <kbd>></kbd> followed by space for block quote",
Expand Down
2 changes: 1 addition & 1 deletion src/public/translations/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"insertDateTime": "insertar la fecha y hora actuales en la posición del cursor",
"jumpToTreePane": "saltar al panel de árbol y desplazarse hasta la nota activa",
"markdownAutoformat": "Autoformato tipo Markdown",
"headings": " etc. seguido de espacio para encabezados",
"headings": "<kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> etc. seguido de espacio para encabezados",
"bulletList": "<kbd>*</kbd> o <kbd>-</kbd> seguido de espacio para la lista de viñetas",
"numberedList": "<kbd>1.</kbd> o <kbd>1)</kbd> seguido de espacio para la lista numerada",
"blockQuote": "comience una línea con <kbd>></kbd> seguido de espacio para el bloque de cita",
Expand Down
2 changes: 1 addition & 1 deletion src/public/translations/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"insertDateTime": "insérer la date et l'heure courante à la position du curseur",
"jumpToTreePane": "passer au volet de l'arborescence et aller jusqu'à la note active",
"markdownAutoformat": "Formatage automatique (comme Markdown)",
"headings": " etc. suivi d'un espace pour les titres",
"headings": "<kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> etc. suivi d'un espace pour les titres",
"bulletList": "<kbd>*</kbd> ou <kbd>-</kbd> suivi d'un espace pour la liste à puces",
"numberedList": "<kbd>1.</kbd> ou <kbd>1)</kbd> suivi d'un espace pour la liste numérotée",
"blockQuote": "commencez une ligne avec <kbd>></kbd> suivi d'un espace pour les guillemets",
Expand Down
2 changes: 1 addition & 1 deletion src/public/translations/ro/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@
"fullDocumentation": "Instrucțiuni (documentația completă se regăsește <a class=\"external\" href=\"https://triliumnext.github.io/Docs/\">online</a>)",
"goBackForwards": "mergi înapoi/înainte în istoric",
"goUpDown": "<kbd>UP</kbd>, <kbd>DOWN</kbd> - mergi sus/jos în lista de notițe",
"headings": " etc. urmat de spațiu pentru titluri",
"headings": "<kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> etc. urmat de spațiu pentru titluri",
"inPageSearch": "caută în interiorul paginii",
"insertDateTime": "inserează data și timpul curente la poziția cursorului",
"jumpToParentNote": "<kbd>Backspace</kbd> - sari la pagina părinte",
Expand Down
2 changes: 1 addition & 1 deletion src/public/translations/tw/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"insertDateTime": "在插入點插入當前日期和時間",
"jumpToTreePane": "跳轉到樹面板並滾動到活動筆記",
"markdownAutoformat": "類Markdown自動格式化",
"headings": " 等,後跟空格,自動轉換為標題",
"headings": "<kbd>##</kbd>, <kbd>###</kbd>, <kbd>####</kbd> 等,後跟空格,自動轉換為標題",
"bulletList": "<kbd>*</kbd> 或 <kbd>-</kbd> 後跟空格,自動轉換為項目符號列表",
"numberedList": "<kbd>1.</kbd> or <kbd>1)</kbd> 後跟空格,自動轉換為編號列表",
"blockQuote": "一行以 <kbd>></kbd> 開頭並後跟空格,自動轉換為塊引用",
Expand Down

0 comments on commit 28bbbae

Please sign in to comment.