Fix the plural of "Strife" is "Strife" not "Strives"

This commit is contained in:
Vlyan
2021-01-22 22:31:32 +01:00
parent 75f68a4852
commit d0bf736d84
6 changed files with 6 additions and 6 deletions

View File

@@ -78,7 +78,7 @@
"successes": "Successes", "successes": "Successes",
"explosives": "Explosives", "explosives": "Explosives",
"opportunities": "Opportunities", "opportunities": "Opportunities",
"strives": "Strives", "strife": "Strife",
"difficulty": "TN", "difficulty": "TN",
"difficulty_hidden": "TN ???", "difficulty_hidden": "TN ???",
"dicepicker": "Dice Picker", "dicepicker": "Dice Picker",

View File

@@ -78,7 +78,7 @@
"successes": "Éxitos", "successes": "Éxitos",
"explosives": "Relanzables", "explosives": "Relanzables",
"opportunities": "Oportunidades", "opportunities": "Oportunidades",
"strives": "Conflictos", "strife": "Conflictos",
"difficulty": "NO", "difficulty": "NO",
"difficulty_hidden": "NO ???", "difficulty_hidden": "NO ???",
"dicepicker": "Dice Picker", "dicepicker": "Dice Picker",

View File

@@ -78,7 +78,7 @@
"successes": "Succès", "successes": "Succès",
"explosives": "Explosifs", "explosives": "Explosifs",
"opportunities": "Aubaines", "opportunities": "Aubaines",
"strives": "Conflits", "strife": "Conflits",
"difficulty": "ND", "difficulty": "ND",
"difficulty_hidden": "ND ???", "difficulty_hidden": "ND ???",
"dicepicker": "Dice Picker", "dicepicker": "Dice Picker",

View File

@@ -60,7 +60,7 @@ L5R5E.symbols = new Map();
L5R5E.symbols.set("(op)", { class: "i_opportunity", label: "l5r5e.chatdices.opportunities" }); L5R5E.symbols.set("(op)", { class: "i_opportunity", label: "l5r5e.chatdices.opportunities" });
L5R5E.symbols.set("(su)", { class: "i_success", label: "l5r5e.chatdices.successes" }); L5R5E.symbols.set("(su)", { class: "i_success", label: "l5r5e.chatdices.successes" });
L5R5E.symbols.set("(ex)", { class: "i_explosive", label: "l5r5e.chatdices.explosives" }); L5R5E.symbols.set("(ex)", { class: "i_explosive", label: "l5r5e.chatdices.explosives" });
L5R5E.symbols.set("(st)", { class: "i_strife", label: "l5r5e.chatdices.strives" }); L5R5E.symbols.set("(st)", { class: "i_strife", label: "l5r5e.chatdices.strife" });
L5R5E.symbols.set("(ring)", { class: "i_ring", label: "l5r5e.rings.title" }); L5R5E.symbols.set("(ring)", { class: "i_ring", label: "l5r5e.rings.title" });
L5R5E.symbols.set("(skill)", { class: "i_skill", label: "l5r5e.skills.title" }); L5R5E.symbols.set("(skill)", { class: "i_skill", label: "l5r5e.skills.title" });

View File

@@ -71,7 +71,7 @@
{{/if}} {{/if}}
{{#if strife}} {{#if strife}}
<li>{{localize "l5r5e.chatdices.strives"}}: {{this.strife}}</li> <li>{{localize "l5r5e.chatdices.strife"}}: {{this.strife}}</li>
{{/if}} {{/if}}
</ul> </ul>
{{/l5r5e.summary}} {{/l5r5e.summary}}

View File

@@ -36,7 +36,7 @@
{{/if}} {{/if}}
{{#if strife}} {{#if strife}}
<li>{{localize "l5r5e.chatdices.strives"}}: {{this.strife}}</li> <li>{{localize "l5r5e.chatdices.strife"}}: {{this.strife}}</li>
{{/if}} {{/if}}
{{#if difficulty}} {{#if difficulty}}