From 4222573b27d4e77abf9c1f1cf8659008f2b44271 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Mon, 2 Aug 2021 07:47:30 +0800 Subject: [PATCH] :sparkles: https://github.com/siyuan-note/siyuan/issues/239 --- langs/en_US.json | 3 +++ langs/zh_CN.json | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/langs/en_US.json b/langs/en_US.json index 90eb1c23..ddb5ab27 100644 --- a/langs/en_US.json +++ b/langs/en_US.json @@ -1,4 +1,6 @@ { + "goForward": "Go forward", + "goBack": "Go back", "lockScreen": "Lock screen", "cloudIntro1": "End-to-end encrypted data synchronization", "cloudIntro2": "The encryption and decryption process is completely performed on the local device", @@ -19,6 +21,7 @@ "syncTip": "The synchronization function can only be activated after selecting the cloud synchronization list", "stickOpen": "Keep all opened", "cloud": "Cloud", + "openSyncTip": "Please go to Settings -> Cloud to enable sync to the cloud", "openSync": "Sync to the cloud (In the beta, please backup data before enabling)", "cloudSync": "Cloud sync", "localSync": "Local sync", diff --git a/langs/zh_CN.json b/langs/zh_CN.json index 22dfb2ff..c4a75000 100644 --- a/langs/zh_CN.json +++ b/langs/zh_CN.json @@ -1,5 +1,6 @@ { - "lockScreen": "锁屏", + "goForward": "前进", + "goBack": "后退", "cloudIntro1": "端到端加密数据同步", "cloudIntro2": "加密和解密过程完全在本地设备上进行", "cloudIntro3": "加密算法为业界公认安全的 AES GCM", @@ -19,6 +20,7 @@ "syncTip": "选择云端同步列表后才能开通同步功能", "stickOpen": "保持全部展开", "cloud": "云端", + "openSyncTip": "请前往 设置->云端 中开启同步到云端", "openSync": "同步到云端(公测中,开启前请备份数据)", "cloudSync": "云端同步", "localSync": "本地同步",