🎨 Update text

This commit is contained in:
Daniel 2023-07-06 10:39:41 +08:00
parent f90925a80a
commit 369ad43c9f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
10 changed files with 12 additions and 17 deletions

View file

@ -113,7 +113,7 @@
"aiFixGrammarSpell": "Fix grammar, spelling and typos",
"aiCustomAction": "Custom action...",
"attributeView": "Attribute View",
"mgmt": "Management",
"manage": "Manage",
"spaceRepetition": "Spaced Repetition",
"space": "Space",
"cardShowAnswer": "Show Answer",
@ -673,7 +673,6 @@
"waitSync": "The editing data has not been synchronized to the cloud",
"paymentSum": "Cumulatively paid",
"refresh": "Refresh",
"accountManage": "Account Manage",
"logout": "Logout",
"refreshUser": "User information refreshed",
"insertBottom": "Open Below the Tab",

View file

@ -113,7 +113,7 @@
"aiFixGrammarSpell": "Corregir gramática, ortografía y errores tipográficos.",
"aiCustomAction": "Acción personalizada...",
"attributeView": "Vista de atributos",
"mgmt": "Administración",
"manage": "Administrar",
"spaceRepetition": "Repetición Espaciada",
"space": "Espacio",
"pdfIsLoading": "El PDF se está cargando, inténtalo de nuevo más tarde",
@ -673,7 +673,6 @@
"waitSync": "Los datos de edición no se han sincronizado con la nube",
"paymentSum": "Pagado acumulativamente",
"refresh": "Actualizar",
"accountManage": "Gestión de la cuenta",
"logout": "Cierre de sesión",
"refreshUser": "Información del usuario actualizada",
"insertBottom": "Abrir debajo de la pestaña",

View file

@ -113,7 +113,7 @@
"aiFixGrammarSpell": "Correction de la grammaire, de l'orthographe et des fautes de frappe",
"aiCustomAction": "Action personnalisée...",
"attributeView": "Vista de atributos",
"mgmt": "Gestion",
"manage": "Gérer",
"spaceRepetition": "Répétition espacée",
"space": "Espace",
"cardShowAnswer": "Afficher la réponse",
@ -673,7 +673,6 @@
"waitSync": "Les données d'édition n'ont pas été synchronisées avec le cloud",
"paymentSum": "Cumulativement payé",
"refresh": "Rafraîchir",
"accountManage": "Gestion des comptes",
"logout": "Se déconnecter",
"refreshUser": "Les informations sur l'utilisateur ont été actualisées",
"insertBottom": "Ouvrir en bas de l'onglet",

View file

@ -113,7 +113,7 @@
"aiFixGrammarSpell": "修正語法、拼寫和錯別字",
"aiCustomAction": "自定義操作...",
"attributeView": "屬性視圖",
"mgmt": "管理",
"manage": "管理",
"spaceRepetition": "間隔重複",
"space": "空格",
"pdfIsLoading": "PDF 正在加載中,請稍後再試",
@ -673,7 +673,6 @@
"waitSync": "編輯資料尚未同步到雲端",
"payment": "累計已支付",
"refresh": "重新整理",
"accountManage": "帳號管理",
"logout": "登出",
"refreshUser": "使用者資訊更新完畢",
"insertBottom": "在分頁下側打開",

View file

@ -113,7 +113,7 @@
"aiFixGrammarSpell": "修正语法、拼写和错别字",
"aiCustomAction": "自定义操作...",
"attributeView": "属性视图",
"mgmt": "管理",
"manage": "管理",
"spaceRepetition": "间隔重复",
"space": "空格",
"pdfIsLoading": "PDF 正在加载中,请稍后再试",
@ -673,7 +673,6 @@
"waitSync": "编辑数据尚未同步到云端",
"paymentSum": "累计已支付",
"refresh": "刷新",
"accountManage": "账号管理",
"logout": "登出",
"refreshUser": "用户信息刷新完毕",
"insertBottom": "在页签下侧打开",

View file

@ -81,7 +81,7 @@ ${renewHTML}
</div>
<div class="config-account__info">
<div class="fn__flex">
<a class="b3-button b3-button--text" href="${getCloudURL("settings")}" target="_blank">${window.siyuan.languages.accountManage}</a>
<a class="b3-button b3-button--text" href="${getCloudURL("settings")}" target="_blank">${window.siyuan.languages.manage}</a>
<span class="fn__space"></span>
<button class="b3-button b3-button--cancel" id="logout">
${window.siyuan.languages.logout}

View file

@ -136,7 +136,7 @@ export const initNavigationMenu = (app: App, liElement: HTMLElement) => {
}
}, {
iconHTML: Constants.ZWSP,
label: window.siyuan.languages.mgmt,
label: window.siyuan.languages.manage,
click: () => {
viewCards(app, notebookId, name, "Notebook");
/// #if MOBILE
@ -387,7 +387,7 @@ export const initFileMenu = (app: App, notebookId: string, pathString: string, l
}
}, {
iconHTML: Constants.ZWSP,
label: window.siyuan.languages.mgmt,
label: window.siyuan.languages.manage,
click: () => {
fetchPost("/api/filetree/getHPathByID", {
id

View file

@ -246,7 +246,7 @@ export const workspaceMenu = (app:App, rect: DOMRect) => {
}
}, {
iconHTML: Constants.ZWSP,
label: window.siyuan.languages.mgmt,
label: window.siyuan.languages.manage,
click: () => {
viewCards(app, "", window.siyuan.languages.all, "");
}

View file

@ -20,7 +20,7 @@ export const showAccountInfo = () => {
userTitlesHTML += "</div>";
}
openModel({
title: window.siyuan.languages.accountManage,
title: window.siyuan.languages.manage,
icon: "iconAccount",
html: `<div class="fn__flex-column">
<div class="config-account__bg">
@ -34,7 +34,7 @@ export const showAccountInfo = () => {
</div>
<div class="config-account__info">
<div class="fn__flex">
<a class="b3-button b3-button--text" href="${getCloudURL("settings")}" target="_blank">${window.siyuan.languages.accountManage}</a>
<a class="b3-button b3-button--text" href="${getCloudURL("settings")}" target="_blank">${window.siyuan.languages.manage}</a>
<span class="fn__space"></span>
<button class="b3-button b3-button--cancel" id="logout">
${window.siyuan.languages.logout}

View file

@ -105,7 +105,7 @@ export const openTitleMenu = (protyle: IProtyle, position: {
}
}, {
iconHTML: Constants.ZWSP,
label: window.siyuan.languages.mgmt,
label: window.siyuan.languages.manage,
click: () => {
fetchPost("/api/filetree/getHPathByID", {
id: protyle.block.rootID