You've already forked tf2wikipricing
26 lines
965 B
JavaScript
26 lines
965 B
JavaScript
module.exports = {
|
|
// Generic button text, %@ is always a URL (eg. backpack.tf)
|
|
"View listings on %@": "%@で検索結果を見る",
|
|
|
|
// Itembox header
|
|
"Community Pricing": "Community Pricing",
|
|
// Itembox footer
|
|
"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": "データがありません", // sourced from AppleGlot
|
|
"%@ ref": "%@精錬メタル",
|
|
"%@ key": "%@個の鍵",
|
|
"%@ keys": "%@個の鍵",
|
|
|
|
// Item quality names, all sourced from TF2 wiki
|
|
"Normal": "ノーマル",
|
|
"Genuine": "ジェニュイン",
|
|
"Vintage": "ビンテージ",
|
|
"Unique": "専用",
|
|
"Strange": "ストレンジ",
|
|
"Collector's": "Collector's",
|
|
"Haunted": "Haunted",
|
|
"Australium": "オーストラリウム"
|
|
} |