diff --git a/contact.html b/contact.html index c4f320b..a37200f 100644 --- a/contact.html +++ b/contact.html @@ -185,6 +185,13 @@

실시간 채팅 문의

minglestudio_mocap + +
+
+

카카오톡

+

오픈채팅 상담

+ 카카오톡 상담하기 +
diff --git a/en/contact.html b/en/contact.html index d1ea4ae..6ff68ab 100644 --- a/en/contact.html +++ b/en/contact.html @@ -191,6 +191,13 @@

Live chat inquiry

minglestudio_mocap + +
+
+

카카오톡

+

오픈채팅 상담

+ 카카오톡 상담하기 +
diff --git a/i18n/en.json b/i18n/en.json index 46f5bf2..914b1f6 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -593,6 +593,11 @@ "title": "Discord", "desc": "Live chat inquiry" }, + "kakao": { + "title": "KakaoTalk", + "desc": "Open chat consultation", + "link": "Chat on KakaoTalk" + }, "visit": { "title": "Visit the Studio", "desc": "Reservation required", @@ -668,6 +673,8 @@ "errorDesc": "Your inquiry could not be sent due to a temporary server error. Please contact us directly using the methods below.", "errorEmail": "Email", "errorPhone": "Phone", + "errorKakao": "KakaoTalk", + "errorKakaoDesc": "Chat via KakaoTalk", "errorDiscord": "Contact us on Discord", "resetConfirm": "All entered data will be deleted. Continue?", "invalidEmail": "Please enter a valid email address.", diff --git a/i18n/ja.json b/i18n/ja.json index 4e1a377..e91e030 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -593,6 +593,11 @@ "title": "Discord", "desc": "リアルタイムチャットお問い合わせ" }, + "kakao": { + "title": "カカオトーク", + "desc": "オープンチャット相談", + "link": "カカオトークで相談" + }, "visit": { "title": "スタジオご訪問", "desc": "事前予約必須", @@ -668,6 +673,8 @@ "errorDesc": "一時的なサーバーエラーによりお問い合わせを送信できませんでした。以下の方法で直接ご連絡ください。", "errorEmail": "メール", "errorPhone": "電話", + "errorKakao": "カカオトーク", + "errorKakaoDesc": "オープンチャットで相談", "errorDiscord": "Discordサーバーでお問い合わせ", "resetConfirm": "入力内容がすべて削除されます。続行しますか?", "invalidEmail": "正しいメールアドレスを入力してください。", diff --git a/i18n/ko.json b/i18n/ko.json index 04d68df..7dfab1e 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -593,6 +593,11 @@ "title": "Discord", "desc": "실시간 채팅 문의" }, + "kakao": { + "title": "카카오톡", + "desc": "오픈채팅 상담", + "link": "카카오톡 상담하기" + }, "visit": { "title": "스튜디오 방문", "desc": "사전 예약 필수", @@ -668,6 +673,8 @@ "errorDesc": "일시적인 서버 오류로 문의가 전송되지 않았습니다. 아래 방법으로 직접 연락해 주세요.", "errorEmail": "이메일", "errorPhone": "전화", + "errorKakao": "카카오톡", + "errorKakaoDesc": "오픈채팅으로 상담", "errorDiscord": "디스코드 서버에서 문의", "resetConfirm": "입력한 내용이 모두 삭제됩니다. 계속하시겠습니까?", "invalidEmail": "올바른 이메일 형식을 입력해 주세요.", diff --git a/i18n/zh.json b/i18n/zh.json index 6181bf3..ed680e7 100644 --- a/i18n/zh.json +++ b/i18n/zh.json @@ -593,6 +593,11 @@ "title": "Discord", "desc": "实时聊天咨询" }, + "kakao": { + "title": "KakaoTalk", + "desc": "开放聊天咨询", + "link": "通过KakaoTalk咨询" + }, "visit": { "title": "到访工作室", "desc": "需提前预约", @@ -668,6 +673,8 @@ "errorDesc": "由于临时服务器错误,您的咨询未能发送。请通过以下方式直接联系我们。", "errorEmail": "电子邮箱", "errorPhone": "电话", + "errorKakao": "KakaoTalk", + "errorKakaoDesc": "通过KakaoTalk咨询", "errorDiscord": "通过Discord服务器咨询", "resetConfirm": "所有输入内容将被删除。是否继续?", "invalidEmail": "请输入正确的邮箱地址。", diff --git a/ja/contact.html b/ja/contact.html index 0fa1ff3..a5cc9a9 100644 --- a/ja/contact.html +++ b/ja/contact.html @@ -191,6 +191,13 @@

リアルタイムチャットお問い合わせ

minglestudio_mocap + +
+
+

카카오톡

+

오픈채팅 상담

+ 카카오톡 상담하기 +
diff --git a/js/contact.js b/js/contact.js index ca0ef83..93b754e 100644 --- a/js/contact.js +++ b/js/contact.js @@ -140,6 +140,13 @@ function showApiErrorFallback() { 010-9288-9190 + + +
+ ${_t('contact.js.errorKakao', '카카오톡')} + ${_t('contact.js.errorKakaoDesc', '오픈채팅으로 상담')} +
+
diff --git a/zh/contact.html b/zh/contact.html index ad8f758..d24b950 100644 --- a/zh/contact.html +++ b/zh/contact.html @@ -191,6 +191,13 @@

实时聊天咨询

minglestudio_mocap
+ +
+
+

카카오톡

+

오픈채팅 상담

+ 카카오톡 상담하기 +