-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.nls.json
23 lines (23 loc) · 3.07 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
{
"Gather.error": "Gather internal error",
"Gather.ppaError": "Could not process the cell",
"Gather.tooltip": "Gather the code required to generate this cell into a new notebook",
"Gather.couldNotAnalyze": "Could not analyze this code",
"Gather.analysisEmpty": "Code analysis returned an empty script",
"Gather.runCells": "Please run cells before gathering.",
"Gather.reopenNotebooks": "If you just installed the extension, please close and reopen your notebooks before gathering.",
"Gather.scriptDescription": "# This file was generated by the Gather Extension.\n#\n# The intent is that it contains only the code required to produce\n# the same results as the cell originally selected for gathering.\n# Please note that the Python analysis is quite conservative, so if\n# it is unsure whether a line of code is necessary for execution, it\n# will err on the side of including it.\n#\n# Please let us know if you are satisfied with what was gathered here:\n# https://aka.ms/gatherfeedback\n# Thanks\n\n",
"Gather.notebookDescriptionInMarkdown": "## Gathered Notebook\n\nThis notebook was generated by the Gather Extension. The intent is that it contains only the code and cells required to produce the same results as the cell originally selected for gathering. Please note that the Python analysis is quite conservative, so if it is unsure whether a line of code is necessary for execution, it will err on the side of including it.\n\n**Please let us know if you are satisfied with what was gathered [here](https://aka.ms/gatherfeedback).**\n\nThanks",
"Gather.scriptDescriptionWithoutSurvey": "# This file was generated by the Gather Extension.\n# The intent is that it contains only the code required to produce\n# the same results as the cell originally selected for gathering.\n# Please note that the Python analysis is quite conservative, so if\n# it is unsure whether a line of code is necessary for execution, it\n# will err on the side of including it.\n",
"Gather.notebookDescriptionInMarkdownWithoutSurvey": "## Gathered Notebook\n\nThis notebook was generated by the Gather Extension. The intent is that it contains only the code and cells required to produce the same results as the cell originally selected for gathering. Please note that the Python analysis is quite conservative, so if it is unsure whether a line of code is necessary for execution, it will err on the side of including it.\n\n",
"Gather.loggingError": "Gather: Error logging execution on cell:\n'",
"Gather.resetLog": "Gather: Error resetting log",
"Gather.notAvailable": "Gather not available",
"Gather.errorTranslatingCell": "Gather not available",
"Gather.specFolderNotfound": "Gather: additional spec folder not found.",
"Gather.couldNotFindSpecs": "Gather couldn't find any package specs.",
"Gather.couldNotActivateTools": "Gathering tools couldn't be activated.",
"Gather.gathering": "Gathering",
"Gather.smartSelecting": "Selecting dependent cells",
"Gather.activateError": "Gather: Exception at Activate\nPlease reload VS Code"
}