mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-09 06:02:33 +01:00
Add database lineNumber field type (#11008)
* 🎨 add database lineNumber type * 🎨 fix https://github.com/siyuan-note/siyuan/issues/10896 * 🎨 Improve mobile app appearance language https://github.com/siyuan-note/siyuan/issues/11009 * 🎨 Improve database template field calc https://github.com/siyuan-note/siyuan/issues/11011 * ⬆️ Upgrade kernel deps * ⬆️ Upgrade kernel deps * 🎨 fix https://github.com/siyuan-note/siyuan/issues/10896 * 🎨 fix https://github.com/siyuan-note/siyuan/issues/10896 * 🐛 https://github.com/siyuan-note/siyuan/issues/11015 * 🐛 https://github.com/siyuan-note/siyuan/issues/11018 * 🐛 https://github.com/siyuan-note/siyuan/issues/11018 * 🎨 刚创建时无 id,更新需和 oldValue 保持一致 * 🐛 Database date field between filter calculation error Fix https://github.com/siyuan-note/siyuan/issues/10979 * 🐛 Primary key value unexpectedly updated when database adds row https://github.com/siyuan-note/siyuan/issues/11018 * 🎨 https://github.com/siyuan-note/siyuan/issues/11013 * 🎨 搜索可汇总字段时排除行号类型字段 https://github.com/siyuan-note/siyuan/pull/11008 * 🎨 lineNumber no need to join the calc op and remove useless todo tag --------- Co-authored-by: Vanessa <lly219@gmail.com> Co-authored-by: Daniel <845765@qq.com>
This commit is contained in:
parent
afeea6a80e
commit
8a354da50a
16 changed files with 224 additions and 108 deletions
|
|
@ -119,6 +119,7 @@
|
|||
"goToEditTabPrev": "Go to previous edited tab",
|
||||
"createdTime": "Created time",
|
||||
"updatedTime": "Updated time",
|
||||
"lineNumber": "Line number",
|
||||
"removeBookmark": "Remove bookmark from ${x}?",
|
||||
"defaultMargin": "Default",
|
||||
"noneMargin": "None",
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
"goToEditTabPrev": "Ir a la pestaña editada anteriormente",
|
||||
"createdTime": "Hora de creación",
|
||||
"updatedTime": "Hora actualizada",
|
||||
"lineNumber": "Número de línea",
|
||||
"removeBookmark": "¿Eliminar marcador de ${x}?",
|
||||
"lockEdit": "Hacer que el documento sea de sólo lectura",
|
||||
"unlockEdit": "Hacer que el documento sea escribible",
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
"goToEditTabPrev": "Aller à l'onglet modifié précédent",
|
||||
"createdTime": "Heure de création",
|
||||
"updatedTime": "Heure mise à jour",
|
||||
"lineNumber": "Numéro de ligne",
|
||||
"removeBookmark": "Supprimer le signet de ${x} ?",
|
||||
"lockEdit": "Rendre le document en lecture seule",
|
||||
"unlockEdit": "Rendre le document accessible en écriture",
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
"goToEditTabPrev": "跳到上一個編輯頁籤",
|
||||
"createdTime": "建立時間",
|
||||
"updatedTime": "更新時間",
|
||||
"lineNumber": "行號",
|
||||
"removeBookmark": "移除 ${x} 中的書籤?",
|
||||
"lockEdit": "鎖定編輯",
|
||||
"unlockEdit": "解除鎖定",
|
||||
|
|
|
|||
|
|
@ -119,6 +119,7 @@
|
|||
"goToEditTabPrev": "跳转到上一个编辑页签",
|
||||
"createdTime": "创建时间",
|
||||
"updatedTime": "更新时间",
|
||||
"lineNumber": "行号",
|
||||
"removeBookmark": "移除 ${x} 中的书签?",
|
||||
"lockEdit": "锁定编辑",
|
||||
"unlockEdit": "解除锁定",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue