part timer 초안 번역 (#12)

* add translation for part timer

* update requested changes
This commit is contained in:
Leo Kim 2024-09-17 23:03:39 +09:00 committed by GitHub
parent 564752bfbd
commit 8b55a3de37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 21 deletions

View File

@ -1,31 +1,31 @@
{ {
"intro": "A busy worker flags you down.", "intro": "바빠보이는 작업 팀장이 나를 불러세웠다.",
"speaker": "Worker", "speaker": "작업 팀장",
"intro_dialogue": "You look like someone with lots of capable Pokémon!$We can pay you if you're able to help us with some part-time work!", "intro_dialogue": "거기 당신!\n쓸만한 포켓몬들을 가지고 있는거 같네요.$혹시 시간 있으면 알바 안 할래요?",
"title": "Part-Timer", "title": "아르바이트",
"description": "Looks like there are plenty of tasks that need to be done. Depending how well-suited your Pokémon is to a task, they might earn more or less money.", "description": "해야 할 일들이 산더미같이 쌓여 있네요.\n포켓몬이 일을 얼마나 잘하는지에 따라,\n일당을 더 많이 받을 수도, 더 적게 받을 수도 있을 것 같습니다.",
"query": "Which job will you choose?", "query": "어떤 아르바이트를 해볼까요?",
"invalid_selection": "Pokémon must be healthy enough.", "invalid_selection": "포켓몬이 건강하지 않습니다.",
"option": { "option": {
"1": { "1": {
"label": "Make Deliveries", "label": "배달하기",
"tooltip": "(-) Your Pokémon Uses its Speed\n(+) Earn @[MONEY]{Money}", "tooltip": "(-) 포켓몬의 스피드를 활용\n(+) @[MONEY]{Money} 획득",
"selected": "Your {{selectedPokemon}} works a shift delivering orders to customers." "selected": "{{selectedPokemon}}[[는]] 배달 아르바이트를 시작했다."
}, },
"2": { "2": {
"label": "Warehouse Work", "label": "창고정리",
"tooltip": "(-) Your Pokémon Uses its Strength and Endurance\n(+) Earn @[MONEY]{Money}", "tooltip": "(-) 포켓몬의 힘과 튼튼함을 활용\n(+) @[MONEY]{Money} 획득",
"selected": "Your {{selectedPokemon}} works a shift moving items around the warehouse." "selected": "{{selectedPokemon}}[[는]] 창고 정리를 시작했다."
}, },
"3": { "3": {
"label": "Sales Assistant", "label": "바람잡이",
"tooltip": "(-) Your {{option3PrimaryName}} uses {{option3PrimaryMove}}\n(+) Earn @[MONEY]{Money}", "tooltip": "(-) {{option3PrimaryName}}의 {{option3PrimaryMove}}를 활용\n(+) @[MONEY]{Money} 획득",
"disabled_tooltip": "Your Pokémon need to know certain moves for this job", "disabled_tooltip": "포켓몬이 해당 작업에 필요한 기술이 없습니다.",
"selected": "Your {{option3PrimaryName}} spends the day using {{option3PrimaryMove}} to attract customers to the business!" "selected": "{{option3PrimaryName}}[[는]] {{option3PrimaryMove}}[[로]]\n하루종일 손님들을 끌어모았다!"
} }
}, },
"job_complete_good": "Thanks for the assistance!\nYour {{selectedPokemon}} was incredibly helpful!$Here's your check for the day.", "job_complete_good": "도와줘서 고마워요!\n오늘은 거의 {{selectedPokemon}} 혼자서 일을 다한 것 같네요!$여기 일당이에요!",
"job_complete_bad": "Your {{selectedPokemon}} helped us out a bit!$Here's your check for the day.", "job_complete_bad": "{{selectedPokemon}}[[가]] 뭐… 조금은 도움이 된 거 같네요!$여기 일당이에요.",
"pokemon_tired": "Your {{selectedPokemon}} is worn out!\nThe PP of all its moves was reduced to 2!", "pokemon_tired": "{{selectedPokemon}}[[가]] 지친 것 같다!\n모든 기술의 PP가 2까지 줄었다!",
"outro": "Come back and help out again sometime!" "outro": "다음에 또 도와주러 와요!"
} }