/mlpcomic (wip, should not be uncommented by now)
This commit is contained in:
parent
fe609e8e03
commit
6947a79f25
3 changed files with 74 additions and 1 deletions
|
@ -84,11 +84,14 @@
|
|||
"httpCodeErr": "An error occurred while fetching the HTTP code.",
|
||||
"httpCodeNotFound": "HTTP code not found.",
|
||||
"httpCodeResult": "*HTTP Code*: {code}\n*Name*: `{message}`\n*Description*: {description}",
|
||||
"ponyApiCharRes": "*MLP Character Information for* \"`{input}`\"*:*\n\n*Name:* `{name}`\n\n*Alias*: `{alias}`\n\n*Fandom URL:* [{url}]({url})\n\n*Sex:* `{sex}`\n\n*Residence:* `{residence}`\n\n*Occupation:* `{occupation}`\n\n*Kind:* `{kind}`",
|
||||
"ponyApiCharRes": "*MLP Character Information for* \"`{input}`\"*:*\n\n*Name:* `{name}`\n*Alias*: `{alias}`\n*Fandom URL:* [{url}]({url})\n*Sex:* `{sex}`\n*Residence:* `{residence}`\n*Occupation:* `{occupation}`\n*Kind:* `{kind}`",
|
||||
"ponyApiEpRes": "*MLP Episode Information for* \"`{input}`\"*:*\n\n*Name:* `{name}`\n*Fandom URL:* [{url}]({url})\n*Season:* `{season}`\n*Episode:* `{episode}`\n*Overall Ep.:* `{overall}`\n*Release date:* `{airdate}`\n*Story by:* `{storyby}`\n*Written by:* `{writtenby}`\n*Storyboard:* `{storyboard}`",
|
||||
"ponyApiComicRes": "*MLP Comic Information for* \"`{input}`\"*:*\n\n*Name:* `{name}`\n*Fandom URL:* [{url}]({url})\n*Series:* `{series}`\n*Writer:* `{writer}`\n*Artist:* `{artist}`\n*Colorist:* `{colorist}`\n*Letterer:* `{letterer}`\n*Editor:* `{editor}`",
|
||||
"ponyApiNoCharName": "Please provide the character's name.",
|
||||
"ponyApiNoCharFound": "No character found.",
|
||||
"ponyApiNoEpisodeNum": "Please provide the episode's number.",
|
||||
"ponyApiNoEpisodeFound": "No episode found.",
|
||||
"ponyApiNoComicName": "Please provide the comic's name.",
|
||||
"ponyApiNoComicFound": "No comic found.",
|
||||
"ponyApiErr": "An error occurred while fetching data from the API."
|
||||
}
|
|
@ -90,5 +90,7 @@
|
|||
"ponyApiNoCharFound": "Nenhum personagem encontrado.",
|
||||
"ponyApiNoEpisodeNum": "Por favor, forneça o número do episódio.",
|
||||
"ponyApiNoEpisodeFound": "Nenhum episódio encontrado.",
|
||||
"ponyApiNoComicName": "Por favor, forneça o nome da comic.",
|
||||
"ponyApiNoComicFound": "Nenhuma comic foi encontrada.",
|
||||
"ponyApiErr": "Ocorreu um erro ao buscar dados da API."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue