mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 00:36:10 +01:00
🎨 Show "What's New in SiYuan" after upgrading https://github.com/siyuan-note/siyuan/issues/7902
This commit is contained in:
parent
193e50090d
commit
5586adc935
6 changed files with 6 additions and 6 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"changelog": "Changelog",
|
||||
"whatsNewInSiYuan": "What's New in SiYuan",
|
||||
"returnDesktop": "Press back again to desktop",
|
||||
"enterNew": "Enter to create",
|
||||
"enterNewTip": "No documents found, Enter to create a new document.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"changelog": "Registro de cambios",
|
||||
"whatsNewInSiYuan": "Novedades en SiYuan",
|
||||
"returnDesktop": "Presiona volver de nuevo al escritorio",
|
||||
"enterNew": "Ingresar para crear",
|
||||
"enterNewTip": "No se encontraron documentos, ingrese para crear un nuevo documento.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"changelog": "Journal des modifications",
|
||||
"whatsNewInSiYuan": "Quoi de neuf dans SiYuan",
|
||||
"returnDesktop": "Appuyez à nouveau sur le bureau",
|
||||
"enterNew": "Entrez pour créer",
|
||||
"enterNewTip": "Aucun document trouvé, entrez pour créer un nouveau document.",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"changelog": "變更日誌",
|
||||
"whatsNewInSiYuan": "思源筆記最新變化",
|
||||
"returnDesktop": "再按一次返回桌面",
|
||||
"enterNew": "回車創建",
|
||||
"enterNewTip": "搜索結果為空,回車創建新文檔",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"changelog": "更新日志",
|
||||
"whatsNewInSiYuan": "思源笔记最新变化",
|
||||
"returnDesktop": "再按一次返回桌面",
|
||||
"enterNew": "回车创建",
|
||||
"enterNewTip": "搜索结果为空,回车创建新文档",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ export const openChangelog = () => {
|
|||
return;
|
||||
}
|
||||
const dialog = new Dialog({
|
||||
title: `✨ ${window.siyuan.languages.changelog}`,
|
||||
title: `✨ ${window.siyuan.languages.whatsNewInSiYuan}`,
|
||||
width: isMobile() ? "90vw" : "768px",
|
||||
content: `<div style="overflow:auto;height: ${isMobile() ? "80" : "70"}vh;" class="b3-dialog__content b3-typography b3-typography--default">${response.data.html}</div>`
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue