feat(lang): translations update from Weblate (#2202)

* feat(lang): translated using Weblate (Portuguese (Brazil))

Currently translated at 99.7% (887 of 889 strings)

Co-authored-by: Tijuco <sendtomy@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/
Translation: Overseerr/Overseerr Frontend

* feat(lang): translated using Weblate (French)

Currently translated at 100.0% (883 of 883 strings)

Co-authored-by: Clément Wigy <clement.wigy@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend

* feat(lang): translated using Weblate (Czech)

Currently translated at 44.9% (397 of 883 strings)

Co-authored-by: Core Intel <rideonit@seznam.cz>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/cs/
Translation: Overseerr/Overseerr Frontend

Co-authored-by: Tijuco <sendtomy@protonmail.com>
Co-authored-by: Clément Wigy <clement.wigy@gmail.com>
Co-authored-by: Core Intel <rideonit@seznam.cz>
This commit is contained in:
Weblate (bot)
2021-10-15 18:30:15 +02:00
committed by GitHub
parent 0b1c2b1745
commit 492d8e3daa
3 changed files with 30 additions and 11 deletions

View File

@@ -881,5 +881,9 @@
"components.MovieDetails.showmore": "Mostrar Mais",
"components.MovieDetails.showless": "Mostrar Menos",
"components.TvDetails.streamingproviders": "Em Exibição na",
"components.MovieDetails.streamingproviders": "Em Exibição na"
"components.MovieDetails.streamingproviders": "Em Exibição na",
"components.Settings.SettingsJobsCache.jobScheduleEditSaved": "Tarefa editada com sucesso!",
"components.Settings.SettingsJobsCache.editJobSchedulePrompt": "Frequência",
"components.Settings.SettingsJobsCache.editJobScheduleSelectorHours": "A cada {jobScheduleHours, plural, one {hora} other {{jobScheduleHours} horas}}",
"components.Settings.SettingsJobsCache.editJobScheduleSelectorMinutes": "A cada {jobScheduleMinutes, plural, one {minuto} other {{jobScheduleMinutes} minutos}}"
}