2020-07-07 19:29:30 +00:00
{
"CONTACT_PANEL" : {
2020-11-24 17:37:51 +00:00
"NOT_AVAILABLE" : "Ikke Tilgængelig" ,
"EMAIL_ADDRESS" : "E-Mail Adresse" ,
"PHONE_NUMBER" : "Telefonnummer" ,
"COPY_SUCCESSFUL" : "Kopiering til udklipsholder lykkedes" ,
"COMPANY" : "Virksomhed" ,
"LOCATION" : "Lokation" ,
"CONVERSATION_TITLE" : "Samtaledetaljer" ,
2021-10-26 17:31:52 +00:00
"VIEW_PROFILE" : "View Profile" ,
2020-07-07 19:29:30 +00:00
"BROWSER" : "Browser" ,
2020-11-24 17:37:51 +00:00
"OS" : "Operativsystem" ,
"INITIATED_FROM" : "Startet fra" ,
"INITIATED_AT" : "Startet fra" ,
2020-12-22 12:31:10 +00:00
"IP_ADDRESS" : "IP Address" ,
2021-04-19 09:40:16 +00:00
"NEW_MESSAGE" : "New message" ,
2020-07-07 19:29:30 +00:00
"CONVERSATIONS" : {
2020-11-24 17:37:51 +00:00
"NO_RECORDS_FOUND" : "Der er ingen tidligere samtaler tilknyttet denne kontakt." ,
"TITLE" : "Tidligere Samtaler"
2020-07-07 19:29:30 +00:00
} ,
"LABELS" : {
2021-06-15 16:45:18 +00:00
"CONTACT" : {
"TITLE" : "Contact Labels" ,
"ERROR" : "Couldn't update labels"
} ,
"CONVERSATION" : {
"TITLE" : "Samtale Etiketter" ,
"ADD_BUTTON" : "Add Labels"
2020-07-07 19:29:30 +00:00
} ,
2021-05-17 18:23:19 +00:00
"LABEL_SELECT" : {
"TITLE" : "Add Labels" ,
"PLACEHOLDER" : "Search labels" ,
"NO_RESULT" : "No labels found"
}
2020-07-07 19:29:30 +00:00
} ,
2021-10-14 08:02:15 +00:00
"MERGE_CONTACT" : "Merge contact" ,
"CONTACT_ACTIONS" : "Contact actions" ,
2020-11-24 17:37:51 +00:00
"MUTE_CONTACT" : "Gør Samtale Lydløs" ,
"UNMUTE_CONTACT" : "Fjern Lydløs" ,
"MUTED_SUCCESS" : "Denne samtale er gjort tavs i 6 timer" ,
"UNMUTED_SUCCESS" : "Denne samtale er genaktiveret" ,
"SEND_TRANSCRIPT" : "Send Udskrift" ,
2021-09-13 13:49:59 +00:00
"EDIT_LABEL" : "Rediger" ,
"SIDEBAR_SECTIONS" : {
"CUSTOM_ATTRIBUTES" : "Brugerdefinerede Egenskaber" ,
"CONTACT_LABELS" : "Contact Labels" ,
"PREVIOUS_CONVERSATIONS" : "Tidligere Samtaler"
}
2020-08-26 16:03:52 +00:00
} ,
"EDIT_CONTACT" : {
2020-11-24 17:37:51 +00:00
"BUTTON_LABEL" : "Rediger Kontakt" ,
"TITLE" : "Rediger Kontakt" ,
2021-03-15 18:30:53 +00:00
"DESC" : "Rediger kontaktoplysninger"
} ,
"CREATE_CONTACT" : {
"BUTTON_LABEL" : "New Contact" ,
"TITLE" : "Create new contact" ,
"DESC" : "Add basic information details about the contact."
} ,
2021-10-14 08:02:15 +00:00
"IMPORT_CONTACTS" : {
"BUTTON_LABEL" : "Import" ,
"TITLE" : "Import Contacts" ,
"DESC" : "Import contacts through a CSV file." ,
"DOWNLOAD_LABEL" : "Download a sample csv." ,
"FORM" : {
"LABEL" : "CSV File" ,
"SUBMIT" : "Import" ,
"CANCEL" : "Annuller"
} ,
"SUCCESS_MESSAGE" : "Contacts saved successfully" ,
"ERROR_MESSAGE" : "Der opstod en fejl. Prøv venligst igen"
} ,
"DELETE_CONTACT" : {
"BUTTON_LABEL" : "Delete Contact" ,
"TITLE" : "Delete contact" ,
"DESC" : "Delete contact details" ,
"CONFIRM" : {
"TITLE" : "Bekræft Sletning" ,
"MESSAGE" : "Er du sikker på du vil slette " ,
"PLACE_HOLDER" : "Please type {contactName} to confirm" ,
"YES" : "Ja, Slet " ,
"NO" : "Nej, Behold "
} ,
"API" : {
"SUCCESS_MESSAGE" : "Contact deleted successfully" ,
"ERROR_MESSAGE" : "Could not delete contact. Please try again later."
}
} ,
2021-03-15 18:30:53 +00:00
"CONTACT_FORM" : {
2020-08-26 16:03:52 +00:00
"FORM" : {
2020-11-24 17:37:51 +00:00
"SUBMIT" : "Send" ,
"CANCEL" : "Annuller" ,
2020-08-26 16:03:52 +00:00
"AVATAR" : {
2020-11-24 17:37:51 +00:00
"LABEL" : "Kontakt Avatar"
2020-08-26 16:03:52 +00:00
} ,
"NAME" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast det fulde navn på kontaktpersonen" ,
"LABEL" : "Fulde Navn"
2020-08-26 16:03:52 +00:00
} ,
"BIO" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast kontaktens bio" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Bio"
} ,
"EMAIL_ADDRESS" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast e-mailadressen på kontaktpersonen" ,
"LABEL" : "E-Mail Adresse"
2020-08-26 16:03:52 +00:00
} ,
"PHONE_NUMBER" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast telefonnummeret på kontaktpersonen" ,
2021-04-19 09:40:16 +00:00
"LABEL" : "Telefonnummer" ,
"HELP" : "Phone number should be of E.164 format eg: +1415555555 [+][country code][area code][local phone number]" ,
"ERROR" : "Phone number should be either empty or of E.164 format"
2020-08-26 16:03:52 +00:00
} ,
"LOCATION" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Angiv placeringen af kontaktpersonen" ,
"LABEL" : "Lokation"
2020-08-26 16:03:52 +00:00
} ,
"COMPANY_NAME" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast virksomhedens navn" ,
"LABEL" : "Virksomhedens Navn"
2020-08-26 16:03:52 +00:00
} ,
"SOCIAL_PROFILES" : {
"FACEBOOK" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast Facebook brugernavn" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Facebook"
} ,
"TWITTER" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast brugernavn til Twitter" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Twitter"
} ,
"LINKEDIN" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast LinkedIn brugernavn" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "LinkedIn"
} ,
"GITHUB" : {
2020-11-24 17:37:51 +00:00
"PLACEHOLDER" : "Indtast Github brugernavn" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Github"
}
}
} ,
2021-03-15 18:30:53 +00:00
"SUCCESS_MESSAGE" : "Contact saved successfully" ,
2020-11-24 17:37:51 +00:00
"CONTACT_ALREADY_EXIST" : "Denne e-mail adresse er i brug for en anden kontakt." ,
2021-03-15 18:30:53 +00:00
"ERROR_MESSAGE" : "Der opstod en fejl. Prøv venligst igen"
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" ,
2021-09-03 10:18:24 +00:00
"DESC" : "Start en samtale ved at sende en besked." ,
2021-04-19 09:40:16 +00:00
"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-09-03 10:18:24 +00:00
"LABEL" : "Besked" ,
"PLACEHOLDER" : "Skriv din besked her" ,
"ERROR" : "Beskeden må ikke være tom"
2021-04-19 09:40:16 +00:00
} ,
2021-09-03 10:18:24 +00:00
"SUBMIT" : "Send besked" ,
2021-04-19 09:40:16 +00:00
"CANCEL" : "Annuller" ,
2021-09-03 10:18:24 +00:00
"SUCCESS_MESSAGE" : "Besked sendt!" ,
"ERROR_MESSAGE" : "Kunne ikke sendes! prøv igen"
2021-04-19 09:40:16 +00:00
}
} ,
2020-11-16 17:41:14 +00:00
"CONTACTS_PAGE" : {
2020-11-24 17:37:51 +00:00
"HEADER" : "Kontakter" ,
2021-07-07 15:55:04 +00:00
"FIELDS" : "Contact fields" ,
2020-11-24 17:37:51 +00:00
"SEARCH_BUTTON" : "Søg" ,
"SEARCH_INPUT_PLACEHOLDER" : "Søg efter kontakter" ,
2020-11-16 17:41:14 +00:00
"LIST" : {
2020-11-24 17:37:51 +00:00
"LOADING_MESSAGE" : "Indlæser kontakter..." ,
"404" : "Ingen kontakter matcher din søgning 🔍" ,
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" : "Navn" ,
"PHONE_NUMBER" : "Telefonnummer" ,
"CONVERSATIONS" : "Samtaler" ,
"LAST_ACTIVITY" : "Last Activity" ,
"COUNTRY" : "Country" ,
"CITY" : "City" ,
"SOCIAL_PROFILES" : "Social Profiles" ,
"COMPANY" : "Virksomhed" ,
"EMAIL_ADDRESS" : "E-Mail Adresse"
} ,
"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" : "Kontakter" ,
"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" : "samtaler"
}
} ,
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" : "Kopiering til udklipsholder lykkedes" ,
"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" : "Annuller" ,
"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-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" : "Annuller" ,
"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-07-07 19:29:30 +00:00
}
}