Compare commits

..

No commits in common. "766b9132dd25615a44b87f9df0152f6a37c152d8" and "6917db7429dc18d33caeff3cfafb3d89b060658e" have entirely different histories.

3 changed files with 68 additions and 2515 deletions

View File

@ -47,6 +47,7 @@ jobs:
run: | run: |
cd pokerogue_docs cd pokerogue_docs
npm ci npm ci
npm install typedoc --save-dev
- name: Generate Typedoc docs - name: Generate Typedoc docs
working-directory: ${{env.api-dir}} working-directory: ${{env.api-dir}}

View File

@ -997,39 +997,39 @@ export const PGMdialogue: DialogueTranslationEntries = {
}, },
"chili": { "chili": {
"encounter": { "encounter": {
1: "이얏호-! 형제중 가장 강한 나하고 놀자고!", 1: "Yeeeeooow! Time to play with FIRE!! I'm the strongest of us brothers!",
2: "짜잔! 불꽃타입 불꽃의 남자 팟, 바로 너의 상대가 되어주지!", 2: "Ta-da! The Fire-type scorcher Chili--that's me--will be your opponent!",
3: "나와 내 불타오르는 불꽃타입 포켓몬들이 뭘 할수 있는지 보여주지!" 3: "I'm going to show you what me and my blazing Fire types can do!"
}, },
"victory": { "victory": {
1: "졌지만… 모 두 불 태 웠 어!!", 1: "You got me. I am… burned… out…",
2: "와우! 불태워졌네!", 2: "Whoa ho! You're on fire!",
3: "으악! 너가 나를 이겨버렸잖아!" 3: "Augh! You got me!"
}, },
"defeat": { "defeat": {
1: "난 지금 불타오르고 있어, 나와 싸우게 된다면 넌 다치게 될거야!", 1: "I'm on fire! Play with me, and you'll get burned!",
2: "불장난하면 밤에 이불에 지도를 그리는 법이지!", 2: "When you play with fire, you get burned!",
3: "그러니까, 상대가 나였잖아? 너에게는 처음부터 기회가 없었다고!" 3: "I mean, c'mon, your opponent was me! You didn't have a chance!"
} }
}, },
"cilan": { "cilan": {
"encounter": { "encounter": {
1: `개인적으로 받아들이지 마세요… 감정 상하지도 말고요… 저와 제 풀타입 포켓몬들이라면… 1: `Nothing personal... No hard feelings... Me and my Grass-type Pokémon will...
$음 .`, $Um... We're gonna battle come what may.`,
2: "네. 저로 괜찮다면 진심을 담아서 상대해 드리겠습니다.", 2: "So, um, if you're OK with me, I'll, um, put everything I've got into being, er, you know, your opponent.",
3: "네… 그, 음, 저는 덴트입니다, 풀타입 포켓몬을 좋아합니다." 3: "OK… So, um, I'm Cilan, I like Grass-type Pokémon."
}, },
"victory": { "victory": {
1: "…에- 그게… 끝나버렸나요?", 1: "Er… Is it over now?",
2: `놀랐습니다. 당신 아주 강하군요. 2: `What a surprise. You are very strong, aren't you?
$팟이나 `, $I guess my brothers wouldn't have been able to defeat you either`,
3: "…어라, 타이밍이 좀 잘못된것 같네요?" 3: "…Huh. Looks like my timing was, um, off?"
}, },
"defeat": { "defeat": {
1: "어라? 제가 이긴 건가요?", 1: "Huh? Did I win?",
2: `제 생각엔 2: `I guess
$아무래도 , .`, $I suppose I won, because I've been competing with my brothers Chili and Cress, and we all were able to get tougher.`,
3: "정말… 아주 짜릿한 경험이었습니다…" 3: "It…it was quite a thrilling experience…"
} }
}, },
"roark": { "roark": {
@ -1203,13 +1203,13 @@ export const PGMdialogue: DialogueTranslationEntries = {
}, },
"cress": { "cress": {
"encounter": { "encounter": {
1: "맞습니다! 당신은 저와 제 자랑스러운 물타입 포켓몬들과 상대하게 될것입니다." 1: "That is correct! It shall be I and my esteemed Water types that you must face in battle!"
}, },
"victory": { "victory": {
1: "곤란하네… 이 콘이 질 줄이야." 1: "Lose? Me? I don't believe this."
}, },
"defeat": { "defeat": {
1: "제가 당신의 상대였기 때문에 이건 당연한 결과였습니다." 1: "This is the appropriate result when I'm your opponent."
} }
}, },
"allister": { "allister": {

File diff suppressed because it is too large Load Diff