2020-07-07 19:29:30 +00:00
{
"CONTACT_PANEL" : {
2020-11-16 17:41:14 +00:00
"NOT_AVAILABLE" : "利用不可" ,
"EMAIL_ADDRESS" : "Eメールアドレス" ,
"PHONE_NUMBER" : "電話番号" ,
"COPY_SUCCESSFUL" : "Copied to clipboard successfully" ,
"COMPANY" : "企業" ,
"LOCATION" : "場所" ,
"CONVERSATION_TITLE" : "会話の詳細" ,
"BROWSER" : "ブラウザ" ,
"OS" : "OS" ,
"INITIATED_FROM" : "開始元" ,
"INITIATED_AT" : "開始場所" ,
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-16 17:41:14 +00:00
"NO_RECORDS_FOUND" : "この連絡先に関連付けられている以前の会話はありません。" ,
"TITLE" : "前の会話"
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" : "会話のラベル" ,
"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-11-16 17:41:14 +00:00
"MUTE_CONTACT" : "会話をミュート" ,
"UNMUTE_CONTACT" : "Unmute Conversation" ,
"MUTED_SUCCESS" : "この会話は6時間ミュートされています。" ,
"UNMUTED_SUCCESS" : "This conversation is unmuted" ,
"SEND_TRANSCRIPT" : "会話のログを送信" ,
2021-09-13 13:49:59 +00:00
"EDIT_LABEL" : "編集" ,
"SIDEBAR_SECTIONS" : {
"CUSTOM_ATTRIBUTES" : "カスタム属性" ,
"CONTACT_LABELS" : "Contact Labels" ,
"PREVIOUS_CONVERSATIONS" : "前の会話"
}
2020-08-26 16:03:52 +00:00
} ,
"EDIT_CONTACT" : {
2020-11-16 17:41:14 +00:00
"BUTTON_LABEL" : "連絡先を編集" ,
"TITLE" : "連絡先を編集" ,
2021-03-15 18:30:53 +00:00
"DESC" : "連絡先の詳細を編集"
} ,
"CREATE_CONTACT" : {
"BUTTON_LABEL" : "New Contact" ,
"TITLE" : "Create new contact" ,
"DESC" : "Add basic information details about the contact."
} ,
"CONTACT_FORM" : {
2020-08-26 16:03:52 +00:00
"FORM" : {
2020-11-16 17:41:14 +00:00
"SUBMIT" : "送信" ,
"CANCEL" : "キャンセル" ,
2020-08-26 16:03:52 +00:00
"AVATAR" : {
2020-11-16 17:41:14 +00:00
"LABEL" : "連絡先のアバター"
2020-08-26 16:03:52 +00:00
} ,
"NAME" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "連絡先のフルネームを入力してください" ,
"LABEL" : "フルネーム"
2020-08-26 16:03:52 +00:00
} ,
"BIO" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "連絡先のプロフィールを入力してください" ,
"LABEL" : "プロフィール"
2020-08-26 16:03:52 +00:00
} ,
"EMAIL_ADDRESS" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "連絡先のEメールアドレスを入力してください" ,
"LABEL" : "Eメールアドレス"
2020-08-26 16:03:52 +00:00
} ,
"PHONE_NUMBER" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "連絡先の電話番号を入力してください" ,
2021-04-19 09:40:16 +00:00
"LABEL" : "電話番号" ,
"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-16 17:41:14 +00:00
"PLACEHOLDER" : "連絡先の所在地を入力してください" ,
"LABEL" : "場所"
2020-08-26 16:03:52 +00:00
} ,
"COMPANY_NAME" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "企業名を入力" ,
"LABEL" : "企業名"
2020-08-26 16:03:52 +00:00
} ,
"SOCIAL_PROFILES" : {
"FACEBOOK" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Facebookのユーザー名を入力してください" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Facebook"
} ,
"TWITTER" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "Twitterのユーザー名を入力してください" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "Twitter"
} ,
"LINKEDIN" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "LinkedIn のユーザー名を入力してください" ,
2020-08-26 16:03:52 +00:00
"LABEL" : "LinkedIn"
} ,
"GITHUB" : {
2020-11-16 17:41:14 +00:00
"PLACEHOLDER" : "GitHubのユーザー名を入力してください" ,
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-16 17:41:14 +00:00
"CONTACT_ALREADY_EXIST" : "このメールアドレスは別の連絡先に使用されています。" ,
2021-03-15 18:30:53 +00:00
"ERROR_MESSAGE" : "エラーが発生しました。もう一度お試しください。"
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"
} ,
"MESSAGE" : {
2021-05-17 18:23:19 +00:00
"LABEL" : "メッセージ" ,
2021-04-19 09:40:16 +00:00
"PLACEHOLDER" : "Write your message here" ,
"ERROR" : "Message can't be empty"
} ,
"SUBMIT" : "Send message" ,
"CANCEL" : "キャンセル" ,
"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" ,
"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" : "名前" ,
"PHONE_NUMBER" : "電話番号" ,
"CONVERSATIONS" : "会話データ" ,
"LAST_ACTIVITY" : "Last Activity" ,
"COUNTRY" : "Country" ,
"CITY" : "City" ,
"SOCIAL_PROFILES" : "Social Profiles" ,
"COMPANY" : "企業" ,
"EMAIL_ADDRESS" : "Eメールアドレス"
} ,
"VIEW_DETAILS" : "View details"
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" : "会話データ"
}
} ,
2021-05-21 18:22:38 +00:00
"CUSTOM_ATTRIBUTES" : {
"BUTTON" : "Add custom attribute" ,
2021-09-13 13:49:59 +00:00
"NOT_AVAILABLE" : "There are no custom attributes available for this contact." ,
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" : "キャンセル" ,
"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" : "キャンセル" ,
"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
}
}