Jelajahi Sumber

:art: 桌面端支持搜索图片 OCR 文本 https://github.com/siyuan-note/siyuan/issues/3470

Liang Ding 2 tahun lalu
induk
melakukan
6f51de0d12

+ 2 - 1
app/appearance/langs/en_US.json

@@ -1060,6 +1060,7 @@
     "182": "Sharing document, please wait...",
     "183": "Validating index document tree [%d/%d %s]",
     "184": "Powered by <a href=\"https://b3log.org/siyuan\" target=\"_blank\">SiYuan</a>",
-    "185": "Index verification complete"
+    "185": "Index verification complete",
+    "186": "Extracted text [%s] from asset [%s]"
   }
 }

+ 2 - 1
app/appearance/langs/es_ES.json

@@ -1060,6 +1060,7 @@
     "182": "Compartiendo documento, por favor espere...",
     "183": "Validando el árbol del documento de índice [%d/%d %s]",
     "184": "Con la tecnología de <a href=\"https://b3log.org/siyuan\" target=\"_blank\">SiYuan</a>",
-    "185": "Verificación de índice completada"
+    "185": "Verificación de índice completada",
+    "186": "Texto extraído [%s] del recurso [%s]"
   }
 }

+ 2 - 1
app/appearance/langs/fr_FR.json

@@ -1060,6 +1060,7 @@
     "182": "Partage du document, veuillez patienter...",
     "183": "Validation de l'arborescence du document d'index [%d/%d %s]",
     "184": "Propulsé par <a href=\"https://b3log.org/siyuan\" target=\"_blank\">SiYuan</a>",
-    "185": "Vérification de l'index terminée"
+    "185": "Vérification de l'index terminée",
+    "186": "Texte extrait [%s] de l'actif [%s]"
   }
 }

+ 2 - 1
app/appearance/langs/zh_CHT.json

@@ -1060,6 +1060,7 @@
     "182": "正在分享文檔,請稍等...",
     "183": "正在校驗索引文檔樹 [%d/%d %s]",
     "184": "由<a href=\"https://b3log.org/siyuan\" target=\"_blank\">思源筆記</a>強力驅動",
-    "185": "索引校驗完畢"
+    "185": "索引校驗完畢",
+    "186": "已提取資源文件 [%s] 圖片中的文本 [%s]"
   }
 }

+ 2 - 1
app/appearance/langs/zh_CN.json

@@ -1060,6 +1060,7 @@
     "182": "正在分享文档,请稍等...",
     "183": "正在校验索引文档树 [%d/%d %s]",
     "184": "由<a href=\"https://b3log.org/siyuan\" target=\"_blank\">思源笔记</a>强力驱动",
-    "185": "索引校验完毕"
+    "185": "索引校验完毕",
+    "186": "已识别资源文件 [%s] 图片中的文本 [%s]"
   }
 }