🎨 Added floating tip for database Add
button https://github.com/siyuan-note/siyuan/issues/11411
This commit is contained in:
parent
5f9702353f
commit
8da9de2e0f
5 changed files with 15 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"newView": "Add View",
|
||||
"newCol": "Add column",
|
||||
"newRow": "Add entry",
|
||||
"enterKey": "Enter",
|
||||
"doubleClick": "Double Click",
|
||||
"click": "Click",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"newView": "Agregar vista",
|
||||
"newCol": "Agregar columna",
|
||||
"newRow": "Agregar entrada",
|
||||
"enterKey": "Entrar",
|
||||
"doubleClick": "Doble clic",
|
||||
"click": "Hacer clic",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"newView": "Ajouter une vue",
|
||||
"newCol": "Ajouter une colonne",
|
||||
"newRow": "Ajouter une entrée",
|
||||
"enterKey": "Entrer",
|
||||
"doubleClick": "Double-clic",
|
||||
"click": "Cliquez sur",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"newView": "ビューを追加",
|
||||
"newCol": "列を追加",
|
||||
"newRow": "エントリを追加",
|
||||
"enterKey": "入力",
|
||||
"doubleClick": "ダブルクリック",
|
||||
"click": "クリック",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"newView": "新增視圖",
|
||||
"newCol": "新增列",
|
||||
"newRow": "新增項目",
|
||||
"enterKey": "回車",
|
||||
"doubleClick": "雙擊",
|
||||
"click": "點擊",
|
||||
|
|
Loading…
Add table
Reference in a new issue