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

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

Currently translated at 100.0% (645 of 645 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 (Chinese (Traditional))

Currently translated at 93.6% (604 of 645 strings)

Co-authored-by: TheCatLady <doris.houng@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/zh_Hant/
Translation: Overseerr/Overseerr Frontend

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

Currently translated at 100.0% (645 of 645 strings)

Co-authored-by: Kobe <kobaubarr@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nl/
Translation: Overseerr/Overseerr Frontend

Co-authored-by: Tijuco <sendtomy@protonmail.com>
Co-authored-by: TheCatLady <doris.houng@gmail.com>
Co-authored-by: Kobe <kobaubarr@gmail.com>
pull/847/head
Weblate (bot) 3 years ago committed by GitHub
parent 4eae02a7e1
commit c5be00eebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -509,9 +509,9 @@
"components.UserList.password": "Wachtwoord",
"components.UserList.localuser": "Lokale gebruiker",
"components.UserList.email": "E-mailadres",
"components.Login.validationpasswordrequired": "Wachtwoord vereist",
"components.Login.validationemailrequired": "Ongeldig e-mailadres",
"components.Login.signinwithoverseerr": "Overseerr-account gebruiken",
"components.Login.validationpasswordrequired": "Je moet een wachtwoord opgeven",
"components.Login.validationemailrequired": "Je moet een geldig e-mailadres opgeven",
"components.Login.signinwithoverseerr": "Account {applicationTitle} gebruiken",
"components.Login.password": "Wachtwoord",
"components.Login.loginerror": "Er ging iets mis bij het inloggen.",
"components.Login.login": "Inloggen",
@ -690,5 +690,15 @@
"components.Settings.RadarrModal.validationApplicationUrlTrailingSlash": "URL mag niet eindigen op een schuine streep",
"components.Settings.RadarrModal.validationApplicationUrl": "Je moet een geldige URL opgeven",
"components.PermissionEdit.viewrequestsDescription": "Geeft toestemming om de verzoeken van andere gebruikers te bekijken.",
"components.PermissionEdit.viewrequests": "Verzoeken bekijken"
"components.PermissionEdit.viewrequests": "Verzoeken bekijken",
"components.UserList.validationEmail": "Je moet een geldig e-mailadres opgeven",
"components.UserEdit.validationEmail": "Je moet een geldig e-mailadres opgeven",
"components.Settings.SonarrModal.validationBaseUrlTrailingSlash": "Basis-URL mag niet eindigen op een schuine streep",
"components.Settings.SonarrModal.validationBaseUrlLeadingSlash": "Basis-URL moet met een schuine streep beginnen",
"components.Settings.RadarrModal.validationBaseUrlTrailingSlash": "Basis-URL mag niet eindigen op een schuine streep",
"components.Settings.RadarrModal.validationBaseUrlLeadingSlash": "Basis-URL moet met een schuine streep beginnen",
"components.Settings.Notifications.validationWebhookUrl": "Je moet een geldige URL opgeven",
"components.Settings.Notifications.validationEmail": "Je moet een geldig e-mailadres opgeven",
"components.Settings.Notifications.NotificationsWebhook.validationWebhookUrl": "Je moet een geldige URL opgeven",
"components.Settings.Notifications.NotificationsSlack.validationWebhookUrl": "Je moet een geldige URL opgeven"
}

@ -523,9 +523,9 @@
"components.UserList.createlocaluser": "Criar usuário local",
"components.UserList.create": "Criar",
"components.UserList.autogeneratepassword": "Gerar senha automaticamente",
"components.Login.validationpasswordrequired": "Senha necessária",
"components.Login.validationemailrequired": "E-mail inválido",
"components.Login.signinwithoverseerr": "Entrar com sua conta Overseerr",
"components.Login.validationpasswordrequired": "Você deve prover uma senha",
"components.Login.validationemailrequired": "Você deve prover um e-mail válido",
"components.Login.signinwithoverseerr": "Entrar com sua conta {applicationTitle}",
"components.Login.password": "Senha",
"components.Login.loginerror": "Algo deu errado ao tentar se autenticar.",
"components.Login.login": "Entrar",
@ -704,5 +704,15 @@
"components.Settings.RadarrModal.validationApplicationUrlTrailingSlash": "A URL não pode terminar com uma barra",
"components.Settings.RadarrModal.validationApplicationUrl": "Você deve prover uma URL válida",
"components.PermissionEdit.viewrequestsDescription": "Concede permissão para visualizar solicitações de outros usuários.",
"components.PermissionEdit.viewrequests": "Visualizar Solicitações"
"components.PermissionEdit.viewrequests": "Visualizar Solicitações",
"components.UserList.validationEmail": "Você deve prover um e-mail válido",
"components.UserEdit.validationEmail": "Você deve prover um e-mail válido",
"components.Settings.SonarrModal.validationBaseUrlTrailingSlash": "URL Base não deve terminar com uma barra",
"components.Settings.SonarrModal.validationBaseUrlLeadingSlash": "URL Base deve ter iniciar com uma barra",
"components.Settings.RadarrModal.validationBaseUrlTrailingSlash": "URL Base não deve terminar com uma barra",
"components.Settings.RadarrModal.validationBaseUrlLeadingSlash": "URL Base deve ter iniciar com uma barra",
"components.Settings.Notifications.validationWebhookUrl": "Você deve prover uma URL válida",
"components.Settings.Notifications.validationEmail": "Você deve prover um e-mail válido",
"components.Settings.Notifications.NotificationsWebhook.validationWebhookUrl": "Você deve prover uma URL válida",
"components.Settings.Notifications.NotificationsSlack.validationWebhookUrl": "Você deve prover uma URL válida"
}

@ -83,10 +83,10 @@
"components.UserList.username": "用戶名",
"components.UserEdit.username": "用戶名",
"components.UserEdit.vote": "投票",
"components.UserList.localuser": "Overseerr 用戶",
"components.UserList.localuser": "本地用戶",
"components.UserList.creating": "創建中…",
"components.UserList.createuser": "創建新用戶",
"components.UserList.createlocaluser": "創建 Overseerr 用戶",
"components.UserList.createlocaluser": "創建本地用戶",
"components.UserList.autogeneratepassword": "自動生成密碼",
"components.UserEdit.autoapproveSeries": "電視節目自動批准",
"components.UserEdit.autoapprove": "自動批准",
@ -607,7 +607,7 @@
"components.Settings.toastPlexConnectingFailure": "Plex 伺服器連線失敗。",
"components.TvDetails.mark4kavailable": "標記為 4K 可觀看",
"components.TvDetails.markavailable": "標記為可觀看",
"components.Settings.localLogin": "允許 Overseerr 用戶登錄",
"components.Settings.localLogin": "允許本地用戶登錄",
"components.TvDetails.manageModalClearMediaWarning": "*這電視節目的所有儲存資料將被永久刪除(包括用戶提交的請求)。如果節目存在於您的 Plex 伺服器,資料會在媒體庫同步時重新建立。",
"components.MovieDetails.manageModalClearMediaWarning": "*這電影的所有儲存資料將被永久刪除(包括用戶提交的請求)。如果電影存在於您的 Plex 伺服器,資料會在媒體庫同步時重新建立。",
"components.TvDetails.allseasonsmarkedavailable": "*所有季數將被標記為可觀看。",

Loading…
Cancel
Save