You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@
69
69
"cmd.otherOptions.quietSync.off": "Sync : Summary will be shown upon download / upload.",
70
70
"cmd.otherOptions.warning.tokenNotRequire": "Sync : Settings Sync will not ask for GitHub Token from now on.",
71
71
"cmd.otherOptions.error.toggleFail": "Sync : Unable to Toggle.",
72
+
"cmd.otherOptions.triggerReset" : "Sync : Do you want to reset the settings ?",
72
73
"common.info.installed": "Sync : Settings created, thank you for installing!",
73
74
"common.info.needHelp": "Sync : Need Help configuring this extension?",
74
75
"common.info.excludeFile": "Sync : You can exclude any file / folder for upload and settings for download.",
@@ -99,5 +100,7 @@
99
100
"common.prompt.multipleGist": "Allows you to identify the settings if you have multiple gist.",
100
101
"common.prompt.enterGistId": "Enter Gist Id from previously uploaded settings. You can also set manually in code settings (sync.gist). Press [Enter] or [Esc] to cancel.",
101
102
"common.prompt.enterGithubAccessToken": "You also manually add a token (User Folder / syncLocalSettings.json). Press [Enter] or [Esc] to cancel.",
102
-
"common.prompt.restartCode": "Do you want to reload to apply extensions and configurations?"
103
+
"common.prompt.restartCode": "Do you want to reload to apply extensions and configurations?",
0 commit comments