Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: p12s, endsinger ko translations #5640

Merged
merged 2 commits into from
Jul 3, 2023
Merged

i18n: p12s, endsinger ko translations #5640

merged 2 commits into from
Jul 3, 2023

Conversation

Bing-su
Copy link
Contributor

@Bing-su Bing-su commented Jul 3, 2023

Reasons for strategy translations, for other translators.

    {
      id: 'classicalConceptsPairOrder',
      name: {
        en: 'Classical Concepts: Pairs Order (Left->Right)',
        ko: 'Classical Concepts: 도형 순서 (왼 -> 오)',
      },
      type: 'select',
      options: {
        en: {
          'X□○Δ (BPOG)': 'xsct',
          '○XΔ□ (Lines)': 'cxts',
          '○Δ□X (Rocketship)': 'ctsx',
        },
        ko: {
          'X□○Δ (파보빨초)': 'xsct',
          '○XΔ□ (1234)': 'cxts',
          '○Δ□X (동세네엑)': 'ctsx',
        },
      },
      default: 'xsct',
    },

BPOG -> Blue, Purple, Orange, Green -> 랑, 라, 강, 록 -> 파보빨초
Lines -> 1 line with ○, 2 lines with X, 3 lines with Δ, 4 lines with □ -> 1234.
Rocketship -> Just the initials of the Circle(동그라미), Triangle(세모), Square(네모), and X(엑스).

    {
      id: 'pangenesisFirstTower',
      name: {
        en: 'Pangenesis: First Towers',
        ko: 'Pangenesis: 첫번째 기둥',
      },
      type: 'select',
      options: {
        en: {
          'Call Required Swaps Only': 'agnostic',
          '0+2 (HRT)': 'not',
          '1+2 (Yuki/Rinon)': 'one',
        },
        ko: {
          '교체가 필요할 때만 알림': 'agnostic',
          '0+2 (힐러원딜탱커)': 'not',
          '1+2 (Yuki/Rinon)': 'one',
        },
      },
      default: 'agnostic',
    },

HRT -> Healer Range Tank

@quisquous
Copy link
Owner

Reasons for strategy translations, for other translators.

BPOG -> Blue, Purple, Orange, Green -> 랑, 라, 강, 록 -> 파보빨초
Lines -> 1 line with ○, 2 lines with X, 3 lines with Δ, 4 lines with □ -> 1234.
Rocketship -> Just the initials of the Circle(동그라미), Triangle(세모), Square(네모), and X(엑스).

Yeah, "lines" is number of lines. "Rocketship" kind of looks like a rocketship (the triangle is the pointy top, the square is the body, the x is the thruster, the circle is the moon), but it's also "number of corners" vs "number of lines", where X has more corners than square does so it goes last.

HRT -> Healer Range Tank

I don't think this is true. As far as I can tell this was just a pride month trans joke (HRT = hormone replacement therapy). However, I am not quite sure why this is called this. It's what the https://www.thepfstrat.com/ links to. You could call 0+2 "early merge" as well, because that's the one where the two people not in the first tower merge together.

@Bing-su
Copy link
Contributor Author

Bing-su commented Jul 3, 2023

I wondered if it was Rocketship because it looked like a rocketship.... I got it from a Korean community post that called it 동세네엑, and I think it's fine.

I'll fix the HRT to early merge. Thank you.

@quisquous quisquous merged commit 3470899 into quisquous:main Jul 3, 2023
@Bing-su Bing-su deleted the ko branch July 4, 2023 06:50
github-actions bot pushed a commit to SiliconExarch/cactbot that referenced this pull request Jul 4, 2023
github-actions bot pushed a commit to SiliconExarch/cactbot that referenced this pull request Jul 4, 2023
github-actions bot pushed a commit to SiliconExarch/cactbot that referenced this pull request Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants