2020-05-16 12:37:19 +00:00
{
"PROFILE_SETTINGS" : {
"LINK" : "Profielinstellingen" ,
"TITLE" : "Profielinstellingen" ,
"BTN_TEXT" : "Profiel bijwerken" ,
2021-12-19 06:08:02 +00:00
"DELETE_AVATAR" : "Delete Avatar" ,
"AVATAR_DELETE_SUCCESS" : "Avatar has been deleted successfully" ,
"AVATAR_DELETE_FAILED" : "There is an error while deleting avatar, please try again" ,
2021-04-19 09:40:16 +00:00
"UPDATE_SUCCESS" : "Your profile has been updated successfully" ,
"PASSWORD_UPDATE_SUCCESS" : "Uw wachtwoord is succesvol gewijzigd" ,
2020-05-16 12:37:19 +00:00
"AFTER_EMAIL_CHANGED" : "Uw profiel is succesvol bijgewerkt. Log opnieuw in als uw inloggegevens zijn gewijzigd" ,
"FORM" : {
"AVATAR" : "Profiel afbeelding" ,
"ERROR" : "Corrigeer formulierfouten" ,
"REMOVE_IMAGE" : "Verwijderen" ,
"UPLOAD_IMAGE" : "Afbeelding uploaden" ,
"UPDATE_IMAGE" : "Afbeelding bijwerken" ,
"PROFILE_SECTION" : {
"TITLE" : "Profiel" ,
"NOTE" : "Uw e-mailadres is uw identiteit en wordt gebruikt om in te loggen."
} ,
2022-02-15 10:52:42 +00:00
"MESSAGE_SIGNATURE_SECTION" : {
"TITLE" : "Personal message signature" ,
2022-06-08 12:37:45 +00:00
"NOTE" : "Create a personal message signature that would be added to all the messages you send from your email inbox. Use the rich content editor to create a highly personalised signature." ,
2022-02-15 10:52:42 +00:00
"BTN_TEXT" : "Save message signature" ,
"API_ERROR" : "Couldn't save signature! Try again" ,
"API_SUCCESS" : "Signature saved successfully"
} ,
"MESSAGE_SIGNATURE" : {
"LABEL" : "Message Signature" ,
"ERROR" : "Message Signature cannot be empty" ,
"PLACEHOLDER" : "Insert your personal message signature here."
} ,
2020-05-16 12:37:19 +00:00
"PASSWORD_SECTION" : {
"TITLE" : "Wachtwoord" ,
2021-04-19 09:40:16 +00:00
"NOTE" : "Het bijwerken van uw wachtwoord zou uw logins op meerdere apparaten opnieuw instellen." ,
"BTN_TEXT" : "Change password"
2020-05-16 12:37:19 +00:00
} ,
"ACCESS_TOKEN" : {
"TITLE" : "Toegangs-token" ,
"NOTE" : "Dit token kan worden gebruikt als u een API gebaseerde integratie bouwt"
} ,
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-05-16 12:37:19 +00:00
"EMAIL_NOTIFICATIONS_SECTION" : {
"TITLE" : "E-mail notificaties" ,
"NOTE" : "Update hier uw e-mailvoorkeuren" ,
"CONVERSATION_ASSIGNMENT" : "E-mailberichten verzenden wanneer een gesprek aan mij is toegewezen" ,
2020-11-16 17:41:14 +00:00
"CONVERSATION_CREATION" : "E-mailberichten verzenden wanneer een nieuw gesprek is gemaakt" ,
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-05-16 12:37:19 +00:00
} ,
"API" : {
"UPDATE_SUCCESS" : "Uw notificatie-instellingen zijn succesvol bijgewerkt" ,
"UPDATE_ERROR" : "Er is een fout opgetreden tijdens het bijwerken van de voorkeuren, probeer het opnieuw"
} ,
"PUSH_NOTIFICATIONS_SECTION" : {
"TITLE" : "Pushberichten" ,
"NOTE" : "Werk je pushberichtvoorkeuren hier bij" ,
"CONVERSATION_ASSIGNMENT" : "Stuur pushberichten wanneer een gesprek aan mij is toegewezen" ,
"CONVERSATION_CREATION" : "Stuur pushberichten wanneer een nieuw gesprek is aangemaakt" ,
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-05-16 12:37:19 +00:00
"HAS_ENABLED_PUSH" : "Je hebt pushberichten voor deze browser ingeschakeld." ,
"REQUEST_PUSH" : "Pushberichten inschakelen"
} ,
"PROFILE_IMAGE" : {
"LABEL" : "Profiel afbeelding"
} ,
"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-05-16 12:37:19 +00:00
} ,
2020-07-07 19:29:30 +00:00
"AVAILABILITY" : {
"LABEL" : "Availability" ,
"STATUSES_LIST" : [
2020-11-17 05:09:46 +00:00
"Online" ,
2020-11-24 17:37:51 +00:00
"Busy" ,
2020-11-17 05:09:46 +00:00
"Offline"
2020-07-07 19:29:30 +00:00
]
} ,
2020-05-16 12:37:19 +00:00
"EMAIL" : {
"LABEL" : "Uw e-mailadres" ,
"ERROR" : "Voer een geldig e-mailadres in" ,
"PLACEHOLDER" : "Voer je e-mailadres in, dit zou worden weergegeven in gesprekken"
} ,
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-05-16 12:37:19 +00:00
"PASSWORD" : {
2022-02-07 11:49:34 +00:00
"LABEL" : "New password" ,
2020-05-16 12:37:19 +00:00
"ERROR" : "Voer een wachtwoord in van 6 of meer" ,
"PLACEHOLDER" : "Voer een nieuw wachtwoord in"
} ,
"PASSWORD_CONFIRMATION" : {
"LABEL" : "Bevestig nieuw wachtwoord" ,
"ERROR" : "Bevestig wachtwoord moet overeenkomen met het wachtwoord" ,
2022-02-07 11:49:34 +00:00
"PLACEHOLDER" : "Please re-enter your new password"
2020-05-16 12:37:19 +00:00
}
}
} ,
"SIDEBAR_ITEMS" : {
2020-10-02 05:46:12 +00:00
"CHANGE_AVAILABILITY_STATUS" : "Veranderen" ,
2020-07-07 19:29:30 +00:00
"CHANGE_ACCOUNTS" : "Switch Account" ,
2021-12-19 06:08:02 +00:00
"CONTACT_SUPPORT" : "Contact Support" ,
2020-07-07 19:29:30 +00:00
"SELECTOR_SUBTITLE" : "Select an account from the following list" ,
2020-05-16 12:37:19 +00:00
"PROFILE_SETTINGS" : "Profiel instellingen" ,
2021-09-03 10:18:24 +00:00
"KEYBOARD_SHORTCUTS" : "Keyboard Shortcuts" ,
2020-05-16 12:37:19 +00:00
"LOGOUT" : "Afmelden"
} ,
"APP_GLOBAL" : {
"TRIAL_MESSAGE" : "dagen proefperiode resterend." ,
2021-10-26 17:31:52 +00:00
"TRAIL_BUTTON" : "Nu kopen" ,
2022-08-03 12:56:24 +00:00
"DELETED_USER" : "Deleted User" ,
"ACCOUNT_SUSPENDED" : {
"TITLE" : "Account Suspended" ,
"MESSAGE" : "Your account is suspended. Please reach out to the support team for more information."
}
2020-05-16 12:37:19 +00:00
} ,
"COMPONENTS" : {
"CODE" : {
"BUTTON_TEXT" : "Kopiëren" ,
"COPY_SUCCESSFUL" : "Code succesvol naar het klembord gekopieerd "
} ,
2022-05-09 13:27:05 +00:00
"SHOW_MORE_BLOCK" : {
"SHOW_MORE" : "Show More" ,
"SHOW_LESS" : "Show Less"
} ,
2020-05-16 12:37:19 +00:00
"FILE_BUBBLE" : {
"DOWNLOAD" : "Downloaden" ,
"UPLOADING" : "Uploaden..."
} ,
"FORM_BUBBLE" : {
"SUBMIT" : "Bevestigen"
}
} ,
"CONFIRM_EMAIL" : "Verifiëren..." ,
"SETTINGS" : {
"INBOXES" : {
"NEW_INBOX" : "Postvak toevoegen"
}
} ,
"SIDEBAR" : {
2022-03-17 14:32:32 +00:00
"CURRENTLY_VIEWING_ACCOUNT" : "Currently viewing:" ,
2022-05-09 13:27:05 +00:00
"SWITCH" : "Switch" ,
2020-05-16 12:37:19 +00:00
"CONVERSATIONS" : "Gesprekken" ,
2021-12-19 06:08:02 +00:00
"ALL_CONVERSATIONS" : "All Conversations" ,
"MENTIONED_CONVERSATIONS" : "Vermeldingen" ,
2020-05-16 12:37:19 +00:00
"REPORTS" : "Rapporten" ,
"SETTINGS" : "Instellingen" ,
2021-09-03 10:18:24 +00:00
"CONTACTS" : "Contacts" ,
2020-05-16 12:37:19 +00:00
"HOME" : "Startpagina" ,
"AGENTS" : "Medewerkers" ,
"INBOXES" : "Inboxen" ,
2021-01-28 08:33:52 +00:00
"NOTIFICATIONS" : "Notifications" ,
2020-05-16 12:37:19 +00:00
"CANNED_RESPONSES" : "Standaard antwoorden" ,
"INTEGRATIONS" : "Integraties" ,
2021-12-19 06:08:02 +00:00
"PROFILE_SETTINGS" : "Profielinstellingen" ,
2020-07-07 19:29:30 +00:00
"ACCOUNT_SETTINGS" : "Accountinstellingen" ,
2021-06-15 16:45:18 +00:00
"APPLICATIONS" : "Applications" ,
2021-02-13 10:07:06 +00:00
"LABELS" : "Labelen" ,
2021-11-12 18:10:08 +00:00
"CUSTOM_ATTRIBUTES" : "Custom Attributes" ,
2021-12-19 06:08:02 +00:00
"AUTOMATION" : "Automation" ,
2021-06-29 12:42:33 +00:00
"TEAMS" : "Teams" ,
2022-07-26 04:22:59 +00:00
"BILLING" : "Billing" ,
2022-02-07 11:49:34 +00:00
"CUSTOM_VIEWS_FOLDER" : "Folders" ,
"CUSTOM_VIEWS_SEGMENTS" : "Segments" ,
2021-06-29 12:42:33 +00:00
"ALL_CONTACTS" : "All Contacts" ,
2021-07-15 18:34:09 +00:00
"TAGGED_WITH" : "Tagged with" ,
2021-12-19 06:08:02 +00:00
"NEW_LABEL" : "New label" ,
"NEW_TEAM" : "New team" ,
"NEW_INBOX" : "New inbox" ,
2022-05-09 13:27:05 +00:00
"REPORTS_CONVERSATION" : "Gesprekken" ,
2021-09-03 10:18:24 +00:00
"CSAT" : "CSAT" ,
"CAMPAIGNS" : "Campaigns" ,
"ONGOING" : "Ongoing" ,
2021-10-14 08:02:15 +00:00
"ONE_OFF" : "One off" ,
"REPORTS_AGENT" : "Medewerkers" ,
"REPORTS_LABEL" : "Labelen" ,
"REPORTS_INBOX" : "Inbox" ,
2021-12-19 06:08:02 +00:00
"REPORTS_TEAM" : "Team" ,
2022-03-17 14:32:32 +00:00
"SET_AVAILABILITY_TITLE" : "Set yourself as" ,
2022-05-09 13:27:05 +00:00
"BETA" : "Beta" ,
2022-06-08 12:37:45 +00:00
"REPORTS_OVERVIEW" : "Overview" ,
2022-07-26 04:22:59 +00:00
"FACEBOOK_REAUTHORIZE" : "Your Facebook connection has expired, please reconnect your Facebook page to continue services" ,
"HELP_CENTER" : {
"ALL_ARTICLES" : "All Articles" ,
"MY_ARTICLES" : "My Articles" ,
"DRAFT" : "Draft" ,
"ARCHIVED" : "Archived" ,
"CATEGORY" : "Category"
2022-08-03 12:56:24 +00:00
} ,
"DOCS" : "Read docs"
2022-07-26 04:22:59 +00:00
} ,
"BILLING_SETTINGS" : {
"TITLE" : "Billing" ,
"CURRENT_PLAN" : {
"TITLE" : "Current Plan" ,
"PLAN_NOTE" : "You are currently subscribed to the **%{plan}** plan with **%{quantity}** licenses"
} ,
"MANAGE_SUBSCRIPTION" : {
"TITLE" : "Manage your subscription" ,
"DESCRIPTION" : "View your previous invoices, edit your billing details, or cancel your subscription." ,
"BUTTON_TXT" : "Go to the billing portal"
} ,
"CHAT_WITH_US" : {
"TITLE" : "Need help?" ,
"DESCRIPTION" : "Do you face any issues in billing? We are here to help." ,
"BUTTON_TXT" : "Chat met ons"
} ,
"NO_BILLING_USER" : "Your billing account is being configured. Please refresh the page and try again."
2020-08-22 12:24:16 +00:00
} ,
"CREATE_ACCOUNT" : {
2021-09-03 10:18:24 +00:00
"NO_ACCOUNT_WARNING" : "Uh oh! We could not find any Chatwoot accounts. Please create a new account to continue." ,
2020-08-22 12:24:16 +00:00
"NEW_ACCOUNT" : "New Account" ,
"SELECTOR_SUBTITLE" : "Create a new account" ,
"API" : {
"SUCCESS_MESSAGE" : "Account created successfully" ,
"EXIST_MESSAGE" : "Account already exists" ,
"ERROR_MESSAGE" : "Kan geen verbinding maken met Woot Server, probeer het later opnieuw"
} ,
"FORM" : {
"NAME" : {
"LABEL" : "Klant naam" ,
"PLACEHOLDER" : "Wayne Ondernemingen"
} ,
"SUBMIT" : "Bevestigen"
}
2021-09-03 10:18:24 +00:00
} ,
"KEYBOARD_SHORTCUTS" : {
"TITLE" : {
"OPEN_CONVERSATION" : "Open conversation" ,
"RESOLVE_AND_NEXT" : "Resolve and move to next" ,
"NAVIGATE_DROPDOWN" : "Navigate dropdown items" ,
"RESOLVE_CONVERSATION" : "Resolve Conversation" ,
"GO_TO_CONVERSATION_DASHBOARD" : "Go to Conversation Dashboard" ,
"ADD_ATTACHMENT" : "Add Attachment" ,
"GO_TO_CONTACTS_DASHBOARD" : "Go to Contacts Dashboard" ,
"TOGGLE_SIDEBAR" : "Toggle Sidebar" ,
"GO_TO_REPORTS_SIDEBAR" : "Go to Reports sidebar" ,
"MOVE_TO_NEXT_TAB" : "Move to next tab in conversation list" ,
"GO_TO_SETTINGS" : "Go to Settings" ,
"SWITCH_CONVERSATION_STATUS" : "Switch to the next conversation status" ,
"SWITCH_TO_PRIVATE_NOTE" : "Switch to Private Note" ,
"TOGGLE_RICH_CONTENT_EDITOR" : "Toggle Rich Content editor" ,
"SWITCH_TO_REPLY" : "Switch to Reply" ,
"TOGGLE_SNOOZE_DROPDOWN" : "Toggle snooze dropdown"
} ,
"KEYS" : {
"WINDOWS_KEY_AND_COMMAND_KEY" : "Win / ⌘" ,
"ALT_OR_OPTION_KEY" : "Alt / ⌥" ,
"FORWARD_SLASH_KEY" : "/"
}
2020-05-16 12:37:19 +00:00
}
}