diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-10-13 10:01:44 -0400 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2017-10-13 10:01:44 -0400 |
commit | 44a0c2e75ef577e6e847cbeb940ea936904c9d72 (patch) | |
tree | 2682fe4e131f567c2ff7e2c6f229a3fe9e6d0e6c /config/locales/en.yml | |
parent | 5eab020d3db17c08050e751c155f266dd0a87c4d (diff) | |
download | pokeviewer-44a0c2e75ef577e6e847cbeb940ea936904c9d72.tar.gz pokeviewer-44a0c2e75ef577e6e847cbeb940ea936904c9d72.tar.bz2 pokeviewer-44a0c2e75ef577e6e847cbeb940ea936904c9d72.zip |
Redesigned Pokémon show page
The new design is heavily inspired by the status screen from Diamond & Pearl. It's not entirely done yet, with notable missing features including sheen and gender. However, it would also be nice to show a star for shiny Pokémon, Pokérus status, possibly a mention as to what game the Pokémon is currently in, and descriptive hover bubbles for moves. It is also notable that currently, as ribbons are located all the way to the right, their hover bubbles usually go off screen. The list of Pokémon page has not been redesigned, and the main layout is still bare.
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..b5425f5 --- /dev/null +++ b/config/locales/en.yml | |||
@@ -0,0 +1,42 @@ | |||
1 | en: | ||
2 | enumerize: | ||
3 | pokemon: | ||
4 | pokeball: | ||
5 | master: "Master Ball" | ||
6 | ultra: "Ultra Ball" | ||
7 | great: "Great Ball" | ||
8 | poke: "Poké Ball" | ||
9 | safari: "Safari Ball" | ||
10 | net: "Net Ball" | ||
11 | dive: "Dive Ball" | ||
12 | nest: "Nest Ball" | ||
13 | repeat: "Repeat Ball" | ||
14 | timer: "Timer Ball" | ||
15 | luxury: "Luxury Ball" | ||
16 | premier: "Premier Ball" | ||
17 | nature: | ||
18 | hardy: "Hardy" | ||
19 | lonely: "Lonely" | ||
20 | brave: "Brave" | ||
21 | adamant: "Adamant" | ||
22 | naughty: "Naughty" | ||
23 | bold: "Bold" | ||
24 | docile: "Docile" | ||
25 | relaxed: "Relaxed" | ||
26 | impish: "Impish" | ||
27 | lax: "Lax" | ||
28 | timid: "Timid" | ||
29 | hasty: "Hasty" | ||
30 | serious: "Serious" | ||
31 | jolly: "Jolly" | ||
32 | naive: "Naive" | ||
33 | modest: "Modest" | ||
34 | mild: "Mild" | ||
35 | quiet: "Quiet" | ||
36 | bashful: "Bashful" | ||
37 | rash: "Rash" | ||
38 | calm: "Calm" | ||
39 | gentle: "Gentle" | ||
40 | sassy: "Sassy" | ||
41 | careful: "Careful" | ||
42 | quirky: "Quirky" | ||