Initial commit

This commit is contained in:
xenticore
2025-03-21 13:53:45 -04:00
commit 568b2eaabd
28 changed files with 1604 additions and 0 deletions

24
src/strings/ja.js Normal file
View 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"
}