mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🎨 Update Settings - About - Version download link Fix https://github.com/siyuan-note/siyuan/issues/8947
This commit is contained in:
parent
30aa743ed0
commit
7467f5fcd0
6 changed files with 6 additions and 6 deletions
|
|
@ -924,7 +924,7 @@
|
|||
"about17": "Do not enable proxy when set to <code class='fn__code'>Direct connection</code>",
|
||||
"checkUpdate": "Check update",
|
||||
"currentVer": "Current version",
|
||||
"visitAnnouncements": "<a href=\"https://github.com/siyuan-note/siyuan/releases\" target=\"_blank\">Visit all published versions</a>",
|
||||
"downloadLatestVer": "<a href=\"https://b3log.org/siyuan/en/download.html\", target=\"_blank\">Download the latest version</a>",
|
||||
"themeLight": "Light",
|
||||
"themeDark": "Dark",
|
||||
"themeOS": "Follow the system",
|
||||
|
|
|
|||
|
|
@ -924,7 +924,7 @@
|
|||
"about17": "No habilite el proxy cuando esté configurado como <code class='fn__code'>Conexión directa</code>",
|
||||
"checkUpdate": "Comprobar actualización",
|
||||
"currentVer": "Versión actual",
|
||||
"visitAnnouncements": "<a href=\"https://github.com/siyuan-note/siyuan/releases\" target=\"_blank\">Visita todas las versiones publicadas</a>",
|
||||
"downloadLatestVer": "<a href=\"https://b3log.org/siyuan/download.html\", target=\"_blank\">Descargar la última versión</a>",
|
||||
"themeLight": "Claro",
|
||||
"themeDark": "Oscuro",
|
||||
"themeOS": "Sigue el sistema",
|
||||
|
|
|
|||
|
|
@ -924,7 +924,7 @@
|
|||
"about17": "N'activez pas le proxy lorsqu'il est défini sur <code class='fn__code'>Connexion directe</code>.",
|
||||
"checkUpdate": "Vérifier la mise à jour",
|
||||
"currentVer": "Version actuelle",
|
||||
"visitAnnouncements": "<a href=\"https://github.com/siyuan-note/siyuan/releases\" target=\"_blank\">Visitez toutes les versions publiées</a>",
|
||||
"downloadLatestVer": "<a href=\"https://b3log.org/siyuan/en/download.html\", target=\"_blank\">Télécharger la dernière version</a>",
|
||||
"themeLight": "Clair",
|
||||
"themeDark": "Sombre",
|
||||
"themeOS": "Suivre le système",
|
||||
|
|
|
|||
|
|
@ -924,7 +924,7 @@
|
|||
"about17": "設置為 <code class='fn__code'>直接連接</code> 時不啟用代理",
|
||||
"checkUpdate": "檢查更新",
|
||||
"currentVer": "當前版本",
|
||||
"visitAnnouncements": "<a href=\"https://github.com/siyuan-note/siyuan/releases\" target=\"_blank\">瀏覽所有已發布的版本</a>",
|
||||
"downloadLatestVer": "<a href=\"https://b3log.org/siyuan/download.html\", target=\"_blank\">下載最新版</a>",
|
||||
"themeLight": "淺色",
|
||||
"themeDark": "深色",
|
||||
"themeOS": "跟隨系統",
|
||||
|
|
|
|||
|
|
@ -924,7 +924,7 @@
|
|||
"about17": "设置为 <code class='fn__code'>直接连接</code> 时不启用代理",
|
||||
"checkUpdate": "检查更新",
|
||||
"currentVer": "当前版本",
|
||||
"visitAnnouncements": "<a href=\"https://github.com/siyuan-note/siyuan/releases\" target=\"_blank\">浏览所有已发布的版本</a>",
|
||||
"downloadLatestVer": "<a href=\"https://b3log.org/siyuan/download.html\", target=\"_blank\">下载最新版</a>",
|
||||
"themeLight": "明亮",
|
||||
"themeDark": "暗黑",
|
||||
"themeOS": "跟随系统",
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ export const about = {
|
|||
<div class="fn__flex-1">
|
||||
${window.siyuan.languages.currentVer} v${Constants.SIYUAN_VERSION}
|
||||
<span id="isInsider"></span>
|
||||
<div class="b3-label__text">${window.siyuan.languages.visitAnnouncements}</div>
|
||||
<div class="b3-label__text">${window.siyuan.languages.downloadLatestVer}</div>
|
||||
</div>
|
||||
<div class="fn__space"></div>
|
||||
<div class="fn__flex-center fn__size200 config__item-line">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue