2020-07-07 19:29:30 +00:00
{
"CONTACT_PANEL" : {
2020-12-01 07:45:17 +00:00
"NOT_AVAILABLE" : "Müsait değil" ,
"EMAIL_ADDRESS" : "E-posta adresi" ,
"PHONE_NUMBER" : "Telefon numarası " ,
"COPY_SUCCESSFUL" : "Panoya başarı yla kopyalandı " ,
"COMPANY" : "Şirket" ,
"LOCATION" : "Yer" ,
"CONVERSATION_TITLE" : "Sohbet Ayrı ntı ları " ,
"BROWSER" : "Tarayı cı " ,
"OS" : "İşletim sistemi" ,
"INITIATED_FROM" : "Başlatı ldı " ,
"INITIATED_AT" : "Başlatı ldı " ,
2021-01-18 07:06:26 +00:00
"IP_ADDRESS" : "IP Adresi" ,
2021-04-19 09:40:16 +00:00
"NEW_MESSAGE" : "New message" ,
2020-07-07 19:29:30 +00:00
"CONVERSATIONS" : {
2020-12-01 07:45:17 +00:00
"NO_RECORDS_FOUND" : "Bu kişiyle ilişkilendirilmiş önceki görüşme yok." ,
"TITLE" : "Önceki Sohbetler"
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" : "Konuşma Etiketleri" ,
"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
} ,
2020-12-01 07:45:17 +00:00
"MUTE_CONTACT" : "Konuşmayı Sessize Al" ,
"UNMUTE_CONTACT" : "Konuşmanı n Sesini Aç" ,
"MUTED_SUCCESS" : "Bu konuşma 6 saatliğine sessize alı nı r" ,
"UNMUTED_SUCCESS" : "Bu görüşmenin sesi kapatı ldı " ,
"SEND_TRANSCRIPT" : "Transkript Gönder" ,
"EDIT_LABEL" : "Düzenle"
2020-08-26 16:03:52 +00:00
} ,
"EDIT_CONTACT" : {
2020-12-01 07:45:17 +00:00
"BUTTON_LABEL" : "Kişiyi Düzenle" ,
"TITLE" : "Kişiyi Düzenle" ,
2021-03-15 18:30:53 +00:00
"DESC" : "İletişim bilgilerini düzenleyin"
} ,
"CREATE_CONTACT" : {
"BUTTON_LABEL" : "Yeni Kişi" ,
"TITLE" : "Yeni kişi oluştur" ,
"DESC" : "Kişi hakkı ndaki temel bilgileri giriniz."
} ,
"CONTACT_FORM" : {
2020-08-26 16:03:52 +00:00
"FORM" : {
2020-12-01 07:45:17 +00:00
"SUBMIT" : "Yolla" ,
"CANCEL" : "İptal Et" ,
2020-08-26 16:03:52 +00:00
"AVATAR" : {
2020-12-01 07:45:17 +00:00
"LABEL" : "İletişim Avatarı "
2020-08-26 16:03:52 +00:00
} ,
"NAME" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Kişinin tam adı nı girin" ,
"LABEL" : "Ad Soyad"
2020-08-26 16:03:52 +00:00
} ,
"BIO" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Kişinin biyografisini girin" ,
"LABEL" : "Biyografi"
2020-08-26 16:03:52 +00:00
} ,
"EMAIL_ADDRESS" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Kişinin e-posta adresini girin" ,
"LABEL" : "E-posta adresi"
2020-08-26 16:03:52 +00:00
} ,
"PHONE_NUMBER" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Kişinin telefon numarası nı girin" ,
2021-04-19 09:40:16 +00:00
"LABEL" : "Telefon numarası " ,
"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-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Kişinin konumunu girin" ,
"LABEL" : "Yer"
2020-08-26 16:03:52 +00:00
} ,
"COMPANY_NAME" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Şirket adı nı girin" ,
"LABEL" : "Şirket Adı "
2020-08-26 16:03:52 +00:00
} ,
"SOCIAL_PROFILES" : {
"FACEBOOK" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Facebook kullanı cı adı nı girin" ,
"LABEL" : "Facebook\n"
2020-08-26 16:03:52 +00:00
} ,
"TWITTER" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Twitter kullanı cı adı nı girin" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Twitter"
} ,
"LINKEDIN" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "LinkedIn kullanı cı adı nı girin" ,
"LABEL" : "LinkedIn\n"
2020-08-26 16:03:52 +00:00
} ,
"GITHUB" : {
2020-12-01 07:45:17 +00:00
"PLACEHOLDER" : "Github kullanı cı adı nı girin" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Github"
}
}
} ,
2021-03-15 18:30:53 +00:00
"SUCCESS_MESSAGE" : "Kişi bilgileri başarı yla kaydedildi" ,
2020-12-01 07:45:17 +00:00
"CONTACT_ALREADY_EXIST" : "Bu e-posta adresi başka bir kişi için kullanı lı yor." ,
2021-03-15 18:30:53 +00:00
"ERROR_MESSAGE" : "Bir hata oluştu, lütfen tekrar deneyin"
2020-11-16 17:41:14 +00:00
} ,
2021-04-19 09:40:16 +00:00
"NEW_CONVERSATION" : {
"BUTTON_LABEL" : "Start conversation" ,
"TITLE" : "Yeni görüşme" ,
"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"
} ,
"MESSAGE" : {
"LABEL" : "Message" ,
"PLACEHOLDER" : "Write your message here" ,
"ERROR" : "Message can't be empty"
} ,
"SUBMIT" : "Send message" ,
"CANCEL" : "İptal Et" ,
"SUCCESS_MESSAGE" : "Message sent!" ,
"ERROR_MESSAGE" : "Couldn't send! try again"
}
} ,
2020-11-16 17:41:14 +00:00
"CONTACTS_PAGE" : {
2020-12-01 07:45:17 +00:00
"HEADER" : "Kişiler" ,
2021-07-07 15:55:04 +00:00
"FIELDS" : "Contact fields" ,
2020-12-01 07:45:17 +00:00
"SEARCH_BUTTON" : "Arama" ,
"SEARCH_INPUT_PLACEHOLDER" : "Kişileri arayı n" ,
2020-11-16 17:41:14 +00:00
"LIST" : {
2020-12-01 07:45:17 +00:00
"LOADING_MESSAGE" : "Kişiler yükleniyor ..." ,
"404" : "Aramanı zla eşleşen kişi yok 🔍" ,
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" : "İsim" ,
"PHONE_NUMBER" : "Telefon numarası " ,
"CONVERSATIONS" : "Konuşmalar" ,
2021-04-19 09:40:16 +00:00
"LAST_ACTIVITY" : "Son aktivite" ,
"COUNTRY" : "Ülke" ,
"CITY" : "Şehir" ,
2021-03-15 18:30:53 +00:00
"SOCIAL_PROFILES" : "Social Profiles" ,
"COMPANY" : "Şirket" ,
"EMAIL_ADDRESS" : "E-posta adresi"
} ,
2021-04-19 09:40:16 +00:00
"VIEW_DETAILS" : "Detayları göster"
2020-11-16 17:41:14 +00:00
}
2021-05-17 18:23:19 +00:00
} ,
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" : {
"HEADER" : {
"TITLE" : "Notes"
} ,
"ADD" : {
"BUTTON" : "Add" ,
"PLACEHOLDER" : "Add a note" ,
"TITLE" : "Shift + Enter to create a note"
} ,
"FOOTER" : {
"BUTTON" : "View all notes"
}
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" : "konuşmalar"
}
} ,
2021-05-21 18:22:38 +00:00
"CUSTOM_ATTRIBUTES" : {
"TITLE" : "Özel Nitelikler" ,
"BUTTON" : "Add custom attribute" ,
"ADD" : {
"TITLE" : "Create custom attribute" ,
"DESC" : "Add custom information to this contact."
} ,
"FORM" : {
"CREATE" : "Add attribute" ,
"CANCEL" : "İptal Et" ,
"NAME" : {
"LABEL" : "Custom attribute name" ,
"PLACEHOLDER" : "Eg: shopify id" ,
"ERROR" : "Invalid custom attribute name"
} ,
"VALUE" : {
"LABEL" : "Attribute value" ,
"PLACEHOLDER" : "Eg: 11901 "
}
}
2021-07-07 15:55:04 +00:00
} ,
"MERGE_CONTACTS" : {
"TITLE" : "Merge contacts" ,
"DESCRIPTION" : "Merge contact is helpful when you have duplicated entries of the same contact. Merging action takes a primary contact and a child contact. After merging, all details in the primary contact will remain the same. If the primary contact doesn't have a field, then the value from the child contact will be used after merging. If a conflict happens, fields in primary contact will remain unaffected, but fields from secondary will be copied to the custom attributes in the primary contact." ,
"PRIMARY" : {
"TITLE" : "Primary contact"
} ,
"CHILD" : {
"TITLE" : "Contact to merge" ,
"PLACEHOLDER" : "Choose a contact"
} ,
"SUMMARY" : {
"TITLE" : "Summary" ,
"DELETE_WARNING" : "Contact of <strong>%{childContactName}</strong>will be deleted." ,
"ATTRIBUTE_WARNING" : "Contact details of <strong>%{childContactName}</strong> will be copied to <strong>%{primaryContactName}</strong>."
} ,
"SEARCH" : {
"ERROR" : "ERROR_MESSAGE"
} ,
"FORM" : {
"SUBMIT" : " Merge contacts" ,
"CANCEL" : "İptal Et" ,
"CHILD_CONTACT" : {
"ERROR" : "Select a child contact to merge"
} ,
"SUCCESS_MESSAGE" : "Contact merged successfully" ,
"ERROR_MESSAGE" : "Could not merge contcts, try again!"
}
2020-07-07 19:29:30 +00:00
}
}