Files
Homarr/public/locales/uk/modules/media-transcoding.json
Thomas Camlong 3651585271 chore: new Crowdin updates (#2169)
* New translations common.json (Ukrainian)

* New translations date.json (Ukrainian)

* New translations weather.json (Ukrainian)

* New translations page-appearance.json (Ukrainian)

* New translations common.json (Ukrainian)

* New translations page-appearance.json (Ukrainian)

* New translations login.json (Ukrainian)

* New translations selector.json (Ukrainian)

* New translations add-app.json (Ukrainian)

* New translations about.json (Ukrainian)

* New translations torrents-status.json (Ukrainian)

* New translations manage.json (Ukrainian)

* New translations boards.json (Ukrainian)

* New translations users.json (Ukrainian)

* New translations docker.json (Ukrainian)

* New translations entity-state.json (Ukrainian)

* New translations edit.json (Ukrainian)

* New translations trigger-automation.json (Ukrainian)

* New translations indexer-manager.json (Ukrainian)

* New translations health-monitoring.json (Ukrainian)

* New translations media-transcoding.json (Ukrainian)
2024-11-01 10:04:23 +01:00

97 lines
3.1 KiB
JSON
Raw Permalink 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.
{
"descriptor": {
"name": "Перекодування медіа",
"description": "Відображає інформацію про перекодування медіа",
"settings": {
"title": "Налаштування перекодування мультимедіа",
"appId": {
"label": "Виберіть програму"
},
"defaultView": {
"label": "Вигляд за замовчуванням",
"data": {
"workers": "Робітники",
"queue": "Черга",
"statistics": "Статистика"
}
},
"showHealthCheck": {
"label": "Показувати індикатор перевірки працездатності"
},
"showHealthChecksInQueue": {
"label": "Показувати перевірки працездатності в черзі"
},
"queuePageSize": {
"label": "Черга: Елементи на сторінку"
},
"showAppIcon": {
"label": "Показати іконку програми в правому нижньому куті"
}
}
},
"noAppSelected": "Будь ласка, оберіть додаток у налаштуваннях віджету",
"views": {
"workers": {
"table": {
"header": {
"name": "Файл",
"eta": "Залишилося",
"progress": "Прогрес"
},
"empty": "Пусто",
"tooltip": {
"transcode": "Перекодувати",
"healthCheck": "Перевірка працездатності"
}
}
},
"queue": {
"table": {
"header": {
"name": "Файл",
"size": "Розмір"
},
"footer": {
"currentIndex": "{{start}}-{{end}} від {{total}}"
},
"empty": "Пусто",
"tooltip": {
"transcode": "Перекодувати",
"healthCheck": "Перевірка працездатності"
}
}
},
"statistics": {
"empty": "Пусто",
"box": {
"transcodes": "Перекодує: {{value}}",
"healthChecks": "Перевірки працездатності: {{value}}",
"files": "Файли: {{value}}",
"spaceSaved": "Збережено: {{value}}"
},
"pies": {
"transcodes": "Перекодує",
"healthChecks": "Перевірка працездатності",
"videoCodecs": "Кодеки",
"videoContainers": "Контейнери",
"videoResolutions": "Роздільна здатність"
}
}
},
"error": {
"title": "Помилка",
"message": "Виникла помилка при отриманні даних з Tdarr."
},
"tabs": {
"workers": "Робітники",
"queue": "Черга",
"statistics": "Статистика"
},
"healthCheckStatus": {
"title": "Перевірка працездатності",
"queued": "У черзі",
"healthy": "Здоровий",
"unhealthy": "Нездоровий"
}
}