🎨 Update text

This commit is contained in:
Daniel 2023-07-30 20:59:01 +08:00
parent 8a842c66f0
commit 2e9eac5581
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
6 changed files with 6 additions and 7 deletions

View file

@ -1,5 +1,5 @@
{ {
"buildIn": "Build-in", "builtIn": "Built-in",
"endDate": "End date", "endDate": "End date",
"needLogin": "This function needs to be logged in to use", "needLogin": "This function needs to be logged in to use",
"calcResultCountAll": "COUNT", "calcResultCountAll": "COUNT",

View file

@ -1,5 +1,5 @@
{ {
"buildIn": "Incorporado", "builtIn": "Incorporado",
"endDate": "Fecha de finalización", "endDate": "Fecha de finalización",
"needLogin": "Esta función requiere iniciar sesión en la cuenta antes de poder usarla", "needLogin": "Esta función requiere iniciar sesión en la cuenta antes de poder usarla",
"calcResultCountAll": "CONTAR", "calcResultCountAll": "CONTAR",

View file

@ -1,5 +1,5 @@
{ {
"buildIn": "Intégré", "builtIn": "Intégré",
"endDate": "Date de fin", "endDate": "Date de fin",
"needLogin": "La fonctionnalité nécessite un numéro de compte de connexion avant de pouvoir être utilisée", "needLogin": "La fonctionnalité nécessite un numéro de compte de connexion avant de pouvoir être utilisée",
"calcResultCountAll": "COUNT", "calcResultCountAll": "COUNT",

View file

@ -1,5 +1,5 @@
{ {
"buildIn": "內置", "builtIn": "內置",
"endDate": "結束日期", "endDate": "結束日期",
"needLogin": "該功能需要登錄賬號後才能使用", "needLogin": "該功能需要登錄賬號後才能使用",
"calcResultCountAll": "行計數", "calcResultCountAll": "行計數",

View file

@ -1,5 +1,5 @@
{ {
"buildIn": "内置", "builtIn": "内置",
"endDate": "结束时间", "endDate": "结束时间",
"needLogin": "该功能需要登录账号后才能使用", "needLogin": "该功能需要登录账号后才能使用",
"calcResultCountAll": "行计数", "calcResultCountAll": "行计数",

View file

@ -6,7 +6,6 @@ import {confirmDialog} from "../dialog/confirmDialog";
import {getSearch, isMobile, isValidAttrName} from "../util/functions"; import {getSearch, isMobile, isValidAttrName} from "../util/functions";
import {isLocalPath, movePathTo, moveToPath, pathPosix} from "../util/pathName"; import {isLocalPath, movePathTo, moveToPath, pathPosix} from "../util/pathName";
import {MenuItem} from "./Menu"; import {MenuItem} from "./Menu";
import {hasClosestByClassName} from "../protyle/util/hasClosest";
import {saveExport} from "../protyle/export"; import {saveExport} from "../protyle/export";
import {openByMobile, writeText} from "../protyle/util/compatibility"; import {openByMobile, writeText} from "../protyle/util/compatibility";
import {fetchPost, fetchSyncPost} from "../util/fetch"; 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="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"> <div class="item item--full item--focus" data-type="attr">
<span class="fn__flex-1"></span> <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> <span class="fn__flex-1"></span>
</div> </div>
<div class="item item--full${avHTML ? "" : " fn__none"}" data-type="av"> <div class="item item--full${avHTML ? "" : " fn__none"}" data-type="av">