Files
ColdBreeze-chat-web/public/locales/pt/auth.json
T
2023-06-27 07:21:43 +08:00

75 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"login": {
"title": "Login para {{name}}",
"google": "Sign in with Google",
"github": "Sign in with GitHub",
"metamask": "Sign in with MetaMask",
"password": "Sign in with Password",
"oidc": "Sign in with OIDC",
"no_account": "Não tem uma conta?"
},
"reg": {
"title": "Sign Up to {{name}}",
"google": "Sign Up with Google",
"github": "Sign Up with GitHub",
"metamask": "Sign Up with MetaMask",
"oidc": "Sign Up with OIDC",
"have_account": "Have an account?",
"input_name": "Whats your name",
"input_name_tip": "Enter a name or handle so people know how youd like to be called. Your name will only be visible to others in spaces you joined."
},
"logout": {
"title": "Log Out",
"desc": "Are you sure want to log out this account?",
"clear_local": "Clear local data",
"role_changed": "Detected your role has changed, would you re-login to take effect?",
"later": "Maybe later"
},
"continue": "Continue com Email",
"placeholder_name": "Digite seu Nome",
"placeholder_email": "Digite seu Email",
"placeholder_pwd": "Digite a senha",
"placeholder_confirm_pwd": "Confirmar Senha",
"check_email": "Verifique seu email",
"check_email_desc": "Weve just emailed a magic link to <0>{{email}}</0>. Once it arrives, it will be valid for 15 minutes.",
"back_sign_in": "Back to Sign in",
"welcome": "Welcome to {{name}} server",
"guest_login_tip": "Please scan QR code or sign in to send a message",
"enter": "Entrar ",
"sign_in": "Iniciar",
"sign_up": "Cadastrar-se",
"signing_up": "Signing Up",
"github_login_success": "GitHub Login Sucesso!",
"github_logging_in": "GitHub Logging in...",
"github_cb_tip": "Please close this window and return widget window",
"magic_link_expire": {
"title": "Magic link invalid or expired",
"desc": "Please request a new magic link.",
"desc_close": "You can close this window now."
},
"invite_mobile": {
"join": "Join our Server",
"start_download": "Start by downloading VoceChat mobile app",
"open": "Open VoceChat",
"have_already": "Have the app already?"
},
"invite_expire": {
"min30": "30 minutos",
"h1": "1 hora",
"h6": "6 horas",
"h12": "12 horas",
"d1": "1 dia",
"d7": "7 dias",
"d30": "30 dias"
},
"invite_times": {
"no_limit": "sem limite",
"time1": "1 use",
"times5": "5 uses",
"times10": "10 uses",
"times25": "25 uses",
"times50": "50 uses",
"times100": "100 uses"
}
}