1+ {
2+ "commands_build_address" : " ENS Address" ,
3+ "commands_build_description" : " Builds a Web3API and (optionally) uploads it to IPFS" ,
4+ "commands_build_ensRegistry" : " ENS Registry" ,
5+ "commands_build_error_outputDirMissingPath" : " {option} option missing {argument} argument" ,
6+ "commands_build_error_resolution" : " ENS Resolution Failed" ,
7+ "commands_build_error_testEnsAddressMissing" : " {option} option missing {argument} argument" ,
8+ "commands_build_error_testEnsNodeMissing" : " {option} option requires the {required} option" ,
9+ "commands_build_ethProvider" : " Ethereum Provider" ,
10+ "commands_build_keypressListener_exit" : " Exit: [CTRL + C], [ESC], or [Q]" ,
11+ "commands_build_keypressListener_watching" : " Watching" ,
12+ "commands_build_options_e" : " Publish the package to a test ENS domain locally (requires --ipfs)" ,
13+ "commands_build_options_e_address" : " address" ,
14+ "commands_build_options_e_domain" : " domain" ,
15+ "commands_build_options_h" : " Show usage information" ,
16+ "commands_build_options_i" : " Upload build results to an IPFS node (default: dev-server's node)" ,
17+ "commands_build_options_i_node" : " node" ,
18+ "commands_build_options_o" : " Output directory for build results (default: build/)" ,
19+ "commands_build_options_o_path" : " path" ,
20+ "commands_build_options_options" : " options" ,
21+ "commands_build_options_t" : " Use the development server's ENS instance" ,
22+ "commands_build_options_w" : " Automatically rebuild when changes are made (default: false)" ,
23+ "commands_build_uriViewers" : " URI Viewers" ,
24+ "commands_codegen_description" : " Auto-generate API Types" ,
25+ "commands_codegen_error_domain" : " domain" ,
26+ "commands_codegen_options_e" : " ENS address to lookup external schemas (default: 0x0000...2e1e)" ,
27+ "commands_codegen_options_e_address" : " address" ,
28+ "commands_codegen_options_genFile" : " Generation file" ,
29+ "commands_codegen_options_genFilePath" : " Path to the generation file (default" ,
30+ "commands_codegen_options_h" : " Show usage information" ,
31+ "commands_codegen_options_i" : " IPFS node to load external schemas (default: dev-server's node)" ,
32+ "commands_codegen_options_i_node" : " node" ,
33+ "commands_codegen_options_m" : " Path to the Web3API manifest file (default" ,
34+ "commands_build_options_manifest" : " manifest" ,
35+ "commands_codegen_options_o" : " Output directory for generated types (default: types/)" ,
36+ "commands_codegen_options_o_path" : " path" ,
37+ "commands_options_options" : " options" ,
38+ "commands_codegen_success" : " Types were generated successfully" ,
39+ "commands_create_description" : " Create a new project with w3 CLI" ,
40+ "commands_create_directoryExists" : " Directory with name {dir} already exists" ,
41+ "commands_create_error_commandFail" : " Command failed: {error}" ,
42+ "commands_create_error_noCommand" : " Please provide a command" ,
43+ "commands_create_error_noLang" : " Please provide a language" ,
44+ "commands_create_error_noName" : " Please provide a project name" ,
45+ "commands_create_error_outputDirMissingPath" : " {option} option missing {argument} argument" ,
46+ "commands_create_error_unrecognizedCommand" : " Unrecognized command" ,
47+ "commands_create_error_unrecognizedLanguage" : " Unrecognized language" ,
48+ "commands_create_options_command" : " command" ,
49+ "commands_create_options_commands" : " Commands" ,
50+ "commands_create_options_createApp" : " Create a Web3API application" ,
51+ "commands_create_options_createPlugin" : " Create a Web3API plugin" ,
52+ "commands_create_options_createProject" : " Create a Web3API project" ,
53+ "commands_create_options_h" : " Show usage information" ,
54+ "commands_create_options_lang" : " lang" ,
55+ "commands_create_options_langs" : " langs" ,
56+ "commands_create_options_o" : " Output directory for the new project" ,
57+ "commands_create_options_o_path" : " path" ,
58+ "commands_create_options_projectName" : " project-name" ,
59+ "commands_create_options_recipeScript" : " recipe-script" ,
60+ "commands_create_overwritePrompt" : " Do you want to overwrite this directory?" ,
61+ "commands_create_overwriting" : " Overwriting {dir}..." ,
62+ "commands_create_readyDapp" : " You are ready to build a dApp using Web3API" ,
63+ "commands_create_readyPlugin" : " You are ready to build a plugin into a Web3API" ,
64+ "commands_create_readyProtocol" : " You are ready to turn your protocol into a Web3API" ,
65+ "commands_create_settingUp" : " Setting everything up..." ,
66+ "commands_query_description" : " Query Web3APIs using recipe scripts" ,
67+ "commands_query_error_missingScript" : " Required argument {script} is missing" ,
68+ "commands_query_error_noApi" : " API needs to be initialized" ,
69+ "commands_query_error_readFail" : " Failed to read query {query}" ,
70+ "commands_testEnv_description" : " Manage a test environment for Web3API" ,
71+ "commands_testEnv_error_never" : " This should never happen..." ,
72+ "commands_testEnv_error_noCommand" : " No command given" ,
73+ "commands_testEnv_error_unrecognizedCommand" : " Unrecognized command: {command}" ,
74+ "commands_testEnv_options_command" : " command" ,
75+ "commands_testEnv_options_start" : " Startup the test env" ,
76+ "commands_testEnv_options_stop" : " Shutdown the test env" ,
77+ "commands_testEnv_shutdown_error" : " Failed to shutdown test environment" ,
78+ "commands_testEnv_shutdown_text" : " Shutting down test environment..." ,
79+ "commands_testEnv_shutdown_warning" : " Warning shutting down test environment" ,
80+ "commands_testEnv_startup_error" : " Failed to start test environment" ,
81+ "commands_testEnv_startup_text" : " Starting test environment..." ,
82+ "commands_testEnv_startup_warning" : " Warning starting test environment" ,
83+ "commands_w3_error_notACommand" : " is not a command" ,
84+ "commands_w3_helpPrompt" : " Type {command} to view common commands" ,
85+ "lib_codeGenerator_genCodeError" : " Failed to generate types" ,
86+ "lib_codeGenerator_genCodeText" : " Generate types" ,
87+ "lib_codeGenerator_genCodeWarning" : " Warnings while generating types" ,
88+ "lib_codeGenerator_genTemplateStep" : " Generating types from {path}" ,
89+ "lib_codeGenerator_wrongGenFile" : " The generation file provided is wrong." ,
90+ "lib_codeGenerator_templateNoModify" : " NOTE: This is generated by 'w3 codegen', DO NOT MODIFY" ,
91+ "lib_codeGenerator_noRunMethod" : " The generation file provided doesn't have the 'run' method." ,
92+ "lib_compiler_compileError" : " Failed to compile Web3API" ,
93+ "lib_compiler_compileText" : " Compile Web3API" ,
94+ "lib_compiler_compileWarning" : " Warnings while compiling Web3API" ,
95+ "lib_compiler_failedSchemaReturn" : " Schema composer failed to return a combined schema." ,
96+ "lib_compiler_missingDefinition" : " Missing schema definition for the module {name}" ,
97+ "lib_compiler_step" : " Compiling WASM module" ,
98+ "lib_compiler_noNodeModules" : " could not locate {folder} in parent directories of web3api manifest" ,
99+ "lib_compiler_noInit" : " WASM module is missing the _w3_init export. This should never happen..." ,
100+ "lib_compiler_noInvoke" : " WASM module is missing the _w3_invoke export. This should never happen..." ,
101+ "lib_generators_projectGenerator_fallback" : " Falling back to the local Yarn cache." ,
102+ "lib_generators_projectGenerator_offline" : " You appear to be offline." ,
103+ "lib_helpers_manifest_loadError" : " Failed to load web3api from {path}" ,
104+ "lib_helpers_manifest_loadText" : " Load web3api from {path}" ,
105+ "lib_helpers_manifest_loadWarning" : " Warnings loading web3api from {path}" ,
106+ "lib_helpers_manifest_outputError" : " Failed to output web3api to {path}" ,
107+ "lib_helpers_manifest_outputText" : " Output web3api to {path}" ,
108+ "lib_helpers_manifest_outputWarning" : " Warnings outputting web3api to {path}" ,
109+ "lib_helpers_manifest_unableToDump" : " Unable to dump manifest: {manifest}" ,
110+ "lib_helpers_manifest_unableToLoad" : " Unable to load manifest: {path}" ,
111+ "lib_helpers_parameters_unexpectedValue" : " Unexpected value provided for one or more of {options}. See --help for more information." ,
112+ "lib_publishers_ipfsPublisher_urlMalformed" : " IPFS URL Malformed" ,
113+ "lib_watcher_alreadyWatching" : " Watcher session is already in progress. Directory: {dir}"
114+ }
0 commit comments