81ba6ab6f0
* 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>
90 lines
3.1 KiB
JSON
90 lines
3.1 KiB
JSON
{
|
|
"language": "ko",
|
|
"messages": [
|
|
{
|
|
"id": "Try the web interface with {__layersgui} for further guided improvements.",
|
|
"translation": "",
|
|
"message": "Try the web interface with {__layersgui} for further guided improvements.",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Error connecting to lotus node: {Error} {Error_1}",
|
|
"translation": "",
|
|
"message": "Error connecting to lotus node: {Error} {Error_1}",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "could not get API info for FullNode: {Err}",
|
|
"translation": "",
|
|
"message": "could not get API info for FullNode: {Err}",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Error getting token: {Error}",
|
|
"translation": "",
|
|
"message": "Error getting token: {Error}",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Filecoin {Slack} channels: {Fil_curio_help} and {Fil_curio_dev}",
|
|
"translation": "",
|
|
"message": "Filecoin {Slack} channels: {Fil_curio_help} and {Fil_curio_dev}",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Start multiple Curio instances with the '{Post}' layer to redundancy.",
|
|
"translation": "",
|
|
"message": "Start multiple Curio instances with the '{Post}' layer to redundancy.",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "One database can serve multiple miner IDs: Run a migration for each lotus-miner.",
|
|
"translation": "",
|
|
"message": "One database can serve multiple miner IDs: Run a migration for each lotus-miner.",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Please start (or restart) {Lotus_miner} now that database credentials are in {Toml}.",
|
|
"translation": "",
|
|
"message": "Please start (or restart) {Lotus_miner} now that database credentials are in {Toml}.",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Error interpreting miner ID: {Error}: ID: {String}",
|
|
"translation": "",
|
|
"message": "Error interpreting miner ID: {Error}: ID: {String}",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Enabling Sector Indexing in the database.",
|
|
"translation": "",
|
|
"message": "Enabling Sector Indexing in the database.",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Error expanding path: {Error}",
|
|
"translation": "",
|
|
"message": "Error expanding path: {Error}",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Could not create repo from directory: {Error}. Aborting migration",
|
|
"translation": "",
|
|
"message": "Could not create repo from directory: {Error}. Aborting migration",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "Could not lock miner repo. Your miner must be stopped: {Error}\n Aborting migration",
|
|
"translation": "",
|
|
"message": "Could not lock miner repo. Your miner must be stopped: {Error}\n Aborting migration",
|
|
"placeholder": null
|
|
},
|
|
{
|
|
"id": "To work with the config:",
|
|
"translation": "",
|
|
"message": "To work with the config:",
|
|
"placeholder": null
|
|
}
|
|
]
|
|
}
|