Files
tf2wikipricing/src/strings/nl.js
xenticore c8f71b4f47 l10n: update attribution text and style
New text is easier to localize, strings can be found in free dictionaries
2025-04-30 19:15:38 -04:00

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