mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-28 17:18:39 +08:00
78 lines
1.9 KiB
Python
78 lines
1.9 KiB
Python
pirate = {
|
|
"build plate": "deck",
|
|
"buildplate": "deck",
|
|
"quit": "abandon ship",
|
|
"back": "avast",
|
|
"nozzle": "muzzle",
|
|
"nozzles": "muzzles",
|
|
"extruder": "cannon",
|
|
"extruders": "cannons",
|
|
"yes": "aye",
|
|
"no": "nay",
|
|
"loading": "haulin'",
|
|
"you": "ye",
|
|
"you're": "ye are",
|
|
"ok": "aye",
|
|
"machine": "ship",
|
|
"machines": "ships",
|
|
"mm/s²": "knots/s",
|
|
"mm/s": "knots",
|
|
"printer": "ship",
|
|
"printers": "ships",
|
|
"view": "spyglass",
|
|
"support": "peg legs",
|
|
"fan": "wind",
|
|
"file": "treasure",
|
|
"file(s)": "treasure(s)",
|
|
"files": "treasures",
|
|
"profile": "map",
|
|
"profiles": "maps",
|
|
"setting": "knob",
|
|
"settings": "knobs",
|
|
"shield": "sail",
|
|
"your": "yer",
|
|
"the": "th'",
|
|
"travel": "journey",
|
|
"wireframe": "ropey",
|
|
"wire": "rope",
|
|
"are": "be",
|
|
"is": "be",
|
|
"there": "thar",
|
|
"not": "nay",
|
|
"delete": "send to Davy Jones' locker",
|
|
"remove": "send to Davy Jones' locker",
|
|
"print": "scribble",
|
|
"printing": "scribblin'",
|
|
"load": "haul",
|
|
"connect to": "board",
|
|
"connecting": "boarding",
|
|
"collects": "hoards",
|
|
"prime tower": "buoy",
|
|
"change log": "captain's log",
|
|
"my": "me",
|
|
"removable drive": "life boat",
|
|
"print core": "scribbler",
|
|
"printcore": "scribbler",
|
|
"abort": ["maroon", "abandon"],
|
|
"aborting": ["marooning", "abandoning"],
|
|
"aborted": ["marooned", "abandoned"],
|
|
"connected": ["anchored", "moored"],
|
|
"developer": "scurvy dog",
|
|
"wizard": "cap'n",
|
|
"active leveling": "keelhauling",
|
|
"download": "plunder",
|
|
"downloaded": "plundered",
|
|
"caution hot surface": "fire in the hole!",
|
|
"type": "sort",
|
|
"spool": "barrel",
|
|
"surface": "lacquer",
|
|
"zigzag": "heave-to",
|
|
"bottom": "bilge",
|
|
"top": "deck",
|
|
"ironing": "deck swabbing",
|
|
"adhesion": "anchorage",
|
|
"blob": "barnacle",
|
|
"blobs": "barnacles",
|
|
"slice": "set sail",
|
|
}
|