🎨 Add Relation column to database table view https://github.com/siyuan-note/siyuan/issues/9888

This commit is contained in:
Daniel 2023-12-25 00:45:10 +08:00
parent 8469d7c635
commit 8e8a86bea6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 17 additions and 5 deletions

View file

@ -1,4 +1,7 @@
{
"backRelation": "Bidirectional",
"thisDatabase": "This database",
"relatedTo": "Relation to",
"relation": "Relation",
"rollup": "Rollup",
"replaceTypes": {

View file

@ -1,6 +1,9 @@
{
"relation": "Relación",
"rollup": "Acumular",
"backRelation": "Bidireccional",
"thisDatabase": "Esta base de datos",
"relacionadoTo": "Relación con",
"relación": "Relación",
"acumular": "Acumular",
"replaceTypes": {
"text": "Texto normal",
"imgText": "Texto alternativo de la imagen",

View file

@ -1,4 +1,7 @@
{
"backRelation": "Bidirectionnel",
"thisDatabase": "Cette base de données",
"relatedTo " : " Relation avec ",
"relation": "Relation",
"rollup": "Rollup",
"replaceTypes": {

View file

@ -1,6 +1,9 @@
{
"backRelation": "雙向關聯",
"thisDatabase": "目前資料庫",
"relatedTo": "關聯至",
"relation": "關聯",
"rollup": "查詢引用",
"rollup": "匯總",
"replaceTypes": {
"text": "普通文字",
"imgText": "圖片提示文字",

View file

@ -1,9 +1,9 @@
{
"backRelation": "双向关联",
"thisDatabase": "当前数据表格",
"thisDatabase": "当前数据",
"relatedTo": "关联至",
"relation": "关联",
"rollup": "查询引用",
"rollup": "汇总",
"replaceTypes": {
"text": "普通文本",
"imgText": "图片提示文本",