Skip to content

Commit

Permalink
fix: versatile slot label
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel committed Feb 27, 2025
1 parent fa3cb24 commit cbf4b17
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/deck-tools/limited-slots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function LimitedSlots(props: { deck: ResolvedDeck }) {
)}
title={
entry.option.name
? t(`common.deck_options.${entry.option.name}`)
? t(`deck.limited_decks.${entry.option.name}`)
: t("deck.limited_slots")
}
/>
Expand Down
3 changes: 3 additions & 0 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,9 @@
"title": "Aktuelle Verbesserung",
"xp_spent": "EP ausgegeben"
},
"limited_decks": {
"Versatile": "Vielseitig"
},
"limited_slots": "Eingeschränkter Kartenzugang",
"stats": {
"deck_size": "Deckgröße",
Expand Down
3 changes: 3 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,9 @@
"title": "Latest upgrade",
"xp_spent": "XP spent"
},
"limited_decks": {
"Versatile": "Versatile"
},
"limited_slots": "Limited slots",
"stats": {
"deck_size": "Deck size",
Expand Down
3 changes: 3 additions & 0 deletions src/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,9 @@
"title": "마지막 향상",
"xp_spent": "점 소비됨"
},
"limited_decks": {
"Versatile": "다재다능"
},
"limited_slots": "제한된 슬롯",
"stats": {
"deck_size": "덱 크기",
Expand Down
3 changes: 3 additions & 0 deletions src/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -651,6 +651,9 @@
"title": "Ostatnie ulepszenie",
"xp_spent": "Wydane XP"
},
"limited_decks": {
"Versatile": "Wszechstronny"
},
"limited_slots": "Limitowane sloty",
"stats": {
"deck_size": "Rozmiar talii",
Expand Down
3 changes: 3 additions & 0 deletions src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,9 @@
"title": "Последнее улучшение",
"xp_spent": "опыта потрачено"
},
"limited_decks": {
"Versatile": "Разносторонний"
},
"limited_slots": "Ограниченные слоты",
"stats": {
"deck_size": "Размер колоды",
Expand Down

0 comments on commit cbf4b17

Please sign in to comment.