Skip to content

Commit c61bb1f

Browse files
authored
feat: added the missing and owned filter option back (#802)
* feat: added the missing and owned filter option back * feat: refactor missing/collected filter into its own option * fix: wording collected -> registered * feat: added a label on the filter toggles
1 parent cac1847 commit c61bb1f

File tree

28 files changed

+162
-36
lines changed

28 files changed

+162
-36
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"noAccount": "Account not found",
3+
"loading": "Loading...",
4+
"error": "Sorry, something went wrong."
5+
}

frontend/public/locales/de-DE/common/packs.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@
1616
"suicunepack": "Suicune",
1717
"deluxepack": "Deluxe Pack: ex",
1818
"everypack": "Alle Packs",
19-
2019
"all": "Alle Packs",
21-
"missions": "Missionen"
20+
"missions": "Missionen",
21+
"megaaltariapack": "Mega Altaria",
22+
"megablazikenpack": "Mega Blaziken",
23+
"megagyaradospack": "Mega Gyarados",
24+
"crimsonblazepack": "Crimson Blaze"
2225
}

frontend/public/locales/de-DE/common/sets.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"expansion": "Erweiterung",
3-
43
"geneticapex": "Unschlagbare Gene",
54
"mythicalisland": "Mysteriöse Insel",
65
"space-timesmackdown": "Kollision von Raum und Zeit",
@@ -13,7 +12,6 @@
1312
"secludedsprings": "Verborgene Quelle",
1413
"deluxepackex": "Deluxe Pack: ex",
1514
"promo-a": "Promo-A",
16-
1715
"geneticapex(a1)": "Unschlagbare Gene (A1)",
1816
"mythicalisland(a1a)": "Mysteriöse Insel (A1a)",
1917
"space-timesmackdown(a2)": "Kollision von Raum und Zeit (A2)",
@@ -26,6 +24,11 @@
2624
"secludedsprings(a4a)": "Verborgene Quelle (A4a)",
2725
"deluxepackex(a4b)": "Deluxe Pack: ex",
2826
"promo-a(p-a)": "Promo-A (P-A)",
29-
30-
"all": "Alle"
27+
"all": "Alle",
28+
"megarising": "Mega Rising",
29+
"crimsonblaze": "Crimson Blaze",
30+
"promo-b": "Promo-B",
31+
"megarising(b1)": "Mega Rising (B1)",
32+
"crimsonblaze(b1a)": "Crimson Blaze (B1a)",
33+
"promo-a(p-b)": "Promo-A (P-B)"
3134
}

frontend/public/locales/de-DE/edit-profile.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"usernameTooShort": "Benutzername muss mindestens 2 Zeichen lang sein",
1818
"friendIdInvalid": "Der Freundescodes ist ungültig, dieser besteht aus 16 Zeichen",
1919
"accountSaved": "Konto gespeichert.",
20-
"accountSavingError": "Fehler beim speichern."
20+
"accountSavingError": "Fehler beim speichern.",
21+
"openTradingSettings": "Open trading settings"
2122
}

frontend/public/locales/de-DE/filters.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,17 @@
1010
"numberCards": "Anzahl der gesuchten Karten",
1111
"maxNum": "Maximale Anzahl der Karten",
1212
"minNum": "Minimale Anzahl der Karten"
13-
}
13+
},
14+
"f-ownership": {
15+
"all": "All",
16+
"missing": "Missing",
17+
"registered": "Registered"
18+
},
19+
"f-trading": {
20+
"all": "All",
21+
"wanted": "Wanted",
22+
"extra": "For trade"
23+
},
24+
"carddex": "Card Dex",
25+
"trading": "Trading"
1426
}

frontend/public/locales/de-DE/pages/card-detail.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
"updated": "Aktualisiert",
1818
"alternateVersions": "Alternative Versionen",
1919
"totalAmount": "Gesamtmenge",
20-
"uncollectTooltip": "Das Entsammeln einer Karte verringert nicht die Kartenanzahl, aber zeigt die Karte als nicht gesammelt an."
20+
"uncollectTooltip": "Das Entsammeln einer Karte verringert nicht die Kartenanzahl, aber zeigt die Karte als nicht gesammelt an.",
21+
"uncollect": "Uncollect",
22+
"uncollecting": "Uncollecting..."
2123
},
2224
"cardType": {
2325
"pokémon": "Pokémon",

frontend/public/locales/de-DE/pages/collection.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"share": "Teilen"
1313
},
1414
"stats": {
15-
"summary": "{{selected}} ausgewählt, {{uniquesOwned}} einzigartige im Besitz, {{totalOwned}} Gesamt"
15+
"summary": "{{selected}} ausgewählt, {{uniquesOwned}} einzigartige im Besitz, {{totalOwned}} Gesamt",
16+
"mewCardOwned": "You unlocked the special Mew card! This is included in our totals, but note that the in-game totals don't include this card."
1617
},
1718
"trade": {
1819
"button": "Copy trade message",
@@ -21,5 +22,8 @@
2122
"lookingForCards": "Suche",
2223
"forTradeCards": "Tausche",
2324
"copiedInClipboard": "Zu tauschende Karten wurden in die Zwischenablage kopiert!"
24-
}
25+
},
26+
"collectionOf": "Collection of",
27+
"goToCollection": "Go to collection",
28+
"goToMissions": "Go to missions"
2529
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"shareOn": "Share on",
3+
"copyTradeLink": "Copy trading link",
4+
"copyCollectionLink": "Copy collection link"
5+
}

frontend/public/locales/de-DE/trade-matches.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,20 @@
4242
"raritySettings": "Seltenheitseinstellungen",
4343
"rarity": "Seltenheit",
4444
"toCollect": "Zu Sammeln",
45-
"toKeep": "Zu Behalten"
45+
"toKeep": "Zu Behalten",
46+
"notFound": "Account not found",
47+
"viewTradePartner": "View matches",
48+
"noTradePartners": "We couldn't find anyone for you to trade with.",
49+
"isActiveTrading": "Accepting new trades",
50+
"toCollectTooltip": "The amount of cards you want to collect by trading. Tip: Set this value to 0 to exclude a rarity from trading.",
51+
"toKeepTooltip": "The minimum amount of cards you want to trade down to.",
52+
"tabMatches": "Matches",
53+
"noAccount": "First set up your account using 'Edit profile' in the top right corner.",
54+
"longOperation": "This might take a while.",
55+
"movedToCollectionPage": "You can now manage your trading cards on your collection page.",
56+
"search": {
57+
"byCard": "Search {{cardName}}",
58+
"selectCard": "Select card to search",
59+
"allCards": "Search all cards"
60+
}
4661
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)