[Localization(ja)] Translate egg.ts (#3405)

* Translate egg.ts

* Update egg.ts
This commit is contained in:
Chapybara-jp 2024-08-07 18:58:28 +02:00 committed by GitHub
parent a07d2c57a4
commit b0ab207f84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,28 +1,28 @@
import { SimpleTranslationEntries } from "#app/interfaces/locales"; import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const egg: SimpleTranslationEntries = { export const egg: SimpleTranslationEntries = {
"egg": "Egg", "egg": "タマゴ",
"greatTier": "Rare", "greatTier": "レア",
"ultraTier": "Epic", "ultraTier": "超レア",
"masterTier": "Legendary", "masterTier": "伝説",
"defaultTier": "Common", "defaultTier": "ふつう",
"hatchWavesMessageSoon": "Sounds can be heard coming from inside! It will hatch soon!", "hatchWavesMessageSoon": "なかから おとが きこえてくる! もうすぐ うまれそう!",
"hatchWavesMessageClose": "It appears to move occasionally. It may be close to hatching.", "hatchWavesMessageClose": "ときどき うごいている みたい。 うまれるまで もう ちょっとかな?",
"hatchWavesMessageNotClose": "What will hatch from this? It doesn't seem close to hatching.", "hatchWavesMessageNotClose": "なにが うまれてくるのかな? うまれるまで まだまだ じかんが かかりそう。",
"hatchWavesMessageLongTime": "It looks like this Egg will take a long time to hatch.", "hatchWavesMessageLongTime": "この タマゴは うまれるまで かなり じかんが かかりそう。",
"gachaTypeLegendary": "Legendary Rate Up", "gachaTypeLegendary": "伝説確率アップ",
"gachaTypeMove": "Rare Egg Move Rate Up", "gachaTypeMove": "レアなタマゴわざ確率アップ",
"gachaTypeShiny": "Shiny Rate Up", "gachaTypeShiny": "色違い確率アップ",
"selectMachine": "Select a machine.", "selectMachine": "ガチャマシンを選択",
"notEnoughVouchers": "You don't have enough vouchers!", "notEnoughVouchers": "タマゴクーポンが足りません!",
"tooManyEggs": "You have too many eggs!", "tooManyEggs": "タマゴが一杯です!",
"pull": "Pull", "pull": "回引く",
"pulls": "Pulls", "pulls": "回引く",
"sameSpeciesEgg": "{{species}} will hatch from this egg!", "sameSpeciesEgg": "{{species}}は このタマゴから うまれる!",
"hatchFromTheEgg": "{{pokemonName}} hatched from the egg!", "hatchFromTheEgg": "{{pokemonName}}は タマゴから うまれた!",
"eggMoveUnlock": "Egg Move unlocked: {{moveName}}", "eggMoveUnlock": "タマゴわざ {{moveName}}を おぼえた!",
"rareEggMoveUnlock": "Rare Egg Move unlocked: {{moveName}}", "rareEggMoveUnlock": "レアなタマゴわざ {{moveName}}を おぼえた!!",
"moveUPGacha": "Move UP!", "moveUPGacha": "わざ UP!",
"shinyUPGacha": "Shiny UP!", "shinyUPGacha": "色違い UP!",
"legendaryUPGacha": "UP!", "legendaryUPGacha": "UP!",
} as const; } as const;