-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.nls.json
71 lines (71 loc) · 6.18 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
{
"displayName": "Syncing",
"description": "Synchronize all of your VSCode settings across multiple devices.",
"configuration.title": "Syncing",
"configuration.syncing.excludedExtensions": "Configure glob patterns for excluding VSCode extensions from being synchronized. For example:\n[\n \"somepublisher.*\",\n \"nonoroazoro.syncing\"\n]\nNow the extension `nonoroazoro.syncing` and all the extensions of the author `somepublisher` will no longer be synchronized.",
"configuration.syncing.excludedSettings": "Configure glob patterns for excluding VSCode settings from being synchronized. For example:\n[\n \"editor.*\",\n \"workbench.colorTheme\"\n]\nNow the setting `workbench.colorTheme` and all the settings of `editor` will no longer be synchronized.",
"configuration.syncing.extensions.autoUpdate": "Automatically update extensions during the synchronization.",
"configuration.syncing.pokaYokeThreshold": "Configure a threshold to enable Poka-Yoke (Mistake-Proofing).\nEach time you start a synchronization, Syncing will display a confirm dialog if the changes between the local and remote setting exceed the threshold.\nThe default value is 10. To disable this feature, just change it to 0.",
"configuration.syncing.separateKeybindings": "Synchronize the `keybindings` separately for different operating systems.\nYou may disable it since the VSCode has introduced the `Platform Specific Keybindings` from version 1.27. But please make sure you've already merged your keybindings before disabling this setting.",
"commands.uploadSettings": "Syncing: Upload Settings",
"commands.downloadSettings": "Syncing: Download Settings",
"commands.openSettings": "Syncing: Open Syncing Settings",
"toast.box.choose.gist.download": "Choose a Gist to download your settings.",
"toast.box.choose.gist.upload": "Choose a Gist to upload your settings.",
"toast.box.enter.gist.id.description": "Used for synchronizing your settings with Gist.",
"toast.box.enter.gist.id.download": "Enter Gist ID.",
"toast.box.enter.gist.id.manually": "Enter Gist ID manually...",
"toast.box.enter.gist.id.upload": "Enter Gist ID (Leave it blank to create a new Gist automatically).",
"toast.box.enter.github.token.description": "Used for authenticating to your GitHub Gist.",
"toast.box.enter.github.token.download": "Enter GitHub Personal Access Token (Leave it blank to download from a public Gist).",
"toast.box.enter.github.token.upload": "Enter GitHub Personal Access Token.",
"toast.box.gist.last.uploaded": "Last uploaded {0}.",
"toast.box.reload": "Reload Now",
"toast.box.reload.message": "Settings are successfully synced. Please reload VSCode to take effect.",
"toast.settings.autoSync.checkingSettings": "Syncing: Automatically checking your settings...",
"toast.settings.autoSync.failed": "Syncing: Auto-sync failed. {0}",
"toast.settings.autoSync.nothingChanged": "Syncing: Nothing changed since the last synchronization.",
"toast.settings.checking.remote": "Syncing: Checking remote settings.",
"toast.settings.checking.remote.gists": "Syncing: Checking remote Gists.",
"toast.settings.gathering.local": "Syncing: Gathering local settings.",
"toast.settings.downloaded": "Syncing: Settings downloaded.",
"toast.settings.downloading": "Syncing: Downloading settings.",
"toast.settings.downloading.canceled": "Syncing: Downloading canceled. {0}",
"toast.settings.downloading.extension": "Syncing: Downloading extension: {0}",
"toast.settings.downloading.failed": "Syncing: Downloading failed. {0}",
"toast.settings.uploaded": "Syncing: Settings uploaded.",
"toast.settings.uploading": "Syncing: Uploading settings.",
"toast.settings.uploading.canceled": "Syncing: Uploading canceled. {0}",
"toast.settings.uploading.failed": "Syncing: Uploading failed. {0}",
"toast.settings.installing.extension": "Syncing: Installing extension: {0}",
"toast.settings.uninstalling.extension": "Syncing: Uninstalling extension: {0}",
"toast.settings.removing.outdated.extension": "Syncing: Removing outdated extension: {0}",
"toast.syncing.checking.settings": "Syncing: Checking Syncing's settings.",
"toast.syncing.save.settings": "Syncing: Cannot save Syncing's settings: {0}",
"error.initialization": "Syncing: Failed to initialize: {0}",
"error.abort.synchronization": "You abort the synchronization.",
"error.check.gist.id": "Please check your Gist ID.",
"error.check.github.token": "Please check your GitHub Personal Access Token.",
"error.check.internet": "Please check your Internet connection or proxy settings.",
"error.no.gist.id": "The Gist ID is not set.",
"error.no.github.token": "The GitHub Personal Access Token is not set.",
"error.env.platform.not.supported": "Your operating system is not supported yet.",
"error.env.unknown.vscode": "Cannot identify the VSCode edition.",
"error.extract.extension-1": "Cannot extract extension: {0}. {1}",
"error.extract.extension-2": "Cannot extract extension: {0}. Access temporary directory denied.",
"error.extract.extension-3": "Cannot extract extension: {0}. Extension zip file not found.",
"error.gist.notfound": "No such ID in Gist: {0}",
"error.gist.files.notfound": "Cannot find any files in your Gist.",
"error.invalid.settings": "The following VSCode settings are invalid and will be ignored: {0}",
"error.loading.settings": "Syncing: Error loading VSCode settings file: {0}.\n{1}",
"error.loading.snippets": "Syncing: Error loading snippets.",
"error.loading.syncing.settings": "Syncing: Error loading Syncing's settings.",
"error.remove.file": "Cannot remove file: {0} : {1}",
"error.save.file": "Cannot save file: {0} : {1}",
"error.uninstall.extension": "Cannot uninstall extension: {0}.",
"pokaYoke.cancel": "Cancel",
"pokaYoke.continue.download": "Continue to download",
"pokaYoke.continue.download.message": "A lot of changes have been made since your last sync. Are you sure to OVERWRITE THE LOCAL SETTINGS?",
"pokaYoke.continue.upload": "Continue to upload",
"pokaYoke.continue.upload.message": "A lot of changes have been made since your last sync. Are you sure to OVERWRITE THE REMOTE SETTINGS?"
}