mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
🎨 Update text
This commit is contained in:
parent
d0b9368bf0
commit
fb6a1c5347
6 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"inboxTip": "Open the user guide to search the inbox to view the instructions",
|
||||||
"builtIn": "Built-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",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"inboxTip": "Abra la guía del usuario para buscar en la bandeja de entrada y ver las instrucciones",
|
||||||
"builtIn": "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",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"inboxTip": "Ouvrez le guide de l'utilisateur pour rechercher la boîte de réception afin d'afficher les instructions",
|
||||||
"builtIn": "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",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"inboxTip": "打開用戶指南搜索 收集箱 查看使用說明",
|
||||||
"builtIn": "內置",
|
"builtIn": "內置",
|
||||||
"endDate": "結束日期",
|
"endDate": "結束日期",
|
||||||
"needLogin": "該功能需要登錄賬號後才能使用",
|
"needLogin": "該功能需要登錄賬號後才能使用",
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
{
|
{
|
||||||
|
"inboxTip": "打开用户指南搜索 收集箱 查看使用说明",
|
||||||
"builtIn": "内置",
|
"builtIn": "内置",
|
||||||
"endDate": "结束时间",
|
"endDate": "结束时间",
|
||||||
"needLogin": "该功能需要登录账号后才能使用",
|
"needLogin": "该功能需要登录账号后才能使用",
|
||||||
|
|
|
||||||
|
|
@ -301,7 +301,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
||||||
if (needSubscribe("")) {
|
if (needSubscribe("")) {
|
||||||
this.element.lastElementChild.innerHTML = `<ul class="b3-list b3-list--background">
|
this.element.lastElementChild.innerHTML = `<ul class="b3-list b3-list--background">
|
||||||
<li class="b3-list--empty">
|
<li class="b3-list--empty">
|
||||||
打开帮助文档搜索 <code>收集箱</code> 查看使用说明
|
${window.siyuan.languages.inboxTip}
|
||||||
</li>
|
</li>
|
||||||
<li class="b3-list--empty">
|
<li class="b3-list--empty">
|
||||||
${window.siyuan.config.system.container === "ios" ? window.siyuan.languages._kernel[122] : window.siyuan.languages._kernel[29].replace("${url}", getCloudURL("subscribe/siyuan"))}
|
${window.siyuan.config.system.container === "ios" ? window.siyuan.languages._kernel[122] : window.siyuan.languages._kernel[29].replace("${url}", getCloudURL("subscribe/siyuan"))}
|
||||||
|
|
@ -318,7 +318,7 @@ ${(Lute.New()).MarkdownStr("", data.shorthandContent)}
|
||||||
loadingElement.classList.add("fn__none");
|
loadingElement.classList.add("fn__none");
|
||||||
let html = "";
|
let html = "";
|
||||||
if (response.data.data.shorthands.length === 0) {
|
if (response.data.data.shorthands.length === 0) {
|
||||||
html = '<ul class="b3-list b3-list--background"><li class="b3-list--empty">打开帮助文档搜索 <b>收集箱</b> 查看使用说明</li></ul>';
|
html = '<ul class="b3-list b3-list--background"><li class="b3-list--empty">${window.siyuan.languages.inboxTip}</li></ul>';
|
||||||
} else {
|
} else {
|
||||||
html = '<ul style="padding: 8px 0" class="b3-list b3-list--background">';
|
html = '<ul style="padding: 8px 0" class="b3-list b3-list--background">';
|
||||||
response.data.data.shorthands.forEach((item: IInbox) => {
|
response.data.data.shorthands.forEach((item: IInbox) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue