mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
🎨 Update text
This commit is contained in:
parent
f90925a80a
commit
369ad43c9f
10 changed files with 12 additions and 17 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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, "");
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue