You've already forked tf2wikipricing
26 lines
971 B
JavaScript
26 lines
971 B
JavaScript
module.exports = {
|
|
// Generic button text, %@ is always a URL (eg. backpack.tf)
|
|
"View listings on %@": "Ver ofertas en %@",
|
|
|
|
// Itembox header
|
|
"Community Pricing": "Precios de la comunidad",
|
|
// Itembox footer
|
|
"Updated %@.": "Actualizado %@.", // %@ is a date string, sourced from AppleGlot
|
|
"Trade prices sourced from %@. Currency conversions are approximate.": "Precios comerciales obtenidos de %@. Las conversiones de divisas son aproximadas.", // %@ is always a URL, (eg. prices.tf)
|
|
|
|
// Price strings
|
|
"Data unavailable": "Datos no disponibles", // sourced from AppleGlot
|
|
"%@ ref": "%@ ref",
|
|
"%@ key": "%@ llave",
|
|
"%@ keys": "%@ llaves",
|
|
|
|
// Item quality names, all sourced from TF2 wiki
|
|
"Normal": "de Calidad Normal",
|
|
"Genuine": "de Calidad Genuina",
|
|
"Vintage": "de Calidad Clásica",
|
|
"Unique": "de Calidad Única",
|
|
"Strange": "de Calidad Rara",
|
|
"Collector's": "de Coleccionista",
|
|
"Haunted": "de Calidad Embrujada",
|
|
"Australium": "de Australium"
|
|
} |