Skip to content

Commit

Permalink
triggers build: i18n: Lunar subterrane FR update (#24) b99e7b2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 29, 2023
1 parent 933c143 commit 9358dd4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 06-ew/dungeon/the_lunar_subterrane.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Options.Triggers.push({
text: {
en: 'Blue Square Safe',
de: 'Blaues Viereck sicher',
fr: 'Les carrés bleu sont sûrs',
ja: '安置: 青四角',
ko: '파란색 네모 안전',
},
Expand All @@ -61,6 +62,7 @@ Options.Triggers.push({
text: {
en: 'Pink Triangle Safe',
de: 'Pinkes Dreieck sicher',
fr: 'Les triangles rose sont sûrs',
ja: '安置: 赤三角',
ko: '분홍색 삼각형 안전',
},
Expand Down Expand Up @@ -138,21 +140,25 @@ Options.Triggers.push({
northeast: {
en: 'Inner northeast safe',
de: 'Innen nordöstlich sicher',
fr: 'Nord-est intérieur sûr',
ko: '안쪽 북동 안전',
},
northwest: {
en: 'Inner northwest safe',
de: 'Innen nordwestlich sicher',
fr: 'Nord-ouest intérieur sûr',
ko: '안쪽 북서 안전',
},
southeast: {
en: 'Inner southeast safe',
de: 'Innen südöstlich sicher',
fr: 'Sud-est intérieur sûr',
ko: '안쪽 남동 안전',
},
southwest: {
en: 'Inner southwest safe',
de: 'Innen südwestlich sicher',
fr: 'Sud-Ouest intérieur sûr',
ko: '안쪽 남서 안전',
},
unknown: Outputs.unknown,
Expand All @@ -173,6 +179,7 @@ Options.Triggers.push({
cleanse: {
en: 'Cleanse ${player}\'s Doom',
de: 'Reinige ${player}\'s Verhängnis',
fr: 'Guérissez le Glas de ${player}',
ja: 'エスナ: ${player}',
ko: '${player} 선고 해제하기',
},
Expand Down Expand Up @@ -227,6 +234,7 @@ Options.Triggers.push({
text: {
en: 'Go Sides on Wall',
de: 'Geh seitlich an die Wand',
fr: 'Allez sur les côtés du mur',
ja: '壁の方へ',
ko: '옆쪽 벽에 붙기',
},
Expand All @@ -247,7 +255,7 @@ Options.Triggers.push({
text: {
en: 'Get Behind and Out',
de: 'Geh nach Hinten und Raus',
fr: 'Passez derrière et extérieur',
fr: 'Passez derrière et à l\'extérieur',
ja: '後ろの外側へ',
cn: '去背后远离',
ko: '보스 뒤 바깥쪽으로',
Expand All @@ -273,6 +281,7 @@ Options.Triggers.push({
avoid: {
en: 'Away from orbs',
de: 'Weg von den Orbs',
fr: 'Éloignez-vous des orbes',
ja: '玉から離れて',
ko: '구슬에서 멀리 떨어지기',
},
Expand Down Expand Up @@ -462,6 +471,8 @@ Options.Triggers.push({
'The Cloven Crystal Square': 'Place du cristal',
},
'replaceText': {
'\\(cast\\)': '(Incante)',
'\\(spread\\)': '(Écartement)',
'Abyssal Outburst': 'Onde noire',
'Antipodal Assault': 'Percée antipodale',
'Antlion March': 'Marche des fourmilions',
Expand Down

0 comments on commit 9358dd4

Please sign in to comment.