@sfmc-bds/cli 0.1.0 → 0.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -1
- package/dist/cli-result.d.ts +12 -0
- package/dist/cli-result.d.ts.map +1 -0
- package/dist/cli-result.js +15 -0
- package/dist/cli-result.js.map +7 -0
- package/dist/commands-behavior-pack.d.ts +11 -42
- package/dist/commands-behavior-pack.d.ts.map +1 -1
- package/dist/commands-behavior-pack.js +40 -159
- package/dist/commands-behavior-pack.js.map +7 -1
- package/dist/commands-reload.d.ts +9 -0
- package/dist/commands-reload.d.ts.map +1 -0
- package/dist/commands-reload.js +30 -0
- package/dist/commands-reload.js.map +7 -0
- package/dist/commands.d.ts +7 -0
- package/dist/commands.d.ts.map +1 -1
- package/dist/commands.js +182 -172
- package/dist/commands.js.map +7 -1
- package/dist/i18n/index.d.ts +26 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +107 -0
- package/dist/i18n/index.js.map +7 -0
- package/dist/i18n/locales/en.d.ts +381 -0
- package/dist/i18n/locales/en.d.ts.map +1 -0
- package/dist/i18n/locales/en.js +393 -0
- package/dist/i18n/locales/en.js.map +7 -0
- package/dist/i18n/locales/zh-CN.d.ts +4 -0
- package/dist/i18n/locales/zh-CN.d.ts.map +1 -0
- package/dist/i18n/locales/zh-CN.js +379 -0
- package/dist/i18n/locales/zh-CN.js.map +7 -0
- package/dist/i18n/types.d.ts +7 -0
- package/dist/i18n/types.d.ts.map +1 -0
- package/dist/i18n/types.js +17 -0
- package/dist/i18n/types.js.map +7 -0
- package/dist/index.d.ts +5 -11
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +51 -43
- package/dist/index.js.map +7 -1
- package/dist/interactive-prompts.d.ts +8 -0
- package/dist/interactive-prompts.d.ts.map +1 -0
- package/dist/interactive-prompts.js +57 -0
- package/dist/interactive-prompts.js.map +7 -0
- package/dist/locale-command.d.ts +3 -0
- package/dist/locale-command.d.ts.map +1 -0
- package/dist/locale-command.js +19 -0
- package/dist/locale-command.js.map +7 -0
- package/dist/logs.d.ts +22 -4
- package/dist/logs.d.ts.map +1 -1
- package/dist/logs.js +208 -193
- package/dist/logs.js.map +7 -1
- package/dist/main.js +135 -173
- package/dist/main.js.map +7 -1
- package/dist/module-commands.d.ts +43 -4
- package/dist/module-commands.d.ts.map +1 -1
- package/dist/module-commands.js +440 -327
- package/dist/module-commands.js.map +7 -1
- package/dist/module-fingerprint.d.ts +7 -0
- package/dist/module-fingerprint.d.ts.map +1 -0
- package/dist/module-fingerprint.js +31 -0
- package/dist/module-fingerprint.js.map +7 -0
- package/dist/module-wizard.d.ts +14 -0
- package/dist/module-wizard.d.ts.map +1 -0
- package/dist/module-wizard.js +313 -0
- package/dist/module-wizard.js.map +7 -0
- package/dist/pack-lifecycle.d.ts +95 -0
- package/dist/pack-lifecycle.d.ts.map +1 -0
- package/dist/pack-lifecycle.js +634 -0
- package/dist/pack-lifecycle.js.map +7 -0
- package/dist/pack-update/bindings.d.ts +12 -0
- package/dist/pack-update/bindings.d.ts.map +1 -0
- package/dist/pack-update/bindings.js +64 -0
- package/dist/pack-update/bindings.js.map +7 -0
- package/dist/pack-update/config.d.ts +22 -0
- package/dist/pack-update/config.d.ts.map +1 -0
- package/dist/pack-update/config.js +141 -0
- package/dist/pack-update/config.js.map +7 -0
- package/dist/pack-update/providers/curseforge.d.ts +23 -0
- package/dist/pack-update/providers/curseforge.d.ts.map +1 -0
- package/dist/pack-update/providers/curseforge.js +209 -0
- package/dist/pack-update/providers/curseforge.js.map +7 -0
- package/dist/pack-update/providers/index.d.ts +16 -0
- package/dist/pack-update/providers/index.d.ts.map +1 -0
- package/dist/pack-update/providers/index.js +37 -0
- package/dist/pack-update/providers/index.js.map +7 -0
- package/dist/pack-update/service.d.ts +21 -0
- package/dist/pack-update/service.d.ts.map +1 -0
- package/dist/pack-update/service.js +567 -0
- package/dist/pack-update/service.js.map +7 -0
- package/dist/pack-update/types.d.ts +126 -0
- package/dist/pack-update/types.d.ts.map +1 -0
- package/dist/pack-update/types.js +8 -0
- package/dist/pack-update/types.js.map +7 -0
- package/dist/pack-update/version-policy.d.ts +80 -0
- package/dist/pack-update/version-policy.d.ts.map +1 -0
- package/dist/pack-update/version-policy.js +216 -0
- package/dist/pack-update/version-policy.js.map +7 -0
- package/dist/registry.d.ts +12 -4
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +73 -106
- package/dist/registry.js.map +7 -1
- package/dist/remote-agent.d.ts.map +1 -1
- package/dist/remote-agent.js +160 -176
- package/dist/remote-agent.js.map +7 -1
- package/dist/repl.d.ts +4 -0
- package/dist/repl.d.ts.map +1 -1
- package/dist/repl.js +683 -605
- package/dist/repl.js.map +7 -1
- package/dist/runtime.d.ts +40 -14
- package/dist/runtime.d.ts.map +1 -1
- package/dist/runtime.js +185 -62
- package/dist/runtime.js.map +7 -1
- package/dist/services.d.ts +2 -0
- package/dist/services.d.ts.map +1 -1
- package/dist/services.js +251 -238
- package/dist/services.js.map +7 -1
- package/dist/sfmc-modules-root.d.ts +24 -0
- package/dist/sfmc-modules-root.d.ts.map +1 -0
- package/dist/sfmc-modules-root.js +70 -0
- package/dist/sfmc-modules-root.js.map +7 -0
- package/dist/theme.d.ts +4 -0
- package/dist/theme.d.ts.map +1 -1
- package/dist/theme.js +134 -48
- package/dist/theme.js.map +7 -1
- package/dist/wizard.d.ts.map +1 -1
- package/dist/wizard.js +363 -438
- package/dist/wizard.js.map +7 -1
- package/dist/world-packs.d.ts +22 -0
- package/dist/world-packs.d.ts.map +1 -0
- package/dist/world-packs.js +872 -0
- package/dist/world-packs.js.map +7 -0
- package/package.json +10 -10
- package/dist/dispatcher.d.ts +0 -13
- package/dist/dispatcher.d.ts.map +0 -1
- package/dist/dispatcher.js +0 -23
- package/dist/dispatcher.js.map +0 -1
- package/dist/terminal.d.ts +0 -3
- package/dist/terminal.d.ts.map +0 -1
- package/dist/terminal.js +0 -178
- package/dist/terminal.js.map +0 -1
|
@@ -0,0 +1,393 @@
|
|
|
1
|
+
const en = {
|
|
2
|
+
/* ─── common ─── */
|
|
3
|
+
"common.cancelled": "Cancelled",
|
|
4
|
+
"common.done": "Done",
|
|
5
|
+
"common.required": "Required",
|
|
6
|
+
"common.error": "Error: {message}",
|
|
7
|
+
"common.fatal": "Fatal",
|
|
8
|
+
"common.unknownCommand": "Unknown command: {cmd}",
|
|
9
|
+
"common.unknownShort": "Unknown: {cmd} (try: help)",
|
|
10
|
+
"common.tips": "Tips",
|
|
11
|
+
"common.path": "Path",
|
|
12
|
+
"common.hint": "Hint",
|
|
13
|
+
"common.none": "(none)",
|
|
14
|
+
"common.all": "ALL",
|
|
15
|
+
/* ─── locale ─── */
|
|
16
|
+
"locale.current": "Current locale: {locale}",
|
|
17
|
+
"locale.set": "Locale set to {locale}",
|
|
18
|
+
"locale.invalid": "Unknown locale: {value} (try: zh-CN, en)",
|
|
19
|
+
"locale.usage": "Usage: locale [zh-CN|en|zh|cn]",
|
|
20
|
+
"locale.wizard": "CLI language / \u754C\u9762\u8BED\u8A00",
|
|
21
|
+
"locale.opt.zh": "\u7B80\u4F53\u4E2D\u6587",
|
|
22
|
+
"locale.opt.en": "English",
|
|
23
|
+
/* ─── help ─── */
|
|
24
|
+
"help.title": "sfmc \u2014 ScriptsForMinecraftServer CLI",
|
|
25
|
+
"help.section.service": "\u2500\u2500\u2500 Service Control \u2500\u2500\u2500",
|
|
26
|
+
"help.status": "Show all services status",
|
|
27
|
+
"help.logs": "View / follow service logs",
|
|
28
|
+
"help.start": "Start a service (or all)",
|
|
29
|
+
"help.stop": "Stop a service (or all)",
|
|
30
|
+
"help.restart": "Restart a service (or all)",
|
|
31
|
+
"help.send": "Send command to a service's stdin",
|
|
32
|
+
"help.section.update": "\u2500\u2500\u2500 BDS Update \u2500\u2500\u2500",
|
|
33
|
+
"help.update": "Check / apply BDS update",
|
|
34
|
+
"help.section.remote": "\u2500\u2500\u2500 Remote Agent \u2500\u2500\u2500",
|
|
35
|
+
"help.remote.status": "Show enrollment status",
|
|
36
|
+
"help.remote.enroll": "Enroll with a controller",
|
|
37
|
+
"help.remote.disable": "Disconnect + disable agent",
|
|
38
|
+
"help.section.module": "\u2500\u2500\u2500 Module Management \u2500\u2500\u2500",
|
|
39
|
+
"help.module.list": "List installed modules",
|
|
40
|
+
"help.module.search": "Search registry / show module info",
|
|
41
|
+
"help.module.install": "Install a module (--link = symlink)",
|
|
42
|
+
"help.module.uninstall": "Remove installed module",
|
|
43
|
+
"help.module.verify": "Verify SHA-256 integrity",
|
|
44
|
+
"help.module.info": "Show module details",
|
|
45
|
+
"help.module.toggle": "Toggle module (requires db-server)",
|
|
46
|
+
"help.module.create": "Interactive scaffold",
|
|
47
|
+
"help.module.link": "Link local module (--link install)",
|
|
48
|
+
"help.module.dev": "Link + enable + build + deploy",
|
|
49
|
+
"help.module.build": "Build BP+RP from enabled modules",
|
|
50
|
+
"help.module.reload": "Build + deploy BP; send reload to BDS (--build-only skips send)",
|
|
51
|
+
"help.section.addon": "\u2500\u2500\u2500 Addon Manager \u2500\u2500\u2500",
|
|
52
|
+
"help.addon": "World BP/RP inbox manager",
|
|
53
|
+
"help.section.general": "\u2500\u2500\u2500 General \u2500\u2500\u2500",
|
|
54
|
+
"help.init": "Setup wizard",
|
|
55
|
+
"help.locale": "Show / set CLI language",
|
|
56
|
+
"help.version": "Show version",
|
|
57
|
+
"help.help": "Show this help",
|
|
58
|
+
"help.quit": "Exit",
|
|
59
|
+
"help.shortcuts": "Shortcuts:",
|
|
60
|
+
"help.shortcut.tab": "Complete (cycle on repeat)",
|
|
61
|
+
"help.shortcut.right": "Accept gray suggestion",
|
|
62
|
+
"help.shortcut.ctrll": "Filter log level / source / history",
|
|
63
|
+
"help.shortcut.history": "Command history",
|
|
64
|
+
/* ─── repl ─── */
|
|
65
|
+
"repl.stopping": "stopping services...",
|
|
66
|
+
"repl.bye": "bye",
|
|
67
|
+
"repl.forceStop": "force stopping services...",
|
|
68
|
+
"repl.nonInteractive": " Non-interactive mode (pipe detected)\n",
|
|
69
|
+
"repl.historyHeader": "\u2500\u2500 history {count} line(s) \u2500\u2500",
|
|
70
|
+
"repl.filter": "filter: {level} / {source} / {history}",
|
|
71
|
+
"repl.followRequiresTty": "follow mode requires TTY",
|
|
72
|
+
"repl.history.live": "live only (no replay)",
|
|
73
|
+
"repl.history.last50": "last 50",
|
|
74
|
+
"repl.history.last100": "last 100",
|
|
75
|
+
"repl.history.last500": "last 500",
|
|
76
|
+
"repl.history.last1000": "last 1000",
|
|
77
|
+
"repl.history.last1min": "last 1 min",
|
|
78
|
+
"repl.history.last5min": "last 5 min",
|
|
79
|
+
"repl.history.last15min": "last 15 min",
|
|
80
|
+
"repl.history.last1hour": "last 1 hour",
|
|
81
|
+
"repl.history.all": "all buffered",
|
|
82
|
+
/* ─── services / commands ─── */
|
|
83
|
+
"svc.header": "Services",
|
|
84
|
+
"svc.col.name": "Name",
|
|
85
|
+
"svc.col.status": "Status",
|
|
86
|
+
"svc.col.pid": "PID",
|
|
87
|
+
"svc.col.uptime": "Uptime",
|
|
88
|
+
"svc.running": "Running",
|
|
89
|
+
"svc.stopped": "Stopped",
|
|
90
|
+
"svc.unknown": "Unknown service: {name} (try: {list})",
|
|
91
|
+
"svc.logs.usage": "Usage: logs <service> [-n N] [-f]",
|
|
92
|
+
"svc.logs.empty": "(no logs yet)",
|
|
93
|
+
"svc.logs.header": "{title} logs (last {count}):",
|
|
94
|
+
"svc.start.usage": "Usage: sfmc start <service>|-all",
|
|
95
|
+
"svc.start.usageShort": "Usage: start <service>|-all",
|
|
96
|
+
"svc.stop.usage": "Usage: sfmc stop <service>|-all",
|
|
97
|
+
"svc.stop.usageShort": "Usage: stop <service>|-all",
|
|
98
|
+
"svc.restart.usage": "Usage: sfmc restart <service>|-all",
|
|
99
|
+
"svc.restart.usageShort": "Usage: restart <service>|-all",
|
|
100
|
+
"svc.alreadyRunning": "{title} already running (PID {pid})",
|
|
101
|
+
"svc.alreadyStarting": "{title} already starting...",
|
|
102
|
+
"svc.started": "{title} started",
|
|
103
|
+
"svc.startFailed": "{title} failed: {message}",
|
|
104
|
+
"svc.alreadyStopped": "{title} already stopped",
|
|
105
|
+
"svc.alreadyStopping": "{title} already stopping...",
|
|
106
|
+
"svc.stoppedMsg": "{title} stopped",
|
|
107
|
+
"svc.stopFailed": "{title} stop failed: {message}",
|
|
108
|
+
"svc.send.usage": "Usage: send <service> <message>",
|
|
109
|
+
"svc.notRunning": "{title} not running",
|
|
110
|
+
"svc.sent": "sent to {name}",
|
|
111
|
+
"svc.writeFailed": "write failed",
|
|
112
|
+
"svc.restarted": "{title} restarted",
|
|
113
|
+
"svc.restartFailed": "{title} restart failed: {message}",
|
|
114
|
+
"svc.allStarted": "All services started",
|
|
115
|
+
"svc.allStopped": "All services stopped",
|
|
116
|
+
"svc.updateComplete": "update complete",
|
|
117
|
+
"svc.updateExited": "update exited with code {code}",
|
|
118
|
+
"svc.updateError": "update error: {message}",
|
|
119
|
+
"svc.updateStartBds": "update: starting BDS via supervisor",
|
|
120
|
+
"svc.bdsStarted": "BDS started (supervised)",
|
|
121
|
+
"svc.bdsStartFailed": "BDS start failed: {message}",
|
|
122
|
+
"svc.bdsStoppedForUpdate": "BDS was stopped for update; run `start bds` when ready",
|
|
123
|
+
/* ─── remote ─── */
|
|
124
|
+
"remote.enrolled": "Enrolled remote agent: {id}",
|
|
125
|
+
"remote.disabled": "Remote agent disabled",
|
|
126
|
+
"remote.usage": "Usage: sfmc remote enroll <controller-url> <enrollment-token> [name] | sfmc remote status | sfmc remote disable",
|
|
127
|
+
"remote.usageShort": "Usage: remote enroll <controller-url> <enrollment-token> [name] | remote status | remote disable",
|
|
128
|
+
/* ─── wizard ─── */
|
|
129
|
+
"wizard.intro": "Setup Wizard =D",
|
|
130
|
+
"wizard.rerun": "Already initialized. Re-run setup?",
|
|
131
|
+
"wizard.skipped": "Setup skipped",
|
|
132
|
+
"wizard.step1": "Step 1 - Runtime Environment",
|
|
133
|
+
"wizard.runtimeRoot": "Runtime root: {root}",
|
|
134
|
+
"wizard.npmMissing": "npm runtime is missing required directories: {list}",
|
|
135
|
+
"wizard.prepFailed": "Runtime preparation failed: {message}",
|
|
136
|
+
"wizard.step2": "Step 2 - External Runtimes",
|
|
137
|
+
"wizard.step2Note": "Select paths for BDS, Database, and LLBOT",
|
|
138
|
+
"wizard.bdsDir": "BDS installation directory",
|
|
139
|
+
"wizard.cannotCreateBds": "Cannot create BDS installation directory: {dir}",
|
|
140
|
+
"wizard.enableLlbot": "Enable LLBot (QQ bridge)?",
|
|
141
|
+
"wizard.llbotDir": "LLBot runtime directory",
|
|
142
|
+
"wizard.usingDefault": "Using default: {path}",
|
|
143
|
+
"wizard.dbDir": "Database storage directory",
|
|
144
|
+
"wizard.dbPort": "Database server port:",
|
|
145
|
+
"wizard.portRange": "Enter 1024\u201365535",
|
|
146
|
+
"wizard.valueRequired": "Value is required!",
|
|
147
|
+
"wizard.step3": "Step 3 - BDS Environment",
|
|
148
|
+
"wizard.bdsFound": "Found at {path}",
|
|
149
|
+
"wizard.bdsNotFound": "Not found at {path}",
|
|
150
|
+
"wizard.eula": "Do you agree to the EULA(https://www.minecraft.net/en-us/eula) published by Mojang? You must agree to it before you can use this program.",
|
|
151
|
+
"wizard.disagreed": "Disagreed.",
|
|
152
|
+
"wizard.downloadBds": "Download BDS now?",
|
|
153
|
+
"wizard.selectChannel": "Select channel:",
|
|
154
|
+
"wizard.channel.release": "Release",
|
|
155
|
+
"wizard.channel.releaseHint": "stable",
|
|
156
|
+
"wizard.channel.preview": "Preview",
|
|
157
|
+
"wizard.channel.previewHint": "may be unstable",
|
|
158
|
+
"wizard.cannotCreateBackup": "Cannot create BDS backup directory: {dir}",
|
|
159
|
+
"wizard.backupDir": "BDS backup directory",
|
|
160
|
+
"wizard.preserve": "Files to preserve on update(When updates are enabled next time):",
|
|
161
|
+
"wizard.preserve.serverProps": "server config",
|
|
162
|
+
"wizard.preserve.worlds": "world data",
|
|
163
|
+
"wizard.preserve.config": "config directory",
|
|
164
|
+
"wizard.updaterTip": "If could not find BDS runtime, updater will be started later.\n You can configure updater later in configs/bds_updater.json",
|
|
165
|
+
"wizard.step4": "Step 4 - Modules",
|
|
166
|
+
"wizard.modulesFound": "Found {count} optional modules",
|
|
167
|
+
"wizard.modulesNone": "No modules catalog found",
|
|
168
|
+
"wizard.enableModules": "Enable modules:",
|
|
169
|
+
"wizard.emptyHint": "(empty)",
|
|
170
|
+
"wizard.updatingConfigs": "Updating configs",
|
|
171
|
+
"wizard.configsUpdated": "Configs updated",
|
|
172
|
+
"wizard.updatingModules": "Updating module state",
|
|
173
|
+
"wizard.modulesUpdated": "Module state updated",
|
|
174
|
+
"wizard.initDb": "Initializing database",
|
|
175
|
+
"wizard.dbTimeout": "Database startup timed out",
|
|
176
|
+
"wizard.dbOk": "Database initialized",
|
|
177
|
+
"wizard.downloadingBds": "Downloading BDS",
|
|
178
|
+
"wizard.downloadFail": "Downloaded Failure.",
|
|
179
|
+
"wizard.bdsDownloaded": "BDS downloaded",
|
|
180
|
+
"wizard.done": "Done! Run help to learn managing.",
|
|
181
|
+
"wizard.installing": "Installing {count} module(s) from first-party registry",
|
|
182
|
+
"wizard.installed": "{count} installed",
|
|
183
|
+
"wizard.installFailed": "install failed: {message}\nYou can retry with: sfmc mod install <id>",
|
|
184
|
+
"wizard.fetchMissing": "fetch-module missing \u2014 run `sfmc mod install <id>` later for each of: {list}",
|
|
185
|
+
"wizard.noModulesSelected": "No modules selected \u2014 behavior pack will be empty until you install one with `sfmc mod install <id>`.",
|
|
186
|
+
"wizard.buildingBp": "Building behavior pack",
|
|
187
|
+
"wizard.buildFailed": "build failed: {message}\nRun `sfmc mod build` later to retry.",
|
|
188
|
+
"wizard.deploying": "Deploying to {path}",
|
|
189
|
+
"wizard.restartBds": "Restart BDS to load the new behavior pack.",
|
|
190
|
+
"wizard.deployFailed": "deploy failed: {message}\nRun `sfmc mod reload` after fixing bds_path in configs/.",
|
|
191
|
+
/* ─── prompts ─── */
|
|
192
|
+
"prompt.enterPath": "Enter path",
|
|
193
|
+
"prompt.browse": "Browse\u2026",
|
|
194
|
+
"prompt.browseHint": "Open system folder picker",
|
|
195
|
+
/* ─── reload ─── */
|
|
196
|
+
"reload.buildOnly": "(deploy done; type reload in BDS/game, or omit --build-only to send automatically)",
|
|
197
|
+
"reload.bdsNotRunning": "BDS is not running \u2014 build+deploy finished. After start, type reload in BDS console or in-game.",
|
|
198
|
+
"reload.sent": "Sent reload to BDS (scripts will reload from new main.js)",
|
|
199
|
+
/* ─── bp ─── */
|
|
200
|
+
"bp.usage": "Usage: sfmc behavior-pack|bp <build|deploy>",
|
|
201
|
+
/* ─── module wizard ─── */
|
|
202
|
+
"modwiz.needTty.create": "Run in an interactive terminal: sfmc module create",
|
|
203
|
+
"modwiz.needTty.link": "Run in an interactive terminal: sfmc module link",
|
|
204
|
+
"modwiz.needTty.dev": "Run in an interactive terminal: sfmc module dev",
|
|
205
|
+
"modwiz.sfmcModulesPath": "sfmc-modules: {path}",
|
|
206
|
+
"modwiz.pickModulesRoot": "sfmc-modules root (with packages/ and index.json)",
|
|
207
|
+
"modwiz.noPackages": "packages/ subdirectory not found: {path}",
|
|
208
|
+
"modwiz.noFetch": "fetch-module.mjs not found",
|
|
209
|
+
"modwiz.enableModule": "Enable this module? (writes module-lock.json; needs db-server)",
|
|
210
|
+
"modwiz.buildDeploy": "Build and deploy behavior pack? (then use `sfmc mod reload` or type reload in BDS/game)",
|
|
211
|
+
"modwiz.task.build": "Building behavior pack",
|
|
212
|
+
"modwiz.task.deploy": "Deploying behavior pack",
|
|
213
|
+
"modwiz.reloadHint": "Use `sfmc mod reload` (build+deploy then send reload to BDS); or type reload in BDS/game.",
|
|
214
|
+
"modwiz.kebab": "Must be lowercase kebab-case, e.g. my-feature",
|
|
215
|
+
"modwiz.createIntro": "Module scaffold",
|
|
216
|
+
"modwiz.folderId": "Module folder name (install id)",
|
|
217
|
+
"modwiz.dirExists": "Directory already exists: {path}",
|
|
218
|
+
"modwiz.displayName": "Display name",
|
|
219
|
+
"modwiz.template": "Scaffold template",
|
|
220
|
+
"modwiz.tpl.minimal": "Minimal module",
|
|
221
|
+
"modwiz.tpl.minimalHint": "Command + permission stubs",
|
|
222
|
+
"modwiz.tpl.db": "With DB permission stubs",
|
|
223
|
+
"modwiz.tpl.dbHint": "manifest presets db:read/write",
|
|
224
|
+
"modwiz.noNewModule": "tools/new-module.mjs not found (beside sfmc-modules or repo tools/)",
|
|
225
|
+
"modwiz.genPackage": "Generate packages/{id}",
|
|
226
|
+
"modwiz.skeletonWritten": "Skeleton written to sfmc-modules",
|
|
227
|
+
"modwiz.createdNote": "Created {path}",
|
|
228
|
+
"modwiz.linkAsk": "Link into repo modules/packages/? (--link; edits apply live)",
|
|
229
|
+
"modwiz.link": "Link",
|
|
230
|
+
"modwiz.linkFailed": "Link failed",
|
|
231
|
+
"modwiz.enable": "Enable",
|
|
232
|
+
"modwiz.createDone": "Done. Source: {path}",
|
|
233
|
+
"modwiz.moduleCreated": "Module {id} created",
|
|
234
|
+
"modwiz.linkIntro": "Link local module",
|
|
235
|
+
"modwiz.noLinkable": "No modules under {path}/packages",
|
|
236
|
+
"modwiz.noLinkableShort": "No linkable module packages",
|
|
237
|
+
"modwiz.pickLink": "Select module package to link",
|
|
238
|
+
"modwiz.linking": "Linking {id}",
|
|
239
|
+
"modwiz.linkSynced": "catalog + lock synced",
|
|
240
|
+
"modwiz.linked": "Linked {id}",
|
|
241
|
+
"modwiz.devIntro": "Local module development",
|
|
242
|
+
"modwiz.noDevPackages": "No modules under {path}/packages",
|
|
243
|
+
"modwiz.noDevShort": "No developable module packages",
|
|
244
|
+
"modwiz.pickDev": "Select module to develop",
|
|
245
|
+
"modwiz.enabling": "Enabling {id}",
|
|
246
|
+
"modwiz.devHint": "After editing sfmc-modules sources, run `sfmc mod reload` (build + deploy + send reload to BDS).\nOr run `sfmc module dev` again, then type reload in BDS/game.",
|
|
247
|
+
"modwiz.devDone": "{id} linked; build + deploy finished",
|
|
248
|
+
"modwiz.devReady": "{id} ready for development",
|
|
249
|
+
/* ─── module commands ─── */
|
|
250
|
+
"mod.usage": "Usage: sfmc {cmds} <{subs}> [args]",
|
|
251
|
+
"mod.list.title": "Installed modules",
|
|
252
|
+
"mod.noneInstalled": "\nNo modules installed. Drop a module folder under {dir} or run `sfmc mod install <id>`.\n",
|
|
253
|
+
"mod.notInRegistry": 'Module "{query}" not found in first-party registry.',
|
|
254
|
+
"mod.info.usage": "Usage: sfmc module|mod info <id>",
|
|
255
|
+
"mod.notInstalledAt": "Module {id} not installed at {path}",
|
|
256
|
+
"mod.notInstalled": "Module {id} not installed",
|
|
257
|
+
"mod.verifyOk": "{id} ok\n fingerprint: {fp}\n",
|
|
258
|
+
"mod.dbUnreachable": "Cannot reach db-server at {url}: {message}. Is db-service running? (sfmc> start db)",
|
|
259
|
+
"mod.toggleFailed": "{action} {id} failed: {err}",
|
|
260
|
+
"mod.action.enabled": "enabled",
|
|
261
|
+
"mod.action.disabled": "disabled",
|
|
262
|
+
"mod.toggleOk": "{label} {id}",
|
|
263
|
+
"mod.toggleBadBody": "{action} {id} returned: {text}",
|
|
264
|
+
"mod.enable.usage": "Usage: sfmc module|mod enable <id>",
|
|
265
|
+
"mod.disable.usage": "Usage: sfmc module|mod disable <id>",
|
|
266
|
+
"mod.install.usage": "Usage: sfmc module|mod install <id> [id2 ...] [--from <source>] [--link]",
|
|
267
|
+
"mod.linkNeedsFrom": "--link requires --from dir:<path>, or set SFMC_MODULES_ROOT / sibling ../sfmc-modules.\nExample: sfmc mod install land --from dir:../sfmc-modules/packages/land --link",
|
|
268
|
+
"mod.fetchMissing": "fetch-module not found. Install @sfmc-bds/sfmc or run inside the monorepo.",
|
|
269
|
+
"mod.uninstall.usage": "Usage: sfmc module|mod uninstall <id>",
|
|
270
|
+
"mod.notInstalledFolder": "Module {id} not installed (no folder at {path})",
|
|
271
|
+
"mod.removed": "Removed {id} from {path}\n",
|
|
272
|
+
/* ─── pack lifecycle ─── */
|
|
273
|
+
"pack.built": "built packs at {path}",
|
|
274
|
+
"pack.buildFailed": "pack build failed: {message}",
|
|
275
|
+
"pack.deployed": "deployed packs",
|
|
276
|
+
"pack.deployFailed": "pack deploy failed: {message}",
|
|
277
|
+
"pack.statusFailed": "pack status failed: {message}",
|
|
278
|
+
"pack.listFailed": "pack list failed: {message}",
|
|
279
|
+
"pack.noCatalog": "no deployed catalog \u2014 run `sfmc pack deploy` first",
|
|
280
|
+
"pack.noUuid": "no {kind} pack uuid in catalog",
|
|
281
|
+
"pack.actionFailed": "{action} failed: {detail}",
|
|
282
|
+
"pack.enabledOk": "enabled {kind} pack {uuid}",
|
|
283
|
+
"pack.disabledOk": "disabled {kind} pack {uuid}",
|
|
284
|
+
"pack.actionErr": "pack {action} failed: {message}",
|
|
285
|
+
"pack.usage": "Usage: sfmc pack <{subs}> [behavior|resource]",
|
|
286
|
+
/* ─── world packs / addon ─── */
|
|
287
|
+
"packs.restartHint": "Restart BDS for changes to take effect",
|
|
288
|
+
"packs.rejoinHint": "Clients must rejoin to download resource packs",
|
|
289
|
+
"packs.conflict": "Conflict detected:",
|
|
290
|
+
"packs.conflict.existing": " Existing: {name} v{version} {uuid}\n {dir}",
|
|
291
|
+
"packs.conflict.incoming": " Incoming: {name} v{version} {uuid}",
|
|
292
|
+
"packs.overwriteAsk": "Overwrite existing pack?",
|
|
293
|
+
"packs.badManifest": "Unrecognized manifest (missing resources/data/script)",
|
|
294
|
+
"packs.skippedNoOverwrite": "Skipped (not overwritten)",
|
|
295
|
+
"packs.conflictSkip": "[packs] Conflict skipped (non-interactive; use --force): {name}",
|
|
296
|
+
"packs.inboxSkip": "[packs] Skipping inbox: {message}",
|
|
297
|
+
"packs.inboxFound": "[packs] Inbox found {count} item(s) \u2192 {level}",
|
|
298
|
+
"packs.alreadyDone": "[packs] Already processed, skip: {name}",
|
|
299
|
+
"packs.dryRunExtract": "[packs] dry-run extract: {name}",
|
|
300
|
+
"packs.noPackRoot": "[packs] Pack root not found: {name}",
|
|
301
|
+
"packs.installedEnabled": "[packs] Installed & enabled {kind}: {name} v{version}",
|
|
302
|
+
"packs.installFailed": "[packs] Install failed {name}: {reason}",
|
|
303
|
+
"packs.listEmpty": "(none)",
|
|
304
|
+
"packs.list.bpHeader": "Behavior packs:",
|
|
305
|
+
"packs.list.rpHeader": "Resource packs:",
|
|
306
|
+
"packs.list.on": "on ",
|
|
307
|
+
"packs.list.off": "off",
|
|
308
|
+
"packs.doctor.parseFail": "{file} could not be parsed",
|
|
309
|
+
"packs.doctor.missingDir": "List has uuid but directory missing ({kind}): {uuid}",
|
|
310
|
+
"packs.doctor.versionMismatch": "Version mismatch ({kind}): {folder} list {listVer} vs disk {diskVer}",
|
|
311
|
+
"packs.doctor.notEnabled": "Installed but not enabled: [{kind}] {folder} ({uuid})",
|
|
312
|
+
"packs.doctor.ok": "doctor: no issues found",
|
|
313
|
+
"packs.doctor.found": "doctor found {count} issue(s):\n{list}",
|
|
314
|
+
"packs.notFound": "Pack not found: {id}",
|
|
315
|
+
"packs.toggleDone": "{verb} {folder} done. {hint}",
|
|
316
|
+
"packs.bump.usage": "Usage: packs bump <uuid|folder> (RP only)",
|
|
317
|
+
"packs.bump.rpOnly": "packs bump only supports resource packs (RP)",
|
|
318
|
+
"packs.bumped": "Bumped {folder} \u2192 v{version}. {restart}; {rejoin}",
|
|
319
|
+
"packs.pathMissing": "Path does not exist: {path}",
|
|
320
|
+
"packs.notArchive": "Not a pack directory or .zip/.mcpack/.mcaddon",
|
|
321
|
+
"packs.noManifestRoot": "No pack root with manifest.json found",
|
|
322
|
+
"packs.installedLine": "Installed & enabled: {name} v{version} ({kind})",
|
|
323
|
+
"packs.skipFailLine": "Skipped/failed: {name} ({reason})",
|
|
324
|
+
"packs.inboxEmpty": "Inbox is empty",
|
|
325
|
+
"packs.search.usage": "Usage: packs search <query> (CurseForge remote; requires API key)",
|
|
326
|
+
"packs.bind.usage": "Usage: packs bind <uuid|folder> <projectId|slug|url>",
|
|
327
|
+
"packs.unbind.usage": "Usage: packs unbind <uuid|folder>",
|
|
328
|
+
"packs.unbindOk": "Unbound {uuid} (or edit {path})",
|
|
329
|
+
"packs.unbindMiss": "No binding found: {id}",
|
|
330
|
+
"packs.update.usage": "Usage: packs update <uuid|folder|--all>",
|
|
331
|
+
"packs.toggle.usage": "Usage: packs {verb} <uuid|folder>",
|
|
332
|
+
"packs.uninstall.usage": "Usage: packs uninstall [uuid|folder...] [--purge] [--no-paired]\n No args + TTY \u2192 multi-select; multiple ids allowed",
|
|
333
|
+
"packs.uninstall.protected": "Refusing to uninstall platform pack: {folder} (use sfmc mod)",
|
|
334
|
+
"packs.uninstall.trashed": "Uninstalled to recycle bin: {folder}\n \u2192 {dest}",
|
|
335
|
+
"packs.uninstall.deleted": "Uninstalled and deleted: {folder}",
|
|
336
|
+
"packs.uninstall.dirMissing": "Removed from enable list; directory already missing: {folder}",
|
|
337
|
+
"packs.uninstall.bindingRemoved": "Cleared update-source binding: {uuid}",
|
|
338
|
+
"packs.uninstall.pick": "Select packs to uninstall (space to toggle, enter to confirm)",
|
|
339
|
+
"packs.uninstall.summary": "Will uninstall {count} item(s) (including paired RPs):",
|
|
340
|
+
"packs.uninstall.confirm": "Uninstall these {count} item(s)?",
|
|
341
|
+
"packs.uninstall.cancelled": "Uninstall cancelled",
|
|
342
|
+
"packs.uninstall.none": "No uninstallable packs",
|
|
343
|
+
"packs.uninstall.pairedOf": "(paired with {folder})",
|
|
344
|
+
"packs.install.usage": "Usage: packs install [path|--inbox] [--force]",
|
|
345
|
+
"packs.installInbox": "install inbox: installed={installed} skipped={skipped} failed={failed}",
|
|
346
|
+
"packs.scanResult": "scan: installed={installed} skipped={skipped} failed={failed}",
|
|
347
|
+
"packs.unknownSub": "Unknown packs subcommand: {verb}\n",
|
|
348
|
+
"packs.usage.title": "{cmd} (alias {alias}) \u2014 world-side BP/RP",
|
|
349
|
+
"packs.usage.bump": "RP only; patch version +1",
|
|
350
|
+
"packs.usage.cfSearch": "CurseForge search (API key required)",
|
|
351
|
+
"packs.usage.inbox": "Inbox: {path}",
|
|
352
|
+
"packs.usage.trash": "Uninstall recycle bin: {path} (pack-update.json \u2192 uninstall.recycleBin)",
|
|
353
|
+
"packs.usage.sources": "Update source bindings: {path} (edit enabled/projectId)",
|
|
354
|
+
"packs.usage.enableNote": "Install enables via world_*_packs.json by default; {hint}.",
|
|
355
|
+
"packs.usage.moduleNote": "For module aggregation use {cmd} (not this command).",
|
|
356
|
+
"packUpdate.needKey": "No pack update provider configured. Set providers.*.apiKey in {path} (or the matching env var). CurseForge: get a Studios key from https://console.curseforge.com/ \u2192 providers.curseforge.apiKey / CURSEFORGE_API_KEY (not the Upload API UUID token)",
|
|
357
|
+
"packUpdate.probeNoName": "Cannot derive a searchable name from header/folder",
|
|
358
|
+
"packUpdate.probeQueries": "Probe sources header={header} folder={folder}\n \u2192 {queries}",
|
|
359
|
+
"packUpdate.probeFail": "Source probe failed: {message}",
|
|
360
|
+
"packUpdate.probeMiss": "No CurseForge match for: {name}",
|
|
361
|
+
"packUpdate.probeLowScore": "Low similarity: {name} \u2192 {hit} ({score}) {url}",
|
|
362
|
+
"packUpdate.probeHit": "Possible update source: {name} \u2192 {hit} ({score})\n {url}",
|
|
363
|
+
"packUpdate.editHint": "You can later edit {path} to change/disable sources (enabled: false)",
|
|
364
|
+
"packUpdate.confirmBind": "Bind this CurseForge project as update source? {hit}",
|
|
365
|
+
"packUpdate.probeAutoBind": "Non-interactive: auto-binding \u2192 {provider}:{slug}\n {path}",
|
|
366
|
+
"packUpdate.probeNoAutoBind": "Non-interactive: not auto-binding; use packs bind",
|
|
367
|
+
"packUpdate.bindSkipped": "Bind skipped",
|
|
368
|
+
"packUpdate.bindOk": "Bound {uuid} \u2192 {provider}:{slug} [{enabled}]\n file: {path}",
|
|
369
|
+
"packUpdate.bindBpOnly": "Only behavior packs (BP) can be bound",
|
|
370
|
+
"packUpdate.resolveFail": "Cannot resolve CurseForge project: {ref}",
|
|
371
|
+
"packUpdate.searchEmpty": "No CurseForge results: {query}",
|
|
372
|
+
"packUpdate.sourcesHeader": "config: {config}\nbindings: {sources}",
|
|
373
|
+
"packUpdate.sourcesEmpty": "No bindings yet. Install a BP to probe, or packs bind.",
|
|
374
|
+
"packUpdate.disabled": "pack-update disabled in config",
|
|
375
|
+
"packUpdate.bindingDisabled": "binding disabled (enabled: false)",
|
|
376
|
+
"packUpdate.noRemoteFile": "No remote file available",
|
|
377
|
+
"packUpdate.fileNewer": "Newer remote file: {file} (id={id})",
|
|
378
|
+
"packUpdate.upToDate": "up to date",
|
|
379
|
+
"packUpdate.needSync": "Remote file not yet synced into world (version {local} \u2261 {remote}, fileId={id})",
|
|
380
|
+
"packUpdate.remoteNoBp": "No behavior pack in remote archive",
|
|
381
|
+
"packUpdate.bpNewer": "BP update {local} \u2192 {remote}",
|
|
382
|
+
"packUpdate.installFail": "Install failed: {reason}",
|
|
383
|
+
"packUpdate.installedBp": "Wrote BP \u2192 {dir} (v{version})",
|
|
384
|
+
"packUpdate.installedRp": "Wrote RP \u2192 {dir} (v{version})",
|
|
385
|
+
"packUpdate.rpInstallMiss": "Archive has RP but paired resource pack was not installed (check dependencies / pairedResourceUuid)",
|
|
386
|
+
"packUpdate.applied": "Updated {name} BP={bp} RP={rp}",
|
|
387
|
+
"packUpdate.noBinding": "No update binding for: {id}",
|
|
388
|
+
"packUpdate.startupFail": "Startup update check failed: {message}"
|
|
389
|
+
};
|
|
390
|
+
export {
|
|
391
|
+
en
|
|
392
|
+
};
|
|
393
|
+
//# sourceMappingURL=en.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/i18n/locales/en.ts"],
|
|
4
|
+
"sourcesContent": ["/**\n * English message catalog \u2014 source of truth for MessageKey.\n * Placeholders use {name} form; chalk stays at call sites.\n */\nexport const en = {\n /* \u2500\u2500\u2500 common \u2500\u2500\u2500 */\n \"common.cancelled\": \"Cancelled\",\n \"common.done\": \"Done\",\n \"common.required\": \"Required\",\n \"common.error\": \"Error: {message}\",\n \"common.fatal\": \"Fatal\",\n \"common.unknownCommand\": \"Unknown command: {cmd}\",\n \"common.unknownShort\": \"Unknown: {cmd} (try: help)\",\n \"common.tips\": \"Tips\",\n \"common.path\": \"Path\",\n \"common.hint\": \"Hint\",\n \"common.none\": \"(none)\",\n \"common.all\": \"ALL\",\n\n /* \u2500\u2500\u2500 locale \u2500\u2500\u2500 */\n \"locale.current\": \"Current locale: {locale}\",\n \"locale.set\": \"Locale set to {locale}\",\n \"locale.invalid\": \"Unknown locale: {value} (try: zh-CN, en)\",\n \"locale.usage\": \"Usage: locale [zh-CN|en|zh|cn]\",\n \"locale.wizard\": \"CLI language / \u754C\u9762\u8BED\u8A00\",\n \"locale.opt.zh\": \"\u7B80\u4F53\u4E2D\u6587\",\n \"locale.opt.en\": \"English\",\n\n /* \u2500\u2500\u2500 help \u2500\u2500\u2500 */\n \"help.title\": \"sfmc \u2014 ScriptsForMinecraftServer CLI\",\n \"help.section.service\": \"\u2500\u2500\u2500 Service Control \u2500\u2500\u2500\",\n \"help.status\": \"Show all services status\",\n \"help.logs\": \"View / follow service logs\",\n \"help.start\": \"Start a service (or all)\",\n \"help.stop\": \"Stop a service (or all)\",\n \"help.restart\": \"Restart a service (or all)\",\n \"help.send\": \"Send command to a service's stdin\",\n \"help.section.update\": \"\u2500\u2500\u2500 BDS Update \u2500\u2500\u2500\",\n \"help.update\": \"Check / apply BDS update\",\n \"help.section.remote\": \"\u2500\u2500\u2500 Remote Agent \u2500\u2500\u2500\",\n \"help.remote.status\": \"Show enrollment status\",\n \"help.remote.enroll\": \"Enroll with a controller\",\n \"help.remote.disable\": \"Disconnect + disable agent\",\n \"help.section.module\": \"\u2500\u2500\u2500 Module Management \u2500\u2500\u2500\",\n \"help.module.list\": \"List installed modules\",\n \"help.module.search\": \"Search registry / show module info\",\n \"help.module.install\": \"Install a module (--link = symlink)\",\n \"help.module.uninstall\": \"Remove installed module\",\n \"help.module.verify\": \"Verify SHA-256 integrity\",\n \"help.module.info\": \"Show module details\",\n \"help.module.toggle\": \"Toggle module (requires db-server)\",\n \"help.module.create\": \"Interactive scaffold\",\n \"help.module.link\": \"Link local module (--link install)\",\n \"help.module.dev\": \"Link + enable + build + deploy\",\n \"help.module.build\": \"Build BP+RP from enabled modules\",\n \"help.module.reload\": \"Build + deploy BP; send reload to BDS (--build-only skips send)\",\n \"help.section.addon\": \"\u2500\u2500\u2500 Addon Manager \u2500\u2500\u2500\",\n \"help.addon\": \"World BP/RP inbox manager\",\n \"help.section.general\": \"\u2500\u2500\u2500 General \u2500\u2500\u2500\",\n \"help.init\": \"Setup wizard\",\n \"help.locale\": \"Show / set CLI language\",\n \"help.version\": \"Show version\",\n \"help.help\": \"Show this help\",\n \"help.quit\": \"Exit\",\n \"help.shortcuts\": \"Shortcuts:\",\n \"help.shortcut.tab\": \"Complete (cycle on repeat)\",\n \"help.shortcut.right\": \"Accept gray suggestion\",\n \"help.shortcut.ctrll\": \"Filter log level / source / history\",\n \"help.shortcut.history\": \"Command history\",\n\n /* \u2500\u2500\u2500 repl \u2500\u2500\u2500 */\n \"repl.stopping\": \"stopping services...\",\n \"repl.bye\": \"bye\",\n \"repl.forceStop\": \"force stopping services...\",\n \"repl.nonInteractive\": \" Non-interactive mode (pipe detected)\\n\",\n \"repl.historyHeader\": \"\u2500\u2500 history {count} line(s) \u2500\u2500\",\n \"repl.filter\": \"filter: {level} / {source} / {history}\",\n \"repl.followRequiresTty\": \"follow mode requires TTY\",\n \"repl.history.live\": \"live only (no replay)\",\n \"repl.history.last50\": \"last 50\",\n \"repl.history.last100\": \"last 100\",\n \"repl.history.last500\": \"last 500\",\n \"repl.history.last1000\": \"last 1000\",\n \"repl.history.last1min\": \"last 1 min\",\n \"repl.history.last5min\": \"last 5 min\",\n \"repl.history.last15min\": \"last 15 min\",\n \"repl.history.last1hour\": \"last 1 hour\",\n \"repl.history.all\": \"all buffered\",\n\n /* \u2500\u2500\u2500 services / commands \u2500\u2500\u2500 */\n \"svc.header\": \"Services\",\n \"svc.col.name\": \"Name\",\n \"svc.col.status\": \"Status\",\n \"svc.col.pid\": \"PID\",\n \"svc.col.uptime\": \"Uptime\",\n \"svc.running\": \"Running\",\n \"svc.stopped\": \"Stopped\",\n \"svc.unknown\": \"Unknown service: {name} (try: {list})\",\n \"svc.logs.usage\": \"Usage: logs <service> [-n N] [-f]\",\n \"svc.logs.empty\": \"(no logs yet)\",\n \"svc.logs.header\": \"{title} logs (last {count}):\",\n \"svc.start.usage\": \"Usage: sfmc start <service>|-all\",\n \"svc.start.usageShort\": \"Usage: start <service>|-all\",\n \"svc.stop.usage\": \"Usage: sfmc stop <service>|-all\",\n \"svc.stop.usageShort\": \"Usage: stop <service>|-all\",\n \"svc.restart.usage\": \"Usage: sfmc restart <service>|-all\",\n \"svc.restart.usageShort\": \"Usage: restart <service>|-all\",\n \"svc.alreadyRunning\": \"{title} already running (PID {pid})\",\n \"svc.alreadyStarting\": \"{title} already starting...\",\n \"svc.started\": \"{title} started\",\n \"svc.startFailed\": \"{title} failed: {message}\",\n \"svc.alreadyStopped\": \"{title} already stopped\",\n \"svc.alreadyStopping\": \"{title} already stopping...\",\n \"svc.stoppedMsg\": \"{title} stopped\",\n \"svc.stopFailed\": \"{title} stop failed: {message}\",\n \"svc.send.usage\": \"Usage: send <service> <message>\",\n \"svc.notRunning\": \"{title} not running\",\n \"svc.sent\": \"sent to {name}\",\n \"svc.writeFailed\": \"write failed\",\n \"svc.restarted\": \"{title} restarted\",\n \"svc.restartFailed\": \"{title} restart failed: {message}\",\n \"svc.allStarted\": \"All services started\",\n \"svc.allStopped\": \"All services stopped\",\n \"svc.updateComplete\": \"update complete\",\n \"svc.updateExited\": \"update exited with code {code}\",\n \"svc.updateError\": \"update error: {message}\",\n \"svc.updateStartBds\": \"update: starting BDS via supervisor\",\n \"svc.bdsStarted\": \"BDS started (supervised)\",\n \"svc.bdsStartFailed\": \"BDS start failed: {message}\",\n \"svc.bdsStoppedForUpdate\": \"BDS was stopped for update; run `start bds` when ready\",\n\n /* \u2500\u2500\u2500 remote \u2500\u2500\u2500 */\n \"remote.enrolled\": \"Enrolled remote agent: {id}\",\n \"remote.disabled\": \"Remote agent disabled\",\n \"remote.usage\":\n \"Usage: sfmc remote enroll <controller-url> <enrollment-token> [name] | sfmc remote status | sfmc remote disable\",\n \"remote.usageShort\":\n \"Usage: remote enroll <controller-url> <enrollment-token> [name] | remote status | remote disable\",\n\n /* \u2500\u2500\u2500 wizard \u2500\u2500\u2500 */\n \"wizard.intro\": \"Setup Wizard =D\",\n \"wizard.rerun\": \"Already initialized. Re-run setup?\",\n \"wizard.skipped\": \"Setup skipped\",\n \"wizard.step1\": \"Step 1 - Runtime Environment\",\n \"wizard.runtimeRoot\": \"Runtime root: {root}\",\n \"wizard.npmMissing\": \"npm runtime is missing required directories: {list}\",\n \"wizard.prepFailed\": \"Runtime preparation failed: {message}\",\n \"wizard.step2\": \"Step 2 - External Runtimes\",\n \"wizard.step2Note\": \"Select paths for BDS, Database, and LLBOT\",\n \"wizard.bdsDir\": \"BDS installation directory\",\n \"wizard.cannotCreateBds\": \"Cannot create BDS installation directory: {dir}\",\n \"wizard.enableLlbot\": \"Enable LLBot (QQ bridge)?\",\n \"wizard.llbotDir\": \"LLBot runtime directory\",\n \"wizard.usingDefault\": \"Using default: {path}\",\n \"wizard.dbDir\": \"Database storage directory\",\n \"wizard.dbPort\": \"Database server port:\",\n \"wizard.portRange\": \"Enter 1024\u201365535\",\n \"wizard.valueRequired\": \"Value is required!\",\n \"wizard.step3\": \"Step 3 - BDS Environment\",\n \"wizard.bdsFound\": \"Found at {path}\",\n \"wizard.bdsNotFound\": \"Not found at {path}\",\n \"wizard.eula\":\n \"Do you agree to the EULA(https://www.minecraft.net/en-us/eula) published by Mojang? You must agree to it before you can use this program.\",\n \"wizard.disagreed\": \"Disagreed.\",\n \"wizard.downloadBds\": \"Download BDS now?\",\n \"wizard.selectChannel\": \"Select channel:\",\n \"wizard.channel.release\": \"Release\",\n \"wizard.channel.releaseHint\": \"stable\",\n \"wizard.channel.preview\": \"Preview\",\n \"wizard.channel.previewHint\": \"may be unstable\",\n \"wizard.cannotCreateBackup\": \"Cannot create BDS backup directory: {dir}\",\n \"wizard.backupDir\": \"BDS backup directory\",\n \"wizard.preserve\": \"Files to preserve on update(When updates are enabled next time):\",\n \"wizard.preserve.serverProps\": \"server config\",\n \"wizard.preserve.worlds\": \"world data\",\n \"wizard.preserve.config\": \"config directory\",\n \"wizard.updaterTip\":\n \"If could not find BDS runtime, updater will be started later.\\n You can configure updater later in configs/bds_updater.json\",\n \"wizard.step4\": \"Step 4 - Modules\",\n \"wizard.modulesFound\": \"Found {count} optional modules\",\n \"wizard.modulesNone\": \"No modules catalog found\",\n \"wizard.enableModules\": \"Enable modules:\",\n \"wizard.emptyHint\": \"(empty)\",\n \"wizard.updatingConfigs\": \"Updating configs\",\n \"wizard.configsUpdated\": \"Configs updated\",\n \"wizard.updatingModules\": \"Updating module state\",\n \"wizard.modulesUpdated\": \"Module state updated\",\n \"wizard.initDb\": \"Initializing database\",\n \"wizard.dbTimeout\": \"Database startup timed out\",\n \"wizard.dbOk\": \"Database initialized\",\n \"wizard.downloadingBds\": \"Downloading BDS\",\n \"wizard.downloadFail\": \"Downloaded Failure.\",\n \"wizard.bdsDownloaded\": \"BDS downloaded\",\n \"wizard.done\": \"Done! Run help to learn managing.\",\n \"wizard.installing\": \"Installing {count} module(s) from first-party registry\",\n \"wizard.installed\": \"{count} installed\",\n \"wizard.installFailed\": \"install failed: {message}\\nYou can retry with: sfmc mod install <id>\",\n \"wizard.fetchMissing\":\n \"fetch-module missing \u2014 run `sfmc mod install <id>` later for each of: {list}\",\n \"wizard.noModulesSelected\":\n \"No modules selected \u2014 behavior pack will be empty until you install one with `sfmc mod install <id>`.\",\n \"wizard.buildingBp\": \"Building behavior pack\",\n \"wizard.buildFailed\": \"build failed: {message}\\nRun `sfmc mod build` later to retry.\",\n \"wizard.deploying\": \"Deploying to {path}\",\n \"wizard.restartBds\": \"Restart BDS to load the new behavior pack.\",\n \"wizard.deployFailed\":\n \"deploy failed: {message}\\nRun `sfmc mod reload` after fixing bds_path in configs/.\",\n\n /* \u2500\u2500\u2500 prompts \u2500\u2500\u2500 */\n \"prompt.enterPath\": \"Enter path\",\n \"prompt.browse\": \"Browse\u2026\",\n \"prompt.browseHint\": \"Open system folder picker\",\n\n /* \u2500\u2500\u2500 reload \u2500\u2500\u2500 */\n \"reload.buildOnly\":\n \"(deploy done; type reload in BDS/game, or omit --build-only to send automatically)\",\n \"reload.bdsNotRunning\":\n \"BDS is not running \u2014 build+deploy finished. After start, type reload in BDS console or in-game.\",\n \"reload.sent\": \"Sent reload to BDS (scripts will reload from new main.js)\",\n\n /* \u2500\u2500\u2500 bp \u2500\u2500\u2500 */\n \"bp.usage\": \"Usage: sfmc behavior-pack|bp <build|deploy>\",\n\n /* \u2500\u2500\u2500 module wizard \u2500\u2500\u2500 */\n \"modwiz.needTty.create\": \"Run in an interactive terminal: sfmc module create\",\n \"modwiz.needTty.link\": \"Run in an interactive terminal: sfmc module link\",\n \"modwiz.needTty.dev\": \"Run in an interactive terminal: sfmc module dev\",\n \"modwiz.sfmcModulesPath\": \"sfmc-modules: {path}\",\n \"modwiz.pickModulesRoot\": \"sfmc-modules root (with packages/ and index.json)\",\n \"modwiz.noPackages\": \"packages/ subdirectory not found: {path}\",\n \"modwiz.noFetch\": \"fetch-module.mjs not found\",\n \"modwiz.enableModule\": \"Enable this module? (writes module-lock.json; needs db-server)\",\n \"modwiz.buildDeploy\":\n \"Build and deploy behavior pack? (then use `sfmc mod reload` or type reload in BDS/game)\",\n \"modwiz.task.build\": \"Building behavior pack\",\n \"modwiz.task.deploy\": \"Deploying behavior pack\",\n \"modwiz.reloadHint\":\n \"Use `sfmc mod reload` (build+deploy then send reload to BDS); or type reload in BDS/game.\",\n \"modwiz.kebab\": \"Must be lowercase kebab-case, e.g. my-feature\",\n \"modwiz.createIntro\": \"Module scaffold\",\n \"modwiz.folderId\": \"Module folder name (install id)\",\n \"modwiz.dirExists\": \"Directory already exists: {path}\",\n \"modwiz.displayName\": \"Display name\",\n \"modwiz.template\": \"Scaffold template\",\n \"modwiz.tpl.minimal\": \"Minimal module\",\n \"modwiz.tpl.minimalHint\": \"Command + permission stubs\",\n \"modwiz.tpl.db\": \"With DB permission stubs\",\n \"modwiz.tpl.dbHint\": \"manifest presets db:read/write\",\n \"modwiz.noNewModule\": \"tools/new-module.mjs not found (beside sfmc-modules or repo tools/)\",\n \"modwiz.genPackage\": \"Generate packages/{id}\",\n \"modwiz.skeletonWritten\": \"Skeleton written to sfmc-modules\",\n \"modwiz.createdNote\": \"Created {path}\",\n \"modwiz.linkAsk\": \"Link into repo modules/packages/? (--link; edits apply live)\",\n \"modwiz.link\": \"Link\",\n \"modwiz.linkFailed\": \"Link failed\",\n \"modwiz.enable\": \"Enable\",\n \"modwiz.createDone\": \"Done. Source: {path}\",\n \"modwiz.moduleCreated\": \"Module {id} created\",\n \"modwiz.linkIntro\": \"Link local module\",\n \"modwiz.noLinkable\": \"No modules under {path}/packages\",\n \"modwiz.noLinkableShort\": \"No linkable module packages\",\n \"modwiz.pickLink\": \"Select module package to link\",\n \"modwiz.linking\": \"Linking {id}\",\n \"modwiz.linkSynced\": \"catalog + lock synced\",\n \"modwiz.linked\": \"Linked {id}\",\n \"modwiz.devIntro\": \"Local module development\",\n \"modwiz.noDevPackages\": \"No modules under {path}/packages\",\n \"modwiz.noDevShort\": \"No developable module packages\",\n \"modwiz.pickDev\": \"Select module to develop\",\n \"modwiz.enabling\": \"Enabling {id}\",\n \"modwiz.devHint\":\n \"After editing sfmc-modules sources, run `sfmc mod reload` (build + deploy + send reload to BDS).\\nOr run `sfmc module dev` again, then type reload in BDS/game.\",\n \"modwiz.devDone\": \"{id} linked; build + deploy finished\",\n \"modwiz.devReady\": \"{id} ready for development\",\n\n /* \u2500\u2500\u2500 module commands \u2500\u2500\u2500 */\n \"mod.usage\": \"Usage: sfmc {cmds} <{subs}> [args]\",\n \"mod.list.title\": \"Installed modules\",\n \"mod.noneInstalled\":\n \"\\nNo modules installed. Drop a module folder under {dir} or run `sfmc mod install <id>`.\\n\",\n \"mod.notInRegistry\": 'Module \"{query}\" not found in first-party registry.',\n \"mod.info.usage\": \"Usage: sfmc module|mod info <id>\",\n \"mod.notInstalledAt\": \"Module {id} not installed at {path}\",\n \"mod.notInstalled\": \"Module {id} not installed\",\n \"mod.verifyOk\": \"{id} ok\\n fingerprint: {fp}\\n\",\n \"mod.dbUnreachable\":\n \"Cannot reach db-server at {url}: {message}. Is db-service running? (sfmc> start db)\",\n \"mod.toggleFailed\": \"{action} {id} failed: {err}\",\n \"mod.action.enabled\": \"enabled\",\n \"mod.action.disabled\": \"disabled\",\n \"mod.toggleOk\": \"{label} {id}\",\n \"mod.toggleBadBody\": \"{action} {id} returned: {text}\",\n \"mod.enable.usage\": \"Usage: sfmc module|mod enable <id>\",\n \"mod.disable.usage\": \"Usage: sfmc module|mod disable <id>\",\n \"mod.install.usage\": \"Usage: sfmc module|mod install <id> [id2 ...] [--from <source>] [--link]\",\n \"mod.linkNeedsFrom\":\n \"--link requires --from dir:<path>, or set SFMC_MODULES_ROOT / sibling ../sfmc-modules.\\nExample: sfmc mod install land --from dir:../sfmc-modules/packages/land --link\",\n \"mod.fetchMissing\": \"fetch-module not found. Install @sfmc-bds/sfmc or run inside the monorepo.\",\n \"mod.uninstall.usage\": \"Usage: sfmc module|mod uninstall <id>\",\n \"mod.notInstalledFolder\": \"Module {id} not installed (no folder at {path})\",\n \"mod.removed\": \"Removed {id} from {path}\\n\",\n\n /* \u2500\u2500\u2500 pack lifecycle \u2500\u2500\u2500 */\n \"pack.built\": \"built packs at {path}\",\n \"pack.buildFailed\": \"pack build failed: {message}\",\n \"pack.deployed\": \"deployed packs\",\n \"pack.deployFailed\": \"pack deploy failed: {message}\",\n \"pack.statusFailed\": \"pack status failed: {message}\",\n \"pack.listFailed\": \"pack list failed: {message}\",\n \"pack.noCatalog\": \"no deployed catalog \u2014 run `sfmc pack deploy` first\",\n \"pack.noUuid\": \"no {kind} pack uuid in catalog\",\n \"pack.actionFailed\": \"{action} failed: {detail}\",\n \"pack.enabledOk\": \"enabled {kind} pack {uuid}\",\n \"pack.disabledOk\": \"disabled {kind} pack {uuid}\",\n \"pack.actionErr\": \"pack {action} failed: {message}\",\n \"pack.usage\": \"Usage: sfmc pack <{subs}> [behavior|resource]\",\n\n /* \u2500\u2500\u2500 world packs / addon \u2500\u2500\u2500 */\n \"packs.restartHint\": \"Restart BDS for changes to take effect\",\n \"packs.rejoinHint\": \"Clients must rejoin to download resource packs\",\n \"packs.conflict\": \"Conflict detected:\",\n \"packs.conflict.existing\": \" Existing: {name} v{version} {uuid}\\n {dir}\",\n \"packs.conflict.incoming\": \" Incoming: {name} v{version} {uuid}\",\n \"packs.overwriteAsk\": \"Overwrite existing pack?\",\n \"packs.badManifest\": \"Unrecognized manifest (missing resources/data/script)\",\n \"packs.skippedNoOverwrite\": \"Skipped (not overwritten)\",\n \"packs.conflictSkip\": \"[packs] Conflict skipped (non-interactive; use --force): {name}\",\n \"packs.inboxSkip\": \"[packs] Skipping inbox: {message}\",\n \"packs.inboxFound\": \"[packs] Inbox found {count} item(s) \u2192 {level}\",\n \"packs.alreadyDone\": \"[packs] Already processed, skip: {name}\",\n \"packs.dryRunExtract\": \"[packs] dry-run extract: {name}\",\n \"packs.noPackRoot\": \"[packs] Pack root not found: {name}\",\n \"packs.installedEnabled\": \"[packs] Installed & enabled {kind}: {name} v{version}\",\n \"packs.installFailed\": \"[packs] Install failed {name}: {reason}\",\n \"packs.listEmpty\": \"(none)\",\n \"packs.list.bpHeader\": \"Behavior packs:\",\n \"packs.list.rpHeader\": \"Resource packs:\",\n \"packs.list.on\": \"on \",\n \"packs.list.off\": \"off\",\n \"packs.doctor.parseFail\": \"{file} could not be parsed\",\n \"packs.doctor.missingDir\": \"List has uuid but directory missing ({kind}): {uuid}\",\n \"packs.doctor.versionMismatch\":\n \"Version mismatch ({kind}): {folder} list {listVer} vs disk {diskVer}\",\n \"packs.doctor.notEnabled\": \"Installed but not enabled: [{kind}] {folder} ({uuid})\",\n \"packs.doctor.ok\": \"doctor: no issues found\",\n \"packs.doctor.found\": \"doctor found {count} issue(s):\\n{list}\",\n \"packs.notFound\": \"Pack not found: {id}\",\n \"packs.toggleDone\": \"{verb} {folder} done. {hint}\",\n \"packs.bump.usage\": \"Usage: packs bump <uuid|folder> (RP only)\",\n \"packs.bump.rpOnly\": \"packs bump only supports resource packs (RP)\",\n \"packs.bumped\": \"Bumped {folder} \u2192 v{version}. {restart}; {rejoin}\",\n \"packs.pathMissing\": \"Path does not exist: {path}\",\n \"packs.notArchive\": \"Not a pack directory or .zip/.mcpack/.mcaddon\",\n \"packs.noManifestRoot\": \"No pack root with manifest.json found\",\n \"packs.installedLine\": \"Installed & enabled: {name} v{version} ({kind})\",\n \"packs.skipFailLine\": \"Skipped/failed: {name} ({reason})\",\n \"packs.inboxEmpty\": \"Inbox is empty\",\n \"packs.search.usage\": \"Usage: packs search <query> (CurseForge remote; requires API key)\",\n \"packs.bind.usage\": \"Usage: packs bind <uuid|folder> <projectId|slug|url>\",\n \"packs.unbind.usage\": \"Usage: packs unbind <uuid|folder>\",\n \"packs.unbindOk\": \"Unbound {uuid} (or edit {path})\",\n \"packs.unbindMiss\": \"No binding found: {id}\",\n \"packs.update.usage\": \"Usage: packs update <uuid|folder|--all>\",\n \"packs.toggle.usage\": \"Usage: packs {verb} <uuid|folder>\",\n \"packs.uninstall.usage\":\n \"Usage: packs uninstall [uuid|folder...] [--purge] [--no-paired]\\n No args + TTY \u2192 multi-select; multiple ids allowed\",\n \"packs.uninstall.protected\": \"Refusing to uninstall platform pack: {folder} (use sfmc mod)\",\n \"packs.uninstall.trashed\": \"Uninstalled to recycle bin: {folder}\\n \u2192 {dest}\",\n \"packs.uninstall.deleted\": \"Uninstalled and deleted: {folder}\",\n \"packs.uninstall.dirMissing\": \"Removed from enable list; directory already missing: {folder}\",\n \"packs.uninstall.bindingRemoved\": \"Cleared update-source binding: {uuid}\",\n \"packs.uninstall.pick\": \"Select packs to uninstall (space to toggle, enter to confirm)\",\n \"packs.uninstall.summary\": \"Will uninstall {count} item(s) (including paired RPs):\",\n \"packs.uninstall.confirm\": \"Uninstall these {count} item(s)?\",\n \"packs.uninstall.cancelled\": \"Uninstall cancelled\",\n \"packs.uninstall.none\": \"No uninstallable packs\",\n \"packs.uninstall.pairedOf\": \"(paired with {folder})\",\n \"packs.install.usage\": \"Usage: packs install [path|--inbox] [--force]\",\n \"packs.installInbox\": \"install inbox: installed={installed} skipped={skipped} failed={failed}\",\n \"packs.scanResult\": \"scan: installed={installed} skipped={skipped} failed={failed}\",\n \"packs.unknownSub\": \"Unknown packs subcommand: {verb}\\n\",\n \"packs.usage.title\": \"{cmd} (alias {alias}) \u2014 world-side BP/RP\",\n \"packs.usage.bump\": \"RP only; patch version +1\",\n \"packs.usage.cfSearch\": \"CurseForge search (API key required)\",\n \"packs.usage.inbox\": \"Inbox: {path}\",\n \"packs.usage.trash\": \"Uninstall recycle bin: {path} (pack-update.json \u2192 uninstall.recycleBin)\",\n \"packs.usage.sources\": \"Update source bindings: {path} (edit enabled/projectId)\",\n \"packs.usage.enableNote\": \"Install enables via world_*_packs.json by default; {hint}.\",\n \"packs.usage.moduleNote\": \"For module aggregation use {cmd} (not this command).\",\n\n \"packUpdate.needKey\": \"No pack update provider configured. Set providers.*.apiKey in {path} (or the matching env var). CurseForge: get a Studios key from https://console.curseforge.com/ \u2192 providers.curseforge.apiKey / CURSEFORGE_API_KEY (not the Upload API UUID token)\",\n \"packUpdate.probeNoName\": \"Cannot derive a searchable name from header/folder\",\n \"packUpdate.probeQueries\": \"Probe sources header={header} folder={folder}\\n \u2192 {queries}\",\n \"packUpdate.probeFail\": \"Source probe failed: {message}\",\n \"packUpdate.probeMiss\": \"No CurseForge match for: {name}\",\n \"packUpdate.probeLowScore\": \"Low similarity: {name} \u2192 {hit} ({score}) {url}\",\n \"packUpdate.probeHit\": \"Possible update source: {name} \u2192 {hit} ({score})\\n {url}\",\n \"packUpdate.editHint\": \"You can later edit {path} to change/disable sources (enabled: false)\",\n \"packUpdate.confirmBind\": \"Bind this CurseForge project as update source? {hit}\",\n \"packUpdate.probeAutoBind\": \"Non-interactive: auto-binding \u2192 {provider}:{slug}\\n {path}\",\n \"packUpdate.probeNoAutoBind\": \"Non-interactive: not auto-binding; use packs bind\",\n \"packUpdate.bindSkipped\": \"Bind skipped\",\n \"packUpdate.bindOk\": \"Bound {uuid} \u2192 {provider}:{slug} [{enabled}]\\n file: {path}\",\n \"packUpdate.bindBpOnly\": \"Only behavior packs (BP) can be bound\",\n \"packUpdate.resolveFail\": \"Cannot resolve CurseForge project: {ref}\",\n \"packUpdate.searchEmpty\": \"No CurseForge results: {query}\",\n \"packUpdate.sourcesHeader\": \"config: {config}\\nbindings: {sources}\",\n \"packUpdate.sourcesEmpty\": \"No bindings yet. Install a BP to probe, or packs bind.\",\n \"packUpdate.disabled\": \"pack-update disabled in config\",\n \"packUpdate.bindingDisabled\": \"binding disabled (enabled: false)\",\n \"packUpdate.noRemoteFile\": \"No remote file available\",\n \"packUpdate.fileNewer\": \"Newer remote file: {file} (id={id})\",\n \"packUpdate.upToDate\": \"up to date\",\n \"packUpdate.needSync\": \"Remote file not yet synced into world (version {local} \u2261 {remote}, fileId={id})\",\n \"packUpdate.remoteNoBp\": \"No behavior pack in remote archive\",\n \"packUpdate.bpNewer\": \"BP update {local} \u2192 {remote}\",\n \"packUpdate.installFail\": \"Install failed: {reason}\",\n \"packUpdate.installedBp\": \"Wrote BP \u2192 {dir} (v{version})\",\n \"packUpdate.installedRp\": \"Wrote RP \u2192 {dir} (v{version})\",\n \"packUpdate.rpInstallMiss\": \"Archive has RP but paired resource pack was not installed (check dependencies / pairedResourceUuid)\",\n \"packUpdate.applied\": \"Updated {name} BP={bp} RP={rp}\",\n \"packUpdate.noBinding\": \"No update binding for: {id}\",\n \"packUpdate.startupFail\": \"Startup update check failed: {message}\",\n} as const;\n\nexport type MessageKey = keyof typeof en;\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": []
|
|
7
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zh-CN.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/zh-CN.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAE1C,yBAAyB;AACzB,eAAO,MAAM,IAAI,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAyY3C,CAAC"}
|