Corrections sur les clés de label manquantes
Some checks failed
Release Creation / build (release) Failing after 54s
Some checks failed
Release Creation / build (release) Failing after 54s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user