🌐 New Crowdin updates (#927)

This commit is contained in:
Thomas Camlong
2023-05-21 02:19:46 +09:00
committed by GitHub
parent 48d3c7cc92
commit 6a876ca309
61 changed files with 319 additions and 165 deletions
@@ -1,17 +1,24 @@
{
"descriptor": {
"name": "",
"description": "",
"name": "Медиазапросы",
"description": "Посмотреть список всех медиазапросов от вашего Overseerr или Jellyseerr",
"settings": {
"title": ""
"title": "Список медиазапросов",
"replaceLinksWithExternalHost": {
"label": ""
}
}
},
"noRequests": "",
"pending": "",
"nonePending": "",
"noRequests": "Запросы не найдены. Убедитесь, что вы настроили свои приложения правильно.",
"pending": "Есть {{countPendingApproval}} запросов, ожидающих утверждения.",
"nonePending": "В настоящее время нет никаких ожидающих одобрения решений. Вы свободны!",
"state": {
"approved": "",
"pendingApproval": "",
"declined": ""
"approved": "Утверждено",
"pendingApproval": "Ожидает утверждения",
"declined": "Отклонено"
},
"tooltips": {
"approve": "",
"decline": ""
}
}