Files
tf2wikipricing/src/strings/ru.js
2025-04-24 17:07:38 -04:00

44 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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": "профессионального",
}