-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.nls.json
33 lines (33 loc) · 1.93 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
{
"makecode.category.title": "MakeCode",
"makecode.build.title": "Build Project for Hardware",
"makecode.simulate.title": "Start MakeCode Simulator",
"makecode.create.title": "Create a New Project",
"makecode.choosehw.title": "Choose Hardware Board",
"makecode.install.title": "Install Project Dependencies",
"makecode.clean.title": "Clean Built Folders",
"makecode.importUrl.title": "Import Project From URL",
"makecode.shareProject.title": "Create MakeCode Share Link",
"makecode.addDependency.title": "Add Extension to Project",
"makecode.removeDependency.title": "Remove Extension From Project",
"makecode.createImage.title": "Create a New Image Asset",
"makecode.createTile.title": "Create a New Tile Asset",
"makecode.createTilemap.title": "Create a New Tilemap Asset",
"makecode.createAnimation.title": "Create a New Animation Asset",
"makecode.createSong.title": "Create a New Song Asset",
"makecode.deleteAsset.title": "Delete an Asset",
"makecode.duplicateAsset.title": "Duplicate an Asset",
"makecode.refreshAssets.title": "Refresh Asset Explorer",
"makecode.assetExplorer.title": "Asset Explorer",
"makecode.actionsExplorer.title": "Actions",
"makecode.imageExplorer.title": "Images",
"makecode.animationExplorer.title": "Animations",
"makecode.tileExplorer.title": "Tiles",
"makecode.tilemapExplorer.title": "Tilemaps",
"makecode.songExplorer.title": "Songs",
"makecode.configuration.showCompileDescription": "Show a notification after compiling a MakeCode project.",
"makecode.configuration.simWatcherDebounceDescription": "Controls the timeout in milliseconds between a file being saved and the simulator being rebuilt.",
"makecode.viewsWelcome.welcomeMessage": "You need to open a folder to use the MakeCode Arcade extension!\n[Open Arcade Docs](command:makecode.openHelpDocs)",
"makecode.openHelpDocs.title": "Open Arcade Docs",
"makecode.testBlocks.title": "Test extension in blocks editor"
}