From 97f4c0c427e28af837dccfca48a02d1781b7965b Mon Sep 17 00:00:00 2001 From: fyears <1142836+fyears@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:30:47 +0800 Subject: [PATCH] fix grammar --- src/langs/en.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/langs/en.json b/src/langs/en.json index 143d4b2..1289e64 100644 --- a/src/langs/en.json +++ b/src/langs/en.json @@ -7,25 +7,25 @@ "sometext": "Here are some texts.", "syncrun_alreadyrunning": "{{pluginName}} already running in stage {{syncStatus}}!", "syncrun_syncingribbon": "{{pluginName}}: syncing from {{triggerSource}}", - "syncrun_step0": "0/8 Remotely Save running in dry mode, not actual file changes would happen.", - "syncrun_step1": "1/8 Remotely Save Sync Preparing ({{serviceType}})", + "syncrun_step0": "0/8 Remotely Save is running in dry mode, thus not actual file changes would happen.", + "syncrun_step1": "1/8 Remotely Save is preparing ({{serviceType}})", "syncrun_step2": "2/8 Starting to fetch remote meta data.", "syncrun_step3": "3/8 Checking password correct or not.", "syncrun_passworderr": "Something goes wrong while checking password.", "syncrun_step4": "4/8 Starting to fetch local meta data.", "syncrun_step5": "5/8 Starting to fetch local prev sync data.", "syncrun_step6": "6/8 Starting to generate sync plan.", - "syncrun_step7": "7/8 Remotely Save Sync data exchanging!", + "syncrun_step7": "7/8 Remotely Save Sync data is exchanging!", "syncrun_step7skip": "7/8 Remotely Save real sync is skipped in dry run mode.", - "syncrun_step8": "8/8 Remotely Save finish!", - "syncrun_shortstep0": "0/2 Remotely Save running in dry mode, not actual file changes would happen.", - "syncrun_shortstep1": "1/2 Remotely Save Sync Start Running ({{serviceType}})", + "syncrun_step8": "8/8 Remotely Save finished!", + "syncrun_shortstep0": "0/2 Remotely Save is running in dry mode, not actual file changes would happen.", + "syncrun_shortstep1": "1/2 Remotely Save starts running ({{serviceType}})", "syncrun_shortstep2skip": "2/2 Remotely Save real sync is skipped in dry run mode.", - "syncrun_shortstep2": "2/2 Remotely Save finish!", + "syncrun_shortstep2": "2/2 Remotely Save finished!", "syncrun_abort": "{{manifestID}}-{{theDate}}: abort sync, triggerSource={{triggerSource}}, error while {{syncStatus}}", "syncrun_abort_protectmodifypercentage": "Abort! you set changing files >= {{protectModifyPercentage}}% is not allowed but {{realModifyDeleteCount}}/{{allFilesCount}}={{percent}}% is going to be modified or deleted! If you are sure you want this sync, please adjust the allowed ratio in the settings.", - "protocol_saveqr": "New not-oauth2 settings for {{manifestName}} saved. Reopen the plugin Settings to the effect.", - "protocol_callbacknotsupported": "Your uri call a callback that's not supported yet: {{params}}", + "protocol_saveqr": "New not-oauth2 settings for {{manifestName}} is saved. Reopen the plugin settings to make it effective.", + "protocol_callbacknotsupported": "Your uri calls a callback that's not supported yet: {{params}}", "protocol_dropbox_connecting": "Connecting to Dropbox...\nPlease DO NOT close this modal.", "protocol_dropbox_connect_succ": "Good! We've connected to Dropbox as user {{username}}!", "protocol_dropbox_connect_succ_revoke": "You've connected as user {{username}}. If you want to disconnect, click this button.",