Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
79a6b581c8
7 changed files with 7 additions and 7 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">
|
||||
|
|
|
@ -82,7 +82,7 @@ export const initConfigSearch = (element: HTMLElement, app: App) => {
|
|||
getLang(["autoLaunch", "autoLaunchTip", "about", "about1", "about2", "about3", "about4", "about5", "about6",
|
||||
"about9", "about10", "about11", "about12", "about13", "about14", "about17", "config", "dataRepoKey",
|
||||
"dataRepoKeyTip1", "dataRepoKeyTip2", "slogan", "currentVer", "checkUpdate", "updatePath", "systemLog",
|
||||
"importKey", "genKey", "genKeyByPW", "copyKey", "resetRepo", "systemLogTip", "export", "visitAnnouncements",
|
||||
"importKey", "genKey", "genKeyByPW", "copyKey", "resetRepo", "systemLogTip", "export", "downloadLatestVer",
|
||||
"safeQuit", "directConnection", "siyuanNote", "key", "password", "copied", "resetRepoTip",
|
||||
"autoDownloadUpdatePkg", "autoDownloadUpdatePkgTip", "networkProxy", "keyPlaceholder", "initRepoKeyTip",
|
||||
"googleAnalytics", "googleAnalyticsTip"]),
|
||||
|
|
Loading…
Add table
Reference in a new issue