|
3 | 3 | <template> |
4 | 4 | <div> |
5 | 5 | <h2 class="grow my-auto text-white/80 font-bold text-lg pb-3"> |
6 | | - What is FIO & Why should you use it? |
| 6 | + {{ $t("profile.fio_information.title") }} |
7 | 7 | </h2> |
8 | 8 |
|
9 | 9 | <div class="flex flex-col gap-y-3"> |
10 | | - <p> |
11 | | - FIO is a community developed |
12 | | - <a |
13 | | - href="https://fio.fnar.net/" |
14 | | - target="_blank" |
15 | | - class="text-link-primary underline"> |
16 | | - browser extension</a |
17 | | - > |
18 | | - that collects your game data, makes it available outside of |
19 | | - Prosperous Universe and is completely free to use. |
20 | | - </p> |
21 | | - <p> |
22 | | - Just go ahead and install the Chrome or Firefox extension, |
23 | | - reload your browser with APEX (Prosperous Universe) open and |
24 | | - click the extension button in the upper-right in your browser to |
25 | | - create an account. FIO will automatically collect (only) your |
26 | | - game data while you keep playing. |
27 | | - </p> |
28 | | - <p> |
29 | | - You can now login to the |
30 | | - <a |
31 | | - href="https://fio.fnar.net/" |
32 | | - target="_blank" |
33 | | - class="text-link-primary underline"> |
34 | | - FIO website</a |
35 | | - > |
36 | | - to see your data and create an API key PRUNplanner will use to |
37 | | - import your storage (materials you have somewhere) and sites |
38 | | - (planets, ships, warehouses) data. |
39 | | - </p> |
40 | | - <p> |
41 | | - Creating the key is easy, if you head to the |
42 | | - <a |
43 | | - href="https://fio.fnar.net/settings" |
44 | | - target="_blank" |
45 | | - class="text-link-primary underline"> |
46 | | - FIO Settings</a |
47 | | - > |
48 | | - page and click the "Create API Key" button. Enter a name for |
49 | | - your key (e.g., "PRUNplanner") and your FIO password. You don't |
50 | | - need to "Allow Writes" as PRUNplanner will not manipulate any of |
51 | | - your data, the tool just reads and uses it. |
52 | | - </p> |
53 | | - <p> |
54 | | - Give PRUNplanner a couple of minutes and your game data will |
55 | | - appear, allowing you to see when to repair ships, what buildings |
56 | | - you have already constructed when creating or modifying plans or |
57 | | - when to resupply your bases. |
58 | | - </p> |
59 | | - <h3 class="font-bold text-lg"> |
60 | | - 5 Easy Steps to Integrate FIO and PRUNplanner |
61 | | - </h3> |
62 | | - <ul class="pl-6 list-decimal"> |
63 | | - <li> |
64 | | - Download and install the |
| 10 | + <i18n-t keypath="profile.fio_information.help.p1" tag="p"> |
| 11 | + <template #link> |
65 | 12 | <a |
66 | 13 | href="https://fio.fnar.net/" |
67 | 14 | target="_blank" |
68 | 15 | class="text-link-primary underline"> |
69 | | - FIO browser extension</a |
70 | | - > |
71 | | - </li> |
72 | | - <li> |
73 | | - Open your game, click the extensions button and register |
74 | | - your FIO account |
75 | | - </li> |
76 | | - <li> |
77 | | - Head to the FIO website, open your |
| 16 | + {{ |
| 17 | + $t( |
| 18 | + "profile.fio_information.links.browser_extension" |
| 19 | + ) |
| 20 | + }} |
| 21 | + </a> |
| 22 | + </template> |
| 23 | + </i18n-t> |
| 24 | + |
| 25 | + <p>{{ $t("profile.fio_information.help.p2") }}</p> |
| 26 | + <p>{{ $t("profile.fio_information.help.p3") }}</p> |
| 27 | + <p>{{ $t("profile.fio_information.help.p4") }}</p> |
| 28 | + <p>{{ $t("profile.fio_information.help.p5") }}</p> |
| 29 | + |
| 30 | + <h2 class="text-white/80 font-bold text-lg"> |
| 31 | + {{ $t("profile.fio_information.help.title") }} |
| 32 | + </h2> |
| 33 | + |
| 34 | + <ul class="pl-6 list-decimal"> |
| 35 | + <i18n-t keypath="profile.fio_information.help.steps.1" tag="li"> |
| 36 | + <template #link> |
| 37 | + <a |
| 38 | + href="https://fio.fnar.net/" |
| 39 | + target="_blank" |
| 40 | + class="text-link-primary underline"> |
| 41 | + {{ |
| 42 | + $t( |
| 43 | + "profile.fio_information.links.fio_extension" |
| 44 | + ) |
| 45 | + }} |
| 46 | + </a> |
| 47 | + </template> |
| 48 | + </i18n-t> |
| 49 | + |
| 50 | + <li>{{ $t("profile.fio_information.help.steps.2") }}</li> |
| 51 | + |
| 52 | + <i18n-t keypath="profile.fio_information.help.steps.3" tag="li"> |
| 53 | + <template #link> |
| 54 | + <a |
| 55 | + href="https://fio.fnar.net/settings" |
| 56 | + target="_blank" |
| 57 | + class="text-link-primary underline"> |
| 58 | + {{ |
| 59 | + $t( |
| 60 | + "profile.fio_information.links.settings_short" |
| 61 | + ) |
| 62 | + }} |
| 63 | + </a> |
| 64 | + </template> |
| 65 | + </i18n-t> |
| 66 | + |
| 67 | + <li>{{ $t("profile.fio_information.help.steps.4") }}</li> |
| 68 | + <li>{{ $t("profile.fio_information.help.steps.5") }}</li> |
| 69 | + </ul> |
| 70 | + |
| 71 | + <i18n-t keypath="profile.fio_information.help.refined_prun" tag="p"> |
| 72 | + <template #link> |
78 | 73 | <a |
79 | | - href="https://fio.fnar.net/settings" |
| 74 | + href="https://github.com/refined-prun/refined-prun" |
80 | 75 | target="_blank" |
81 | 76 | class="text-link-primary underline"> |
82 | | - Settings</a |
83 | | - > |
84 | | - and create an API key for PRUNplanner |
85 | | - </li> |
86 | | - <li> |
87 | | - Copy and enter your <strong>FIO API Key</strong> as well as |
88 | | - your <strong>Prosperous Universe username</strong> to your |
89 | | - profile above and press the "Update Profile" button |
90 | | - </li> |
91 | | - <li> |
92 | | - Wait a few minutes for PRUNplanner to get your data and |
93 | | - enjoy additional planning capabilities. Your data will be |
94 | | - updated automatically in the background, no need to do |
95 | | - anything. |
96 | | - </li> |
97 | | - </ul> |
98 | | - <p> |
99 | | - While you're enhancing your gameplay, also check out |
100 | | - <a |
101 | | - href="https://fio.fnar.net/settings" |
102 | | - target="_blank" |
103 | | - class="text-link-primary underline"> |
104 | | - Refined PrUn</a |
105 | | - >: Another browser extension greatly simplifying the user |
106 | | - interface and adding tons of features. |
107 | | - </p> |
| 77 | + {{ $t("profile.fio_information.links.refined_prun") }} |
| 78 | + </a> |
| 79 | + </template> |
| 80 | + </i18n-t> |
108 | 81 | </div> |
109 | 82 | </div> |
110 | 83 | </template> |
0 commit comments