You've already forked tf2wikipricing
26 lines
825 B
JavaScript
26 lines
825 B
JavaScript
module.exports = {
|
|
// Generic button text, %@ is always a URL (eg. backpack.tf)
|
|
"View listings on %@": "Voir les offres sur %@",
|
|
|
|
// Itembox header
|
|
"Community Pricing": "Community Pricing",
|
|
// Itembox footer
|
|
"Updated %@": "Updated %@.",
|
|
"Trade prices sourced from %@. Currency conversions are approximate.": "Trade prices sourced from %@. Currency conversions are approximate.", // %@ is always a URL, (eg. prices.tf)
|
|
|
|
// Price strings
|
|
"Data unavailable": "Data unavailable", // sourced from AppleGlot
|
|
"%@ ref": "%@ ref",
|
|
"%@ key": "%@ key",
|
|
"%@ keys": "%@ keys",
|
|
|
|
// Item quality names, all sourced from TF2 wiki
|
|
"Normal": "Normale",
|
|
"Genuine": "Autentico",
|
|
"Vintage": "Vintage",
|
|
"Unique": "Unico",
|
|
"Strange": "Strano",
|
|
"Collector's": "Da collezione",
|
|
"Haunted": "Stregato",
|
|
"Australium": "Australium"
|
|
} |