Skip to content

Commit

Permalink
triggers build: i18n: p9s + p12s translations + small fix in p10s (#5504
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jun 5, 2023
1 parent 29a948b commit 270ba62
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 10 deletions.
8 changes: 4 additions & 4 deletions 06-ew/raid/p10s.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ hideall "--sync--"

108.4 "Silkspit (cast)" sync / 1[56]:[^:]*:Pand\u00e6monium:827C:/
118.4 "Silkspit" sync / 1[56]:[^:]*:Pand\u00e6monium:827D:/
122.8 "Dæmoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
122.8 "Daemoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
126.9 "--sync--" sync / 1[56]:[^:]*:Pand\u00e6monium:6854:/
131.9 "Pandaemoniac Meltdown" sync / 1[56]:[^:]*:Pand\u00e6monium:829D:/

Expand All @@ -57,7 +57,7 @@ hideall "--sync--"
159.8 "Ultima" sync / 1[56]:[^:]*:Pand\u00e6monium:82A5:/
168.9 "Soul Grasp x4" sync / 1[56]:[^:]*:Pand\u00e6monium:829F:/ duration 5.7

185.0 "Dæmoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
185.0 "Daemoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
194.1 "Pandaemoniac Turrets" sync / 1[56]:[^:]*:Pand\u00e6monium:87AF:/
195.4 "Bury" sync / 1[56]:[^:]*:Pand\u00e6monium:8282:/
206.1 "Peal of Condemnation 1" sync / 1[56]:[^:]*:Pand\u00e6moniac Pillar:8288:/
Expand All @@ -79,7 +79,7 @@ hideall "--sync--"
298.9 "Silkspit (cast)" sync / 1[56]:[^:]*:Pand\u00e6monium:827C:/
299.6 "Entangling Web" sync / 1[56]:[^:]*:Pand\u00e6monium:827E:/

308.0 "Dæmoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
308.0 "Daemoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
308.9 "Silkspit" sync / 1[56]:[^:]*:Pand\u00e6monium:827D:/
316.2 "Pandaemoniac Pillars" sync / 1[56]:[^:]*:Pand\u00e6monium:8280:/
317.5 "Bury" sync / 1[56]:[^:]*:Pand\u00e6monium:8282:/
Expand Down Expand Up @@ -107,7 +107,7 @@ hideall "--sync--"
419.1 "Steel Web" sync / 1[56]:[^:]*:Pand\u00e6monium:827F:/
419.2 "Pandaemon's Holy" sync / 1[56]:[^:]*:Pand\u00e6monium:82A6:/
422.1 "Entangling Web" sync / 1[56]:[^:]*:Pand\u00e6monium:827E:/
426.4 "Dæmoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
426.4 "Daemoniac Bonds" sync / 1[56]:[^:]*:Pand\u00e6monium:82A1:/
428.1 "Entangling Web" sync / 1[56]:[^:]*:Pand\u00e6monium:827E:/

437.8 "Harrowing Hell (cast)" sync / 1[56]:[^:]*:Pand\u00e6monium:828F:/
Expand Down
33 changes: 33 additions & 0 deletions 06-ew/raid/p12s.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,15 +151,19 @@ Options.Triggers.push({
right: Outputs.right,
swap: {
en: 'Swap',
de: 'Wechseln',
},
stay: {
en: 'Stay',
de: 'bleib Stehen',
},
secondWingCallStay: {
en: '(stay)',
de: '(bleib Stehen)',
},
secondWingCallSwap: {
en: '(swap)',
de: '(Wechseln)',
},
allThreeWings: {
en: '${first} => ${second} => ${third}',
Expand Down Expand Up @@ -187,9 +191,11 @@ Options.Triggers.push({
outputStrings: {
swap: {
en: 'Swap',
de: 'Wechseln',
},
stay: {
en: 'Stay',
de: 'bleib Stehen',
},
},
},
Expand All @@ -202,9 +208,11 @@ Options.Triggers.push({
outputStrings: {
partyOutTanksIn: {
en: 'Party Out (Tanks In)',
de: 'Gruppe Raus (Tanks Rein)',
},
tanksInPartyOut: {
en: 'Tanks In (Party Out)',
de: 'Gruppe Rein (Tanks Raus)',
},
},
},
Expand All @@ -217,11 +225,36 @@ Options.Triggers.push({
outputStrings: {
partyInTanksOut: {
en: 'Party In (Tanks Out)',
de: 'Gruppe Rein (Tanks Raus)',
},
tanksInPartyOut: {
en: 'Tanks Out (Party In)',
de: 'Tanks Raus (Gruppe Rein)',
},
},
},
],
timelineReplace: [
{
'locale': 'de',
'missingTranslations': true,
'replaceSync': {
'Athena': 'Athena',
},
},
{
'locale': 'fr',
'missingTranslations': true,
'replaceSync': {
'Athena': 'Athéna',
},
},
{
'locale': 'ja',
'missingTranslations': true,
'replaceSync': {
'Athena': 'アテナ',
},
},
],
});
24 changes: 18 additions & 6 deletions 06-ew/raid/p9s.js
Original file line number Diff line number Diff line change
Expand Up @@ -432,16 +432,18 @@ Options.Triggers.push({
'Blizzard III': 'Eisga',
'Burst': 'Zerschmetterung',
'Charybdis': 'Charybdis',
'Chimeric Succession': 'Chimärische Kombo',
'Comet': 'Komet',
'Disgorge': 'Seelenwende',
'Disintegration': 'Auflösung',
'Duality of Death': 'Dualer Tod',
'Dualspell': 'Doppelspruch',
'Ecliptic Meteor': 'Ekliptik-Meteor',
'Fire IV': 'Feuka',
'Fire(?!( |m))': 'Feuer',
'Fire(?!( |m|s))': 'Feuer',
'Firemeld': 'Feuerbinder',
'Front Combination': 'Trittfolge vor',
'Front Firestrikes': 'Flammensalve vorne',
'Gluttony\'s Augur': 'Omen der Fresssucht',
'Ice(?!meld)': 'Eis',
'Icemeld': 'Eisbinder',
Expand All @@ -452,13 +454,15 @@ Options.Triggers.push({
'Pyremeld': 'Pyrischer Puls',
'Ravening': 'Seelenfresser',
'Rear Combination': 'Trittfolge zurück',
'Rear Firestrikes': 'Flammensalve hinten',
'Scrambled Succession': 'Gemischte Kombo',
'Shock(?!wave)': 'Entladung',
'Shockwave': 'Schockwelle',
'Soul Surge': 'Seelenschub',
'Swinging Kick': 'Schwungattacke',
'Thunder III': 'Blitzga',
'Thunder(?! )': 'Blitz',
'Thunder(?!( |bolt))': 'Blitz',
'Thunderbolt': 'Donnerkeil',
'Two Minds': 'Zwei Seelen',
},
},
Expand All @@ -480,16 +484,18 @@ Options.Triggers.push({
'Blizzard III': 'Méga Glace',
'Burst': 'Éclatement',
'Charybdis': 'Charybde',
'Chimeric Succession': 'Combo chimérique',
'Comet': 'Comète',
'Disgorge': 'Renvoi d\'âme',
'Disintegration': 'Désintégration',
'Duality of Death': 'Mort double',
'Dualspell': 'Double sort',
'Ecliptic Meteor': 'Météore écliptique',
'Fire IV': 'Giga Feu',
'Fire(?!( |m))': 'Feu',
'Fire(?!( |m|s))': 'Feu',
'Firemeld': 'Impact de feu démoniaque',
'Front Combination': 'Coups de pied pivotants avant en série',
'Front Firestrikes': 'Coups enflammés avant en série',
'Gluttony\'s Augur': 'Augure de gloutonnerie',
'Icemeld': 'Impact de glace démoniaque',
'Inside Roundhouse': 'Coup de pied pivotant intérieur',
Expand All @@ -499,13 +505,15 @@ Options.Triggers.push({
'Pyremeld': 'Grand coup enflammé',
'Ravening': 'Dévoration d\'âme',
'Rear Combination': 'Coups de pied pivotants arrière en série',
'Rear Firestrikes': 'Coups enflammés arrière en série',
'Scrambled Succession': 'Combo mixte',
'Shock(?!wave)': 'Décharge électrostatique',
'Shockwave': 'Onde de choc',
'Soul Surge': 'Déferlante d\'âme',
'Swinging Kick': 'Demi-pivot',
'Thunder III': 'Méga Foudre',
'Thunder(?! )': 'Foudre',
'Thunder(?!( |bolt))': 'Foudre',
'Thunderbolt': 'Éclair',
'Two Minds': 'Double esprit démoniaque',
},
},
Expand All @@ -527,16 +535,18 @@ Options.Triggers.push({
'Blizzard III': 'ブリザガ',
'Burst': '飛散',
'Charybdis': 'ミールストーム',
'Chimeric Succession': 'キメリックコンボ',
'Comet': 'コメット',
'Disgorge': 'ソウルリバース',
'Disintegration': 'ディスインテグレーション',
'Duality of Death': 'デストゥワイス',
'Dualspell': 'ダブルスペル',
'Ecliptic Meteor': 'エクリプスメテオ',
'Fire IV': 'ファイジャ',
'Fire(?!( |m))': 'ファイア',
'Fire(?!( |m|s))': 'ファイア',
'Firemeld': '炎魔衝',
'Front Combination': '前方連転脚',
'Front Firestrikes': '前方炎連撃',
'Gluttony\'s Augur': 'グラトニーズアーガー',
'Icemeld': '氷魔衝',
'Inside Roundhouse': '内転脚',
Expand All @@ -546,13 +556,15 @@ Options.Triggers.push({
'Pyremeld': '重炎撃',
'Ravening': '魂喰らい',
'Rear Combination': '後方連転脚',
'Rear Firestrikes': '後方炎連撃',
'Scrambled Succession': 'ジャンブルコンボ',
'Shock(?!wave)': '放電',
'Shockwave': '衝撃波',
'Soul Surge': 'ソウルサージ',
'Swinging Kick': '旋身撃',
'Thunder III': 'サンダガ',
'Thunder(?! )': 'サンダー',
'Thunder(?!( |bolt))': 'サンダー',
'Thunderbolt': 'サンダーボルト',
'Two Minds': '憑魔双撃',
},
},
Expand Down

0 comments on commit 270ba62

Please sign in to comment.