3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 03:33:07 +01:00

Convert core strings.json to ISO 631

This commit is contained in:
Douglas Gardner 2013-02-14 02:58:11 +00:00
parent 957c8593b1
commit ef4de65e7f

View File

@ -1,17 +1,17 @@
{
"correction": {
"english": "Did you mean: ",
"spanish": "¿Querías decir: ",
"en": "Did you mean: ",
"es": "¿Querías decir: ",
"na'vi": "Srake sweylu nga pamrel sivi: ",
"welsh": "A oeddech chi'n feddwl: "
"cy": "A oeddech chi'n feddwl: "
},
"module_load_error": {
"english": "Failed to load module: {moduleName}",
"spanish": "No se pudó cargar el módulo: {moduleName}",
"en": "Failed to load module: {moduleName}",
"es": "No se pudó cargar el módulo: {moduleName}",
"na'vi": "Oeru Oel {moduleName}it sung.",
"welsh": "Wedi methu a llwytho modiwl: {moduleName}"
"cy": "Wedi methu a llwytho modiwl: {moduleName}"
},
"url": {
"english": "http://{host}:{port}/{path}"
"en": "http://{host}:{port}/{path}"
}
}