Skip to content

Commit

Permalink
i18n: Mount Rokkon FR translation update
Browse files Browse the repository at this point in the history
  • Loading branch information
mooondark committed Jan 1, 2024
1 parent be80d94 commit dbeb704
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ const triggerSet: TriggerSet<Data> = {
breakLOS: {
en: 'Break line-of-sight to ${name}',
de: 'Unterbreche Sichtlinie zu ${name}',
fr: 'Masquez le champ de vision vers ${name}',
ja: '${name}の視線から隠れる',
cn: '利用掩体卡 ${name} 的视线',
ko: '${name}의 시야 밖으로 숨기',
Expand Down
9 changes: 6 additions & 3 deletions ui/raidboss/data/06-ew/dungeon/aetherfont.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,17 +200,20 @@ const triggerSet: TriggerSet<Data> = {
},
{
'locale': 'fr',
'missingTranslations': true,
'replaceSync': {
'Arkas': 'Arkas',
'Cyancap Cavern': 'Caverne de Cap-cyan',
'Lyngbakr': 'Lyngbakr',
'Mammoth Tentacle': 'bras d\'octomammouth',
'Octomammoth': 'octomammouth',
'Mammoth Tentacle': 'Bras d\'octomammouth',
'Octomammoth': 'Octomammouth',
'The Deep Below': 'Bassin éthéré',
'The Landfast Floe': 'Cirque glacé',
},
'replaceText': {
'\\(big\\)': '(Gros)',
'\\(small\\)': '(Petit)',
'\\(explosion\\)': '(Explosion)',
'\\(tether\\)': '(Lien)',
'Battle Cry': 'Cri de guerre',
'Body Slam': 'Charge physique',
'Breathstroke': 'Souffle et fauche',
Expand Down
Loading

0 comments on commit dbeb704

Please sign in to comment.