From b9bedac7d7ba85223ecf1d9b93b96e2a490d571a Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Sat, 1 Jan 2022 04:07:55 +0100 Subject: [PATCH] feat(lang): translations update from Hosted Weblate (#2374) * feat(lang): translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (997 of 997 strings) Co-authored-by: TheCatLady Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/ Translation: Overseerr/Overseerr Frontend * feat(lang): translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (997 of 997 strings) Co-authored-by: Hosted Weblate Co-authored-by: Tijuco Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/pt_BR/ Translation: Overseerr/Overseerr Frontend * feat(lang): translated using Weblate (Italian) Currently translated at 100.0% (997 of 997 strings) feat(lang): translated using Weblate (Italian) Currently translated at 100.0% (995 of 995 strings) Co-authored-by: Hosted Weblate Co-authored-by: Simone Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/it/ Translation: Overseerr/Overseerr Frontend Co-authored-by: TheCatLady Co-authored-by: Tijuco Co-authored-by: Simone --- src/i18n/locale/it.json | 5 ++++- src/i18n/locale/pt_BR.json | 4 +++- src/i18n/locale/zh_Hant.json | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/i18n/locale/it.json b/src/i18n/locale/it.json index 1797393ea..9a17231e7 100644 --- a/src/i18n/locale/it.json +++ b/src/i18n/locale/it.json @@ -992,5 +992,8 @@ "components.MovieDetails.productioncountries": "{countryCount, plural, one {Paese} other {Paesi}} di produzione", "components.TvDetails.productioncountries": "{countryCount, plural, one {Paese} other {Paesi}} di produzione", "components.RequestModal.requestmovies": "Richiedi {count} {count, plural, one {Film} other {Films}}", - "components.RequestModal.requestmovies4k": "Richiedi {count} {count, plural, one {Film} other {Films}} in 4K" + "components.RequestModal.requestmovies4k": "Richiedi {count} {count, plural, one {Film} other {Films}} in 4K", + "components.IssueDetails.commentplaceholder": "Aggiungi un commento…", + "components.RequestModal.requestApproved": "Richiesta di {title} approvata!", + "components.RequestModal.approve": "Approva richiesta" } diff --git a/src/i18n/locale/pt_BR.json b/src/i18n/locale/pt_BR.json index 661305099..ff6ddf17e 100644 --- a/src/i18n/locale/pt_BR.json +++ b/src/i18n/locale/pt_BR.json @@ -993,5 +993,7 @@ "components.NotificationTypeSelector.issuecreated": "Problema Reportado", "i18n.open": "Aberto", "i18n.resolved": "Resolvido", - "components.IssueDetails.commentplaceholder": "Adicionar um comentário…" + "components.IssueDetails.commentplaceholder": "Adicionar um comentário…", + "components.RequestModal.requestApproved": "Solicitação de {title} aprovada!", + "components.RequestModal.approve": "Aprovar Solicitação" } diff --git a/src/i18n/locale/zh_Hant.json b/src/i18n/locale/zh_Hant.json index 87ba97b88..ddf084f0c 100644 --- a/src/i18n/locale/zh_Hant.json +++ b/src/i18n/locale/zh_Hant.json @@ -993,5 +993,7 @@ "components.MovieDetails.productioncountries": "製作國家", "components.RequestModal.selectmovies": "請選擇電影", "components.TvDetails.productioncountries": "製作國家", - "components.IssueDetails.commentplaceholder": "發表評論…" + "components.IssueDetails.commentplaceholder": "發表評論…", + "components.RequestModal.requestApproved": "{title} 的請求已被批准。", + "components.RequestModal.approve": "批准請求" }