forked from shanalikhan/code-settings-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
106 lines (105 loc) · 9.06 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"ext.config.title": "Code Settings Sync Configuration Settings",
"ext.config.gist": "GitHub GIST ID for Settings Sync.",
"ext.config.lastUpload": "Settings Sync last upload date. Set it as empty if you want to manually hit download.",
"ext.config.lastDownload": "Settings Sync last download date. Set it as empty if you want to manually hit download.",
"ext.config.autoDownload": "Set it true to Auto Download the settings on code start. [Code Restart Required]",
"ext.config.autoUpload": "Set it true to Auto Upload on the settings change. [Code Restart Required]",
"ext.config.forceDownload": "Set it to true if you want to download the settings even when you have the latest settings.",
"ext.config.host": "Set it to your GitHub Enterprise host if you want to use GHE.",
"ext.config.pathPrefix": "Set it to your GitHub Enterprise API prefix if you want to use GHE. Normally '/api/v3'. Only used when host is set.",
"ext.config.quietSync": "When set to true, will show the result in status bar instead of summary page.",
"ext.config.askGistName": "Ask gist name upon creating. Helps you to identify the gist if you have multiple gists.",
"ext.config.removeExtensions": "Set it to false if you dont want to remove extensions while downloading.",
"ext.config.syncExtensions": "Set it to false if you dont want to upload / download the extensions.",
"cmd.howSetting.title": "Sync : How To Configure",
"cmd.updateSettings.title": "Sync : Update / Upload Settings",
"cmd.updateSettings.info.uploading": "Sync : Uploading / Updating Your Settings In GitHub.",
"cmd.updateSettings.info.uploadingFile": "Sync : Uploading Files Data.",
"cmd.updateSettings.info.uploadingDone": "Sync : Upload Complete. GIST ID : {0}. Please copy and use this ID in other machines to download settings.",
"cmd.updateSettings.info.uploadingSuccess": "Sync : Uploaded Successfully.",
"cmd.updateSettings.info.shareGist": "Sync : Share the Id with other extension users to share the settings.",
"cmd.updateSettings.info.readding": "Sync : Reading Settings and Extensions.",
"cmd.updateSettings.info.newGistCreated": "Sync : New gist created.",
"cmd.updateSettings.warning.noToken": "Sync : Set GitHub Token or disable 'downloadPublicGist' from local Sync settings file.",
"cmd.updateSettings.warning.OSNotSupported": "Sync Pragma OS value {0} not supported at line {1}",
"cmd.updateSettings.error.newGistCreateFail": "Sync : Unable to create Gist.",
"cmd.updateSettings.error.readGistFail": "Sync : GIST ID : {0} UNABLE TO READ.",
"cmd.updateSettings.error.gistNotSave": "Sync : GIST NOT SAVED",
"cmd.downloadSettings.title": "Sync : Download Settings",
"cmd.downloadSettings.info.downloaded": "Sync : Download Complete.",
"cmd.downloadSettings.info.readdingOnline": "Sync : Reading Settings Online.",
"cmd.downloadSettings.info.gotLatestVersion": "Sync : You already have the latest version of saved settings.",
"cmd.downloadSettings.error.removeExtFail": "Sync : Unable to remove some extensions.",
"cmd.downloadSettings.error.unableSave": "Sync : Unable to save extension settings file.",
"cmd.resetSettings.title": "Sync : Reset Extension Settings",
"cmd.resetSettings.info.resetting": "Sync : Resetting Your Settings.",
"cmd.resetSettings.info.settingClear": "Sync : Settings Cleared.",
"cmd.otherOptions.title": "Sync : Advanced Options",
"cmd.otherOptions.editLocalSetting": "Sync : Edit Extension Local Settings",
"cmd.otherOptions.shareSetting": "Sync : Share Settings with Public GIST",
"cmd.otherOptions.shareSetting.beforeConfirm": "Sync : This will remove current GIST and upload settings on new public GIST. Do you want to continue?",
"cmd.otherOptions.downloadSetting": "Sync : Download Settings from Public GIST",
"cmd.otherOptions.toggleForceDownload": "Sync : Toggle Force Download",
"cmd.otherOptions.toggleForceDownload.on": "Sync : Force Download Turned On.",
"cmd.otherOptions.toggleForceDownload.off": "Sync : Force Download Turned Off.",
"cmd.otherOptions.toggleAutoUpload": "Sync : Toggle Auto-Upload On Settings Change",
"cmd.otherOptions.toggleAutoUpload.on": "Sync : Auto upload on Setting Change Turned On. This will take effect after restart.",
"cmd.otherOptions.toggleAutoUpload.off": "Sync : Auto upload on Setting Change Turned Off.",
"cmd.otherOptions.toggleAutoDownload": "Sync : Toggle Auto-Download On Startup",
"cmd.otherOptions.toggleAutoDownload.on": "Sync : Auto Download turned ON upon VSCode Startup.",
"cmd.otherOptions.toggleAutoDownload.off": "Sync : Auto Download turned OFF upon VSCode Startup.",
"cmd.otherOptions.toggleSummaryPage": "Sync : Toggle Show Summary Page On Upload / Download",
"cmd.otherOptions.preserve": "Sync : Preserve Setting To Stop Override After Download",
"cmd.otherOptions.preserve.placeholder": "Enter any Key from settings.json to preserve.",
"cmd.otherOptions.preserve.prompt": "Example : Write 'http.proxy' => store this computer proxy and overwrite it , if set empty it will remove proxy.",
"cmd.otherOptions.preserve.info.done1": "Sync : Done. {0} value will be removed from settings.json after downloading.",
"cmd.otherOptions.preserve.info.done2": "Sync : Done. Extension will keep {0} : {1} in setting.json after downloading.",
"cmd.otherOptions.customizedSync": "Sync : Add Custom Sync File path",
"cmd.otherOptions.customizedSync.placeholder": "Enter an absolute path of the additional uploaded file.",
"cmd.otherOptions.customizedSync.prompt": "(ex. /path/to/.eslintrc) will be uploaded and downloaded to the specified path.",
"cmd.otherOptions.customizedSync.done": "Sync : {0} has been registered.",
"cmd.otherOptions.downloadCustomFile": "Sync : Import Custom Sync File to workspace",
"cmd.otherOptions.downloadCustomFile.placeholder": "Select the file you want to download to the root of the workspace you are working on.",
"cmd.otherOptions.downloadCustomFile.done": "Downloaded {0}.",
"cmd.otherOptions.joinCommunity": "Sync : Join Community",
"cmd.otherOptions.openIssue": "Sync : Open Issue",
"cmd.otherOptions.releaseNotes": "Sync : Release Notes",
"cmd.otherOptions.quietSync.on": "Sync : Status bar will be updated upon download / upload.",
"cmd.otherOptions.quietSync.off": "Sync : Summary will be shown upon download / upload.",
"cmd.otherOptions.warning.tokenNotRequire": "Sync : Settings Sync will not ask for GitHub Token from now on.",
"cmd.otherOptions.error.toggleFail": "Sync : Unable to Toggle.",
"cmd.otherOptions.triggerReset" : "Sync : Do you want to reset the settings ?",
"common.info.installed": "Sync : Settings created, thank you for installing!",
"common.info.needHelp": "Sync : Need Help configuring this extension?",
"common.info.excludeFile": "Sync : You can exclude any file / folder for upload and settings for download.",
"common.info.updating": "Sync : Updating In Progress ... Please Wait.",
"common.info.initAutoUpload": "Sync : Auto Upload Initiating In 5 Seconds.",
"common.info.setToken": "Sync : Now You can set your GitHub token manually in `syncLocalSettings.json`",
"common.info.tokenSaved": "Sync : Token Saved",
"common.info.gistSaved": "Sync : Gist Saved",
"common.info.updateTo": "Sync : Updated to v{0}",
"common.info.donate": "Sync : Do you like this extension? How about writing a review or sending a donation? ;)",
"common.error.message": "Sync : Error Logged In Console (Help menu > Toggle Developer Tools).",
"common.error.connection": "Sync : Internet Not Connected or Unable to Connect to GitHub. Exception Logged in Console",
"common.error.canNotSave": "Sync : Unable to Save Settings. Please make sure you have valid JSON settings.json file. (e.g. : No trailing commas)",
"common.error.invalidToken": "Sync : Invalid / Expired GitHub Token. Please generate new token with scopes mentioned in readme. Exception Logged in Console.",
"common.error.invalidGistId": "Sync : Invalid Gist Id Entered. Verify your gist : https://gist.github.com/<your_userName>/<gist_id>.",
"common.error.tokenNotSave": "Sync : Token Not Saved.",
"common.error.gistNotSave": "Sync : Gist Not Saved.",
"common.action.openExtPage": "Open Extension Page",
"common.action.openExtTutorial": "Open Tutorial",
"common.action.releaseNotes": "Release Notes",
"common.action.writeReview": "Write Review",
"common.action.support": "Support This Project",
"common.action.joinCommunity": "Join Community",
"common.action.donate": "Donate Now",
"common.placeholder.enterGithubAccessToken": "Enter GitHub Personal Access Token",
"common.placeholder.enterGistId": "Enter Gist Id",
"common.placeholder.multipleGist": "Gist Name (e.g. : Personal Settings)",
"common.prompt.multipleGist": "Allows you to identify the settings if you have multiple gist.",
"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.",
"common.prompt.enterGithubAccessToken": "You also manually add a token (User Folder / syncLocalSettings.json). Press [Enter] or [Esc] to cancel.",
"common.prompt.restartCode": "Do you want to reload to apply extensions and configurations?",
"common.button.yes" :"Yes"
}