Chatwoot/app/javascript/dashboard/i18n/locale/pt/settings.json
Sojan Jose 043919b3e5
chore: New Crowdin Translation updates (#2063)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-04-19 15:10:16 +05:30

154 lines
5.8 KiB
JSON

{
"PROFILE_SETTINGS": {
"LINK": "Configurações do perfil",
"TITLE": "Configurações do perfil",
"BTN_TEXT": "Atualizar o perfil",
"UPDATE_SUCCESS": "Your profile has been updated successfully",
"PASSWORD_UPDATE_SUCCESS": "Sua senha foi alterada com sucesso",
"AFTER_EMAIL_CHANGED": "Seu perfil foi atualizado com sucesso, faça o login novamente pois suas credenciais foram alteradas",
"FORM": {
"AVATAR": "Imagem do perfil",
"ERROR": "Por favor, corrigir erros de formulário",
"REMOVE_IMAGE": "Excluir",
"UPLOAD_IMAGE": "Upload de imagem",
"UPDATE_IMAGE": "Atualizar imagem",
"PROFILE_SECTION": {
"TITLE": "Perfil",
"NOTE": "Seu endereço de e-mail é sua identidade e é usado para entrar."
},
"PASSWORD_SECTION": {
"TITLE": "Palavra-passe",
"NOTE": "Atualizar sua senha irá redefinir seus logins em vários dispositivos.",
"BTN_TEXT": "Change password"
},
"ACCESS_TOKEN": {
"TITLE": "Token de acesso",
"NOTE": "Este token pode ser usado se você estiver construindo uma integração baseada em API"
},
"AUDIO_NOTIFICATIONS_SECTION": {
"TITLE": "Audio Notifications",
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
"ENABLE_AUDIO": "Play audio notification when a new conversation is created or new messages arrives"
},
"EMAIL_NOTIFICATIONS_SECTION": {
"TITLE": "Notificações por e-mail",
"NOTE": "Atualize suas preferências de notificação por e-mail aqui",
"CONVERSATION_ASSIGNMENT": "Enviar notificações por email quando uma conversa é atribuída a mim",
"CONVERSATION_CREATION": "Enviar notificações por email quando uma nova conversa é criada",
"CONVERSATION_MENTION": "Send email notifications when you are mentioned in a conversation",
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation"
},
"API": {
"UPDATE_SUCCESS": "Your notification preferences are updated successfully",
"UPDATE_ERROR": "There is an error while updating the preferences, please try again"
},
"PUSH_NOTIFICATIONS_SECTION": {
"TITLE": "Push Notifications",
"NOTE": "Update your push notification preferences here",
"CONVERSATION_ASSIGNMENT": "Send push notifications when a conversation is assigned to me",
"CONVERSATION_CREATION": "Send push notifications when a new conversation is created",
"CONVERSATION_MENTION": "Send push notifications when you are mentioned in a conversation",
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation",
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
"REQUEST_PUSH": "Enable push notifications"
},
"PROFILE_IMAGE": {
"LABEL": "Imagem do perfil"
},
"NAME": {
"LABEL": "Your full name",
"ERROR": "Please enter a valid full name",
"PLACEHOLDER": "Please enter your full name"
},
"DISPLAY_NAME": {
"LABEL": "Display name",
"ERROR": "Please enter a valid display name",
"PLACEHOLDER": "Please enter a display name, this would be displayed in conversations"
},
"AVAILABILITY": {
"LABEL": "Availability",
"STATUSES_LIST": [
"Online",
"Busy",
"Offline"
]
},
"EMAIL": {
"LABEL": "Seu endereço de e-mail",
"ERROR": "Por favor, insira um endereço de e-mail válido",
"PLACEHOLDER": "Por favor, insira seu endereço de e-mail, que será exibido em conversas"
},
"PASSWORD": {
"LABEL": "Palavra-passe",
"ERROR": "Por favor, digite uma senha de comprimento 6 ou mais",
"PLACEHOLDER": "Por favor, digite uma nova senha"
},
"PASSWORD_CONFIRMATION": {
"LABEL": "Confirme a nova senha",
"ERROR": "Confirme a senha deve corresponder à senha",
"PLACEHOLDER": "Por favor, digite sua senha novamente"
}
}
},
"SIDEBAR_ITEMS": {
"CHANGE_AVAILABILITY_STATUS": "Trocar",
"CHANGE_ACCOUNTS": "Switch Account",
"SELECTOR_SUBTITLE": "Select an account from the following list",
"PROFILE_SETTINGS": "Configurações do perfil",
"LOGOUT": "Desconectar"
},
"APP_GLOBAL": {
"TRIAL_MESSAGE": "days trial remaining.",
"TRAIL_BUTTON": "Buy Now"
},
"COMPONENTS": {
"CODE": {
"BUTTON_TEXT": "Copy",
"COPY_SUCCESSFUL": "Code copied to clipboard successfully"
},
"FILE_BUBBLE": {
"DOWNLOAD": "BAIXAR",
"UPLOADING": "Uploading..."
},
"FORM_BUBBLE": {
"SUBMIT": "submeter"
}
},
"CONFIRM_EMAIL": "Verifying...",
"SETTINGS": {
"INBOXES": {
"NEW_INBOX": "Add Inbox"
}
},
"SIDEBAR": {
"CONVERSATIONS": "Conversas",
"REPORTS": "relatórios",
"CONTACTS": "Contacts",
"SETTINGS": "Confirgurações",
"HOME": "Home",
"AGENTS": "agentes",
"INBOXES": "Caixas de Entrada",
"NOTIFICATIONS": "Notifications",
"CANNED_RESPONSES": "Respostas Prontas",
"INTEGRATIONS": "Integrações",
"ACCOUNT_SETTINGS": "Account Settings",
"LABELS": "Etiquetas",
"TEAMS": "Teams"
},
"CREATE_ACCOUNT": {
"NEW_ACCOUNT": "New Account",
"SELECTOR_SUBTITLE": "Create a new account",
"API": {
"SUCCESS_MESSAGE": "Account created successfully",
"EXIST_MESSAGE": "Account already exists",
"ERROR_MESSAGE": "Não foi possível conectar ao servidor Woot, por favor tente novamente mais tarde"
},
"FORM": {
"NAME": {
"LABEL": "Nome da Conta",
"PLACEHOLDER": "Wayne Enterprises"
},
"SUBMIT": "submeter"
}
}
}