| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "programName": {
- "message": "Program name:"
- },
- "shouldOverride": {
- "dirForPrompts": {
- "current": "Current directory",
- "target": "Target directory"
- },
- "message": "is not empty. Remove existing files and continue?"
- },
- "organizationName": {
- "message": "Organization name:"
- },
- "programCrateName": {
- "message": "Program crate name:"
- },
- "programFramework": {
- "message": "Program framework:",
- "selectOptions": {
- "shank": {
- "title": "Shank",
- "desc": "Vanilla Solana program with Shank macros to generate IDLs"
- },
- "anchor": {
- "title": "Anchor",
- "desc": "Use Anchor for program development"
- }
- }
- },
- "clients": {
- "message": "Generated clients:",
- "selectOptions": {
- "js": {
- "title": "JavaScript Client",
- "desc": "A TypeScript library compatible with the new web3.js"
- },
- "rust": {
- "title": "Rust Client",
- "desc": "A Rust crate allowing consumers to interact with the program"
- }
- }
- },
- "jsClientPackageName": {
- "message": "JavaScript client package name:"
- },
- "rustClientCrateName": {
- "message": "Rust client crate name:"
- },
- "errors": {
- "anchorCliNotFound": "Command `$command` unavailable. Please install the Anchor CLI.",
- "cannotOverrideDirectory": "Cannot override target directory \"$targetDirectory\". Run with option --force to override.",
- "invalidSolanaVersion": "Invalid Solana version: $version.",
- "operationCancelled": "Operation cancelled",
- "solanaCliNotFound": "Command `$command` unavailable. Please install the Solana CLI.",
- "solanaKeygenFailed": "Failed to generate program keypair"
- },
- "defaultToggleOptions": {
- "active": "Yes",
- "inactive": "No"
- },
- "instructions": {
- "select": "[↑/↓]: Select / [enter]: Submit answer",
- "multiselect": "[↑/↓]: Select / [space]: Toggle selection / [a]: Toggle all / [enter]: Submit answer"
- },
- "infos": {
- "detectAnchorVersion": "Detect Anchor version",
- "detectSolanaVersion": "Detect Solana version",
- "generateKeypair": "Generate program keypair",
- "scaffold": "Scaffold project in $targetDirectory",
- "done": "Done. Now run:"
- }
- }
|