2020-04-23 18:22:16 +00:00
|
|
|
{
|
|
|
|
"PROFILE_SETTINGS": {
|
2020-05-04 12:03:55 +00:00
|
|
|
"LINK": "Configurações do perfil",
|
|
|
|
"TITLE": "Configurações do perfil",
|
|
|
|
"BTN_TEXT": "Atualizar o perfil",
|
2021-04-19 09:40:16 +00:00
|
|
|
"UPDATE_SUCCESS": "Your profile has been updated successfully",
|
|
|
|
"PASSWORD_UPDATE_SUCCESS": "Sua senha foi alterada com sucesso",
|
2020-05-04 12:03:55 +00:00
|
|
|
"AFTER_EMAIL_CHANGED": "Seu perfil foi atualizado com sucesso, faça o login novamente pois suas credenciais foram alteradas",
|
2020-04-23 18:22:16 +00:00
|
|
|
"FORM": {
|
2020-05-04 12:03:55 +00:00
|
|
|
"AVATAR": "Imagem do perfil",
|
|
|
|
"ERROR": "Por favor, corrigir erros de formulário",
|
2020-04-23 18:22:16 +00:00
|
|
|
"REMOVE_IMAGE": "Excluir",
|
2020-05-04 12:03:55 +00:00
|
|
|
"UPLOAD_IMAGE": "Upload de imagem",
|
|
|
|
"UPDATE_IMAGE": "Atualizar imagem",
|
2020-04-23 18:22:16 +00:00
|
|
|
"PROFILE_SECTION": {
|
|
|
|
"TITLE": "Perfil",
|
2020-05-04 12:03:55 +00:00
|
|
|
"NOTE": "Seu endereço de e-mail é sua identidade e é usado para entrar."
|
2020-04-23 18:22:16 +00:00
|
|
|
},
|
|
|
|
"PASSWORD_SECTION": {
|
2020-05-04 12:03:55 +00:00
|
|
|
"TITLE": "Palavra-passe",
|
2021-04-19 09:40:16 +00:00
|
|
|
"NOTE": "Atualizar sua senha irá redefinir seus logins em vários dispositivos.",
|
|
|
|
"BTN_TEXT": "Change password"
|
2020-04-23 18:22:16 +00:00
|
|
|
},
|
|
|
|
"ACCESS_TOKEN": {
|
|
|
|
"TITLE": "Token de acesso",
|
2020-05-04 12:03:55 +00:00
|
|
|
"NOTE": "Este token pode ser usado se você estiver construindo uma integração baseada em API"
|
2020-04-23 18:22:16 +00:00
|
|
|
},
|
2021-04-19 09:40:16 +00:00
|
|
|
"AUDIO_NOTIFICATIONS_SECTION": {
|
|
|
|
"TITLE": "Audio Notifications",
|
|
|
|
"NOTE": "Enable audio notifications in dashboard for new messages and conversations.",
|
2021-07-07 15:55:04 +00:00
|
|
|
"NONE": "None",
|
|
|
|
"ASSIGNED": "Assigned Conversations",
|
|
|
|
"ALL_CONVERSATIONS": "All Conversations"
|
2021-04-19 09:40:16 +00:00
|
|
|
},
|
2020-04-23 18:22:16 +00:00
|
|
|
"EMAIL_NOTIFICATIONS_SECTION": {
|
|
|
|
"TITLE": "Notificações por e-mail",
|
|
|
|
"NOTE": "Atualize suas preferências de notificação por e-mail aqui",
|
2020-05-04 12:03:55 +00:00
|
|
|
"CONVERSATION_ASSIGNMENT": "Enviar notificações por email quando uma conversa é atribuída a mim",
|
2020-11-16 17:41:14 +00:00
|
|
|
"CONVERSATION_CREATION": "Enviar notificações por email quando uma nova conversa é criada",
|
2021-01-28 08:33:52 +00:00
|
|
|
"CONVERSATION_MENTION": "Send email notifications when you are mentioned in a conversation",
|
2020-11-16 17:41:14 +00:00
|
|
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send email notifications when a new message is created in an assigned conversation"
|
2020-07-07 19:29:30 +00:00
|
|
|
},
|
|
|
|
"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",
|
2021-01-28 08:33:52 +00:00
|
|
|
"CONVERSATION_MENTION": "Send push notifications when you are mentioned in a conversation",
|
2020-11-16 17:41:14 +00:00
|
|
|
"ASSIGNED_CONVERSATION_NEW_MESSAGE": "Send push notifications when a new message is created in an assigned conversation",
|
2020-07-07 19:29:30 +00:00
|
|
|
"HAS_ENABLED_PUSH": "You have enabled push for this browser.",
|
|
|
|
"REQUEST_PUSH": "Enable push notifications"
|
2020-04-23 18:22:16 +00:00
|
|
|
},
|
|
|
|
"PROFILE_IMAGE": {
|
2020-05-04 12:03:55 +00:00
|
|
|
"LABEL": "Imagem do perfil"
|
2020-04-23 18:22:16 +00:00
|
|
|
},
|
|
|
|
"NAME": {
|
2020-08-22 12:24:16 +00:00
|
|
|
"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"
|
2020-04-23 18:22:16 +00:00
|
|
|
},
|
2020-07-07 19:29:30 +00:00
|
|
|
"AVAILABILITY": {
|
|
|
|
"LABEL": "Availability",
|
|
|
|
"STATUSES_LIST": [
|
2020-11-17 05:09:46 +00:00
|
|
|
"Online",
|
|
|
|
"Busy",
|
|
|
|
"Offline"
|
2020-07-07 19:29:30 +00:00
|
|
|
]
|
|
|
|
},
|
2020-04-23 18:22:16 +00:00
|
|
|
"EMAIL": {
|
2020-05-04 12:03:55 +00:00
|
|
|
"LABEL": "Seu endereço de e-mail",
|
2020-04-23 18:22:16 +00:00
|
|
|
"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"
|
|
|
|
},
|
2021-06-15 16:45:18 +00:00
|
|
|
"CURRENT_PASSWORD": {
|
|
|
|
"LABEL": "Current password",
|
|
|
|
"ERROR": "Please enter the current password",
|
|
|
|
"PLACEHOLDER": "Please enter the current password"
|
|
|
|
},
|
2020-04-23 18:22:16 +00:00
|
|
|
"PASSWORD": {
|
2020-05-04 12:03:55 +00:00
|
|
|
"LABEL": "Palavra-passe",
|
2020-04-23 18:22:16 +00:00
|
|
|
"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",
|
2020-05-04 12:03:55 +00:00
|
|
|
"ERROR": "Confirme a senha deve corresponder à senha",
|
2020-04-23 18:22:16 +00:00
|
|
|
"PLACEHOLDER": "Por favor, digite sua senha novamente"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"SIDEBAR_ITEMS": {
|
2020-10-02 05:46:12 +00:00
|
|
|
"CHANGE_AVAILABILITY_STATUS": "Trocar",
|
2020-07-07 19:29:30 +00:00
|
|
|
"CHANGE_ACCOUNTS": "Switch Account",
|
|
|
|
"SELECTOR_SUBTITLE": "Select an account from the following list",
|
2020-05-04 12:03:55 +00:00
|
|
|
"PROFILE_SETTINGS": "Configurações do perfil",
|
|
|
|
"LOGOUT": "Desconectar"
|
2020-05-06 08:54:20 +00:00
|
|
|
},
|
2020-07-07 19:29:30 +00:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
},
|
2020-05-06 08:54:20 +00:00
|
|
|
"SIDEBAR": {
|
|
|
|
"CONVERSATIONS": "Conversas",
|
2020-07-07 19:29:30 +00:00
|
|
|
"REPORTS": "relatórios",
|
2020-12-26 05:48:56 +00:00
|
|
|
"CONTACTS": "Contacts",
|
2020-07-07 19:29:30 +00:00
|
|
|
"SETTINGS": "Confirgurações",
|
|
|
|
"HOME": "Home",
|
|
|
|
"AGENTS": "agentes",
|
|
|
|
"INBOXES": "Caixas de Entrada",
|
2021-01-28 08:33:52 +00:00
|
|
|
"NOTIFICATIONS": "Notifications",
|
2020-07-07 19:29:30 +00:00
|
|
|
"CANNED_RESPONSES": "Respostas Prontas",
|
2020-05-06 08:54:20 +00:00
|
|
|
"INTEGRATIONS": "Integrações",
|
2020-07-07 19:29:30 +00:00
|
|
|
"ACCOUNT_SETTINGS": "Account Settings",
|
2021-06-15 16:45:18 +00:00
|
|
|
"APPLICATIONS": "Applications",
|
2021-02-13 10:07:06 +00:00
|
|
|
"LABELS": "Etiquetas",
|
2021-06-29 12:42:33 +00:00
|
|
|
"TEAMS": "Teams",
|
|
|
|
"ALL_CONTACTS": "All Contacts",
|
2021-07-15 18:34:09 +00:00
|
|
|
"TAGGED_WITH": "Tagged with",
|
|
|
|
"REPORTS_OVERVIEW": "Overview",
|
|
|
|
"CSAT": "CSAT"
|
2020-08-22 12:24:16 +00:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
2020-04-23 18:22:16 +00:00
|
|
|
}
|
|
|
|
}
|