renat-sagut commented on code in PR #63450:
URL: https://github.com/apache/airflow/pull/63450#discussion_r2928097391
##########
airflow-core/src/airflow/ui/public/i18n/locales/ru/dashboard.json:
##########
@@ -0,0 +1,47 @@
+{
+ "favorite": {
+ "favoriteDags_one": "Первый {{count}} избранный Даг",
+ "favoriteDags_few": "Первые {{count}} избранных Дага",
+ "favoriteDags_other": "Первые {{count}} избранных Дагов",
+ "noDagRuns": "Для этого дага еще нет запусков.",
+ "noFavoriteDags": "Ещё нет избранных. Нажмите на иконку со звёздочкой
рядом с Дагом в списке, чтобы добавить его в избранное."
+ },
+ "group": "Группа",
+ "health": {
+ "dagProcessor": "Процессор Дага",
+ "health": "Здоровье",
+ "healthy": "Здоровый",
+ "lastHeartbeat": "Последний hearbeat-сигнал",
+ "metaDatabase": "Метабаза данных",
+ "scheduler": "Планировщик",
+ "status": "Статус",
+ "triggerer": "Триггер",
+ "unhealthy": "Нездоровый"
+ },
+ "history": "История",
+ "importErrors": {
+ "dagImportError_one": "Ошибка импорта Дагов",
+ "dagImportError_other": "Ошибки импорта Дагов",
+ "searchByFile": "Поиск по файлу",
+ "timestamp": "Временная метка"
+ },
+ "managePools": "Управление пулами",
+ "noAssetEvents": "Нет найденных событий активов.",
+ "poolSlots": "Слоты пула",
+ "sortBy": {
+ "newestFirst": "Сначала новые",
+ "oldestFirst": "Сначала старые",
+ "placeholder": "Сортировать по"
+ },
+ "source": "Источник",
+ "stats": {
+ "activeDags": "Активные Даги",
+ "failedDags": "Неудавшиеся Даги",
+ "queuedDags": "Даги в очереди",
+ "requiredActions": "Необходимые действия",
+ "runningDags": "Запущенные Даги",
Review Comment:
```suggestion
"runningDags": "Выполняющиеся Даги",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]