You've already forked tf2wikipricing
44 lines
1.2 KiB
JavaScript
44 lines
1.2 KiB
JavaScript
module.exports = {
|
|
// Generic button text, %@ is always a URL (eg. backpack.tf)
|
|
"View listings on %@": "View listings on %@",
|
|
|
|
// Itembox header
|
|
"Community Pricing": "Community Pricing",
|
|
// Itembox footer
|
|
"Updated %@": "Updated %@", // %@ is a date string, sourced from AppleGlot
|
|
"Acknowledgements": "Acknowledgements", // sourced from AppleGlot
|
|
|
|
// Price strings
|
|
"Data unavailable": "Adat nem érhető el", // sourced from AppleGlot
|
|
"%@ ref": "%@ ref",
|
|
"%@ key": "%@ key",
|
|
"%@ keys": "%@ keys",
|
|
|
|
// Item quality names, all sourced from TF2 wiki
|
|
"Normal": "Normal",
|
|
"Genuine": "Genuine",
|
|
"Vintage": "Vintage",
|
|
"Unique": "Unique",
|
|
"Strange": "Strange",
|
|
"Collector's": "Collector's",
|
|
"Haunted": "Haunted",
|
|
"Australium": "Australium",
|
|
"Festive": "Festive",
|
|
|
|
// Botkiller names, all sourced from TF2 wiki
|
|
"Botkiller": "Botkiller",
|
|
"Silver": "Silver",
|
|
"Gold": "Gold",
|
|
"Rust": "Rust",
|
|
"Blood": "Blood",
|
|
"Carbonado": "Carbonado",
|
|
"Diamond": "Diamond",
|
|
"Silver Mk.II": "Silver Mk.II",
|
|
"Gold Mk.II": "Gold Mk.II",
|
|
|
|
// Killstreak tiers sourced from TF2 wiki
|
|
"Killstreak Kit": "Killstreak Kit",
|
|
"kt-1": "Standard",
|
|
"kt-2": "Specialized",
|
|
"kt-3": "Professional",
|
|
} |