lotus/cmd/curio/internal/translations/locales/en/out.gotext.json
Andrew Jackson (Ajax) 81ba6ab6f0
feat: Curio - Easy Migration (#11617)
* feat: lp mig - first few steps

* lp mig: default tasks

* code comments

* docs

* lp-mig-progress

* shared

* comments and todos

* fix: curio: rename lotus-provider to curio (#11645)

* rename provider to curio

* install gotext

* fix lint errors, mod tidy

* fix typo

* fix API_INFO and add gotext to circleCI

* add back gotext

* add gotext after remerge

* lp: channels doc

* finish easy-migration TODOs

* out generate

* merging and more renames

* avoid make-all

* minor doc stuff

* cu: make gen

* make gen fix

* make gen

* tryfix

* go mod tidy

* minor ez migration fixes

* ez setup - ui cleanups

* better error message

* guided setup colors

* better path to saveconfigtolayer

* loadconfigwithupgrades fix

* readMiner oops

* guided - homedir

* err if miner is running

* prompt error should exit

* process already running, miner_id sectors in migration

* dont prompt for language a second time

* check miner stopped

* unlock repo

* render and sql oops

* curio easyMig - some fixes

* easyMigration runs successfully

* lint

* review fixes

* fix backup path

* fixes1

* fixes2

* fixes 3

---------

Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com>
Co-authored-by: LexLuthr <lexluthr@protocol.ai>
2024-03-15 16:38:13 -05:00

1104 lines
43 KiB
JSON

{
"language": "en",
"messages": [
{
"id": "This interactive tool migrates lotus-miner to Curio in 5 minutes.",
"message": "This interactive tool migrates lotus-miner to Curio in 5 minutes.",
"translation": "This interactive tool migrates lotus-miner to Curio in 5 minutes.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Each step needs your confirmation and can be reversed. Press Ctrl+C to exit at any time.",
"message": "Each step needs your confirmation and can be reversed. Press Ctrl+C to exit at any time.",
"translation": "Each step needs your confirmation and can be reversed. Press Ctrl+C to exit at any time.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Use the arrow keys to navigate: ↓ ↑ → ←",
"message": "Use the arrow keys to navigate: ↓ ↑ → ←",
"translation": "Use the arrow keys to navigate: ↓ ↑ → ←",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Ctrl+C pressed in Terminal",
"message": "Ctrl+C pressed in Terminal",
"translation": "Ctrl+C pressed in Terminal",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Lotus-Miner to Curio Migration.",
"message": "Lotus-Miner to Curio Migration.",
"translation": "Lotus-Miner to Curio Migration.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Try the web interface with {__layersgui} for further guided improvements.",
"message": "Try the web interface with {__layersgui} for further guided improvements.",
"translation": "Try the web interface with {__layersgui} for further guided improvements.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "__layersgui",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"--layers=gui\""
}
],
"fuzzy": true
},
{
"id": "You can now migrate your market node ({Boost}), if applicable.",
"message": "You can now migrate your market node ({Boost}), if applicable.",
"translation": "You can now migrate your market node ({Boost}), if applicable.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Boost",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"Boost\""
}
],
"fuzzy": true
},
{
"id": "Migrating config.toml to database.",
"message": "Migrating config.toml to database.",
"translation": "Migrating config.toml to database.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Error reading from database: {Error}. Aborting Migration.",
"message": "Error reading from database: {Error}. Aborting Migration.",
"translation": "Error reading from database: {Error}. Aborting Migration.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error connecting to lotus node: {Error} {Error_1}",
"message": "Error connecting to lotus node: {Error} {Error_1}",
"translation": "Error connecting to lotus node: {Error} {Error_1}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
},
{
"id": "Error_1",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "err2.Error()"
}
],
"fuzzy": true
},
{
"id": "could not get API info for FullNode: {Err}",
"message": "could not get API info for FullNode: {Err}",
"translation": "could not get API info for FullNode: {Err}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Err",
"string": "%[1]w",
"type": "error",
"underlyingType": "interface{Error() string}",
"argNum": 1,
"expr": "err"
}
],
"fuzzy": true
},
{
"id": "Error getting token: {Error}",
"message": "Error getting token: {Error}",
"translation": "Error getting token: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error saving config to layer: {Error}. Aborting Migration",
"message": "Error saving config to layer: {Error}. Aborting Migration",
"translation": "Error saving config to layer: {Error}. Aborting Migration",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Protocol Labs wants to improve the software you use. Tell the team you're using Curio.",
"message": "Protocol Labs wants to improve the software you use. Tell the team you're using Curio.",
"translation": "Protocol Labs wants to improve the software you use. Tell the team you're using Curio.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Select what you want to share with the Curio team.",
"message": "Select what you want to share with the Curio team.",
"translation": "Select what you want to share with the Curio team.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Individual Data: Miner ID, Curio version, net ({Mainnet} or {Testnet}). Signed.",
"message": "Individual Data: Miner ID, Curio version, net ({Mainnet} or {Testnet}). Signed.",
"translation": "Individual Data: Miner ID, Curio version, net ({Mainnet} or {Testnet}). Signed.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Mainnet",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"mainnet\""
},
{
"id": "Testnet",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"testnet\""
}
],
"fuzzy": true
},
{
"id": "Aggregate-Anonymous: version, net, and Miner power (bucketed).",
"message": "Aggregate-Anonymous: version, net, and Miner power (bucketed).",
"translation": "Aggregate-Anonymous: version, net, and Miner power (bucketed).",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Hint: I am someone running Curio on net.",
"message": "Hint: I am someone running Curio on net.",
"translation": "Hint: I am someone running Curio on net.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Nothing.",
"message": "Nothing.",
"translation": "Nothing.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Aborting remaining steps.",
"message": "Aborting remaining steps.",
"translation": "Aborting remaining steps.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]v",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error getting miner power: {Error}",
"message": "Error getting miner power: {Error}",
"translation": "Error getting miner power: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error marshalling message: {Error}",
"message": "Error marshalling message: {Error}",
"translation": "Error marshalling message: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error getting miner info: {Error}",
"message": "Error getting miner info: {Error}",
"translation": "Error getting miner info: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error signing message: {Error}",
"message": "Error signing message: {Error}",
"translation": "Error signing message: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error sending message: {Error}",
"message": "Error sending message: {Error}",
"translation": "Error sending message: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error sending message: Status {Status}, Message:",
"message": "Error sending message: Status {Status}, Message:",
"translation": "Error sending message: Status {Status}, Message:",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Status",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "resp.Status"
},
{
"id": "Stringb",
"string": "%[2]v",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "string(b)"
}
],
"fuzzy": true
},
{
"id": "Message sent.",
"message": "Message sent.",
"translation": "Message sent.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Documentation:",
"message": "Documentation:",
"translation": "Documentation:",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "The '{Base}' layer stores common configuration. All curio instances can include it in their {__layers} argument.",
"message": "The '{Base}' layer stores common configuration. All curio instances can include it in their {__layers} argument.",
"translation": "The '{Base}' layer stores common configuration. All curio instances can include it in their {__layers} argument.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Base",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"base\""
},
{
"id": "__layers",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"--layers\""
}
],
"fuzzy": true
},
{
"id": "You can add other layers for per-machine configuration changes.",
"message": "You can add other layers for per-machine configuration changes.",
"translation": "You can add other layers for per-machine configuration changes.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Filecoin {Slack} channels: {Fil_curio_help} and {Fil_curio_dev}",
"message": "Filecoin {Slack} channels: {Fil_curio_help} and {Fil_curio_dev}",
"translation": "Filecoin {Slack} channels: {Fil_curio_help} and {Fil_curio_dev}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Slack",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"Slack\""
},
{
"id": "Fil_curio_help",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"#fil-curio-help\""
},
{
"id": "Fil_curio_dev",
"string": "%[3]s",
"type": "string",
"underlyingType": "string",
"argNum": 3,
"expr": "\"#fil-curio-dev\""
}
],
"fuzzy": true
},
{
"id": "Start multiple Curio instances with the '{Post}' layer to redundancy.",
"message": "Start multiple Curio instances with the '{Post}' layer to redundancy.",
"translation": "Start multiple Curio instances with the '{Post}' layer to redundancy.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Post",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"post\""
}
],
"fuzzy": true
},
{
"id": "Point your browser to your web GUI to complete setup with {Boost} and advanced featues.",
"message": "Point your browser to your web GUI to complete setup with {Boost} and advanced featues.",
"translation": "Point your browser to your web GUI to complete setup with {Boost} and advanced featues.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Boost",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"Boost\""
}
],
"fuzzy": true
},
{
"id": "One database can serve multiple miner IDs: Run a migration for each lotus-miner.",
"message": "One database can serve multiple miner IDs: Run a migration for each lotus-miner.",
"translation": "One database can serve multiple miner IDs: Run a migration for each lotus-miner.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Please start (or restart) {Lotus_miner} now that database credentials are in {Toml}.",
"message": "Please start (or restart) {Lotus_miner} now that database credentials are in {Toml}.",
"translation": "Please start (or restart) {Lotus_miner} now that database credentials are in {Toml}.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Lotus_miner",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"lotus-miner\""
},
{
"id": "Toml",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"config.toml\""
}
],
"fuzzy": true
},
{
"id": "Waiting for {Lotus_miner} to write sectors into Yugabyte.",
"message": "Waiting for {Lotus_miner} to write sectors into Yugabyte.",
"translation": "Waiting for {Lotus_miner} to write sectors into Yugabyte.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Lotus_miner",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"lotus-miner\""
}
],
"fuzzy": true
},
{
"id": "Error interpreting miner ID: {Error}: ID: {String}",
"message": "Error interpreting miner ID: {Error}: ID: {String}",
"translation": "Error interpreting miner ID: {Error}: ID: {String}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
},
{
"id": "String",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "d.MinerID.String()"
}
],
"fuzzy": true
},
{
"id": "Error verifying sectors: {Error}",
"message": "Error verifying sectors: {Error}",
"translation": "Error verifying sectors: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "The sectors are in the database. The database is ready for {Curio}.",
"message": "The sectors are in the database. The database is ready for {Curio}.",
"translation": "The sectors are in the database. The database is ready for {Curio}.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Curio",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"Curio\""
}
],
"fuzzy": true
},
{
"id": "Now shut down lotus-miner and move the systems to {Curio}.",
"message": "Now shut down lotus-miner and move the systems to {Curio}.",
"translation": "Now shut down lotus-miner and move the systems to {Curio}.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Curio",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"Curio\""
}
],
"fuzzy": true
},
{
"id": "Press return to continue",
"message": "Press return to continue",
"translation": "Press return to continue",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Aborting migration.",
"message": "Aborting migration.",
"translation": "Aborting migration.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Sectors verified. {I} sector locations found.",
"message": "Sectors verified. {I} sector locations found.",
"translation": "Sectors verified. {I} sector locations found.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "I",
"string": "%[1]d",
"type": "[]int",
"underlyingType": "[]int",
"argNum": 1,
"expr": "i"
}
],
"fuzzy": true
},
{
"id": "Enter the info to connect to your Yugabyte database installation (https://download.yugabyte.com/)",
"message": "Enter the info to connect to your Yugabyte database installation (https://download.yugabyte.com/)",
"translation": "Enter the info to connect to your Yugabyte database installation (https://download.yugabyte.com/)",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Host: {Hosts_}",
"message": "Host: {Hosts_}",
"translation": "Host: {Hosts_}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Hosts_",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "strings.Join(harmonyCfg.Hosts, \",\")"
}
],
"fuzzy": true
},
{
"id": "Port: {Port}",
"message": "Port: {Port}",
"translation": "Port: {Port}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Port",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "harmonyCfg.Port"
}
],
"fuzzy": true
},
{
"id": "Username: {Username}",
"message": "Username: {Username}",
"translation": "Username: {Username}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Username",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "harmonyCfg.Username"
}
],
"fuzzy": true
},
{
"id": "Password: {Password}",
"message": "Password: {Password}",
"translation": "Password: {Password}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Password",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "harmonyCfg.Password"
}
],
"fuzzy": true
},
{
"id": "Database: {Database}",
"message": "Database: {Database}",
"translation": "Database: {Database}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Database",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "harmonyCfg.Database"
}
],
"fuzzy": true
},
{
"id": "Continue to connect and update schema.",
"message": "Continue to connect and update schema.",
"translation": "Continue to connect and update schema.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Database config error occurred, abandoning migration: {Error}",
"message": "Database config error occurred, abandoning migration: {Error}",
"translation": "Database config error occurred, abandoning migration: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Enter the Yugabyte database host(s)",
"message": "Enter the Yugabyte database host(s)",
"translation": "Enter the Yugabyte database host(s)",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "No host provided",
"message": "No host provided",
"translation": "No host provided",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Enter the Yugabyte database {Stringport_username_password_databasei_1}",
"message": "Enter the Yugabyte database {Stringport_username_password_databasei_1}",
"translation": "Enter the Yugabyte database {Stringport_username_password_databasei_1}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Stringport_username_password_databasei_1",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "[]string{\"port\", \"username\", \"password\", \"database\"}[i-1]"
}
],
"fuzzy": true
},
{
"id": "No value provided",
"message": "No value provided",
"translation": "No value provided",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Error connecting to Yugabyte database: {Error}",
"message": "Error connecting to Yugabyte database: {Error}",
"translation": "Error connecting to Yugabyte database: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Connected to Yugabyte. Schema is current.",
"message": "Connected to Yugabyte. Schema is current.",
"translation": "Connected to Yugabyte. Schema is current.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Enabling Sector Indexing in the database.",
"message": "Enabling Sector Indexing in the database.",
"translation": "Enabling Sector Indexing in the database.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Error encoding config.toml: {Error}",
"message": "Error encoding config.toml: {Error}",
"translation": "Error encoding config.toml: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Press return to update {Toml} with Yugabyte info. Backup the file now.",
"message": "Press return to update {Toml} with Yugabyte info. Backup the file now.",
"translation": "Press return to update {Toml} with Yugabyte info. Backup the file now.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Toml",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"config.toml\""
}
],
"fuzzy": true
},
{
"id": "Error expanding path: {Error}",
"message": "Error expanding path: {Error}",
"translation": "Error expanding path: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error reading filemode of config.toml: {Error}",
"message": "Error reading filemode of config.toml: {Error}",
"translation": "Error reading filemode of config.toml: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Error writing config.toml: {Error}",
"message": "Error writing config.toml: {Error}",
"translation": "Error writing config.toml: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Restart Lotus Miner.",
"message": "Restart Lotus Miner.",
"translation": "Restart Lotus Miner.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Connected to Yugabyte",
"message": "Connected to Yugabyte",
"translation": "Connected to Yugabyte",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "To start, ensure your sealing pipeline is drained and shut-down lotus-miner.",
"message": "To start, ensure your sealing pipeline is drained and shut-down lotus-miner.",
"translation": "To start, ensure your sealing pipeline is drained and shut-down lotus-miner.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Select the location of your lotus-miner config directory?",
"message": "Select the location of your lotus-miner config directory?",
"translation": "Select the location of your lotus-miner config directory?",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Other",
"message": "Other",
"translation": "Other",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Enter the path to the configuration directory used by {Lotus_miner}",
"message": "Enter the path to the configuration directory used by {Lotus_miner}",
"translation": "Enter the path to the configuration directory used by {Lotus_miner}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Lotus_miner",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"lotus-miner\""
}
],
"fuzzy": true
},
{
"id": "No path provided, abandoning migration",
"message": "No path provided, abandoning migration",
"translation": "No path provided, abandoning migration",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Cannot read the config.toml file in the provided directory, Error: {Error}",
"message": "Cannot read the config.toml file in the provided directory, Error: {Error}",
"translation": "Cannot read the config.toml file in the provided directory, Error: {Error}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Could not create repo from directory: {Error}. Aborting migration",
"message": "Could not create repo from directory: {Error}. Aborting migration",
"translation": "Could not create repo from directory: {Error}. Aborting migration",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Could not lock miner repo. Your miner must be stopped: {Error}\n Aborting migration",
"message": "Could not lock miner repo. Your miner must be stopped: {Error}\n Aborting migration",
"translation": "Could not lock miner repo. Your miner must be stopped: {Error}\n Aborting migration",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Error",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "err.Error()"
}
],
"fuzzy": true
},
{
"id": "Read Miner Config",
"message": "Read Miner Config",
"translation": "Read Miner Config",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Step Complete: {Step}",
"message": "Step Complete: {Step}",
"translation": "Step Complete: {Step}",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Step",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "step"
}
],
"fuzzy": true
},
{
"id": "Configuration 'base' was updated to include this miner's address and its wallet setup.",
"message": "Configuration 'base' was updated to include this miner's address and its wallet setup.",
"translation": "Configuration 'base' was updated to include this miner's address and its wallet setup.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Compare the configurations {Base} to {MinerAddresses0}. Changes between the miner IDs other than wallet addreses should be a new, minimal layer for runners that need it.",
"message": "Compare the configurations {Base} to {MinerAddresses0}. Changes between the miner IDs other than wallet addreses should be a new, minimal layer for runners that need it.",
"translation": "Compare the configurations {Base} to {MinerAddresses0}. Changes between the miner IDs other than wallet addreses should be a new, minimal layer for runners that need it.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "Base",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "\"base\""
},
{
"id": "MinerAddresses0",
"string": "%[2]s",
"type": "string",
"underlyingType": "string",
"argNum": 2,
"expr": "\"mig-\" + curioCfg.Addresses[0].MinerAddresses[0]"
}
],
"fuzzy": true
},
{
"id": "Configuration 'base' was created to include this miner's address and its wallet setup.",
"message": "Configuration 'base' was created to include this miner's address and its wallet setup.",
"translation": "Configuration 'base' was created to include this miner's address and its wallet setup.",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "Layer {LayerName} created.",
"message": "Layer {LayerName} created.",
"translation": "Layer {LayerName} created.",
"translatorComment": "Copied from source.",
"placeholders": [
{
"id": "LayerName",
"string": "%[1]s",
"type": "string",
"underlyingType": "string",
"argNum": 1,
"expr": "layerName"
}
],
"fuzzy": true
},
{
"id": "To work with the config:",
"message": "To work with the config:",
"translation": "To work with the config:",
"translatorComment": "Copied from source.",
"fuzzy": true
},
{
"id": "To run Curio: With machine or cgroup isolation, use the command (with example layer selection):",
"message": "To run Curio: With machine or cgroup isolation, use the command (with example layer selection):",
"translation": "To run Curio: With machine or cgroup isolation, use the command (with example layer selection):",
"translatorComment": "Copied from source.",
"fuzzy": true
}
]
}