|
|
{
|
|
|
"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.forceUpload": "Set it to true if you want to upload the settings even when the GIST has newer 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.removeExtensions": "Set it to false if you don't want to remove extensions while downloading.",
|
|
|
"ext.config.syncExtensions": "Set it to false if you don't 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.uploadCanceled": "Sync: Upload Process Cancelled.",
|
|
|
"cmd.updateSettings.info.newGistCreated": "Sync: New gist created.",
|
|
|
"cmd.updateSettings.info.gotLatestVersion": "Sync: You have already uploaded the latest version of saved settings.",
|
|
|
"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.openSettingsPage": "Sync: Open Settings",
|
|
|
"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.toggleForceUpload": "Sync: Toggle Force Upload",
|
|
|
"cmd.otherOptions.toggleForceUpload.on": "Sync: Force Upload Turned On.",
|
|
|
"cmd.otherOptions.toggleForceUpload.off": "Sync: Force Upload 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 {0} 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.prompt.gistForceUpload": "Sync: The upload will replace the settings in GitHub Gist. Consider downloading the settings or doing a forced upload. Do you still want to upload forcefully?",
|
|
|
"common.prompt.gistNewer": "Sync: The settings in the Gist have changed since you last downloaded them. Do you want to upload your current local settings to the Gist anyway?",
|
|
|
"common.button.no": "No",
|
|
|
"common.button.yes": "Yes",
|
|
|
"ext.globalConfig.token.name": "Access Token",
|
|
|
"ext.globalConfig.token.placeholder": "Enter Token",
|
|
|
"ext.globalConfig.githubEnterpriseUrl.name": "GitHub Enterprise URL (optional)",
|
|
|
"ext.globalConfig.githubEnterpriseUrl.placeholder": "Enter GitHub Enterprise URL",
|
|
|
"ext.globalConfig.ignoreUploadFolders.name": "Ignored Folders",
|
|
|
"ext.globalConfig.ignoredUploadFolders.placeholder": "Enter one folder per line",
|
|
|
"ext.globalConfig.ignoreExtensions.name": "Ignored Extensions",
|
|
|
"ext.globalConfig.ignoreExtensions.placeholder": "Enter one extension per line (full name)",
|
|
|
"ext.globalConfig.hostName.name": "Hostname (optional)",
|
|
|
"ext.globalConfig.hostName.placeholder": "Enter Hostname",
|
|
|
"ext.globalConfig.ignoreUploadFiles.name": "Ignored Files",
|
|
|
"ext.globalConfig.ignoreUploadFiles.placeholder": "Enter one file per line",
|
|
|
"ext.globalConfig.supportedFileExtensions.name": "Supported File Extensions",
|
|
|
"ext.globalConfig.supportedFileExtensions.placeholder": "Enter one file extension per line",
|
|
|
"ext.globalConfig.gistDescription.name": "Gist Description",
|
|
|
"ext.globalConfig.gistDescription.placeholder": "Enter Gist Description",
|
|
|
"ext.globalConfig.autoUploadDelay.name": "Auto Upload Delay",
|
|
|
"ext.globalConfig.autoUploadDelay.placeholder": "Enter the amount of seconds to delay auto-upload",
|
|
|
"ext.globalConfig.askGistDescription.name": "Ask Gist Name",
|
|
|
"ext.globalConfig.downloadPublicGist.name": "Download Public Gist",
|
|
|
"ext.globalConfig.openTokenLink.name": "Open Token Link",
|
|
|
"ext.config.gist.name": "Gist ID",
|
|
|
"ext.config.gist.placeholder": "Enter Gist ID",
|
|
|
"ext.config.autoDownload.name": "Auto Download",
|
|
|
"ext.config.autoUpload.name": "Auto Upload",
|
|
|
"ext.config.forceDownload.name": "Force Download",
|
|
|
"ext.config.forceUpload.name": "Force Upload",
|
|
|
"ext.config.quietSync.name": "Quiet Sync",
|
|
|
"ext.config.removeExtensions.name": "Remove Extensions",
|
|
|
"ext.config.syncExtensions.name": "Sync Extensions"
|
|
|
}
|