🎨 支持链滴积分兑换扩容云端存储 https://github.com/siyuan-note/siyuan/issues/7055
This commit is contained in:
parent
19682141ef
commit
fd3c5a756a
6 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"pointExchangeSize": "Point Exchange {size}",
|
||||
"pointExchangeSize": "Point Exchange",
|
||||
"panel": "Panel",
|
||||
"copyPath": "Copy Path",
|
||||
"workspaceList": "Workspaces",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"pointExchangeSize": "Intercambio de puntos {tamaño}",
|
||||
"pointExchangeSize": "Intercambio de puntos",
|
||||
"panel": "Panel",
|
||||
"copyPath": "Copiar ruta",
|
||||
"workspaceList": "Áreas de trabajo",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"pointExchangeSize": "Échange de points {taille}",
|
||||
"pointExchangeSize": "Échange de points",
|
||||
"panel": "Panneau",
|
||||
"copyPath": "Copier le chemin",
|
||||
"workspaceList": "Espaces de travail",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"pointExchangeSize": "積分兌換 {size}",
|
||||
"pointExchangeSize": "積分兌換",
|
||||
"panel": "面板",
|
||||
"copyPath": "複製路徑",
|
||||
"workspaceList": "工作空間列表",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"pointExchangeSize": "积分兑换 {size}",
|
||||
"pointExchangeSize": "积分兑换",
|
||||
"panel": "面板",
|
||||
"copyPath": "复制路径",
|
||||
"workspaceList": "工作空间列表",
|
||||
|
|
|
@ -165,7 +165,7 @@ const bindProviderEvent = () => {
|
|||
<li class="b3-list-item" style="cursor: auto;">${window.siyuan.languages.backup}<span class="b3-list-item__meta">${response.data.backup ? response.data.backup.hSize : "0B"}</span></li>
|
||||
<li class="b3-list-item" style="cursor: auto;"><a href="https://ld246.com/settings/file?type=3" target="_blank">${window.siyuan.languages.cdn}</a><span class="b3-list-item__meta">${response.data.hAssetSize}</span></li>
|
||||
<li class="b3-list-item" style="cursor: auto;">${window.siyuan.languages.total}<span class="b3-list-item__meta">${response.data.hSize}</span></li>
|
||||
<li class="b3-list-item" style="cursor: auto;">${window.siyuan.languages.sizeLimit}<span class="b3-list-item__meta">${response.data.hTotalSize}</span>${window.siyuan.languages.pointExchangeSize} <span class="b3-list-item__meta">${response.data.hExchangeSize}</span></li>
|
||||
<li class="b3-list-item" style="cursor: auto;">${window.siyuan.languages.sizeLimit}<span class="b3-list-item__meta">${response.data.hTotalSize}</span> ${window.siyuan.languages.pointExchangeSize}<span class="b3-list-item__meta">${response.data.hExchangeSize}</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="fn__flex-1">
|
||||
|
|
Loading…
Add table
Reference in a new issue