Files
tf2wikipricing/src/strings/ar.js
2025-04-24 17:07:38 -04:00

44 lines
1.3 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
"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": "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",
}