mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Translate Codes in translate.js
This commit is contained in:
+103
-8
@@ -56,13 +56,13 @@ const dictionary = {
|
||||
"hungry": "hungr",
|
||||
"muscles": "not coot",
|
||||
"aw": "awwawa",
|
||||
"yikes": "omg!!!!!!",
|
||||
"ah": "omg!!!!!!",
|
||||
"oh": "omg!!!!!!",
|
||||
"yipe": "omg!!!!!!",
|
||||
"wait": "omg!!!!!!",
|
||||
"yes": "yee!!!!!!",
|
||||
"no": "no!!!!!!",
|
||||
"yikes": "omg!",
|
||||
"ah": "omg!",
|
||||
"oh": "omg!",
|
||||
"yipe": "omg!",
|
||||
"wait": "omg!",
|
||||
"yes": "yee!",
|
||||
"no": "no!",
|
||||
"person": "bark",
|
||||
"monster": "munster",
|
||||
"monsters": "munsters",
|
||||
@@ -118,7 +118,102 @@ const dictionary = {
|
||||
"you": "u",
|
||||
"your": "ur",
|
||||
"yours": "urs",
|
||||
"there": "dere"
|
||||
"there": "dere",
|
||||
"proud": "prouds",
|
||||
"random": "rando",
|
||||
"see": "c",
|
||||
"this": "dis",
|
||||
"egg": "eg",
|
||||
"very": "very!",
|
||||
"excited": "excite",
|
||||
"doesn't": "don't",
|
||||
"sleep": "slep",
|
||||
"noodles": "alphys foob",
|
||||
"scream": "screems",
|
||||
"gonna": "gunna",
|
||||
"pasta": "papy foob",
|
||||
"spaghetti": "papy foob",
|
||||
"scary": "scaredy",
|
||||
"frightening": "scaredy",
|
||||
"worry": "worrys",
|
||||
"worries": "worrys",
|
||||
"sushi": "undyne foob",
|
||||
"banana": "bernerner",
|
||||
"bananas": "bernerners",
|
||||
"apple": "oppl",
|
||||
"apples": "oppls",
|
||||
"grape": "grep",
|
||||
"grapes": "greps",
|
||||
"wonder": "wunders",
|
||||
"wonders": "wunders",
|
||||
"wondering": "wunders",
|
||||
"wonderful": "wunderfull",
|
||||
"think": "finks",
|
||||
"thinks": "finks",
|
||||
"thought": "finked",
|
||||
"beat": "dunks",
|
||||
"defeat": "dunks",
|
||||
"defeated": "dunkd",
|
||||
"they're": "their",
|
||||
"their": "there",
|
||||
"you're": "ur",
|
||||
"because": "cuz",
|
||||
"bc": "cuz",
|
||||
"will": "wil",
|
||||
"things": "thins",
|
||||
"thing": "thin",
|
||||
"science": "scienc",
|
||||
"ice cream": "noice creem",
|
||||
"spear": "speer",
|
||||
"baby": "temini",
|
||||
"babies": "teminis",
|
||||
"child": "temini",
|
||||
"children": "teminis",
|
||||
"kid": "temini",
|
||||
"kids": "teminis",
|
||||
"bot": "xiao",
|
||||
"robot": "mettatun",
|
||||
"ghost": "bluuk",
|
||||
"nap": "slep",
|
||||
"boop": "blep",
|
||||
"beep": "blep",
|
||||
"bleep": "blep",
|
||||
"bop": "blep",
|
||||
"spider": "spoider",
|
||||
"spiders": "sploiders",
|
||||
"music": "moosics",
|
||||
"again": "agin",
|
||||
"the": "teh",
|
||||
"family": "fam",
|
||||
"smart": "smarts",
|
||||
"smartness": "smartiness",
|
||||
"intelligence": "smartiness",
|
||||
"typo": "tpyo",
|
||||
"typo'd": "tyop'd",
|
||||
"typos": "typoys",
|
||||
"yay": "yee",
|
||||
"potato": "tato",
|
||||
"potatoes": "tatos",
|
||||
"fry": "fri",
|
||||
"fries": "fri",
|
||||
"burger": "glamburg",
|
||||
"steak": "stek",
|
||||
"heart": "hart",
|
||||
"love": "lub",
|
||||
"hate": "h8",
|
||||
"like": "liek",
|
||||
"library": "librarby",
|
||||
"fire": "flemz",
|
||||
"flame": "flemz",
|
||||
"fires": "flemz",
|
||||
"flames": "flemz",
|
||||
"witchcraft": "magics",
|
||||
"witchcrafts": "magics",
|
||||
"magic": "magics",
|
||||
"sorcery": "magics",
|
||||
"superpower": "magics",
|
||||
"superpowers": "magics",
|
||||
"sorceries": "magics"
|
||||
};
|
||||
|
||||
function translateWord(word) {
|
||||
|
||||
Reference in New Issue
Block a user