Files
NodeBB/public/language/ru/unread.json
Barış Soner Uşaklı 844cb91beb feat: update all language keys to use - instead of _ (#12059)
* feat: update all language keys to use - instead of _

* refactor: update language keys
2023-10-05 12:48:50 -04:00

15 lines
741 B
JSON
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.
{
"title": "Непрочитанные темы",
"no-unread-topics": "Нет непрочитанных тем.",
"load-more": "Загрузить еще",
"mark-as-read": "Пометить как прочитанное",
"selected": "Выбрано",
"all": "Все",
"all-categories": "Все категории",
"topics-marked-as-read.success": "Все темы помечены как прочитанные!",
"all-topics": "Все темы",
"new-topics": "Новые темы",
"watched-topics": "Отслеживаемые темы",
"unreplied-topics": "Неотвеченные темы",
"multiple-categories-selected": "Выбрано несколько категорий"
}