You've already forked tf2wikipricing
Initial commit
This commit is contained in:
24
src/strings/ja.js
Normal file
24
src/strings/ja.js
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
"%@ key": "%@ key",
|
||||
"%@ keys": "%@ keys",
|
||||
|
||||
// Item quality names, all sourced from TF2 wiki
|
||||
"Normal": "ノーマル",
|
||||
"Genuine": "ジェニュイン",
|
||||
"Vintage": "ビンテージ",
|
||||
"Unique": "専用",
|
||||
"Strange": "ストレンジ",
|
||||
"Collector's": "Collector's",
|
||||
"Haunted": "Haunted"
|
||||
}
|
||||
Reference in New Issue
Block a user