Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,12 @@ If a key is missing from a language's file, or no `_ui-strings.json` exists at a
| `changeTheme` | `Change theme` | Theme picker label |
| `copy` | `Copy` | Code block copy button |
| `downloadPdf` | `Download PDF` | PDF download button |
| `search` | `Search documentation` | Search input placeholder |
| `note` | `Note` | Alert box heading |
| `warning` | `Warning` | Alert box heading |
| `tip` | `Tip` | Alert box heading |
| `important` | `Important` | Alert box heading |
| `caution` | `Caution` | Alert box heading |
| `tableOfContents` | `Table of Contents` | Mobile TOC offcanvas title |
| `selectLanguage` | `Select language` | Language picker label |
| `copyCode` | `Copy code` | Code block copy button aria-label |
11 changes: 10 additions & 1 deletion content/_ui-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,14 @@
"themeAuto": "Auto",
"changeTheme": "Change theme",
"copy": "Copy",
"downloadPdf": "Download PDF"
"downloadPdf": "Download PDF",
"search": "Search documentation",
"note": "Note",
"warning": "Warning",
"tip": "Tip",
"important": "Important",
"caution": "Caution",
"tableOfContents": "Table of Contents",
"selectLanguage": "Select language",
"copyCode": "Copy code"
}
11 changes: 10 additions & 1 deletion localizedContent/es/content/_ui-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,14 @@
"themeAuto": "Automático",
"changeTheme": "Cambiar tema",
"copy": "Copiar",
"downloadPdf": "Descargar PDF"
"downloadPdf": "Descargar PDF",
"search": "Buscar documentación",
"note": "Nota",
"warning": "Advertencia",
"tip": "Consejo",
"important": "Importante",
"caution": "Precaución",
"tableOfContents": "Tabla de contenidos",
"selectLanguage": "Seleccionar idioma",
"copyCode": "Copiar código"
}
11 changes: 10 additions & 1 deletion localizedContent/zh/content/_ui-strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,14 @@
"themeAuto": "自动",
"changeTheme": "切换主题",
"copy": "复制",
"downloadPdf": "下载 PDF"
"downloadPdf": "下载 PDF",
"search": "搜索文档",
"note": "注意",
"warning": "警告",
"tip": "提示",
"important": "重要",
"caution": "注意事项",
"tableOfContents": "目录",
"selectLanguage": "选择语言",
"copyCode": "复制代码"
}
2 changes: 1 addition & 1 deletion templates/tabulareditor/layout/_master.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<h5 class="offcanvas-title" id="tocOffcanvasLabel" data-ui-string="tableOfContents">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
Expand Down
148 changes: 74 additions & 74 deletions templates/tabulareditor/public/docfx.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions templates/tabulareditor/public/docfx.min.js.map

Large diffs are not rendered by default.

Loading