Skip to content

Commit

Permalink
Add instruction to advance phase indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jan 4, 2025
1 parent a4b419a commit 38af203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"turnBot": {
"title": "V.I.C.I",
"reset": "V.I.C.I führt einen <b>Reset</b> durch.",
"resetAdvance": "Bewege den <i>Phasenanzeiger</i> zum nächsten <i>Resetfeld</i>.",
"removeAttributeChip": "Entferne <b>Attributsplatine</b> {chip}.",
"removeIncomeChip": "Entferne <b>Einkommensplatine</b> {chip}."
},
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"turnBot": {
"title": "V.I.C.I",
"reset": "V.I.C.I does a <b>Reset</b>.",
"resetAdvance": "Advance the <i>phase indicator</i> to the next <i>reset space</i>.",
"removeAttributeChip": "Remove <b>attribute chip</b> {chip}.",
"removeIncomeChip": "Remove <b>income chip</b> {chip}."
},
Expand Down
1 change: 1 addition & 0 deletions src/views/TurnBot.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<AppIcon name="phase-indicator" class="phase-indicator"/>
<span v-html="t('turnBot.reset')"></span>
</p>
<p v-html="t('turnBot.resetAdvance')"></p>
</template>
<template v-else>
<BotActionsDisplay :navigationState="navigationState" :botActions="botActions"/>
Expand Down

0 comments on commit 38af203

Please sign in to comment.