🎨 云端同步模式支持 完全手动同步 模式 https://github.com/siyuan-note/siyuan/issues/7295

This commit is contained in:
Liang Ding 2023-02-08 18:42:05 +08:00
parent 7fab4d0509
commit 6556843628
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 13 additions and 13 deletions

View file

@ -1,8 +1,8 @@
{
"chooseSyncDirection": "Choose sync direction",
"uploadData2Cloud": "\uD83D\uDCE4 Upload data to cloud",
"uploadData2Cloud": "⬆️ Upload data to cloud",
"uploadData2CloudTip": "Overwrite cloud data based on local data",
"downloadDataFromCloud": "\uD83D\uDCE5 Download data from cloud",
"downloadDataFromCloud": "⬇️ Download data from cloud",
"downloadDataFromCloudTip": "Overwrite local data based on cloud data",
"targetBlockID": "Target Block ID",
"transferBlockRefTip": "Transfer all references from this block to the target block",

View file

@ -1,8 +1,8 @@
{
"chooseSyncDirection": "Elegir dirección de sincronización",
"uploadData2Cloud": "\uD83D\uDCE4 Subir datos a la nube",
"uploadData2Cloud": "⬆️ Subir datos a la nube",
"uploadData2CloudTip": "Sobrescribir datos en la nube basados en datos locales",
"downloadDataFromCloud": "\uD83D\uDCE5 Descargar datos de la nube",
"downloadDataFromCloud": "⬇️ Descargar datos de la nube",
"downloadDataFromCloudTip": "Sobrescribir datos locales basados en datos de la nube",
"targetBlockID": "Id. de bloque objetivo",
"transferBlockRefTip": "Transferir todas las referencias de este bloque al bloque de destino",

View file

@ -1,8 +1,8 @@
{
"chooseSyncDirection": "Choisir la direction de synchronisation",
"uploadData2Cloud": "\uD83D\uDCE4 Télécharger des données dans le cloud",
"uploadData2Cloud": "⬆️ Télécharger des données dans le cloud",
"uploadData2CloudTip": "Écraser les données cloud basées sur les données locales",
"downloadDataFromCloud": "\uD83D\uDCE5 Télécharger des données depuis le cloud",
"downloadDataFromCloud": "⬇️ Télécharger des données depuis le cloud",
"downloadDataFromCloudTip": "Écraser les données locales basées sur les données du cloud",
"targetBlockID": "Identifiant du bloc cible",
"transferBlockRefTip": "Transférer toutes les références de ce bloc vers le bloc cible",

View file

@ -1,8 +1,8 @@
{
"chooseSyncDirection": "選擇同步方向",
"uploadData2Cloud": "\uD83D\uDCE4 將數據上傳到雲端",
"uploadData2Cloud": "⬆️ 將數據上傳到雲端",
"uploadData2CloudTip": "以本地數據為準覆蓋雲端數據",
"downloadDataFromCloud": "\uD83D\uDCE5 從雲端下載數據",
"downloadDataFromCloud": "⬇️ 從雲端下載數據",
"downloadDataFromCloudTip": "以雲端數據為準覆蓋本地數據",
"targetBlockID": "目標塊 ID",
"transferBlockRefTip": "將該塊的所有引用轉移到目標塊上",

View file

@ -1,8 +1,8 @@
{
"chooseSyncDirection": "选择同步方向",
"uploadData2Cloud": "\uD83D\uDCE4 将数据上传到云端",
"uploadData2Cloud": "⬆️ 将数据上传到云端",
"uploadData2CloudTip": "以本地数据为准覆盖云端数据",
"downloadDataFromCloud": "\uD83D\uDCE5 从云端下载数据",
"downloadDataFromCloud": "⬇️ 从云端下载数据",
"downloadDataFromCloudTip": "以云端数据为准覆盖本地数据",
"targetBlockID": "目标块 ID",
"transferBlockRefTip": "将该块的所有引用转移到目标块上",

View file

@ -40,7 +40,7 @@ require (
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/radovskyb/watcher v1.0.7
github.com/shirou/gopsutil/v3 v3.23.1
github.com/siyuan-note/dejavu v0.0.0-20230208092020-1358ccca67c4
github.com/siyuan-note/dejavu v0.0.0-20230208103832-6f9e93416d9d
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75
github.com/siyuan-note/eventbus v0.0.0-20230203085647-fb624740be03
github.com/siyuan-note/filelock v0.0.0-20221117095924-e1947438a35e

View file

@ -263,8 +263,8 @@ github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5g
github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o=
github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d h1:lvCTyBbr36+tqMccdGMwuEU+hjux/zL6xSmf5S9ITaA=
github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d/go.mod h1:05UtEgK5zq39gLST6uB0cf3NEHjETfB4Fgr3Gx5R9Vw=
github.com/siyuan-note/dejavu v0.0.0-20230208092020-1358ccca67c4 h1:rPYRkqzztJEtS5GP7kvgrBOADQ4sBhIe4aD+ZAhX4Uc=
github.com/siyuan-note/dejavu v0.0.0-20230208092020-1358ccca67c4/go.mod h1:Hp/96PrZAiG2zSscNbrdu8Iyzw4nCIu2/fOtzNVtbpU=
github.com/siyuan-note/dejavu v0.0.0-20230208103832-6f9e93416d9d h1:Z4OqqRgcZhXAKRpYHkaDGxp31M3PkO41tj/JgdHM9Gc=
github.com/siyuan-note/dejavu v0.0.0-20230208103832-6f9e93416d9d/go.mod h1:Hp/96PrZAiG2zSscNbrdu8Iyzw4nCIu2/fOtzNVtbpU=
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75 h1:Bi7/7f29LW+Fm0cHc0J1NO1cZqyJwljSWVmfOqVZgaE=
github.com/siyuan-note/encryption v0.0.0-20220713091850-5ecd92177b75/go.mod h1:H8fyqqAbp9XreANjeSbc72zEdFfKTXYN34tc1TjZwtw=
github.com/siyuan-note/eventbus v0.0.0-20230203085647-fb624740be03 h1:W7nGGluE6sBrFSVkmucGsh2NruleOPsQle7fcAW115o=