forked from GitHub/dbot
18 lines
510 B
JSON
18 lines
510 B
JSON
{
|
|
"correction": {
|
|
"en": "Did you mean: ",
|
|
"es": "¿Querías decir: ",
|
|
"na'vi": "Srake sweylu nga pamrel sivi: ",
|
|
"cy": "A oeddech chi'n feddwl: "
|
|
},
|
|
"module_load_error": {
|
|
"en": "Failed to load module: {moduleName}",
|
|
"es": "No se pudó cargar el módulo: {moduleName}",
|
|
"na'vi": "Oeru Oel {moduleName}it sung.",
|
|
"cy": "Wedi methu a llwytho modiwl: {moduleName}"
|
|
},
|
|
"url": {
|
|
"en": "http://{host}:{port}/{path}"
|
|
}
|
|
}
|