| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "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 @solana/kit"
- },
- "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.",
- "invalidVersion": "Invalid $tool version: $version.",
- "operationCancelled": "Operation cancelled.",
- "rustVersionIncompatibleWithSolana": "Solana version $solanaVersion requires at least Rust $minimumRustVersion installed, found Rust $rustVersion.",
- "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",
- "detectRustVersion": "Detect Rust version",
- "detectSolanaVersion": "Detect Solana version",
- "generateKeypair": "Generate program keypair",
- "scaffold": "Scaffold project in $targetDirectory",
- "done": "Done. Now run:"
- }
- }
|