Skip to content

change i18n metrics.json for russian and uzbek languages #29636

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"validation": {
"required": "Это поле обязательно к заполнению.",
"minlength": "Это поле является обязательным, по крайней мере {{min}} символов.",
"maxlength": "Это поле не может быть длинее, чем {{max}} символов.",
"maxlength": "Это поле не может быть длиннее, чем {{max}} символов.",
"min": "Это поле должно быть больше, чем {{min}}.",
"max": "Это поле не может быть больше, чем {{max}}.",
"minbytes": "Это поле должно быть больше, чем {{min}} байтов.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,19 @@
}
},
"cache": {
"title": "статистика",
"cachename": "Название кеша",
"hits": "Попаданий",
"misses": "Промахов",
"evictions": "Количество очисток"
"title": "Статистика кэша",
"cachename": "Название",
"hits": "Попадания",
"misses": "Промахи",
"gets": "Получения",
"puts": "Сохранения",
"removals": "Удаления",
"evictions": "Очистки",
"hitPercent": "Попадания %",
"missPercent": "Промахи %",
"averageGetTime": "Среднее время получения (мкс)",
"averagePutTime": "Среднее время сохранения (мкс)",
"averageRemoveTime": "Среднее время удаления (мкс)"
},
"datasource": {
"usage": "Использование",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,21 @@
}
},
"cache": {
"title": "Statistika",
"title": "Kesh statistika",
"cachename": "Kesh nomi",
"hits": "Mos keldi",
"misses": "Mos kelmadi",
"evictions": "Tozalanganlar soni"
},
"gets": "Kesh olishlar",
"puts": "Kesh qo‘shishlar",
"removals": "Kesh o‘chirishlar",
"evictions": "Tozalanganlar soni",
"hitPercent": "Mos keldi %",
"missPercent": "Mos kelmadi %",
"averageGetTime": "O‘rtacha olish vaqti (µs)",
"averagePutTime": "O‘rtacha qo‘shish vaqti (µs)",
"averageRemoveTime": "O‘rtacha o‘chirish vaqti (µs)"
}
,
"datasource": {
"usage": "Foydalanish",
"title": "Malumotlar bazasi (1/1000 soniyada sodir bo'lgan voqealar)",
Expand Down
Loading