Skip to content

Commit

Permalink
Translated using Weblate (Russian)
Browse files Browse the repository at this point in the history
Currently translated at 98.5% (281 of 285 strings)

Translation: Clipious/App translation
Translate-URL: https://hosted.weblate.org/projects/clipious/app-translation/ru/
  • Loading branch information
v1s7 authored and weblate committed Dec 16, 2023
1 parent 4e5746a commit dd8b9cb
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions lib/l10n/app_ru.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1202,5 +1202,35 @@
"copySettingsAsJson": "Скопировать настройки в формате JSON в буфер обмена",
"@copySettingsAsJson": {
"description": "title for settings sections to allow users to copy their settings as json to make debugging easier"
},
"skipStepDescription": "Количество секунд для пропуска вперед/назад",
"@skipStepDescription": {
"description": "Title for the settings to set the skipping step"
},
"serverIsNotReachable": "Сервер недоступен",
"@serverIsNotReachable": {
"description": "Title for dialog when adding a server that is not reachable"
},
"nFilters": "{count, plural, =0{Нет видео} =1{1 фильтр} other{{count} фильтров}}",
"@nFilters": {
"description": "One or more video filters",
"placeholders": {
"count": {
"type": "num",
"format": "compact"
}
}
},
"malformedStatsEndpointDescription": "Конечная точка статистики сервера не ответила на ожидаемую нагрузку, ключ \"software.name\" должен быть равен \"invidious\".\nОтвет от сервера:",
"@malformedStatsEndpointDescription": {
"description": "Description of the possible issue for an invalid stats endpoints"
},
"malformedStatsEndpoint": "/api/v1/stats не такое, как ожидалось",
"@malformedStatsEndpoint": {
"description": "Title for dialog when adding a server that isn't validated as it should"
},
"skipStep": "Пропустить шаг вперёд/назад",
"@skipStep": {
"description": "Title for the settings to set the skipping step"
}
}

0 comments on commit dd8b9cb

Please sign in to comment.