Vanessa 2024-05-15 23:23:36 +08:00
parent 0cb0180f8d
commit 5010c751f1
7 changed files with 7 additions and 7 deletions

View file

@ -1182,7 +1182,7 @@
"preview": "Export Preview",
"desktop": "Desktop",
"tablet": "Tablet",
"mobileOrWechat": "Mobile/Wechat",
"mobile": "Mobile",
"copyToWechatMP": "Copy to Wechat MP",
"copyToZhihu": "Copy to Zhihu",
"copyToYuque": "Copy to Yuque",

View file

@ -1182,7 +1182,7 @@
"preview": "Vista previa de la exportación",
"desktop": "Escritorio",
"tablet": "Tablet",
"mobileOrWechat": "Móvil/Wechat",
"mobile": "Móvil",
"copyToWechatMP": "Copiar a Wechat MP",
"copyToZhihu": "Copiar a Zhihu",
"copyToYuque": "Copiar a Yuque",

View file

@ -1182,7 +1182,7 @@
"preview": "Aperçu de l'exportation",
"desktop": "bureau",
"tablet": "Tablette",
"mobileOrWechat": "Mobile/Wechat",
"mobile": "Mobile",
"copyToWechatMP": "Copier vers Wechat MP",
"copyToZhihu": "Copier vers Zhihu",
"copyToYuque": "Copier vers Yuque",

View file

@ -1182,7 +1182,7 @@
"preview": "プレビュー",
"desktop": "デスクトップ",
"tablet": "タブレット",
"mobileOrWechat": "ケータイ/Wechat",
"mobile": "携帯端末",
"copyToWechatMP": "Wechat MP にコピーする",
"copyToZhihu": "Zhihu にコピーする",
"copyToYuque": "Yuque にコピーする",

View file

@ -1182,7 +1182,7 @@
"preview": "匯出預覽",
"desktop": "桌面",
"tablet": "平板",
"mobileOrWechat": "手機/微信",
"mobile": "行動端",
"copyToWechatMP": "複製到公眾號",
"copyToZhihu": "複製到知乎",
"copyToYuque": "複製到語雀",

View file

@ -1182,7 +1182,7 @@
"preview": "导出预览",
"desktop": "桌面",
"tablet": "平板",
"mobileOrWechat": "手机/微信",
"mobile": "移动端",
"copyToWechatMP": "复制到公众号",
"copyToZhihu": "复制到知乎",
"copyToYuque": "复制到语雀",

View file

@ -53,7 +53,7 @@ export class Preview {
actionHtml.push(`<button type="button" data-type="tablet">${window.siyuan.languages.tablet}</button>`);
break;
case "mobile":
actionHtml.push(`<button type="button" data-type="mobile">${window.siyuan.languages.mobileOrWechat}</button>`);
actionHtml.push(`<button type="button" data-type="mobile">${window.siyuan.languages.mobile}</button>`);
break;
case "mp-wechat":
actionHtml.push(`<button type="button" data-type="mp-wechat" class="b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.copyToWechatMP}"><svg><use xlink:href="#iconMp"></use></svg></button>`);