l10n: add australium localization

This commit is contained in:
xenticore
2025-03-29 00:01:19 -04:00
parent 04845d6bbf
commit c9628de4c6
3 changed files with 8 additions and 5 deletions

View File

@@ -21,5 +21,6 @@ module.exports = {
"Unique": "Unique", "Unique": "Unique",
"Strange": "Strange", "Strange": "Strange",
"Collector's": "Collector's", "Collector's": "Collector's",
"Haunted": "Haunted" "Haunted": "Haunted",
"Australium": "Australium"
} }

View File

@@ -21,5 +21,6 @@ module.exports = {
"Unique": "de Calidad Única", "Unique": "de Calidad Única",
"Strange": "de Calidad Rara", "Strange": "de Calidad Rara",
"Collector's": "de Coleccionista", "Collector's": "de Coleccionista",
"Haunted": "de Calidad Embrujada" "Haunted": "de Calidad Embrujada",
"Australium": "de Australium"
} }

View File

@@ -11,8 +11,8 @@ module.exports = {
// Price strings // Price strings
"Data unavailable": "データがありません", // sourced from AppleGlot "Data unavailable": "データがありません", // sourced from AppleGlot
"%@ ref": "%@精錬メタル", "%@ ref": "%@精錬メタル",
"%@ key": "%@ key", "%@ key": "%@個の鍵",
"%@ keys": "%@ keys", "%@ keys": "%@個の鍵",
// Item quality names, all sourced from TF2 wiki // Item quality names, all sourced from TF2 wiki
"Normal": "ノーマル", "Normal": "ノーマル",
@@ -21,5 +21,6 @@ module.exports = {
"Unique": "専用", "Unique": "専用",
"Strange": "ストレンジ", "Strange": "ストレンジ",
"Collector's": "Collector's", "Collector's": "Collector's",
"Haunted": "Haunted" "Haunted": "Haunted",
"Australium": "オーストラリウム"
} }