🎨 Improve text for Data history
* 翻译数据历史操作 Translation Data History Operation * 翻译数据历史操作 * 翻译数据历史操作 * 翻译数据历史操作 加空格对齐一下 * 翻译数据历史操作 半角空格都被自动去掉了
This commit is contained in:
parent
fa502ef2c4
commit
d70ef14696
7 changed files with 42 additions and 12 deletions
|
@ -434,6 +434,12 @@
|
|||
"autoDownloadUpdatePkgTip": "After enabling, it will automatically check the version update every two hours. If there is an updated version, it will automatically download the installation package and prompt for installation",
|
||||
"downloaded": "Downloaded",
|
||||
"allOp": "All operations",
|
||||
"historyClean": "clean",
|
||||
"historyUpdate": "update",
|
||||
"historyDelete": "delete",
|
||||
"historyFormat": "format",
|
||||
"historySync": "sync",
|
||||
"historyReplace": "replace",
|
||||
"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",
|
||||
|
|
|
@ -434,6 +434,12 @@
|
|||
"autoDownloadUpdatePkgTip": "Después de abrir, verificará automáticamente la actualización de la versión cada dos horas. Si hay una versión actualizada, descargará automáticamente el paquete de instalación y solicitará la instalación",
|
||||
"downloaded": "Descargado",
|
||||
"allOp": "Todas las operaciones",
|
||||
"historyClean": "limpiar (clean)",
|
||||
"historyUpdate": "actualizar (update)",
|
||||
"historyDelete": "eliminar (delete)",
|
||||
"historyFormat": "formatear (format)",
|
||||
"historySync": "sincronizar (sync)",
|
||||
"historyReplace": "reemplazar (replace)",
|
||||
"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",
|
||||
|
|
|
@ -434,6 +434,12 @@
|
|||
"autoDownloadUpdatePkgTip": "Après l'ouverture, il vérifiera automatiquement la mise à jour de la version toutes les deux heures. S'il existe une version mise à jour, il téléchargera automatiquement le package d'installation et demandera l'installation",
|
||||
"downloaded": "Téléchargé",
|
||||
"allOp": "Toutes les opérations",
|
||||
"historyClean": "nettoyer (clean)",
|
||||
"historyUpdate": "mettre à jour (update)",
|
||||
"historyDelete": "supprimer (delete)",
|
||||
"historyFormat": "formater (format)",
|
||||
"historySync": "synchroniser (sync)",
|
||||
"historyReplace": "remplacer (replace)",
|
||||
"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",
|
||||
|
|
|
@ -434,6 +434,12 @@
|
|||
"autoDownloadUpdatePkgTip": "啟用後會每隔兩小時自動檢查版本更新,如果有更新版本則自動下載安裝檔並提示安裝",
|
||||
"downloaded": "已下載",
|
||||
"allOp": "所有操作",
|
||||
"historyClean": "清理 (clean)",
|
||||
"historyUpdate": "更新 (update)",
|
||||
"historyDelete": "刪除 (delete)",
|
||||
"historyFormat": "格式化 (format)",
|
||||
"historySync": "同步 (sync)",
|
||||
"historyReplace": "替換 (replace)",
|
||||
"htmlBlockError": "以下 script 執行會影響界面顯示,已經停止運行該腳本",
|
||||
"fileHistory": "文件歷史",
|
||||
"htmlBlockTip": "形成了多個 HTML 塊,為防止資料丟失請使用 <code class='fn__code'><div></code> 標籤包裹並去掉空行",
|
||||
|
|
|
@ -434,6 +434,12 @@
|
|||
"autoDownloadUpdatePkgTip": "启用后会每隔两小时自动检查版本更新,如果有更新版本则自动下载安装包并提示安装",
|
||||
"downloaded": "已下载",
|
||||
"allOp": "所有操作",
|
||||
"historyClean": "清理 (clean)",
|
||||
"historyUpdate": "更新 (update)",
|
||||
"historyDelete": "删除 (delete)",
|
||||
"historyFormat": "格式化 (format)",
|
||||
"historySync": "同步 (sync)",
|
||||
"historyReplace": "替换 (replace)",
|
||||
"htmlBlockError": "以下 script 执行会影响界面显示,已经停止运行该脚本",
|
||||
"fileHistory": "文件历史",
|
||||
"htmlBlockTip": "形成了多个 HTML 块,为防止数据丢失请使用 <code class='fn__code'><div></code> 标签包裹并去掉空行",
|
||||
|
|
|
@ -67,12 +67,12 @@ export const openDocHistory = (options: {
|
|||
<div class="fn__flex-1"></div>
|
||||
<select data-type="opselect" class="b3-select">
|
||||
<option value="all" selected>${window.siyuan.languages.allOp}</option>
|
||||
<option value="clean">clean</option>
|
||||
<option value="update">update</option>
|
||||
<option value="delete">delete</option>
|
||||
<option value="format">format</option>
|
||||
<option value="sync">sync</option>
|
||||
<option value="replace">replace</option>
|
||||
<option value="clean">${window.siyuan.languages.historyClean}</option>
|
||||
<option value="update">${window.siyuan.languages.historyUpdate}</option>
|
||||
<option value="delete">${window.siyuan.languages.historyDelete}</option>
|
||||
<option value="format">${window.siyuan.languages.historyFormat}</option>
|
||||
<option value="sync">${window.siyuan.languages.historySync}</option>
|
||||
<option value="replace">${window.siyuan.languages.historyReplace}</option>
|
||||
</select>
|
||||
<span class="fn__space"></span>
|
||||
<span data-type="docprevious" class="block__icon block__icon--show b3-tooltips b3-tooltips__s" disabled="disabled" aria-label="${window.siyuan.languages.previousLabel}"><svg><use xlink:href="#iconLeft"></use></svg></span>
|
||||
|
|
|
@ -340,12 +340,12 @@ export const openHistory = (app: App) => {
|
|||
<span class="fn__space"></span>
|
||||
<select data-type="opselect" class="b3-select${isMobile() ? " fn__size96" : ""}">
|
||||
<option value="all" selected>${window.siyuan.languages.allOp}</option>
|
||||
<option value="clean">clean</option>
|
||||
<option value="update">update</option>
|
||||
<option value="delete">delete</option>
|
||||
<option value="format">format</option>
|
||||
<option value="sync">sync</option>
|
||||
<option value="replace">replace</option>
|
||||
<option value="clean">${window.siyuan.languages.historyClean}</option>
|
||||
<option value="update">${window.siyuan.languages.historyUpdate}</option>
|
||||
<option value="delete">${window.siyuan.languages.historyDelete}</option>
|
||||
<option value="format">${window.siyuan.languages.historyFormat}</option>
|
||||
<option value="sync">${window.siyuan.languages.historySync}</option>
|
||||
<option value="replace">${window.siyuan.languages.historyReplace}</option>
|
||||
</select>
|
||||
<span class="fn__space"></span>
|
||||
<select data-type="notebookselect" class="b3-select ${isMobile() ? "fn__size96" : "fn__size200"}">
|
||||
|
|
Loading…
Add table
Reference in a new issue