You've already forked tf2wikipricing
l10n: stub all wiki languages
This commit is contained in:
44
src/strings/hu.js
Normal file
44
src/strings/hu.js
Normal file
@@ -0,0 +1,44 @@
|
||||
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",
|
||||
}
|
||||
Reference in New Issue
Block a user