dbot/modules/command/strings.json

27 lines
961 B
JSON
Raw Normal View History

2012-12-11 17:26:29 +01:00
{
"command_ban": {
"english": "{user} is banned from using this command. Commence incineration.",
"spanish": "{user} está prohibido de usar esta instrucción. Comenzar incineración.",
"na'vi": "Tsu'ori {user} ke tung. Nga skxawng lu.",
"welsh": "Mae {user} wedi ei gohurio gan ddefnyddio'r gorchymun yma. Cychwyn orfflosgiad"
},
"syntax_error": {
"english": "Invalid syntax. Initiate incineration.",
"spanish": "Sintaxis no válida. Iniciar incineración.",
"na'vi": "Ngeyä pamrel keyawr lu. Nga skxawng lu.",
"welsh": "Cystrawen annilys. Cychwyn orfflosgiad"
},
2012-12-30 21:15:48 +01:00
"usage": {
"english": "Usage for {command}: {usage}."
},
"no_usage_info": {
2012-12-30 21:15:48 +01:00
"english": "No usage information found for {command}."
},
"help_link": {
"english": "Help for {module}: {link}."
},
"no_help": {
"english": "No help found for {module}."
2012-12-11 17:26:29 +01:00
}
}