Corrections sur les clés de label manquantes
Some checks failed
Release Creation / build (release) Failing after 54s

This commit is contained in:
2026-04-16 21:52:56 +02:00
parent 56ed6c7567
commit 1d6e6dd44e
25 changed files with 252 additions and 161 deletions

View File

@@ -1,19 +1,19 @@
<section class="dnc-chat-card dnc-chat-card-chaos">
<header class="chat-card-header">
<div class="chat-card-heading">
<p class="chat-card-kicker">Chaos</p>
<p class="chat-card-kicker">{{localize "DNC.UI.Chaos"}}</p>
<h2>{{title}}</h2>
<p class="chat-card-subtitle">La magie opere malgre l'echec ; le MJ determine les consequences.</p>
<p class="chat-card-subtitle">{{localize "DNC.Chat.ChaosSubtitle"}}</p>
</div>
<div class="chat-card-total">
<span>Jet</span>
<span>{{localize "DNC.Chat.RollValue"}}</span>
<strong>{{value}}</strong>
</div>
</header>
<div class="chat-pill-row">
<span class="chat-pill success">Sort maintenu</span>
<span class="chat-pill">Avant {{before}}</span>
<span class="chat-pill">Apres {{after}}</span>
<span class="chat-pill success">{{localize "DNC.Chat.SpellMaintained"}}</span>
<span class="chat-pill">{{localize "DNC.Chat.Before"}} {{before}}</span>
<span class="chat-pill">{{localize "DNC.Chat.After"}} {{after}}</span>
</div>
{{#if chaosEntry}}
<div class="chat-chaos-result">
@@ -22,9 +22,9 @@
</div>
{{/if}}
{{#if degraded}}
<p class="chat-note warning">Le de du Chaos descend d'un cran.</p>
<p class="chat-note warning">{{localize "DNC.Chat.ChaosDieDrops"}}</p>
{{/if}}
{{#if exhausted}}
<p class="chat-note warning">Le de du Chaos est trop faible pour etre reutilise dans le Donjon.</p>
<p class="chat-note warning">{{localize "DNC.Chat.ChaosDieExhausted"}}</p>
{{/if}}
</section>