🎨 Improve database editing https://github.com/siyuan-note/siyuan/issues/12342
This commit is contained in:
parent
886f2d0ce7
commit
ea9a913f8b
7 changed files with 0 additions and 7 deletions
|
@ -65,7 +65,6 @@
|
|||
"cardStatus": "Card status",
|
||||
"noSupportTip": "This function does not support the use of card decks",
|
||||
"insertRowTip": "The newly added rows have been filtered and can be viewed by canceling filtering/searching/sorting",
|
||||
"insertRowTip2": "New rows do not participate in sorting",
|
||||
"insertPhoto": "Take a photo and insert it",
|
||||
"relativeToToday": "Relative to today",
|
||||
"current": "This",
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
"cardStatus": "Estado de la tarjeta",
|
||||
"noSupportTip": "Esta función no admite el uso de paquetes de tarjetas",
|
||||
"insertRowTip": "Las filas recién agregadas se han filtrado y se pueden ver cancelando el filtrado/búsqueda/clasificación",
|
||||
"insertRowTip2": "Las filas nuevas no participan en la clasificación",
|
||||
"insertPhoto": "Toma una foto e insértala",
|
||||
"relativeToToday": "Relativa a hoy",
|
||||
"current": "Esto",
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
"cardStatus": "Statut de la carte",
|
||||
"noSupportTip": "Cette fonction ne prend pas en charge l'utilisation de packages de cartes",
|
||||
"insertRowTip": "Les lignes nouvellement ajoutées ont été filtrées et peuvent être visualisées en annulant le filtrage/recherche/tri",
|
||||
"insertRowTip2": "Les nouvelles lignes ne participent pas au tri",
|
||||
"insertPhoto": "Prendre une photo et l'insérer",
|
||||
"relativeToToday": "Par rapport à aujourd'hui",
|
||||
"current": "Ceci",
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
"cardStatus": "カードの状態",
|
||||
"noSupportTip": "この機能はカードデッキの使用をサポートしていません",
|
||||
"insertRowTip": "新しく追加された行はフィルタリングされており、フィルタリング/検索/並べ替えを解除すると表示されます",
|
||||
"insertRowTip2": "新しく追加された行は並べ替えの対象ではありません",
|
||||
"insertPhoto": "画像を挿入",
|
||||
"relativeToToday": "今日からの相対的な期間",
|
||||
"current": "現在",
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
"cardStatus": "卡片狀態",
|
||||
"noSupportTip": "此功能不支援卡包使用",
|
||||
"insertRowTip": "新增行已被過濾,可取消過濾/搜尋/排序進行查看",
|
||||
"insertRowTip2": "新增行不參與排序",
|
||||
"insertPhoto": "拍照並插入",
|
||||
"relativeToToday": "相對於今天",
|
||||
"current": "當前",
|
||||
|
|
|
@ -65,7 +65,6 @@
|
|||
"cardStatus": "卡片状态",
|
||||
"noSupportTip": "该功能不支持卡包使用",
|
||||
"insertRowTip": "新增行已被过滤,可取消过滤/搜索/排序进行查看",
|
||||
"insertRowTip2": "新增行不参与排序",
|
||||
"insertPhoto": "拍照并插入",
|
||||
"relativeToToday": "相对于今天",
|
||||
"current": "当前",
|
||||
|
|
|
@ -108,7 +108,6 @@ export const insertAttrViewBlockAnimation = (protyle: IProtyle, blockElement: El
|
|||
// 有排序需要加入最后一行
|
||||
if (blockElement.querySelector('.av__views [data-type="av-sort"]').classList.contains("block__icon--active")) {
|
||||
previousElement = blockElement.querySelector(".av__row--util").previousElementSibling;
|
||||
showMessage(window.siyuan.languages.insertRowTip2);
|
||||
}
|
||||
let colHTML = '<div class="av__firstcol av__colsticky"><svg><use xlink:href="#iconUncheck"></use></svg></div>';
|
||||
const pinIndex = previousElement.querySelectorAll(".av__colsticky .av__cell").length - 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue