Don't display "count" text for pagination

This commit is contained in:
Adam Stachowicz
2021-10-26 18:03:49 +02:00
parent 8d984881c9
commit 2e7ad1b7b2
9 changed files with 14 additions and 47 deletions

View File

@@ -305,8 +305,5 @@ export default {
"Monitor History": "История мониторов",
clearDataOlderThan: "Сохранять историю мониторов в течение {0} дней.",
PasswordsDoNotMatch: "Пароли не совпадают.",
records: "записей",
"One record": "Одна запись",
"Showing {from} to {to} of {count} records": "Показывается от {from} до {to} из {count} записей",
steamApiKeyDescription: "Для мониторинга игрового сервера Steam вам необходим Web-API ключ Steam. Зарегистрировать его можно здесь: ",
};