add tutorial

pull/485/head
jane.won 2024-05-07 21:14:30 +08:00
parent 070892b9e4
commit e2139baaaa
1 changed files with 31 additions and 31 deletions

View File

@ -1,42 +1,42 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const tutorial: SimpleTranslationEntries = { export const tutorial: SimpleTranslationEntries = {
"intro": `Welcome to PokéRogue! This is a battle-focused Pokémon fangame with roguelite elements. "intro": `欢迎来到PokéRogue!这是一款以战斗为重点,融合了Roguelite元素的口袋妖怪粉丝游戏.
$This game is not monetized and we claim no ownership of Pokémon nor of the copyrighted assets used. $使.
$The game is a work in progress, but fully playable.\nFor bug reports, please use the Discord community. $.\n使 Discord .
$If the game runs slowly, please ensure 'Hardware Acceleration' is turned on in your browser settings.`, $'硬件加速'.`,
"accessMenu": `To access the menu, press M or Escape while awaiting input.\nThe menu contains settings and various features.`, "accessMenu": `要访问菜单,请在等待输入时按 M 键或 Esc 键。\n菜单中包含设置和各种功能。`,
"menu": `From this menu you can access the settings. "menu": `通过这个菜单,你可以访问设置。
$From the settings you can change game speed, window style, and other options. $
$There are also various other features here, so be sure to check them all!`, $`,
"starterSelect": `From this screen, you can select your starters.\nThese are your initial party members. "starterSelect": `从这个屏幕上,你可以选择你的初始小队成员。
$Each starter has a value. Your party can have up to\n6 members as long as the total does not exceed 10. $\n610
$You can also select gender, ability, and form depending on\nthe variants you've caught or hatched. $
$The IVs for a species are also the best of every one you've\ncaught or hatched, so try to get lots of the same species!`, $IVs`,
"pokerus": `A daily random 3 selectable starters have a purple border. "pokerus": `每天随机的3个可选择的初始小队成员会有紫色边框。
$If you see a starter you own with one of these,\ntry adding it to your party. Be sure to check its summary!`, $\n`,
"statChange": `Stat changes persist across battles as long as your Pokémon aren't recalled. "statChange": `属性变化在战斗之间会持续存在,只要你的口袋妖怪不被召回。
$Your Pokémon are recalled before a trainer battle and before entering a new biome. $
$You can also view the stat changes for the Pokémon on the field by holding C or Shift.`, $ C Shift `,
"selectItem": `After every battle, you are given a choice of 3 random items.\nYou may only pick one. "selectItem": `每次战斗后你将获得3个随机物品的选择。\n你只能选择一个。
$These range from consumables, to Pokémon held items, to passive permanent items. $
$Most non-consumable item effects will stack in various ways. $
$Some items will only show up if they can be used, such as evolution items. $使
$You can also transfer held items between Pokémon using the transfer option. $使
$The transfer option will appear in the bottom right once you have obtained a held item. $
$You may purchase consumable items with money, and a larger variety will be available the further you get. $
$Be sure to buy these before you pick your random item, as it will progress to the next battle once you do.`, $`,
"eggGacha": `From this screen, you can redeem your vouchers for\nPokémon eggs. "eggGacha": `从这个屏幕上,你可以兑换你的优惠券以获取\n口袋妖怪蛋。
$Eggs have to be hatched and get closer to hatching after\nevery battle. Rarer eggs take longer to hatch. $
$Hatched Pokémon also won't be added to your party, they will\nbe added to your starters. $\n
$Pokémon hatched from eggs generally have better IVs than\nwild Pokémon. $IVs
$Some Pokémon can only even be obtained from eggs. $
$There are 3 different machines to pull from with different\nbonuses, so pick the one that suits you best!`, $3\n`,
} as const; } as const;