dbot/modules/command/strings.json

41 lines
1.7 KiB
JSON
Raw Normal View History

2012-12-11 17:26:29 +01:00
{
"command_ban": {
"en": "{user} is banned from using this command. Commence incineration.",
"es": "{user} está prohibido de usar esta instrucción. Comenzar incineración.",
2012-12-11 17:26:29 +01:00
"na'vi": "Tsu'ori {user} ke tung. Nga skxawng lu.",
2013-04-20 00:05:46 +02:00
"cy": "Mae {user} wedi ei gohurio gan ddefnyddio'r gorchymun yma. Cychwyn orfflosgiad",
"nl": "{user} mag dit commando niet meer gebruiken. Bereid het verbrandingsritueel voor."
2012-12-11 17:26:29 +01:00
},
"syntax_error": {
"en": "Invalid syntax. Initiate incineration.",
"es": "Sintaxis no válida. Iniciar incineración.",
2012-12-11 17:26:29 +01:00
"na'vi": "Ngeyä pamrel keyawr lu. Nga skxawng lu.",
2013-04-20 00:05:46 +02:00
"cy": "Cystrawen annilys. Cychwyn orfflosgiad",
"nl": "Ongeldige syntax. Bereid het verbrandingsritueel voor."
},
2012-12-30 21:15:48 +01:00
"usage": {
"en": "Usage for {command}: {usage}.",
2013-04-20 00:05:46 +02:00
"na'vi": "Nga tsun sivar ìlä {command}: {usage}.",
"nl": "{command} wordt op de volgende manier gebruikt: {usage}."
2012-12-30 21:15:48 +01:00
},
"no_usage_info": {
"en": "No usage information found for {command}.",
2013-04-20 00:05:46 +02:00
"na'vi": "Oel ke tsun sivar {comamnd}it",
"nl": "Geen gebruiksinformatie gevonden voor {command}."
2012-12-30 21:15:48 +01:00
},
"help_link": {
"en": "Help for {module}: {link}",
2013-04-20 00:05:46 +02:00
"na'vi": "{module}ä srungìl {link} it tok",
"nl": "Hulp voor {module}: {link}"
2012-12-30 21:15:48 +01:00
},
"no_help": {
"en": "No help found for {module}.",
2013-04-20 00:05:46 +02:00
"na'vi": "Fì{module}ìri oel ke tsun run srungit",
"nl": "Geen hulp gevonden voor {module}."
},
"loaded_modules_with_help": {
2013-04-20 00:05:46 +02:00
"en": "Loaded modules with help information: {modules}.",
"nl": "Geladen modules die hulpinformatie bevatten: {modules}."
2012-12-11 17:26:29 +01:00
}
}