This commit is contained in:
parent
14e9f22677
commit
959d6d0145
6 changed files with 6 additions and 1 deletions
|
@ -470,6 +470,7 @@
|
|||
"recentEmoji": "Common Emoticons",
|
||||
"andSubFile": "and its <b>x</b> subdocs",
|
||||
"changeIcon": "Change icon",
|
||||
"randomIcon": "Random icon",
|
||||
"includeSubFile": "\nInclude x subdocs",
|
||||
"untitled": "Untitled",
|
||||
"lockScreen": "Lock Screen",
|
||||
|
|
|
@ -470,6 +470,7 @@
|
|||
"recentEmoji": "Emoticonos comunes",
|
||||
"andSubFile": "y sus <b>x</b> documentos secundarios",
|
||||
"changeIcon": "Cambiar el icono",
|
||||
"randomIcon": "Icono aleatorio",
|
||||
"includeSubFile": "\nIncluir x documentos secundarios",
|
||||
"untitled": "Sin título",
|
||||
"lockScreen": "Pantalla de bloqueo",
|
||||
|
|
|
@ -470,6 +470,7 @@
|
|||
"recentEmoji": "Emoticônes courantes",
|
||||
"andSubFile": "et son <b>x</b> sous-documents",
|
||||
"changeIcon": "Changer l'icône",
|
||||
"randomIcon": "Icône aléatoire",
|
||||
"includeSubFile": "\nInclure x sous-documents",
|
||||
"untitled": "Sans titre",
|
||||
"lockScreen": "Verrouiller Écran",
|
||||
|
|
|
@ -470,6 +470,7 @@
|
|||
"recentEmoji": "常用表情",
|
||||
"andSubFile": "及其 <b>x</b> 個子文檔",
|
||||
"changeIcon": "修改圖示",
|
||||
"randomIcon": "隨機圖標",
|
||||
"includeSubFile": "\n包含 x 個子文檔",
|
||||
"untitled": "新文檔",
|
||||
"lockScreen": "鎖定畫面",
|
||||
|
|
|
@ -470,6 +470,7 @@
|
|||
"recentEmoji": "常用表情",
|
||||
"andSubFile": "及其 <b>x</b> 个子文档",
|
||||
"changeIcon": "修改图标",
|
||||
"randomIcon": "随机图标",
|
||||
"includeSubFile": "\n包含 x 个子文档",
|
||||
"untitled": "新文档",
|
||||
"lockScreen": "锁屏",
|
||||
|
|
|
@ -45,7 +45,7 @@ export class Background {
|
|||
<div class="protyle-background__icon" data-menu="true" data-type="open-emoji"></div>
|
||||
<div class="protyle-icons fn__flex-center">
|
||||
<span class="protyle-icon protyle-icon--first b3-tooltips b3-tooltips__s" data-menu="true" data-type="tag" aria-label="${window.siyuan.languages.addTag}"><svg><use xlink:href="#iconTags"></use></svg></span>
|
||||
<span class="protyle-icon b3-tooltips b3-tooltips__s" data-type="icon" aria-label="${window.siyuan.languages.changeIcon}"><svg><use xlink:href="#iconEmoji"></use></svg></span>
|
||||
<span class="protyle-icon b3-tooltips b3-tooltips__s" data-type="icon" aria-label="${window.siyuan.languages.randomIcon}"><svg><use xlink:href="#iconEmoji"></use></svg></span>
|
||||
<span class="protyle-icon protyle-icon--last b3-tooltips b3-tooltips__s" data-type="random" aria-label="${window.siyuan.languages.titleBg}"><svg><use xlink:href="#iconImage"></use></svg></span>
|
||||
</div>
|
||||
</div>`;
|
||||
|
|
Loading…
Add table
Reference in a new issue