From d2a5fd0b2d7f69e1db755f11940c161277c5e909 Mon Sep 17 00:00:00 2001 From: smizrahi Date: Mon, 27 Mar 2023 19:46:08 +0200 Subject: [PATCH] i18n(pt_BR): Update Portuguese translations --- .../Portuguese.lproj/Localizable.strings | 40 ++++++++++++++++++- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/UI/MainUI/Portuguese.lproj/Localizable.strings b/UI/MainUI/Portuguese.lproj/Localizable.strings index 82c6bd6ee..2744490f1 100644 --- a/UI/MainUI/Portuguese.lproj/Localizable.strings +++ b/UI/MainUI/Portuguese.lproj/Localizable.strings @@ -6,11 +6,28 @@ "Domain" = "Domínio"; "Remember username" = "Memorizar login"; "Connect" = "Conectar"; + +/* Appears while authentication is in progress */ +"Authenticating" = "Authenticating"; + +/* Appears when authentication succeeds */ +"Welcome" = "Welcome"; + +"Authentication Failed" = "Authentication Failed"; "Wrong username or password." = "Utilizador ou Senha Inválida."; +"Retry" = "Retry"; +"Login failed due to unhandled error case:" = "Login failed due to unhandled error case:"; "cookiesNotEnabled" = "Você não pode logar por a opção cookies está desabilitada. Por favor, habilite os cookies nas configurações de seu navegador e tente novamente."; "browserNotCompatible" = "Foi detectado que a atual versão de seu navegador não é suportado neste site. Recomentamos que use o Firefox. Clique no link abaixo para baixar a versão atual deste navegador."; "alternativeBrowsers" = "Alternativamente, você pode usar os seguinte navegadores compatíveis"; "alternativeBrowserSafari" = "Alternativamente, você pode usar o Safari."; + +/* 2FA */ +"Verification Code" = "Verification Code"; +"Enter the 6-digit verification code from your TOTP application." = "Enter the 6-digit verification code from your TOTP application."; +"You provided an invalid TOTP key." = "You provided an invalid TOTP key."; +"Two-factor authentication has been disabled. Visit the Preferences module to restore two-factor authentication and reconfigure your TOTP application." = "Two-factor authentication has been disabled. Visit the Preferences module to restore two-factor authentication and reconfigure your TOTP application."; + "Download" = "Download"; "Language" = "Idioma"; "choose" = "Escolha ..."; @@ -22,7 +39,6 @@ "ChineseChina" = "简体中文"; "ChineseTaiwan" = "Chinese (Taiwan)"; "Croatian" = "Hrvatski"; -"Croatian" = "Hrvatski"; "Czech" = "Česky"; "Danish" = "Dansk (Danmark)"; "Dutch" = "Nederlands"; @@ -58,8 +74,9 @@ "TurkishTurkey" = "Türkçe (Türkiye)"; "Ukrainian" = "Українська"; "Welsh" = "Cymraeg"; + "About" = "Sobre"; -"AboutBox" = "Developed by Inverse, SOGo is a fully-featured groupware server with a focus on scalability and simplicity.

⏎ \nSOGo provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV and CardDAV.

⏎ \nSOGo is distributed under the GNU GPL version 2 or later and parts are distributed under the GNU LGPL version 2. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

⏎ \nSee this page for various support options."; +"AboutBox" = "Developed by Inverse and Alinto, SOGo is a fully-featured groupware server with a focus on scalability and simplicity.

\nSOGo provides a rich AJAX-based Web interface and supports multiple native clients through the use of standard protocols such as CalDAV and CardDAV.

\nSOGo is distributed under the GNU GPL version 2 or later and parts are distributed under the GNU LGPL version 2. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

\nSee this page for various support options."; "Your account was locked due to too many failed attempts." = "A sua conta foi bloqueada devido a muitas tentativas falhadas."; "Your account was locked due to an expired password." = "A sua conta foi bloqueada devido a uma senha expirada."; "Login failed due to unhandled error case" = "O Login falhou pelo seguinte erro"; @@ -90,3 +107,22 @@ "Confirmation" = "Confirmação"; "Cancel" = "Cancelar"; "Please wait..." = "Por favor, aguarde..."; +"Close" = "Close"; +"Missing search parameter" = "Missing search parameter"; +"Missing type parameter" = "Missing type parameter"; + +/* Password Recovery */ +"Secondary e-mail" = "Secondary e-mail"; +"Answer" = "Answer"; +"Password lost" = "Password lost"; +"No password recovery method has been defined for this user" = "No password recovery method has been defined for this user"; +"Invalid secret question answer" = "Invalid secret question answer"; +"Next" = "Next"; +"Back" = "Back"; +"Please enter a new password below" = "Please enter a new password below"; +"A link will be sent to %{0}" = "A link will be sent to %{0}"; +"A password reset link has been sent, please check your recovery e-mail mailbox and click on the link" = "A password reset link has been sent, please check your recovery e-mail mailbox and click on the link"; +"Invalid configuration for email password recovery" = "Invalid configuration for email password recovery"; +"Password recovery email in error" = "Password recovery email in error"; +"Password reset" = "Password reset"; +"Hi %{0},\nThere was a request to change your password!\n\nIf you did not make this request then please ignore this email.\n\nOtherwise, please click this link to change your password: %{1}" = "Hi %{0},\nThere was a request to change your password!\n\nIf you did not make this request then please ignore this email.\n\nOtherwise, please click this link to change your password: %{1}"; \ No newline at end of file