🎨 Update text
This commit is contained in:
parent
8a842c66f0
commit
2e9eac5581
6 changed files with 6 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"buildIn": "Build-in",
|
||||
"builtIn": "Built-in",
|
||||
"endDate": "End date",
|
||||
"needLogin": "This function needs to be logged in to use",
|
||||
"calcResultCountAll": "COUNT",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"buildIn": "Incorporado",
|
||||
"builtIn": "Incorporado",
|
||||
"endDate": "Fecha de finalización",
|
||||
"needLogin": "Esta función requiere iniciar sesión en la cuenta antes de poder usarla",
|
||||
"calcResultCountAll": "CONTAR",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"buildIn": "Intégré",
|
||||
"builtIn": "Intégré",
|
||||
"endDate": "Date de fin",
|
||||
"needLogin": "La fonctionnalité nécessite un numéro de compte de connexion avant de pouvoir être utilisée",
|
||||
"calcResultCountAll": "COUNT",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"buildIn": "內置",
|
||||
"builtIn": "內置",
|
||||
"endDate": "結束日期",
|
||||
"needLogin": "該功能需要登錄賬號後才能使用",
|
||||
"calcResultCountAll": "行計數",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"buildIn": "内置",
|
||||
"builtIn": "内置",
|
||||
"endDate": "结束时间",
|
||||
"needLogin": "该功能需要登录账号后才能使用",
|
||||
"calcResultCountAll": "行计数",
|
||||
|
|
|
@ -6,7 +6,6 @@ import {confirmDialog} from "../dialog/confirmDialog";
|
|||
import {getSearch, isMobile, isValidAttrName} from "../util/functions";
|
||||
import {isLocalPath, movePathTo, moveToPath, pathPosix} from "../util/pathName";
|
||||
import {MenuItem} from "./Menu";
|
||||
import {hasClosestByClassName} from "../protyle/util/hasClosest";
|
||||
import {saveExport} from "../protyle/export";
|
||||
import {openByMobile, writeText} from "../protyle/util/compatibility";
|
||||
import {fetchPost, fetchSyncPost} from "../util/fetch";
|
||||
|
@ -200,7 +199,7 @@ const genAttr = (attrs: IObject, focusName = "bookmark", cb: (dialog: Dialog, rm
|
|||
<div class="layout-tab-bar fn__flex" style="flex-shrink:0;border-radius: var(--b3-border-radius-b) var(--b3-border-radius-b) 0 0">
|
||||
<div class="item item--full item--focus" data-type="attr">
|
||||
<span class="fn__flex-1"></span>
|
||||
<span class="item__text">${window.siyuan.languages.buildIn}</span>
|
||||
<span class="item__text">${window.siyuan.languages.builtIn}</span>
|
||||
<span class="fn__flex-1"></span>
|
||||
</div>
|
||||
<div class="item item--full${avHTML ? "" : " fn__none"}" data-type="av">
|
||||
|
|
Loading…
Add table
Reference in a new issue