📝 Improve text (#16106)

fix https://github.com/siyuan-note/siyuan/issues/16101
This commit is contained in:
Jeffrey Chen 2025-10-16 10:20:04 +08:00 committed by GitHub
parent 14effb402f
commit 679e6926a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 10170 additions and 10157 deletions

View file

@ -203,7 +203,7 @@
"imgSrc": "رابط الصورة",
"aText": "نص مرساة الرابط",
"aTitle": "عنوان الرابط",
"aHref": "نص الرابط",
"aHref": "عنوان URL",
"code": "شفرة داخل السطر",
"em": "خط مائل",
"strong": "خط غامق",
@ -223,6 +223,7 @@
"mathBlock": "كتلة الصيغة",
"htmlBlock": "‫كتلة HTML"
},
"copyAHref": "نسخ عنوان URL للرابط",
"selected": "محدد",
"loadMore": "عرض المزيد",
"tempUnlock": "فتح القفل مؤقتاً",

File diff suppressed because it is too large Load diff

View file

@ -203,7 +203,7 @@
"imgSrc": "Image link",
"aText": "Link anchor text",
"aTitle": "Link title",
"aHref": "Link link",
"aHref": "Link URL",
"code": "inline code",
"em": "Italic",
"strong": "Bold",
@ -223,6 +223,7 @@
"mathBlock": "Formula block",
"htmlBlock": "HTML block"
},
"copyAHref": "Copy link URL",
"selected": "Selected",
"loadMore": "Load more",
"tempUnlock": "Temporarily unlock",

View file

@ -203,7 +203,7 @@
"imgSrc": "Enlace de imagen",
"aText": "Texto ancla del enlace",
"aTitle": "Título del enlace",
"aHref": "Enlace enlace",
"aHref": "URL del enlace",
"code": "código en línea",
"em": "Cursiva",
"strong": "negrita",
@ -223,6 +223,7 @@
"mathBlock": "Bloque de fórmulas",
"htmlBlock": "bloque HTML"
},
"copyAHref": "Copiar URL del enlace",
"selected": "Seleccionado",
"loadMore": "Cargar más",
"tempUnlock": "Desbloquear temporalmente",

View file

@ -203,7 +203,7 @@
"imgSrc": "Lien image",
"aText": "Texte d'ancrage du lien",
"aTitle": "Titre du lien",
"aHref": "Lien lien",
"aHref": "URL du lien",
"code": "code en ligne",
"em": "Italique",
"strong": "Audacieux",
@ -223,6 +223,7 @@
"mathBlock": "Bloc de formule",
"htmlBlock": "Bloc HTML"
},
"copyAHref": "Copier l'URL du lien",
"selected": "Sélectionné",
"loadMore": "Charger plus",
"tempUnlock": "Déverrouiller temporairement",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -223,6 +223,7 @@
"mathBlock": "数式ブロック",
"htmlBlock": "HTMLブロック"
},
"copyAHref": "リンクの URL をコピー",
"selected": "選択済み",
"loadMore": "さらに読み込む",
"tempUnlock": "一時的にロック解除",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -223,6 +223,7 @@
"mathBlock": "公式塊",
"htmlBlock": "HTML 塊"
},
"copyAHref": "複製連結位址",
"selected": "已選擇",
"loadMore": "載入更多",
"tempUnlock": "暫時解鎖",

View file

@ -223,6 +223,7 @@
"mathBlock": "公式块",
"htmlBlock": "HTML 块"
},
"copyAHref": "复制链接地址",
"selected": "已选中",
"loadMore": "加载更多",
"tempUnlock": "临时解锁",

View file

@ -1588,7 +1588,7 @@ style="margin:4px 0;width: ${isMobile() ? "100%" : "360px"}" class="b3-text-fiel
if (protyle.disabled) {
window.siyuan.menus.menu.append(new MenuItem({
id: "copyAHref",
label: window.siyuan.languages.copy + " " + window.siyuan.languages.replaceTypes.aHref,
label: window.siyuan.languages.copyAHref,
icon: "iconLink",
click() {
writeText(linkAddress);