You've already forked tf2wikipricing
l10n: stub all wiki languages
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
const localizations: {[lang: string]: any} = {
|
||||
'en': require('../../strings/en'), // English
|
||||
'es': require('../../strings/es'), // Spanish
|
||||
// 'ja': require('../../strings/ja'), // Japanese
|
||||
// 'it': require('../../strings/it'), // Italian
|
||||
// 'ar': require('../../strings/ar.json') as object, // Arabic
|
||||
// 'cs': require('../../strings/cs.json') as object, // Czech
|
||||
// 'da': require('../../strings/da.json') as object, // Danish
|
||||
// 'de': require('../../strings/de.json') as object, // German
|
||||
// 'fi': require('../../strings/fi.json') as object, // Finnish
|
||||
// 'fr': require('../../strings/fr.json') as object, // French
|
||||
// 'hu': require('../../strings/hu.json') as object, // Hungarian
|
||||
// 'ko': require('../../strings/ko.json') as object, // Korean
|
||||
// 'nl': require('../../strings/nl.json') as object, // Dutch
|
||||
// 'no': require('../../strings/no.json') as object, // Norwegian Bokmål
|
||||
// 'pl': require('../../strings/pl.json') as object, // Polish
|
||||
// 'pt': require('../../strings/pt.json') as object, // Portuguese
|
||||
// 'pt-BR': require('../../strings/pt-BR.json') as object, // Brazilian Portuguese
|
||||
// 'ro': require('../../strings/ro.json') as object, // Romanian
|
||||
// 'ru': require('../../strings/ru.json') as object, // Russian
|
||||
// 'sv': require('../../strings/sv.json') as object, // Swedish
|
||||
// 'tr': require('../../strings/tr.json') as object, // Turkish
|
||||
// 'zh-Hans': require('../../strings/zh-Hans.json') as object, // Simplified Chinese
|
||||
// 'zh-Hant': require('../../strings/zh-Hant.json') as object, // Traditional Chinese
|
||||
'ja': require('../../strings/ja'), // Japanese
|
||||
'it': require('../../strings/it'), // Italian
|
||||
'ar': require('../../strings/ar') as object, // Arabic
|
||||
'cs': require('../../strings/cs') as object, // Czech
|
||||
'da': require('../../strings/da') as object, // Danish
|
||||
'de': require('../../strings/de') as object, // German
|
||||
'fi': require('../../strings/fi') as object, // Finnish
|
||||
'fr': require('../../strings/fr') as object, // French
|
||||
'hu': require('../../strings/hu') as object, // Hungarian
|
||||
'ko': require('../../strings/ko') as object, // Korean
|
||||
'nl': require('../../strings/nl') as object, // Dutch
|
||||
'no': require('../../strings/no') as object, // Norwegian Bokmål
|
||||
'pl': require('../../strings/pl') as object, // Polish
|
||||
'pt': require('../../strings/pt') as object, // Portuguese
|
||||
'pt-BR': require('../../strings/pt-BR') as object, // Brazilian Portuguese
|
||||
'ro': require('../../strings/ro') as object, // Romanian
|
||||
'ru': require('../../strings/ru') as object, // Russian
|
||||
'sv': require('../../strings/sv') as object, // Swedish
|
||||
'tr': require('../../strings/tr') as object, // Turkish
|
||||
'zh-Hans': require('../../strings/zh-Hans') as object, // Simplified Chinese
|
||||
'zh-Hant': require('../../strings/zh-Hant') as object, // Traditional Chinese
|
||||
}
|
||||
|
||||
export function $T(s: string, locale?: Intl.LocalesArgument): string {
|
||||
|
||||
44
src/strings/ar.js
Normal file
44
src/strings/ar.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",
|
||||
}
|
||||
44
src/strings/cs.js
Normal file
44
src/strings/cs.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",
|
||||
}
|
||||
44
src/strings/da.js
Normal file
44
src/strings/da.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",
|
||||
}
|
||||
44
src/strings/de.js
Normal file
44
src/strings/de.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",
|
||||
}
|
||||
44
src/strings/fi.js
Normal file
44
src/strings/fi.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",
|
||||
}
|
||||
44
src/strings/fr.js
Normal file
44
src/strings/fr.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",
|
||||
}
|
||||
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",
|
||||
}
|
||||
44
src/strings/ko.js
Normal file
44
src/strings/ko.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",
|
||||
}
|
||||
44
src/strings/nl.js
Normal file
44
src/strings/nl.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",
|
||||
}
|
||||
44
src/strings/no.js
Normal file
44
src/strings/no.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",
|
||||
}
|
||||
44
src/strings/pl.js
Normal file
44
src/strings/pl.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",
|
||||
}
|
||||
44
src/strings/pt-BR.js
Normal file
44
src/strings/pt-BR.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",
|
||||
}
|
||||
44
src/strings/pt.js
Normal file
44
src/strings/pt.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",
|
||||
}
|
||||
44
src/strings/ro.js
Normal file
44
src/strings/ro.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",
|
||||
}
|
||||
44
src/strings/ru.js
Normal file
44
src/strings/ru.js
Normal file
@@ -0,0 +1,44 @@
|
||||
module.exports = {
|
||||
// Generic button text, %@ is always a URL (eg. backpack.tf)
|
||||
"View listings on %@": "Просмотреть объявления на %@",
|
||||
|
||||
// Itembox header
|
||||
"Community Pricing": "Цены сообщества",
|
||||
// Itembox footer
|
||||
"Updated %@.": "Обновлено %@.", // %@ is a date string, sourced from AppleGlot
|
||||
"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": "из коллекции",
|
||||
"Haunted": "призрачного вида",
|
||||
"Australium": "из австралия",
|
||||
"Festive": "Праздничный",
|
||||
|
||||
// Botkiller names, all sourced from TF2 wiki
|
||||
"Botkiller": "Боткиллер",
|
||||
"Silver": "Серебряный",
|
||||
"Gold": "Золотой",
|
||||
"Rust": "Ржавый",
|
||||
"Blood": "Кровавый",
|
||||
"Carbonado": "Карбонадо",
|
||||
"Diamond": "Алмазный",
|
||||
"Silver Mk.II": "Серебряный вер. 2.0",
|
||||
"Gold Mk.II": "Золотой вер. 2.0",
|
||||
|
||||
// Killstreak tiers sourced from TF2 wiki
|
||||
"Killstreak Kit": "Набор убийцы",
|
||||
"kt-1": "серийного",
|
||||
"kt-2": "особо опасного",
|
||||
"kt-3": "профессионального",
|
||||
}
|
||||
44
src/strings/sv.js
Normal file
44
src/strings/sv.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",
|
||||
}
|
||||
44
src/strings/tr.js
Normal file
44
src/strings/tr.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",
|
||||
}
|
||||
44
src/strings/zh-Hans.js
Normal file
44
src/strings/zh-Hans.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",
|
||||
}
|
||||
44
src/strings/zh-Hant.js
Normal file
44
src/strings/zh-Hant.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