mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-17 17:06:56 +08:00
Merge pull request #809 from Saibamen/pagination_no_text
Don't display "count" text for pagination
This commit is contained in:
@@ -301,6 +301,5 @@ export default {
|
||||
clearDataOlderThan: "Ще се съхранява за {0} дни.",
|
||||
records: "записа",
|
||||
"One record": "Един запис",
|
||||
"Showing {from} to {to} of {count} records": "Показване на {from} до {to} от {count} записа",
|
||||
steamApiKeyDescription: "За да мониторирате Steam Gameserver се нуждаете от Steam Web-API ключ. Може да регистрирате Вашия API ключ тук: ",
|
||||
};
|
||||
|
@@ -302,7 +302,6 @@ export default {
|
||||
PasswordsDoNotMatch: "Passwörter stimmen nicht überein.",
|
||||
records: "Einträge",
|
||||
"One record": "Ein Eintrag",
|
||||
"Showing {from} to {to} of {count} records": "Zeige {from} zu {to} von {count} Einträge",
|
||||
steamApiKeyDescription: "Um einen Steam Game Server zu überwachen, wird ein Steam Web-API-Schlüssel benötigt. Dieser kann hier registriert werden: ",
|
||||
"Current User": "Aktueller Benutzer",
|
||||
};
|
||||
|
@@ -304,7 +304,6 @@ export default {
|
||||
PasswordsDoNotMatch: "Passwords do not match.",
|
||||
records: "records",
|
||||
"One record": "One record",
|
||||
"Showing {from} to {to} of {count} records": "Showing {from} to {to} of {count} records",
|
||||
steamApiKeyDescription: "For monitoring a Steam Game Server you need a Steam Web-API key. You can register your API key here: ",
|
||||
"Current User": "Current User",
|
||||
};
|
||||
|
@@ -202,6 +202,5 @@ export default {
|
||||
clearDataOlderThan: "Mantener los datos del historial del monitor durante {0} días.",
|
||||
records: "registros",
|
||||
"One record": "Un registro",
|
||||
"Showing {from} to {to} of {count} records": "Mostrando desde {from} a {to} de {count} registros",
|
||||
steamApiKeyDescription: "Para monitorear un servidor de juegos de Steam, necesita una clave Steam Web-API. Puede registrar su clave API aquí: ",
|
||||
};
|
||||
|
@@ -182,9 +182,6 @@ export default {
|
||||
"Uptime Kuma": "آپتایم کوما",
|
||||
records: "مورد",
|
||||
"One record": "یک مورد",
|
||||
"Showing {from} to {to} of {count} records": "نمایش از {from} تا {to} از {count} مورد",
|
||||
First: "اولین",
|
||||
Last: "آخرین",
|
||||
Info: "اطلاعات",
|
||||
"Powered by": "نیرو گرفته از",
|
||||
telegram: "Telegram",
|
||||
|
@@ -302,6 +302,5 @@ export default {
|
||||
PasswordsDoNotMatch: "Hasła nie pasują.",
|
||||
records: "rekordy",
|
||||
"One record": "Jeden rekord",
|
||||
"Showing {from} to {to} of {count} records": "Wyświetlanie {from} do {to} z {count} rekordów",
|
||||
steamApiKeyDescription: "Do monitorowania serwera gier Steam potrzebny jest klucz Steam Web-API. Możesz zarejestrować swój klucz API tutaj: ",
|
||||
};
|
||||
|
@@ -307,6 +307,5 @@ export default {
|
||||
PasswordsDoNotMatch: "Пароли не совпадают.",
|
||||
records: "записей",
|
||||
"One record": "Одна запись",
|
||||
"Showing {from} to {to} of {count} records": "Показывается от {from} до {to} из {count} записей",
|
||||
steamApiKeyDescription: "Для мониторинга игрового сервера Steam вам необходим Web-API ключ Steam. Зарегистрировать его можно здесь: ",
|
||||
};
|
||||
|
Reference in New Issue
Block a user