338 lines
10 KiB
JSON
338 lines
10 KiB
JSON
{
|
||
"CONTACT_PANEL": {
|
||
"NOT_AVAILABLE": "利用不可",
|
||
"EMAIL_ADDRESS": "Eメールアドレス",
|
||
"PHONE_NUMBER": "電話番号",
|
||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
||
"COMPANY": "企業",
|
||
"LOCATION": "場所",
|
||
"CONVERSATION_TITLE": "会話の詳細",
|
||
"VIEW_PROFILE": "View Profile",
|
||
"BROWSER": "ブラウザ",
|
||
"OS": "OS",
|
||
"INITIATED_FROM": "開始元",
|
||
"INITIATED_AT": "開始場所",
|
||
"IP_ADDRESS": "IP Address",
|
||
"NEW_MESSAGE": "New message",
|
||
"CONVERSATIONS": {
|
||
"NO_RECORDS_FOUND": "この連絡先に関連付けられている以前の会話はありません。",
|
||
"TITLE": "前の会話"
|
||
},
|
||
"LABELS": {
|
||
"CONTACT": {
|
||
"TITLE": "Contact Labels",
|
||
"ERROR": "Couldn't update labels"
|
||
},
|
||
"CONVERSATION": {
|
||
"TITLE": "会話のラベル",
|
||
"ADD_BUTTON": "Add Labels"
|
||
},
|
||
"LABEL_SELECT": {
|
||
"TITLE": "Add Labels",
|
||
"PLACEHOLDER": "Search labels",
|
||
"NO_RESULT": "No labels found"
|
||
}
|
||
},
|
||
"MERGE_CONTACT": "Merge contact",
|
||
"CONTACT_ACTIONS": "Contact actions",
|
||
"MUTE_CONTACT": "会話をミュート",
|
||
"UNMUTE_CONTACT": "Unmute Conversation",
|
||
"MUTED_SUCCESS": "この会話は6時間ミュートされています。",
|
||
"UNMUTED_SUCCESS": "This conversation is unmuted",
|
||
"SEND_TRANSCRIPT": "会話のログを送信",
|
||
"EDIT_LABEL": "編集",
|
||
"SIDEBAR_SECTIONS": {
|
||
"CUSTOM_ATTRIBUTES": "カスタム属性",
|
||
"CONTACT_LABELS": "Contact Labels",
|
||
"PREVIOUS_CONVERSATIONS": "前の会話"
|
||
}
|
||
},
|
||
"EDIT_CONTACT": {
|
||
"BUTTON_LABEL": "連絡先を編集",
|
||
"TITLE": "連絡先を編集",
|
||
"DESC": "連絡先の詳細を編集"
|
||
},
|
||
"CREATE_CONTACT": {
|
||
"BUTTON_LABEL": "New Contact",
|
||
"TITLE": "Create new contact",
|
||
"DESC": "Add basic information details about the contact."
|
||
},
|
||
"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": "キャンセル"
|
||
},
|
||
"SUCCESS_MESSAGE": "Contacts saved successfully",
|
||
"ERROR_MESSAGE": "エラーが発生しました。もう一度お試しください。"
|
||
},
|
||
"DELETE_NOTE": {
|
||
"CONFIRM": {
|
||
"TITLE": "削除の確認",
|
||
"MESSAGE": "Are you want sure to delete this note?",
|
||
"YES": "Yes, Delete it",
|
||
"NO": "いいえ、保存しておきます"
|
||
}
|
||
},
|
||
"DELETE_CONTACT": {
|
||
"BUTTON_LABEL": "Delete Contact",
|
||
"TITLE": "Delete contact",
|
||
"DESC": "Delete contact details",
|
||
"CONFIRM": {
|
||
"TITLE": "削除の確認",
|
||
"MESSAGE": "削除してもよろしいですか? ",
|
||
"YES": "削除する",
|
||
"NO": "いいえ"
|
||
},
|
||
"API": {
|
||
"SUCCESS_MESSAGE": "Contact deleted successfully",
|
||
"ERROR_MESSAGE": "Could not delete contact. Please try again later."
|
||
}
|
||
},
|
||
"CONTACT_FORM": {
|
||
"FORM": {
|
||
"SUBMIT": "送信",
|
||
"CANCEL": "キャンセル",
|
||
"AVATAR": {
|
||
"LABEL": "連絡先のアバター"
|
||
},
|
||
"NAME": {
|
||
"PLACEHOLDER": "連絡先のフルネームを入力してください",
|
||
"LABEL": "フルネーム"
|
||
},
|
||
"BIO": {
|
||
"PLACEHOLDER": "連絡先のプロフィールを入力してください",
|
||
"LABEL": "プロフィール"
|
||
},
|
||
"EMAIL_ADDRESS": {
|
||
"PLACEHOLDER": "連絡先のEメールアドレスを入力してください",
|
||
"LABEL": "Eメールアドレス",
|
||
"DUPLICATE": "このメールアドレスは別の連絡先に使用されています。"
|
||
},
|
||
"PHONE_NUMBER": {
|
||
"PLACEHOLDER": "連絡先の電話番号を入力してください",
|
||
"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",
|
||
"DUPLICATE": "This phone number is in use for another contact."
|
||
},
|
||
"LOCATION": {
|
||
"PLACEHOLDER": "連絡先の所在地を入力してください",
|
||
"LABEL": "場所"
|
||
},
|
||
"COMPANY_NAME": {
|
||
"PLACEHOLDER": "企業名を入力",
|
||
"LABEL": "企業名"
|
||
},
|
||
"SOCIAL_PROFILES": {
|
||
"FACEBOOK": {
|
||
"PLACEHOLDER": "Facebookのユーザー名を入力してください",
|
||
"LABEL": "Facebook"
|
||
},
|
||
"TWITTER": {
|
||
"PLACEHOLDER": "Twitterのユーザー名を入力してください",
|
||
"LABEL": "Twitter"
|
||
},
|
||
"LINKEDIN": {
|
||
"PLACEHOLDER": "LinkedIn のユーザー名を入力してください",
|
||
"LABEL": "LinkedIn"
|
||
},
|
||
"GITHUB": {
|
||
"PLACEHOLDER": "GitHubのユーザー名を入力してください",
|
||
"LABEL": "Github"
|
||
}
|
||
}
|
||
},
|
||
"SUCCESS_MESSAGE": "Contact saved successfully",
|
||
"ERROR_MESSAGE": "エラーが発生しました。もう一度お試しください。"
|
||
},
|
||
"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"
|
||
},
|
||
"SUBJECT": {
|
||
"LABEL": "Subject",
|
||
"PLACEHOLDER": "Subject",
|
||
"ERROR": "Subject can't be empty"
|
||
},
|
||
"MESSAGE": {
|
||
"LABEL": "メッセージ",
|
||
"PLACEHOLDER": "Write your message here",
|
||
"ERROR": "Message can't be empty"
|
||
},
|
||
"SUBMIT": "Send message",
|
||
"CANCEL": "キャンセル",
|
||
"SUCCESS_MESSAGE": "Message sent!",
|
||
"GO_TO_CONVERSATION": "表示",
|
||
"ERROR_MESSAGE": "Couldn't send! try again"
|
||
}
|
||
},
|
||
"CONTACTS_PAGE": {
|
||
"HEADER": "Contacts",
|
||
"FIELDS": "Contact fields",
|
||
"SEARCH_BUTTON": "Search",
|
||
"SEARCH_INPUT_PLACEHOLDER": "Search for contacts",
|
||
"FILTER_CONTACTS": "Filter",
|
||
"FILTER_CONTACTS_SAVE": "フィルターの保存",
|
||
"FILTER_CONTACTS_DELETE": "Delete filter",
|
||
"LIST": {
|
||
"LOADING_MESSAGE": "Loading contacts...",
|
||
"404": "No contacts matches your search 🔍",
|
||
"NO_CONTACTS": "There are no available contacts",
|
||
"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"
|
||
}
|
||
},
|
||
"CONTACT_PROFILE": {
|
||
"BACK_BUTTON": "Contacts",
|
||
"LOADING": "Loading contact profile..."
|
||
},
|
||
"REMINDER": {
|
||
"ADD_BUTTON": {
|
||
"BUTTON": "Add",
|
||
"TITLE": "Shift + Enter to create a task"
|
||
},
|
||
"FOOTER": {
|
||
"DUE_DATE": "Due date",
|
||
"LABEL_TITLE": "Set type"
|
||
}
|
||
},
|
||
"NOTES": {
|
||
"FETCHING_NOTES": "Fetching notes...",
|
||
"NOT_AVAILABLE": "There are no notes created for this contact",
|
||
"HEADER": {
|
||
"TITLE": "Notes"
|
||
},
|
||
"LIST": {
|
||
"LABEL": "added a note"
|
||
},
|
||
"ADD": {
|
||
"BUTTON": "Add",
|
||
"PLACEHOLDER": "Add a note",
|
||
"TITLE": "Shift + Enter to create a note"
|
||
},
|
||
"CONTENT_HEADER": {
|
||
"DELETE": "Delete note"
|
||
}
|
||
},
|
||
"EVENTS": {
|
||
"HEADER": {
|
||
"TITLE": "Activities"
|
||
},
|
||
"BUTTON": {
|
||
"PILL_BUTTON_NOTES": "notes",
|
||
"PILL_BUTTON_EVENTS": "events",
|
||
"PILL_BUTTON_CONVO": "会話データ"
|
||
}
|
||
},
|
||
"CUSTOM_ATTRIBUTES": {
|
||
"ADD_BUTTON_TEXT": "Add attributes",
|
||
"BUTTON": "Add custom attribute",
|
||
"NOT_AVAILABLE": "There are no custom attributes available for this contact.",
|
||
"COPY_SUCCESSFUL": "Copied to clipboard successfully",
|
||
"ACTIONS": {
|
||
"COPY": "Copy attribute",
|
||
"DELETE": "Delete attribute",
|
||
"EDIT": "Edit attribute"
|
||
},
|
||
"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 "
|
||
},
|
||
"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"
|
||
},
|
||
"ATTRIBUTE_TYPE": {
|
||
"LIST": {
|
||
"PLACEHOLDER": "Select value",
|
||
"SEARCH_INPUT_PLACEHOLDER": "Search value",
|
||
"NO_RESULT": "No result found"
|
||
}
|
||
}
|
||
},
|
||
"VALIDATIONS": {
|
||
"REQUIRED": "Valid value is required",
|
||
"INVALID_URL": "Invalid URL"
|
||
}
|
||
},
|
||
"MERGE_CONTACTS": {
|
||
"TITLE": "Merge contacts",
|
||
"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.",
|
||
"PRIMARY": {
|
||
"TITLE": "Primary contact",
|
||
"HELP_LABEL": "To be kept"
|
||
},
|
||
"CHILD": {
|
||
"TITLE": "Contact to merge",
|
||
"PLACEHOLDER": "Search for a contact",
|
||
"HELP_LABEL": "To be deleted"
|
||
},
|
||
"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 contacts, try again!"
|
||
}
|
||
}
|
||
}
|