Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ee2cafe24c
6 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"allOp": "All operations",
|
||||
"htmlBlockError": "The execution of the following script will affect the interface display, and the script has stopped running",
|
||||
"fileHistory": "File History",
|
||||
"htmlBlockTip": "Multiple HTML blocks are formed. To prevent data loss, please use <code class='fn__code'><div></code> tags to wrap and remove blank lines",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"allOp": "Todas las operaciones",
|
||||
"htmlBlockError": "La ejecución del siguiente script afectará la visualización de la interfaz y el script ha dejado de ejecutarse",
|
||||
"fileHistory": "Historial de archivos",
|
||||
"htmlBlockTip": "Se forman varios bloques HTML. Para evitar la pérdida de datos, utilice etiquetas <code class='fn__code'><div></code> para ajustar y eliminar líneas en blanco",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"allOp": "Toutes les opérations",
|
||||
"htmlBlockError": "L'exécution du script suivant affectera l'affichage de l'interface et le script a cessé de s'exécuter",
|
||||
"fileHistory": "Historique des fichiers",
|
||||
"htmlBlockTip": "Plusieurs blocs HTML sont formés. Pour éviter la perte de données, veuillez utiliser les balises <code class='fn__code'><div></code> pour envelopper et supprimer les lignes vides",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"allOp": "所有操作",
|
||||
"htmlBlockError": "以下 script 執行會影響界面顯示,已經停止運行該腳本",
|
||||
"fileHistory": "文件歷史",
|
||||
"htmlBlockTip": "形成了多個 HTML 塊,為防止數據丟失請使用 <code class='fn__code'><div></code> 標籤包裹並去掉空行",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"allOp": "所有操作",
|
||||
"htmlBlockError": "以下 script 执行会影响界面显示,已经停止运行该脚本",
|
||||
"fileHistory": "文件历史",
|
||||
"htmlBlockTip": "形成了多个 HTML 块,为防止数据丢失请使用 <code class='fn__code'><div></code> 标签包裹并去掉空行",
|
||||
|
|
|
@ -264,7 +264,7 @@ export const openHistory = () => {
|
|||
</select>
|
||||
<span class="fn__space"></span>
|
||||
<select data-type="opselect" class="b3-select" style="min-width: auto">
|
||||
<option value="all" selected>all</option>
|
||||
<option value="all" selected>${window.siyuan.languages.allOp}</option>
|
||||
<option value="clean">clean</option>
|
||||
<option value="update">update</option>
|
||||
<option value="delete">delete</option>
|
||||
|
|
Loading…
Add table
Reference in a new issue