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: update raidboss test timeline translations #5685

Merged
merged 8 commits into from
Jul 11, 2023
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 43 additions & 5 deletions ui/raidboss/data/00-misc/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ const triggerSet: TriggerSet<Data> = {
timelineReplace: [
{
locale: 'de',
missingTranslations: true,
replaceSync: {
'You bid farewell to the striking dummy': 'Du winkst der Trainingspuppe zum Abschied zu',
'You bow courteously to the striking dummy':
Expand All @@ -393,11 +392,18 @@ const triggerSet: TriggerSet<Data> = {
'Super Tankbuster': 'Super Tankbuster',
'Pentacle Sac': 'Pentacle Sac',
'Engage': 'Start!',
'Two': 'Zwei',
'(?<! )Three': 'Drei',
'Four': 'Vier',
'Six': 'Sechs',
'Ten(?!d)': 'Zehn',
'Fifteen': 'Fünfzehn',
'Force Jump Three': 'Sprungangriff Drei',
'Invisible': 'Unsichtbar',
},
},
{
locale: 'fr',
missingTranslations: true,
replaceSync: {
'cactbot lang': 'cactbot langue',
'cactbot test response': 'cactbot test de réponse',
Expand Down Expand Up @@ -428,11 +434,18 @@ const triggerSet: TriggerSet<Data> = {
'Long Castbar': 'Longue barre de lancement',
'Pentacle Sac': 'Pentacle Sac',
'Super Tankbuster': 'Super Tank buster',
'Two': 'Deux',
'(?<! )Three': 'Trois',
'Four': 'Quatre',
'Six': 'Six',
'Ten': 'Dix',
'Fifteen': 'Quinze',
'Force Jump Three': 'Saut forcé à trois',
'Invisible': 'Invisible',
},
},
{
locale: 'ja',
missingTranslations: true,
replaceSync: {
'You bid farewell to the striking dummy': '.*は木人に別れの挨拶をした',
'You bow courteously to the striking dummy': '.*は木人にお辞儀した',
Expand All @@ -441,6 +454,8 @@ const triggerSet: TriggerSet<Data> = {
'cactbot lang': 'cactbot言語',
'cactbot test response': 'cactbotレスポンステスト',
'cactbot test watch': 'cactbot探知テスト',
'cactbot test config': 'cactbot設定テスト',
'cactbot test combatant cast': 'cactbotターゲットキャストテスト',
'You clap for the striking dummy': '.*は木人に拍手した',
'You psych yourself up alongside the striking dummy': '.*は木人に活を入れた',
'You poke the striking dummy': '.*は木人をつついた',
Expand All @@ -456,11 +471,18 @@ const triggerSet: TriggerSet<Data> = {
'Long Castbar': '長い長い詠唱バー',
'Pentacle Sac': 'ナイサイ',
'Super Tankbuster': 'スーパータンクバスター',
'Two': '二',
'(?<! )Three': '三',
'Four': '四',
'Six': '六',
'Ten': '十',
'Fifteen': '十五',
'Force Jump Three': '三に強制ジャンプ',
'Invisible': '見えないはず',
},
},
{
locale: 'cn',
missingTranslations: true,
replaceSync: {
'You bid farewell to the striking dummy': '.*向木人告别',
'You bow courteously to the striking dummy': '.*恭敬地对木人行礼',
Expand All @@ -486,11 +508,18 @@ const triggerSet: TriggerSet<Data> = {
'Death': '嗝屁',
'Engage': '战斗开始',
'Pentacle Sac': '传毒',
'Two': '贰',
'(?<! )Three': '叁',
'Four': '肆',
'Six': '陆',
'Ten': '拾',
'Fifteen': '拾伍',
'Force Jump Three': '强制跳转叁',
'Invisible': '不可见',
},
},
{
locale: 'ko',
missingTranslations: true,
replaceSync: {
'You bid farewell to the striking dummy': '.*나무인형에게 작별 인사를 합니다',
'You bow courteously to the striking dummy': '.*나무인형에게 공손하게 인사합니다',
Expand All @@ -500,6 +529,7 @@ const triggerSet: TriggerSet<Data> = {
'cactbot lang': 'cactbot 언어',
'cactbot test response': 'cactbot 응답 테스트',
'cactbot test watch': 'cactbot 탐지 테스트',
'cactbot test combatant cast': 'cactbot 대상 스킬 시전 테스트',
MaikoTan marked this conversation as resolved.
Show resolved Hide resolved
'You clap for the striking dummy': '.*나무인형에게 박수를 보냅니다',
'You psych yourself up alongside the striking dummy': '.*나무인형에게 힘을 불어넣습니다',
'You poke the striking dummy': '.*나무인형을 쿡쿡 찌릅니다',
Expand All @@ -514,6 +544,14 @@ const triggerSet: TriggerSet<Data> = {
'Super Tankbuster': '초강력 탱크버스터',
'Pentacle Sac': 'Pentacle Sac',
'Engage': '시작',
'Two': '2',
'(?<! )Three': '3',
'Four': '4',
'Six': '6',
'Ten': '10',
'Fifteen': '15',
'Force Jump Three': '3으로 돌아가기',
'Invisible': '타임라인 숨기기',
},
},
],
Expand Down