表示文字列(多言語対応)
const uneeqOptions = {
languageStrings: {
"default": {
callToActionText: '👋 Hey! It is so good to meet you.',
errorText: 'An error occurred.',
textInputPlaceholder: 'Type here...',
showContentToolTip: 'Show Content',
sendQuestionButtonToolTip: 'Send Message',
startRecordingButtonToolTip: 'Start Recording',
unmuteMicrophoneToolTip: 'Unmute',
muteMicrophoneToolTip: 'Mute',
microphonePermissionNotAllowedButtonToolTip: 'Microphone permission not allowed',
microphoneEnabledHintTitle: 'Microphone Enabled',
microphoneEnabledHintText: 'You can speak to me, I\'m listening.',
microphoneEnabledHintTitleOverlay: 'Mic Enabled',
microphoneNotAllowedMessage: 'Microphone permission was not allowed. Please allow access to your microphone ' +
'via your browser settings, and try again.',
recordingTapToStart: 'Tap to record, tap again to send',
recordingSpeakNowPrompt: 'Speak now',
recordingTapStopWhenDone: 'Tap stop when done',
recordingStopButtonToolTip: 'Stop Recording',
recordingRequestingMicrophonePrompt: 'Requesting Microphone',
settingsExitButton: 'Exit',
confirmExitDescription: 'Are you sure you want to exit?',
confirmExitStayButton: 'STAY',
confirmExitEndButton: 'EXIT',
hideContentButton: 'Hide Content',
hideDigitalHumanButton: 'Hide Digital Human',
sessionEndedDueToInactivity: 'Digital human conversation has ended due to inactivity.',
sessionEndedByUser: 'Digital human conversation ended.',
sessionEndedDueToConnectionLoss: 'Digital human conversation has ended due to a connection issue.',
sessionEndedUnexpectedly: 'Digital human conversation has ended unexpectedly.',
sessionTransferred: 'Digital human conversation has transitioned.',
reconnectingText: 'reconnecting...'
}
}
}言語置換
最終更新
