2020-05-06 08:54:20 +00:00
{
"CONTACT_PANEL" : {
2020-12-07 18:35:07 +00:00
"NOT_AVAILABLE" : "Niet beschikbaar" ,
2020-08-26 16:03:52 +00:00
"EMAIL_ADDRESS" : "Uw e-mailadres" ,
"PHONE_NUMBER" : "Telefoon nummer" ,
2020-12-07 18:35:07 +00:00
"COPY_SUCCESSFUL" : "Succesvol gekopieerd naar klembord" ,
"COMPANY" : "Bedrijfsnaam" ,
2020-08-26 16:03:52 +00:00
"LOCATION" : "Locatie" ,
2020-05-16 12:37:19 +00:00
"CONVERSATION_TITLE" : "Gesprekdetails" ,
2021-12-19 06:08:02 +00:00
"VIEW_PROFILE" : "Profiel Bekijken" ,
2020-05-06 08:54:20 +00:00
"BROWSER" : "Browser" ,
2020-05-16 12:37:19 +00:00
"OS" : "Besturingssysteem" ,
2020-05-06 08:54:20 +00:00
"INITIATED_FROM" : "Geïnitieerd vanuit" ,
"INITIATED_AT" : "Geïnitieerd op" ,
2021-09-03 10:18:24 +00:00
"IP_ADDRESS" : "IP-adres" ,
"NEW_MESSAGE" : "Nieuw bericht" ,
2020-05-06 08:54:20 +00:00
"CONVERSATIONS" : {
"NO_RECORDS_FOUND" : "Er zijn geen eerdere gesprekken gekoppeld aan dit contact." ,
"TITLE" : "Vorige gesprekken"
} ,
"LABELS" : {
2021-06-15 16:45:18 +00:00
"CONTACT" : {
"TITLE" : "Contact Labels" ,
2021-09-03 10:18:24 +00:00
"ERROR" : "Kan labels niet bijwerken"
2021-06-15 16:45:18 +00:00
} ,
"CONVERSATION" : {
"TITLE" : "Labels voor gesprekken" ,
2021-09-03 10:18:24 +00:00
"ADD_BUTTON" : "Labels toevoegen"
2020-07-07 19:29:30 +00:00
} ,
2021-05-17 18:23:19 +00:00
"LABEL_SELECT" : {
2021-09-03 10:18:24 +00:00
"TITLE" : "Labels toevoegen" ,
"PLACEHOLDER" : "Zoek op labels" ,
"NO_RESULT" : "Geen labels gevonden"
2021-05-17 18:23:19 +00:00
}
2020-07-07 19:29:30 +00:00
} ,
2021-12-19 06:08:02 +00:00
"MERGE_CONTACT" : "Contact samenvoegen" ,
"CONTACT_ACTIONS" : "Contact acties" ,
2020-12-07 18:35:07 +00:00
"MUTE_CONTACT" : "Gesprek dempen" ,
2021-09-03 10:18:24 +00:00
"UNMUTE_CONTACT" : "Gesprek dempen opheffen" ,
"MUTED_SUCCESS" : "Dit gesprek is gedempt voor 6 uur" ,
2021-12-19 06:08:02 +00:00
"UNMUTED_SUCCESS" : "Dit gesprek is niet gedempt" ,
2020-12-07 18:35:07 +00:00
"SEND_TRANSCRIPT" : "Transcript verzenden" ,
2021-09-13 13:49:59 +00:00
"EDIT_LABEL" : "Bewerken" ,
"SIDEBAR_SECTIONS" : {
2021-12-19 06:08:02 +00:00
"CUSTOM_ATTRIBUTES" : "Aanpasbare attributen" ,
2021-09-13 13:49:59 +00:00
"CONTACT_LABELS" : "Contact Labels" ,
"PREVIOUS_CONVERSATIONS" : "Vorige gesprekken"
}
2020-08-26 16:03:52 +00:00
} ,
"EDIT_CONTACT" : {
2020-12-07 18:35:07 +00:00
"BUTTON_LABEL" : "Contact bewerken" ,
"TITLE" : "Contact bewerken" ,
2021-12-19 06:08:02 +00:00
"DESC" : "Bewerk contactgegevens"
2021-03-15 18:30:53 +00:00
} ,
"CREATE_CONTACT" : {
2021-12-19 06:08:02 +00:00
"BUTTON_LABEL" : "Nieuw Contactpersoon" ,
"TITLE" : "Nieuw contact aanmaken" ,
"DESC" : "Basisinformatie over de contactpersoon toevoegen."
2021-03-15 18:30:53 +00:00
} ,
2021-10-14 08:02:15 +00:00
"IMPORT_CONTACTS" : {
2021-12-19 06:08:02 +00:00
"BUTTON_LABEL" : "Importeren" ,
"TITLE" : "Contactpersonen importeren" ,
"DESC" : "Contacten importeren via een CSV-bestand." ,
"DOWNLOAD_LABEL" : "Een voorbeeld CSV-bestand downloaden." ,
2021-10-14 08:02:15 +00:00
"FORM" : {
2021-12-19 06:08:02 +00:00
"LABEL" : "CSV-bestand" ,
"SUBMIT" : "Importeren" ,
2021-10-14 08:02:15 +00:00
"CANCEL" : "Annuleren"
} ,
2021-12-19 06:08:02 +00:00
"SUCCESS_MESSAGE" : "Contacten werden succesvol opgeslagen" ,
2021-10-14 08:02:15 +00:00
"ERROR_MESSAGE" : "Er is een fout opgetreden, probeer het opnieuw"
} ,
"DELETE_CONTACT" : {
2021-12-19 06:08:02 +00:00
"BUTTON_LABEL" : "Contactpersoon verwijderen" ,
"TITLE" : "Contactpersoon verwijderen" ,
"DESC" : "Contactgegevens verwijderen" ,
2021-10-14 08:02:15 +00:00
"CONFIRM" : {
"TITLE" : "Verwijderen bevestigen" ,
"MESSAGE" : "Weet u zeker dat u wilt verwijderen " ,
2021-12-19 06:08:02 +00:00
"PLACE_HOLDER" : "Voer {contactName} in om te bevestigen" ,
2021-10-14 08:02:15 +00:00
"YES" : "Ja, verwijderen " ,
"NO" : "Nee, Behouden "
} ,
"API" : {
2021-12-19 06:08:02 +00:00
"SUCCESS_MESSAGE" : "Contactpersoon werd succesvol verwijderd" ,
"ERROR_MESSAGE" : "Contact verwijderen mislukt. Probeer het later opnieuw."
2021-10-14 08:02:15 +00:00
}
} ,
2021-03-15 18:30:53 +00:00
"CONTACT_FORM" : {
2020-08-26 16:03:52 +00:00
"FORM" : {
"SUBMIT" : "Bevestigen" ,
"CANCEL" : "Annuleren" ,
"AVATAR" : {
"LABEL" : "Contact Avatar"
} ,
"NAME" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de volledige naam van het contact in" ,
"LABEL" : "Volledige Naam"
2020-08-26 16:03:52 +00:00
} ,
"BIO" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de bio van het contact in" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Bio"
} ,
"EMAIL_ADDRESS" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer het e-mailadres van de contactpersoon in" ,
"LABEL" : "Uw e-mailadres" ,
"DUPLICATE" : "Dit e-mailadres is reeds in gebruik voor een ander contact."
2020-08-26 16:03:52 +00:00
} ,
"PHONE_NUMBER" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer het telefoonnummer van de contactpersoon in" ,
"LABEL" : "Telefoonnummer" ,
"HELP" : "Telefoonnummer moet van het E.164 formaat zijn: +14155555 [+][landcode][gebiedscode][lokaal telefoonnummer]" ,
"ERROR" : "Telefoonnummer moet leeg of in E.164-formaat zijn" ,
"DUPLICATE" : "Dit telefoonnummer wordt reeds gebruikt voor een ander contactpersoon."
2020-08-26 16:03:52 +00:00
} ,
"LOCATION" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de locatie van het contact in" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Locatie"
} ,
"COMPANY_NAME" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de bedrijfsnaam in" ,
"LABEL" : "Bedrijfsnaam"
2020-08-26 16:03:52 +00:00
} ,
"SOCIAL_PROFILES" : {
"FACEBOOK" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de Facebook gebruikersnaam in" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Facebook"
} ,
"TWITTER" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de Twitter gebruikersnaam in" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Twitter"
} ,
"LINKEDIN" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de LinkedIn gebruikersnaam in" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "LinkedIn"
} ,
"GITHUB" : {
2021-12-19 06:08:02 +00:00
"PLACEHOLDER" : "Voer de Github gebruikersnaam in" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Github"
}
}
} ,
2021-03-15 18:30:53 +00:00
"SUCCESS_MESSAGE" : "Contact saved successfully" ,
"ERROR_MESSAGE" : "Er is een fout opgetreden, probeer het opnieuw"
2020-11-16 17:41:14 +00:00
} ,
2021-04-19 09:40:16 +00:00
"NEW_CONVERSATION" : {
"BUTTON_LABEL" : "Start conversation" ,
"TITLE" : "New conversation" ,
"DESC" : "Start a new conversation by sending a new message." ,
"NO_INBOX" : "Couldn't find an inbox to initiate a new conversation with this contact." ,
"FORM" : {
"TO" : {
"LABEL" : "To"
} ,
"INBOX" : {
"LABEL" : "Inbox" ,
"ERROR" : "Select an inbox"
} ,
2021-11-12 18:10:08 +00:00
"SUBJECT" : {
"LABEL" : "Subject" ,
"PLACEHOLDER" : "Subject" ,
"ERROR" : "Subject can't be empty"
} ,
2021-04-19 09:40:16 +00:00
"MESSAGE" : {
2021-12-19 06:08:02 +00:00
"LABEL" : "Bericht" ,
2021-04-19 09:40:16 +00:00
"PLACEHOLDER" : "Write your message here" ,
"ERROR" : "Message can't be empty"
} ,
"SUBMIT" : "Send message" ,
"CANCEL" : "Annuleren" ,
"SUCCESS_MESSAGE" : "Message sent!" ,
"ERROR_MESSAGE" : "Couldn't send! try again"
}
} ,
2020-11-16 17:41:14 +00:00
"CONTACTS_PAGE" : {
"HEADER" : "Contacts" ,
2021-07-07 15:55:04 +00:00
"FIELDS" : "Contact fields" ,
2020-11-16 17:41:14 +00:00
"SEARCH_BUTTON" : "Search" ,
"SEARCH_INPUT_PLACEHOLDER" : "Search for contacts" ,
2021-12-19 06:08:02 +00:00
"FILTER_CONTACTS" : "Filteren" ,
2020-11-16 17:41:14 +00:00
"LIST" : {
"LOADING_MESSAGE" : "Loading contacts..." ,
"404" : "No contacts matches your search 🔍" ,
2021-06-29 12:42:33 +00:00
"NO_CONTACTS" : "There are no available contacts" ,
2021-03-15 18:30:53 +00:00
"TABLE_HEADER" : {
"NAME" : "Naam" ,
"PHONE_NUMBER" : "Phone Number" ,
"CONVERSATIONS" : "Gesprekken" ,
"LAST_ACTIVITY" : "Last Activity" ,
"COUNTRY" : "Country" ,
"CITY" : "City" ,
"SOCIAL_PROFILES" : "Social Profiles" ,
"COMPANY" : "Bedrijfsnaam" ,
"EMAIL_ADDRESS" : "Uw e-mailadres"
} ,
"VIEW_DETAILS" : "View details"
2020-11-16 17:41:14 +00:00
}
2021-05-17 18:23:19 +00:00
} ,
2021-10-26 17:31:52 +00:00
"CONTACT_PROFILE" : {
"BACK_BUTTON" : "Contacts" ,
"LOADING" : "Loading contact profile..."
} ,
2021-06-15 16:45:18 +00:00
"REMINDER" : {
"ADD_BUTTON" : {
"BUTTON" : "Add" ,
"TITLE" : "Shift + Enter to create a task"
} ,
"FOOTER" : {
"DUE_DATE" : "Due date" ,
"LABEL_TITLE" : "Set type"
}
} ,
2021-05-17 18:23:19 +00:00
"NOTES" : {
2021-10-26 17:31:52 +00:00
"FETCHING_NOTES" : "Fetching notes..." ,
"NOT_AVAILABLE" : "There are no notes created for this contact" ,
2021-05-17 18:23:19 +00:00
"HEADER" : {
"TITLE" : "Notes"
} ,
2021-10-26 17:31:52 +00:00
"LIST" : {
"LABEL" : "added a note"
} ,
2021-05-17 18:23:19 +00:00
"ADD" : {
"BUTTON" : "Add" ,
"PLACEHOLDER" : "Add a note" ,
"TITLE" : "Shift + Enter to create a note"
} ,
2021-10-26 17:31:52 +00:00
"CONTENT_HEADER" : {
"DELETE" : "Delete note"
2021-05-17 18:23:19 +00:00
}
2021-05-21 18:22:38 +00:00
} ,
2021-06-15 16:45:18 +00:00
"EVENTS" : {
"HEADER" : {
"TITLE" : "Activities"
} ,
"BUTTON" : {
"PILL_BUTTON_NOTES" : "notes" ,
"PILL_BUTTON_EVENTS" : "events" ,
"PILL_BUTTON_CONVO" : "gesprekken"
}
} ,
2021-05-21 18:22:38 +00:00
"CUSTOM_ATTRIBUTES" : {
2021-11-12 18:10:08 +00:00
"ADD_BUTTON_TEXT" : "Add attributes" ,
2021-05-21 18:22:38 +00:00
"BUTTON" : "Add custom attribute" ,
2021-09-13 13:49:59 +00:00
"NOT_AVAILABLE" : "There are no custom attributes available for this contact." ,
2021-11-12 18:10:08 +00:00
"COPY_SUCCESSFUL" : "Succesvol gekopieerd naar klembord" ,
"ACTIONS" : {
"COPY" : "Copy attribute" ,
"DELETE" : "Delete attribute" ,
"EDIT" : "Edit attribute"
} ,
2021-05-21 18:22:38 +00:00
"ADD" : {
"TITLE" : "Create custom attribute" ,
"DESC" : "Add custom information to this contact."
} ,
"FORM" : {
"CREATE" : "Add attribute" ,
"CANCEL" : "Annuleren" ,
"NAME" : {
"LABEL" : "Custom attribute name" ,
"PLACEHOLDER" : "Eg: shopify id" ,
"ERROR" : "Invalid custom attribute name"
} ,
"VALUE" : {
"LABEL" : "Attribute value" ,
"PLACEHOLDER" : "Eg: 11901 "
2021-11-12 18:10:08 +00:00
} ,
"ADD" : {
"TITLE" : "Create new attribute " ,
"SUCCESS" : "Attribute added successfully" ,
"ERROR" : "Unable to add attribute. Please try again later"
} ,
"UPDATE" : {
"SUCCESS" : "Attribute updated successfully" ,
"ERROR" : "Unable to update attribute. Please try again later"
} ,
"DELETE" : {
"SUCCESS" : "Attribute deleted successfully" ,
"ERROR" : "Unable to delete attribute. Please try again later"
} ,
"ATTRIBUTE_SELECT" : {
"TITLE" : "Add attributes" ,
"PLACEHOLDER" : "Search attributes" ,
"NO_RESULT" : "No attributes found"
2021-12-19 06:08:02 +00:00
} ,
"ATTRIBUTE_TYPE" : {
"LIST" : {
"PLACEHOLDER" : "Select value" ,
"SEARCH_INPUT_PLACEHOLDER" : "Search value" ,
"NO_RESULT" : "No result found"
}
2021-05-21 18:22:38 +00:00
}
2021-11-12 18:10:08 +00:00
} ,
"VALIDATIONS" : {
"REQUIRED" : "Valid value is required" ,
"INVALID_URL" : "Invalid URL"
2021-05-21 18:22:38 +00:00
}
2021-07-07 15:55:04 +00:00
} ,
"MERGE_CONTACTS" : {
"TITLE" : "Merge contacts" ,
2021-10-14 08:02:15 +00:00
"DESCRIPTION" : "Merge contacts to combine two profiles into one, including all attributes and conversations. In case of conflict, the Primary contact’ s attributes will take precedence." ,
2021-07-07 15:55:04 +00:00
"PRIMARY" : {
2021-10-14 08:02:15 +00:00
"TITLE" : "Primary contact" ,
"HELP_LABEL" : "To be kept"
2021-07-07 15:55:04 +00:00
} ,
"CHILD" : {
"TITLE" : "Contact to merge" ,
2021-10-14 08:02:15 +00:00
"PLACEHOLDER" : "Search for a contact" ,
"HELP_LABEL" : "To be deleted"
2021-07-07 15:55:04 +00:00
} ,
"SUMMARY" : {
"TITLE" : "Summary" ,
2021-10-14 08:02:15 +00:00
"DELETE_WARNING" : "Contact of <strong>%{childContactName}</strong> will be deleted." ,
2021-07-07 15:55:04 +00:00
"ATTRIBUTE_WARNING" : "Contact details of <strong>%{childContactName}</strong> will be copied to <strong>%{primaryContactName}</strong>."
} ,
"SEARCH" : {
"ERROR" : "ERROR_MESSAGE"
} ,
"FORM" : {
"SUBMIT" : " Merge contacts" ,
"CANCEL" : "Annuleren" ,
"CHILD_CONTACT" : {
"ERROR" : "Select a child contact to merge"
} ,
"SUCCESS_MESSAGE" : "Contact merged successfully" ,
2021-10-14 08:02:15 +00:00
"ERROR_MESSAGE" : "Could not merge contacts, try again!"
2021-07-07 15:55:04 +00:00
}
2020-05-06 08:54:20 +00:00
}
}