forked from GitHub/dbot
59 lines
2.4 KiB
JSON
59 lines
2.4 KiB
JSON
{
|
|
"command_ban": {
|
|
"en": "{user} is banned from using this command. Commence incineration.",
|
|
"es": "{user} está prohibido de usar esta instrucción. Comenzar incineración.",
|
|
"na'vi": "Tsu'ori {user} ke tung. Nga skxawng lu.",
|
|
"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.",
|
|
"de": "{user} wurde von diesem Befehl gebannt. Verbrennung einleiten"
|
|
},
|
|
"syntax_error": {
|
|
"en": "Invalid syntax. Initiate incineration.",
|
|
"es": "Sintaxis no válida. Iniciar incineración.",
|
|
"na'vi": "Ngeyä pamrel keyawr lu. Nga skxawng lu.",
|
|
"cy": "Cystrawen annilys. Cychwyn orfflosgiad",
|
|
"nl": "Ongeldige syntax. Bereid het verbrandingsritueel voor.",
|
|
"de": "Syntax ungültig. Verbrennung einleiten"
|
|
},
|
|
"usage": {
|
|
"en": "Usage for {command}: {usage}.",
|
|
"na'vi": "Nga tsun sivar ìlä {command}: {usage}.",
|
|
"cy": "Defnydd o {command}: {usage}.",
|
|
"nl": "{command} wordt op de volgende manier gebruikt: {usage}.",
|
|
"de": "Benutzung von {command}: [usage}."
|
|
},
|
|
"no_usage_info": {
|
|
"en": "No usage information found for {command}.",
|
|
"na'vi": "Oel ke tsun sivar {comamnd}it",
|
|
"cy": "Ni chanfuwyd gwybodaeth am ddefnydd o {command}",
|
|
"nl": "Geen gebruiksinformatie gevonden voor {command}.",
|
|
"de": "Keine Gebrauchsanweisung gefunden für {command}."
|
|
},
|
|
"help_link": {
|
|
"en": "Help for {module}: {link}",
|
|
"na'vi": "{module}ä srungìl {link} it tok",
|
|
"cy": "Cymorth am {module}: {link}",
|
|
"nl": "Hulp voor {module}: {link}",
|
|
"de": "Hilfe für {module}: {link}"
|
|
},
|
|
"no_help": {
|
|
"en": "No help found for {module}.",
|
|
"na'vi": "Fì{module}ìri oel ke tsun run srungit",
|
|
"cy": "Ni chanfuwyd cymorth am {module}",
|
|
"nl": "Geen hulp gevonden voor {module}.",
|
|
"de": "Keine Hilfe gefunden für {module}."
|
|
},
|
|
"loaded_modules": {
|
|
"en": "Loaded modules: {modules}.",
|
|
"cy": "Modiwlau sy'n lwythodd: {modules}.",
|
|
"nl": "Geladen modules: {modules}.",
|
|
"de": "Module geladen: {modules}."
|
|
},
|
|
"access_denied": {
|
|
"en": "{user}: You don't have the access level to run this command."
|
|
},
|
|
"module_commands": {
|
|
"en": "Commands in {module}: {commands}."
|
|
}
|
|
}
|