[go: up one dir, main page]

File: pirateofdoom.py

package info (click to toggle)
uranium 3.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,876 kB
  • sloc: python: 22,349; sh: 111; makefile: 11
file content (67 lines) | stat: -rw-r--r-- 1,726 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
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",
    "ok": "arrr",
    "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": "sail",
    "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",
}