feat: add money converter dialog, bump version to 1.3.36

Extract currency conversion out of character/NPC sheets into a
dedicated dialog with live NBP exchange rates, covering both
real-world (PLN/EUR/USD) and in-world currencies (Thrakka, Sol-3
Federation Credit, Silver Talent, Gold Crown, Platinum Lingot).
This commit is contained in:
Octoturge
2026-08-17 21:01:56 +02:00
parent c238f61cfc
commit 0fe9dd02d6
7 changed files with 254 additions and 206 deletions
+31
View File
@@ -573,6 +573,37 @@
"zakazana-wiedza-dziedzina": "Forbidden Knowledge (Discipline)",
"zawisanie-w-powietrzu": "Hovering",
"naturalny-lot": "Natural Flight"
},
"moneyConverter": {
"liveRates": "📡 Rates from NBP ({date})",
"defaultRates": "📡 Default rates (no connection to NBP)",
"actorCash": "Actor cash:",
"campaignYear": "Campaign year: {year}",
"calculator": "Calculator",
"resetToCash": "Reset to cash",
"exchangeRatesTable": "Exchange rates table",
"currency": "Currency",
"ratePln": "Rate (PLN)",
"onePlnEquals": "1 PLN =",
"note": "Note",
"currencies": {
"PLN": "PLN (Zloty)",
"EUR": "EUR (Euro)",
"USD": "USD (US Dollar)",
"TH": "TH (Thrakka)",
"FC": "FC (Sol-3 Federation Credit)",
"ST": "ST (Silver Talent)",
"ZK": "ZK (Gold Crown)",
"PL": "PL (Platinum Lingot)"
},
"notes": {
"nbp": "NBP {date}",
"th": "1:1 with EUR",
"fc": "fixed rate 2 PLN = 1 FC",
"st": "1 ST = 240 PLN",
"zk": "1 ZK = 12 ST",
"pl": "1 PL = 12 ZK"
}
}
}
}