forked from uchat-com-au/language
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathko.json
5689 lines (5689 loc) · 369 KB
/
ko.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"There is no undo process for that. Please enter DELETE to Proceed?": "이에 대한 실행 취소 프로세스가 없습니다. 계속하려면 DELETE를 입력하십시오.",
"There is no undo process for that. Please enter DISABLE to Proceed?": "이에 대한 실행 취소 프로세스가 없습니다. 계속하려면 DISABLE을 입력하십시오.",
"best selling products.": "베스트 셀러 제품.",
"day": "낮",
"features will not work.": "기능이 작동하지 않습니다.",
"highest price products.": "최고가 제품.",
"hour": "시간",
"lowest price products.": "최저가 제품.",
"minute": "분",
"newest products.": "최신 제품.",
"oldest products.": "가장 오래된 제품.",
"products by product name ascending.": "제품 이름 오름차순으로 제품.",
"products by product name descending.": "제품 이름 내림차순으로 제품.",
"within selected limits": "선택한 한도 내",
"(Facebook) Customer Feedback": "(페이스북) 고객 피드백",
"(Facebook) Daily Notification Request": "(페이스북) 일일 알림 요청",
"(Facebook) Monthly Notification Request": "(Facebook) 월별 알림 요청",
"(Facebook) OTN Request": "(페이스북) OTN 신청",
"(Facebook) Send Notification Message": "(Facebook) 알림 메시지 보내기",
"(Facebook) Weekly Notification Request": "(Facebook) 주간 알림 요청",
"(WeChat) Article": "(위챗) 기사",
"(WeChat) Mini App Card": "(위챗) 미니 앱 카드",
"(date) after": "(날짜) 이후",
"(date) before": "(날짜) 전에",
"(number) greater than or equal to": "(숫자) 크거나 같음",
"(number) greater than": "(숫자)보다 큼",
"(number) less than or equal to": "(숫자) 작거나 같음",
"(number) less than": "(숫자) 미만",
"(optional) Enter your text ...": "(선택사항) 텍스트를 입력하세요...",
"----- Waiting for user response -----": "----- 사용자 응답을 기다리는 중 -----",
"0 means no limit": "0은 제한 없음을 의미합니다.",
"3 or more of a": "3개 이상",
"==No Board==": "==보드 없음==",
"==No Template==": "==템플릿 없음==",
"=Custom Post Id=": "=맞춤 게시물 ID=",
"A character except: a, b or c": "다음을 제외한 문자: a, b 또는 c",
"A character in the range: a-z or A-Z": "az 또는 AZ 범위의 문자",
"A character in the range: a-z": "범위의 문자: az",
"A comma-separated list of tag names to assign to the uploaded asset for later group reference. For example: animal,dog": "나중에 그룹 참조를 위해 업로드된 자산에 할당할 쉼표로 구분된 태그 이름 목록입니다. 예: 동물, 개",
"A conversational SMS chatbot can be designed and built in minutes to help you do business better. Design and set up a chatbot without coding.": "대화형 SMS 챗봇을 몇 분 안에 설계하고 구축하여 비즈니스를 더 잘 수행할 수 있습니다. 코딩 없이 챗봇을 디자인하고 설정하세요.",
"A pipe-separated list of custom metadata fields (by external_id) and the values to assign to each of them. For example: in_stock_id=50❘color_id=green": "파이프로 구분된 사용자 정의 메타데이터 필드(external_id 기준) 목록과 각각에 할당할 값입니다. 예: in_stock_id=50❘color_id=녹색",
"A random row of the table will be returned if no filters added.": "필터가 추가되지 않은 경우 테이블의 임의 행이 반환됩니다.",
"A single Omni Channel bot with unified inbox for multiple channels.": "여러 채널을 위한 통합 받은 편지함이 있는 단일 옴니 채널 봇입니다.",
"A single character of: a, b or c": "단일 문자: a, b 또는 c",
"A solid angular/rectangular chat icon": "단색/직사각형 채팅 아이콘",
"A solid round chat icon": "단색의 둥근 채팅 아이콘",
"A text description of the desired image, The maximum length is 1000 characters": "원하는 이미지에 대한 텍스트 설명, 최대 길이는 1000자입니다.",
"API Access": "API 액세스",
"API Doc": "API 문서",
"API Domain": "API 도메인",
"API Key": "API 키",
"API Secret": "API 비밀",
"API URL": "API URL",
"APPLIES TO": "APPLIES TO",
"AVAILABLE": "AVAILABLE",
"Abandoned cart wait time": "버려진 카트 대기 시간",
"About content types": "콘텐츠 유형 정보",
"About": "에 대한",
"Accepts comma-separated list of {field}:{direction} values.": "쉼표로 구분된 {field}:{direction} 값 목록을 허용합니다.",
"Access Token": "액세스 토큰",
"Access denied": "접근 불가",
"Access hundreds of support articles providing step by step tutorial from bot building, design, and clever workarounds to dev support, account management, and more.": "봇 구축, 설계 및 영리한 해결 방법에서 개발 지원, 계정 관리 등에 이르기까지 단계별 자습서를 제공하는 수백 개의 지원 문서에 액세스하십시오.",
"Access via One Time Link": "원타임 링크를 통한 액세스",
"Access via Permanent Link": "영구 링크를 통한 액세스",
"Access": "입장",
"Account Id": "계정 ID",
"Account SID": "계정 SID",
"Account Security Token": "계정 보안 토큰",
"Account Update": "계정 업데이트",
"Account disconnected": "계정 연결 해제됨",
"Account": "계정",
"Action will stop processing here with above error message.": "조치는 위의 오류 메시지와 함께 여기에서 처리를 중지합니다.",
"Action": "행동",
"Actions": "행위",
"Activated": "활성화됨",
"Active Bot Users (last 30 days)": "활성 봇 사용자(지난 30일)",
"Active Bot Users": "활성 봇 사용자",
"Active automation failed": "활성 자동화 실패",
"Active automation successful": "능동적 자동화 성공",
"Active bot automation successful": "활성 봇 자동화 성공",
"Active dates": "활성 날짜",
"Active page automation successful": "활성 페이지 자동화 성공",
"Active": "활동적인",
"Activity Logs": "활동 로그",
"Ad Account Id": "광고 계정 ID",
"Ad Account Name": "광고 계정 이름",
"Add Addon": "애드온 추가",
"Add Admin": "관리자 추가",
"Add Answer button to show header or footer": "머리글 또는 바닥글을 표시하는 답변 추가 버튼",
"Add Answer": "답변 추가",
"Add Attachment": "첨부 파일 추가",
"Add Button": "추가 버튼",
"Add Collaborator": "협력자 추가",
"Add Column": "열 추가",
"Add Comment": "댓글 추가",
"Add Condition Group": "조건 그룹 추가",
"Add Condition": "조건 추가",
"Add Contact to Campaign": "캠페인에 연락처 추가",
"Add Contact to Workflow": "워크플로에 연락처 추가",
"Add Credit": "학점 추가",
"Add Current Facebook User to Custom Audience": "맞춤 대상에 현재 Facebook 사용자 추가",
"Add Custom Field": "사용자 정의 필드 추가",
"Add Discount Code": "할인 코드 추가",
"Add Email": "이메일 추가",
"Add Field": "필드 추가",
"Add Image": "이미지 추가",
"Add Item": "아이템 추가",
"Add Label": "라벨 추가",
"Add Labels": "라벨 추가",
"Add Menu Item": "메뉴 항목 추가",
"Add Message": "메시지 추가",
"Add Multiple Tags": "여러 태그 추가",
"Add New Action": "새 작업 추가",
"Add New Amazon Alexa Bot": "새로운 Amazon Alexa 봇 추가",
"Add New Board": "새 보드 추가",
"Add New Bot": "새 봇 추가",
"Add New Broadcast": "새 방송 추가",
"Add New Category": "새 카테고리 추가",
"Add New ChatWoot Bot": "새 ChatWoot 봇 추가",
"Add New Column": "새 열 추가",
"Add New Comment keyword": "새 댓글 키워드 추가",
"Add New Data Store": "새 데이터 저장소 추가",
"Add New Event": "새 이벤트 추가",
"Add New Faq": "새 FAQ 추가",
"Add New Fb Ads": "새 Fb 광고 추가",
"Add New Fb Lead Form": "새 Fb 리드 양식 추가",
"Add New Feedback Topic": "새 피드백 주제 추가",
"Add New Google Assistant Bot": "새로운 Google 어시스턴트 봇 추가",
"Add New Inbound Webhook": "새 인바운드 Webhook 추가",
"Add New Intent": "새 의도 추가",
"Add New JivoChat Bot": "새로운 JivoChat 봇 추가",
"Add New Keyword": "새 키워드 추가",
"Add New Language": "새 언어 추가",
"Add New Line Bot": "새로운 라인 봇 추가",
"Add New Location": "새 위치 추가",
"Add New Microsoft Team Bot": "새 Microsoft 팀 봇 추가",
"Add New Product": "새 제품 추가",
"Add New Segment": "새 세그먼트 추가",
"Add New Sequence": "새 시퀀스 추가",
"Add New Shortcut": "새 바로가기 추가",
"Add New Slack Channel": "새 Slack 채널 추가",
"Add New Source": "새 소스 추가",
"Add New Step": "새 단계 추가",
"Add New Tag": "새 태그 추가",
"Add New Telegram Bot": "새로운 텔레그램 봇 추가",
"Add New Template": "새 템플릿 추가",
"Add New Trigger": "새 트리거 추가",
"Add New Type": "새 유형 추가",
"Add New VK Bot": "새 VK 봇 추가",
"Add New Vendor": "새 공급업체 추가",
"Add New Viber Bot": "새로운 Viber 봇 추가",
"Add New WeChat Bot": "새 WeChat 봇 추가",
"Add New Widget": "새 위젯 추가",
"Add Option": "옵션 추가",
"Add Parameter": "매개변수 추가",
"Add Phone Number failed!": "전화번호 추가 실패!",
"Add Phone Number": "전화번호 추가",
"Add Points": "포인트 추가",
"Add Product to Cart": "장바구니에 제품 추가",
"Add Product": "제품 추가",
"Add Question": "질문 추가",
"Add Report": "보고서 추가",
"Add Route": "경로 추가",
"Add Section Title": "섹션 제목 추가",
"Add Sheet By URL": "URL로 시트 추가",
"Add Sheet": "시트 추가",
"Add Skip Button": "건너뛰기 버튼 추가",
"Add System Field": "시스템 필드 추가",
"Add Tag to :num selected users": "태그 추가 :num 사용자 수",
"Add Tag": "태그 추가",
"Add Tags to Contact": "연락처에 태그 추가",
"Add Tester": "테스터 추가",
"Add Trigger": "트리거 추가",
"Add User to Custom Audience By Email": "이메일로 사용자 지정 대상에 사용자 추가",
"Add User to Custom Audience By Phone": "전화로 사용자 지정 대상에 사용자 추가",
"Add Variant Text": "변형 텍스트 추가",
"Add Variant": "변형 추가",
"Add Variation": "변형 추가",
"Add Video Link": "비디오 링크 추가",
"Add Whats New": "새로운 기능 추가",
"Add WhatsApp Number failed!": "WhatsApp 번호 추가 실패!",
"Add WhatsApp Number": "WhatsApp 번호 추가",
"Add a description": "설명 추가",
"Add a phone number": "전화번호 추가",
"Add a record to": "레코드 추가",
"Add a record": "레코드 추가",
"Add a short line of text to the bottom of your message template.": "메시지 템플릿 하단에 짧은 텍스트 줄을 추가합니다.",
"Add a system email profile for clients": "클라이언트를 위한 시스템 이메일 프로필 추가",
"Add agent failed.": "에이전트를 추가하지 못했습니다.",
"Add agent successful.": "에이전트를 추가했습니다.",
"Add another condition": "다른 조건 추가",
"Add bot data failed.": "봇 데이터를 추가하지 못했습니다.",
"Add bot data successful.": "봇 데이터를 성공적으로 추가했습니다.",
"Add bot token failed.": "봇 토큰을 추가하지 못했습니다.",
"Add bot token successful.": "봇 토큰을 성공적으로 추가했습니다.",
"Add collaborator to :num selected users": ":num 선택된 사용자에게 협력자 추가",
"Add days": "요일 추가",
"Add default value": "기본값 추가",
"Add description": "설명 추가",
"Add failed.": "추가하지 못했습니다.",
"Add field": "필드 추가",
"Add filter for Bot Users": "봇 사용자를 위한 필터 추가",
"Add hot word": "핫워드 추가",
"Add hours": "시간 추가",
"Add keyword": "키워드 추가",
"Add label to :num selected users": "선택한 사용자 수:에 라벨 추가",
"Add label": "라벨 추가",
"Add labels for :num selected flows": ":num 선택된 흐름에 대한 라벨 추가",
"Add labels": "라벨 추가",
"Add minutes": "분 추가",
"Add months": "월 추가",
"Add new step": "새 단계 추가",
"Add note to teammates": "팀원에게 메모 추가",
"Add option": "옵션 추가",
"Add or replace a record in": "레코드 추가 또는 교체",
"Add products to collection": "컬렉션에 제품 추가",
"Add products to this collection one by one.": "이 컬렉션에 제품을 하나씩 추가하십시오.",
"Add reply message": "답장 메시지 추가",
"Add subscriber to MailChimp List": "MailChimp 목록에 구독자 추가",
"Add subscriber to Zoho Contact": "Zoho Contact에 가입자 추가",
"Add successful.": "성공적으로 추가했습니다.",
"Add tag to uploaded users": "업로드된 사용자에게 태그 추가",
"Add tag": "태그 추가",
"Add to blacklist": "블랙리스트에 추가",
"Add to cart": "장바구니에 담기",
"Add value": "값을 추가",
"Add view": "보기 추가",
"Add weeks": "주 추가",
"Add years": "연도 추가",
"Add your request": "요청 추가",
"Add": "추가하다",
"Add/Replace a record": "레코드 추가/바꾸기",
"Added At": "추가 위치",
"Added": "추가됨",
"Adding Phone Number": "전화번호 추가",
"Adding phone number": "전화번호 추가",
"Additional context text": "추가 컨텍스트 텍스트",
"Addon Bot Users Price": "애드온 봇 사용자 가격",
"Addon Bot Users": "애드온 봇 사용자",
"Addon Bots Price": "애드온 봇 가격",
"Addon Bots": "애드온 봇",
"Addon Members Price": "애드온 회원 가격",
"Addon Members": "애드온 구성원",
"Addon Settings": "애드온 설정",
"Addon is not available on current plan": "애드온은 현재 요금제에서 사용할 수 없습니다.",
"Addon": "애드온",
"Addons Credit Billing": "애드온 크레딧 청구",
"Addons": "애드온",
"Address is verified in GMB": "GMB에서 주소가 확인되었습니다.",
"Address": "주소",
"Adds a record in the data store.": "데이터 저장소에 레코드를 추가합니다.",
"Adjust Points": "포인트 조정",
"Admin": "관리자",
"Admins": "관리자",
"Ads Clicked": "클릭한 광고",
"Ads Payload": "광고 페이로드",
"Ads Post Comment Reply": "광고 게시물 댓글 답글",
"Ads Post List Comments": "광고 게시물 목록 댓글",
"Advance": "전진",
"Advanced Actions": "고급 작업",
"Advanced Settings": "고급 설정",
"After": "후에",
"After the end of the day on the x days ago": "x일 전 하루가 끝난 후",
"Agency Api Key": "에이전시 API 키",
"Agency Domain": "에이전시 도메인",
"Agency": "대행사",
"Agent Analytics": "에이전트 분석",
"Agent Assist": "상담원 지원",
"Agent Display Name": "에이전트 표시 이름",
"Agent Group Chat is a bot to allow the agents chat in group": "에이전트 그룹 채팅은 에이전트가 그룹에서 채팅할 수 있도록 하는 봇입니다.",
"Agent Group Chat": "에이전트 그룹 채팅",
"Agent Name": "에이전트 이름",
"Agent Office hours": "대리인 근무 시간",
"Agent Performance": "에이전트 성능",
"Agent groups let you divide agents to groups based on skills, experience, level etc.": "상담원 그룹을 사용하면 기술, 경험, 수준 등에 따라 상담원을 그룹으로 나눌 수 있습니다.",
"Agent": "대리인",
"Agents": "자치령 대표",
"Alignment": "조정",
"Alipay": "알리페이",
"All Bot Content in": "의 모든 봇 콘텐츠",
"All Bots": "모든 봇",
"All Facebook pages must be managed by the same Facebook user.": "모든 Facebook 페이지는 동일한 Facebook 사용자가 관리해야 합니다.",
"All Posts": "모든 게시물",
"All Required Params Present?": "모든 필수 매개변수가 있습니까?",
"All Tables": "모든 테이블",
"All Users": "모든 사용자들",
"All day": "하루 종일",
"All items in your selected bot will be replaced with template contents.": "선택한 봇의 모든 항목이 템플릿 콘텐츠로 대체됩니다.",
"All items will be added in relevant sections. Sub flows will be placed in the new folder in Flows Section.": "모든 항목은 관련 섹션에 추가됩니다. 하위 흐름은 흐름 섹션의 새 폴더에 배치됩니다.",
"All items": "모든 아이템",
"All of the data including the bots, flows, integrations under this workspace will be permanently deleted.": "이 작업 영역 아래의 봇, 흐름, 통합을 포함한 모든 데이터가 영구적으로 삭제됩니다.",
"All of the logs from this phone number will be deleted. Proceed?": "이 전화번호의 모든 로그가 삭제됩니다. 진행하다?",
"All other characters will be unchanged.": "다른 모든 문자는 변경되지 않습니다.",
"All products": "모든 상품",
"All relevant data from the Secondary User will be transferred to Primary User.": "2차 사용자의 모든 관련 데이터는 1차 사용자에게 전송됩니다.",
"All requests above this limit won’t be processed and this may affect your automation.": "이 한도를 초과하는 모든 요청은 처리되지 않으며 이는 자동화에 영향을 미칠 수 있습니다.",
"All selected labels": "선택된 모든 라벨",
"All sub flows": "모든 하위 흐름",
"All suburbs": "모든 교외",
"All the intents can be used as Functions in action": "모든 인텐트는 작동 중인 함수로 사용할 수 있습니다.",
"All": "모두",
"Allow Chat?": "채팅을 허용하시겠습니까?",
"Allow DTMF Input": "DTMF 입력 허용",
"Allow Keyboard Input": "키보드 입력 허용",
"Allow Promotion Code": "프로모션 코드 허용",
"Allow Promotion Codes": "프로모션 코드 허용",
"Allow Screen Share?": "화면 공유를 허용하시겠습니까?",
"Allow Whiteboard?": "화이트보드를 허용하시겠습니까?",
"Allow": "허용하다",
"Allowed all day": "하루 종일 허용",
"Allowed hours": "허용된 시간",
"Allowed option are": "허용되는 옵션은",
"Allowed values": "허용되는 값",
"Amazon Alexa Bots": "아마존 알렉사 봇",
"Amazon Alexa": "Amazon Alexa",
"Amount": "양",
"An optional folder name where the uploaded asset will be stored. The public ID contains the full path of the uploaded asset, including the folder name.": "업로드된 자산이 저장될 선택적 폴더 이름입니다. 공개 ID에는 폴더 이름을 포함하여 업로드된 자산의 전체 경로가 포함됩니다.",
"Analytics": "해석학",
"Answer Text": "답변 텍스트",
"Answer Value": "응답 값",
"Answer": "답변",
"Answered rate": "응답률",
"Any Bot User": "모든 봇 사용자",
"Any Node": "모든 노드",
"Any digit": "모든 숫자",
"Any incoming messages to open the conversation if status is Done": "상태가 완료일 경우 대화를 열려면 들어오는 모든 메시지",
"Any incoming messages to open the conversation if status is Pending": "상태가 보류 중이면 대화를 열려면 들어오는 모든 메시지를 입력하십시오.",
"Any message sent more than 24 hours after a subscriber’s last interaction": "구독자의 마지막 상호작용 후 24시간 이상 경과하여 전송된 모든 메시지",
"Any non-digit": "숫자가 아닌 모든",
"Any non-whitespace character": "공백이 아닌 모든 문자",
"Any selected labels": "선택된 라벨",
"Any single character": "임의의 단일 문자",
"Any time": "언제든지",
"Any whitespace character": "모든 공백 문자",
"Any word wrapped with": "어떤 단어로 포장",
"Api Domain": "API 도메인",
"Api Key in header": "헤더의 API 키",
"Api Key in query": "쿼리의 API 키",
"Api Scopes": "API 범위",
"Api Token Requests": "API 토큰 요청",
"Api Token": "API 토큰",
"Api key updated!": "API 키가 업데이트되었습니다!",
"App Data": "앱 데이터",
"App Field must not be empty": "앱 필드는 비워둘 수 없습니다.",
"App Fields": "앱 필드",
"App Icon": "앱 아이콘",
"App Id": "앱 ID",
"App Name": "앱 이름",
"App Overview": "앱 개요",
"App Password": "앱 비밀번호",
"App Secret": "앱 시크릿",
"App data saved!": "앱 데이터가 저장되었습니다!",
"App deleted": "앱 삭제됨",
"App description": "앱 설명",
"App is not installed": "앱이 설치되지 않음",
"App name": "앱 이름",
"App not found": "앱을 찾을 수 없음",
"App review cancelled": "앱 검토가 취소됨",
"App uninstalled!": "앱이 제거되었습니다!",
"App updated!": "앱이 업데이트되었습니다!",
"App": "앱",
"Append new row to bottom": "맨 아래에 새 행 추가",
"Application Credentials": "애플리케이션 자격 증명",
"Applies to": "적용 대상",
"Apply Change": "변경 적용",
"Apply Discount Code": "할인 코드 적용",
"Apply": "적용하다",
"Appointment Address": "약속 장소",
"Appointment Status": "임명현황",
"Approved": "승인됨",
"Archived": "보관됨",
"Are you sure to request the launch for this agent?": "이 에이전트의 실행을 요청하시겠습니까?",
"Are you sure to request the launch for this location?": "이 위치에 대한 출시를 요청하시겠습니까?",
"Are you sure to request the location verification?": "위치 확인을 요청하시겠습니까?",
"Are you sure to request the unlaunch for this agent?": "이 에이전트의 실행 취소를 요청하시겠습니까?",
"Are you sure to request the unlaunch for this location?": "이 위치에 대한 실행 취소를 요청하시겠습니까?",
"Are you sure want to continue?": "계속하시겠습니까?",
"Are you sure want to discard all unpublished changes and return the content to the published flow? You cannot undo this.": "게시되지 않은 모든 변경 사항을 삭제하고 콘텐츠를 게시된 흐름으로 되돌리시겠습니까? 이 작업은 취소할 수 없습니다.",
"Are you sure you want to Disconnect Facebook Ads Account?": "Facebook 광고 계정을 연결 해제하시겠습니까?",
"Are you sure you want to Disconnect Facebook Business Account?": "Facebook 비즈니스 계정을 연결 해제하시겠습니까?",
"Are you sure you want to Disconnect Facebook Group Account?": "Facebook 그룹 계정을 연결 해제하시겠습니까?",
"Are you sure you want to Disconnect Google Account? If disconnected, the flows for below locations will not work.": "Google 계정을 연결 해제하시겠습니까? 연결이 끊어지면 아래 위치의 흐름이 작동하지 않습니다.",
"Are you sure you want to cancel review the app": "앱 검토를 취소하시겠습니까?",
"Are you sure you want to cancel the broadcast": "방송을 취소하시겠습니까?",
"Are you sure you want to cancel the current subscription immediately": "현재 구독을 즉시 취소하시겠습니까?",
"Are you sure you want to change the mode?": "모드를 변경하시겠습니까?",
"Are you sure you want to convert this bot to omni-channel?": "이 봇을 옴니채널로 전환하시겠습니까?",
"Are you sure you want to delete all languages for the template": "템플릿의 모든 언어를 삭제하시겠습니까?",
"Are you sure you want to delete the Fb Ads": "Fb 광고를 삭제하시겠습니까?",
"Are you sure you want to delete the Fb Lead Form": "Fb 리드 양식을 삭제하시겠습니까?",
"Are you sure you want to delete the app": "앱을 삭제하시겠습니까?",
"Are you sure you want to delete the auth": "인증을 삭제하시겠습니까?",
"Are you sure you want to delete the broadcast": "브로드캐스트를 삭제하시겠습니까?",
"Are you sure you want to delete the collection": "컬렉션을 삭제하시겠습니까?",
"Are you sure you want to delete the comment keyword": "댓글 키워드를 삭제하시겠습니까?",
"Are you sure you want to delete the data store": "데이터 저장소를 삭제하시겠습니까?",
"Are you sure you want to delete the discount": "할인을 삭제하시겠습니까?",
"Are you sure you want to delete the event": "이벤트를 삭제하시겠습니까?",
"Are you sure you want to delete the event logs": "이벤트 로그를 삭제하시겠습니까?",
"Are you sure you want to delete the faq": "FAQ를 삭제하시겠습니까?",
"Are you sure you want to delete the inbound webhook": "인바운드 웹후크를 삭제하시겠습니까?",
"Are you sure you want to delete the intent": "인텐트를 삭제하시겠습니까?",
"Are you sure you want to delete the keyword": "키워드를 삭제하시겠습니까?",
"Are you sure you want to delete the product": "제품을 삭제하시겠습니까?",
"Are you sure you want to delete the segment": "세그먼트를 삭제하시겠습니까?",
"Are you sure you want to delete the sequence": "시퀀스를 삭제하시겠습니까?",
"Are you sure you want to delete the shortcut": "바로가기를 삭제하시겠습니까?",
"Are you sure you want to delete the source": "소스를 삭제하시겠습니까?",
"Are you sure you want to delete the trigger": "트리거를 삭제하시겠습니까?",
"Are you sure you want to delete the widget": "위젯을 삭제하시겠습니까?",
"Are you sure you want to delete this workspace?": "이 작업공간을 삭제하시겠습니까?",
"Are you sure you want to delete": "삭제 하시겠습니까",
"Are you sure you want to deregister this number?": "이 번호를 등록 취소하시겠습니까?",
"Are you sure you want to disconnect this account? If disconnected,": "이 계정을 연결 해제하시겠습니까? 연결이 끊긴 경우",
"Are you sure you want to disconnect this account? If disconnected, DialogFlow NLP features will not work.": "이 계정을 연결 해제하시겠습니까? 연결이 끊어지면 DialogFlow NLP 기능이 작동하지 않습니다.",
"Are you sure you want to disconnect this account?": "이 계정을 연결 해제하시겠습니까?",
"Are you sure you want to disconnect this bot? If removed, the bot linked to this account will not work.": "이 봇을 연결 해제하시겠습니까? 제거하면 이 계정에 연결된 봇이 작동하지 않습니다.",
"Are you sure you want to disconnect this business account? If removed, the flow linked to this account will not work.": "이 비즈니스 계정을 연결 해제하시겠습니까? 제거하면 이 계정에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to link this bot and remove all the bot users? Please enter LINK to proceed if you want to link bot and remove bot users.": "이 봇을 연결하고 모든 봇 사용자를 제거하시겠습니까? 봇을 연결하고 봇 사용자를 제거하려면 LINK를 입력하여 진행하십시오.",
"Are you sure you want to link this channel and remove the bot users? Please enter LINK to proceed if you want to link channel and remove bot users.": "이 채널을 연결하고 봇 사용자를 제거하시겠습니까? 채널을 연결하고 봇 사용자를 제거하려면 LINK를 입력하여 진행하십시오.",
"Are you sure you want to logout the instance?": "인스턴스에서 로그아웃하시겠습니까?",
"Are you sure you want to pause automation for this account? If paused, the flow linked to this account will not work.": "이 계정에 대한 자동화를 일시중지하시겠습니까? 일시 중지되면 이 계정에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to pause automation for this bot? If paused, the flow linked to this bot will not work.": "이 봇에 대한 자동화를 일시 중지하시겠습니까? 일시 중지되면 이 봇에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to pause automation for this number? If paused, the flow linked to this number will not work.": "이 번호에 대한 자동화를 일시중지하시겠습니까? 일시 중지되면 이 번호에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to pause automation for this page? If paused, the flow linked to this page will not work.": "이 페이지의 자동화를 일시중지하시겠습니까? 일시 중지되면 이 페이지에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to pause automation for this workspace? If paused, the flow linked to this workspace will not work.": "이 작업 공간에 대한 자동화를 일시 중지하시겠습니까? 일시 중지되면 이 작업 공간에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to reboot the instance?": "인스턴스를 재부팅하시겠습니까?",
"Are you sure you want to register this number?": "이 번호를 등록하시겠습니까?",
"Are you sure you want to remove this GMB Agent and bot? If removed, the flow linked to this bot will not work.": "이 GMB 에이전트와 봇을 삭제하시겠습니까? 제거하면 이 봇에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to remove this bot? If removed, the flow linked to this bot will not work.": "이 봇을 제거하시겠습니까? 제거하면 이 봇에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to remove this number? If removed, the flow linked to this number will not work.": "이 번호를 삭제하시겠습니까? 제거하면 이 번호에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to remove this page? If removed, the flow linked to this page will not work.": "이 페이지를 제거하시겠습니까? 제거하면 이 페이지에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to remove this slack workspace? If removed, the flow linked to this slack workspace will not work.": "이 여유 작업공간을 제거하시겠습니까? 제거하면 이 Slack 작업 공간에 연결된 흐름이 작동하지 않습니다.",
"Are you sure you want to select this business": "이 비즈니스를 선택하시겠습니까?",
"Are you sure you want to send this message now": "지금 이 메시지를 보내시겠습니까?",
"Are you sure you want to unlink bot from this number?": "이 번호에서 봇의 연결을 해제하시겠습니까?",
"Are you sure you want to unlink this bot?": "이 봇의 연결을 해제하시겠습니까?",
"Article": "기사",
"Artificial Intelligence": "인공 지능",
"Arts": "기예",
"Ascending": "오름차순",
"Ask Us": "저희에게 물어보세요",
"Assets": "자산",
"Assign Method": "할당 방법",
"Assign by status": "상태별로 할당",
"Assign to Agent Group": "에이전트 그룹에 할당",
"Assign to Agent": "에이전트에 할당",
"Assign to agent for :num selected users": "선택한 사용자 수:num에 대해 에이전트에 할당",
"Assign to": "할당",
"Assigned Agent": "할당된 에이전트",
"Assigned User Id": "할당된 사용자 ID",
"Assigned agent in": "할당된 에이전트",
"Assigned agent is not online": "할당된 에이전트가 온라인 상태가 아닙니다.",
"Assigned agent is online": "할당된 에이전트가 온라인 상태입니다.",
"Assigned agent not in": "할당된 상담원이 현재 위치에 없음",
"Assigned conversations": "할당된 대화",
"Assigned to agent": "상담원에게 할당됨",
"Assigned to me": "나에게 할당됨",
"Assigned to": "할당",
"Assigned": "할당된",
"Assignee": "양수인",
"Assistant": "어시스턴트",
"Assistants Version": "어시스턴트 버전",
"Assistants": "어시스턴트",
"At least 1 targeted user to send the broadcast message.": "브로드캐스트 메시지를 보낼 대상 사용자가 1명 이상 있습니다.",
"At least one button required": "버튼이 하나 이상 필요합니다.",
"At the day of": "당일에",
"Attachment": "부착",
"Attachments": "첨부파일",
"Au Property Report": "Au 부동산 보고서",
"Audio": "오디오",
"Audit Log": "감사 로그",
"Audit Logs": "감사 로그",
"Auth Token": "인증 토큰",
"Auth Type": "인증 유형",
"Auth deleted": "인증 삭제됨",
"Auth": "인증",
"Authenticated": "인증됨",
"Author": "작가",
"Authorization": "권한 부여",
"Authorize Url": "URL 승인",
"Authorize Website": "웹사이트 승인",
"Authorize Websites": "웹사이트 승인",
"Auto Arrange": "자동 정렬",
"Auto Intent Detect": "자동 의도 감지",
"Auto Opt-in Email": "자동 수신 동의 이메일",
"Auto Opt-in SMS": "자동 옵트인 SMS",
"Auto Refresh": "자동 새로 고침",
"Auto Renew": "자동 갱신",
"Auto Slot Filling": "자동 슬롯 채우기",
"Auto Update Disabled": "자동 업데이트 비활성화됨",
"Auto Update Flows": "자동 업데이트 흐름",
"Auto Update": "자동 업데이트",
"Auto accept the call after message played": "메시지 재생 후 전화 자동 수락",
"Auto arrange steps": "단계 자동 정렬",
"Auto": "자동",
"Automated": "자동화",
"Automatic Tax": "자동세",
"Automatically Refresh Token": "자동으로 새로 고침 토큰",
"Automatically send the message to the bot users based on the configuration of Keywords, Triggers, Sequences and Comment Keywords": "Keywords, Triggers, Sequences 및 Comment Keywords의 구성에 따라 봇 사용자에게 자동으로 메시지를 보냅니다.",
"Automatically": "자동으로",
"Automation": "오토메이션",
"Available Credit": "사용 가능한 크레딧",
"Available Database Name": "사용 가능한 데이터베이스 이름",
"Available Points": "사용 가능한 포인트",
"Available app fields from Auth Inputs": "인증 입력에서 사용 가능한 앱 필드",
"Available system fields": "사용 가능한 시스템 필드",
"Available values": "사용 가능한 값",
"Available values:": "사용 가능한 값:",
"Available variable": "사용 가능한 변수",
"Available": "사용 가능",
"Avatar is required": "아바타가 필요합니다",
"Avatar": "화신",
"Average First Response Time": "평균 최초 응답 시간",
"Average Order Value": "평균 주문 금액",
"Average Resolution Time": "평균 해결 시간",
"Average Resolve Time": "평균 해결 시간",
"Average Score": "평균 점수",
"Average done conversation time in minutes": "평균 완료 대화 시간(분)",
"Average first response time in minutes": "평균 첫 번째 응답 시간(분)",
"Avg Daily Active": "평균 일일 활성",
"Avoid sending SMS messages outside of the telemarketing hours": "텔레마케팅 시간 외에는 SMS 메시지를 보내지 마십시오.",
"Back": "뒤쪽에",
"Background Color - Form": "배경색 - 양식",
"Background Color - Main": "배경색 - 기본",
"Background Color": "배경색",
"Background Image": "배경 이미지",
"Backlog": "백로그",
"Backup": "지원",
"Bank Information": "은행 정보",
"Bank Transfer": "은행 송금",
"Banking & Financing": "은행 및 금융",
"Based on Twilio pricing. Estimate only.": "Twilio 가격을 기준으로 합니다. 추정만 합니다.",
"Based on timezone": "시간대 기준",
"Based on user’s timezone if available": "가능한 경우 사용자의 시간대를 기반으로 함",
"Basic Actions": "기본 동작",
"Basic Id": "기본 아이디",
"Basic": "기초적인",
"Be default, the bot start flow is \"Main Flow\".": "기본적으로 봇 시작 흐름은 "기본 흐름"입니다.",
"Be default, the bot will continue to the node where it requires SSO.": "기본적으로 봇은 SSO가 필요한 노드로 계속 이동합니다.",
"Bearing": "베어링",
"Beauty": "아름다움",
"Because of that, you won’t be able to test different options,": "그 때문에 다른 옵션을 테스트할 수 없습니다.",
"Become private after first install": "최초 설치 후 비공개 전환",
"Before the start of the day on the x days ago": "x일 전 오늘의 시작 전",
"Before you click the button to install the template, you can verify and check the template content and bot content.": "버튼을 클릭하여 템플릿을 설치하기 전에 템플릿 내용과 봇 내용을 확인하고 확인할 수 있습니다.",
"Before": "전에",
"Belorussian": "벨라루스어",
"Best of completions": "최고의 완료",
"Best selling": "가장 잘 팔리는",
"Between 3 and 6 of a": "3에서 6 사이",
"Billing History": "청구 내역",
"Billing Menu": "결제 메뉴",
"Billing Portal": "청구 포털",
"Billing Type": "청구 유형",
"Billing Url": "결제 URL",
"Billing": "청구",
"Blacklists": "블랙리스트",
"Blank Template": "빈 템플릿",
"Block a Contact": "연락처 차단",
"Blue": "파란색",
"Blutik": "블루틱",
"Board deleted": "보드 삭제됨",
"Board": "판자",
"Boards": "무대",
"Body Content": "본문 내용",
"Body Text": "본문 텍스트",
"Body text for the web page": "웹 페이지의 본문 텍스트",
"Body text must not be empty": "본문 텍스트는 비워둘 수 없습니다.",
"Body text": "본문 텍스트",
"Body": "몸",
"Bot Automation": "봇 자동화",
"Bot Content": "봇 콘텐츠",
"Bot Fields": "봇 필드",
"Bot Name": "봇 이름",
"Bot Phone": "봇 전화",
"Bot Start Flow": "봇 시작 흐름",
"Bot Template Installs": "봇 템플릿 설치",
"Bot Template Sales": "봇 템플릿 판매",
"Bot Template can be installed for new bot or to replace the entire existing bot, including the sub flows, custom user fields, bot fields, tags and all other contents.": "봇 템플릿은 새 봇용으로 설치하거나 하위 흐름, 사용자 지정 사용자 필드, 봇 필드, 태그 및 기타 모든 콘텐츠를 포함하여 기존 봇 전체를 교체할 수 있습니다.",
"Bot Template": "봇 템플릿",
"Bot User Ns": "봇 사용자 N",
"Bot User": "봇 사용자",
"Bot Users Auto Cleanup": "봇 사용자 자동 정리",
"Bot Users Limit": "봇 사용자 제한",
"Bot Users Replied": "봇 사용자가 응답함",
"Bot Users": "봇 사용자",
"Bot addon required": "봇 애드온 필요",
"Bot users to be imported": "가져올 봇 사용자",
"Bot": "Bot",
"Bots by channel": "채널별 봇",
"Bots": "Bots",
"Bottom Spacing": "하단 간격",
"Brand Background Color": "브랜드 배경 색상",
"Brand Logo": "브랜드 로고",
"Brand Name": "상표명",
"Brand Settings": "브랜드 설정",
"Brand Sub Title": "브랜드 소제목",
"Brand contact email. Recommend to share same domain as brand website.": "브랜드 연락처 이메일. 브랜드 웹사이트와 동일한 도메인 공유를 권장합니다.",
"Brand contact name.": "브랜드 담당자 이름.",
"Brand website URL": "브랜드 웹사이트 URL",
"Broadcast Type": "브로드캐스트 유형",
"Broadcast cancelled": "방송취소",
"Broadcast data saved!": "방송 데이터가 저장되었습니다!",
"Broadcast deleted": "방송 삭제됨",
"Broadcast name": "방송명",
"Broadcasts": "방송",
"Brown": "갈색",
"Browse Data": "데이터 찾아보기",
"Browse": "검색",
"Browser": "브라우저",
"Bucket Name": "버킷 이름",
"Build a bot in 3 minutes": "3분 안에 봇 만들기",
"Build your own function flow to send message and login button to require SSO.": "SSO를 요구하는 메시지 및 로그인 버튼을 보내는 고유한 기능 흐름을 구축합니다.",
"Bulk Action": "대량 작업",
"Bulk action completed": "대량 작업 완료",
"Business Id": "비즈니스 아이디",
"Business Name": "비즈니스 이름",
"Business Website": "비즈니스 웹사이트",
"Business hours": "업무 시간",
"Business selected": "선택한 비즈니스",
"Business verification status": "사업확인현황",
"Business": "사업",
"Button Background Color": "버튼 배경색",
"Button Border Color": "버튼 테두리 색상",
"Button Click Handler": "버튼 클릭 핸들러",
"Button Font Color": "버튼 글꼴 색상",
"Button Label": "버튼 레이블",
"Button Rounded Corner": "버튼 둥근 모서리",
"Button Text Color": "버튼 텍스트 색상",
"Button Text": "버튼 텍스트",
"Button Title": "버튼 제목",
"Button in Last Card": "마지막 카드의 버튼",
"Button text must not be empty": "버튼 텍스트는 비워둘 수 없습니다.",
"Button": "단추",
"Buttons": "버튼",
"Buy New Number": "새 번호 구매",
"Buy": "구입하다",
"Buyer": "사는 사람",
"Buying Phone Number failed!": "전화번호 구매 실패!",
"By Agents": "에이전트별",
"By Default, you will be able to login via a subdomain.": "기본적으로 하위 도메인을 통해 로그인할 수 있습니다.",
"By clicking the \"Pay now\" button, means you accept the": ""지금 지불" 버튼을 클릭하면 다음을 수락한다는 의미입니다.",
"CA certificate": "CA 인증서",
"CANVAS": "CANVAS",
"CAUTION: Convert bot": "주의: 봇 변환",
"CAUTION: Delete workspace": "주의: 작업 공간 삭제",
"CAUTION: Link bot": "주의: 링크 봇",
"CAUTION: Link channel": "주의: 링크 채널",
"CAUTION: Unlink bot": "주의: 봇 연결 해제",
"CAUTION: Unlink channel": "주의: 채널 연결 해제",
"COMMENT": "COMMENT",
"CRM V1 API": "CRM V1 API",
"CRM V2 API": "CRM V2 API",
"CRM V2 Webhook": "CRM V2 웹후크",
"CRM": "CRM",
"CTA Button Text": "CTA 버튼 텍스트",
"Cache Response": "캐시 응답",
"Calculate": "계산하다",
"Calendar Create Appointment": "캘린더 약속 만들기",
"Calendar Create Block Slot": "캘린더 생성 블록 슬롯",
"Calendar Delete Event": "캘린더 삭제 이벤트",
"Calendar File Generator": "캘린더 파일 생성기",
"Calendar Get Appointment": "캘린더 예약하기",
"Calendar Get Free Slots": "캘린더 무료 슬롯 받기",
"Calendar Id": "캘린더 ID",
"Calendar Update Appointment": "일정 업데이트 약속",
"Calendar Update Block Slot": "캘린더 업데이트 블록 슬롯",
"Calender": "캘린더",
"Calendly - Booked": "Calendly - 예약됨",
"Calendly - Canceled": "Calendly - 취소됨",
"Calendly - Rescheduled": "Calendly - 일정 변경",
"Calendly Booking Url": "Calendly 예약 URL",
"Calendly account disconnected": "Calendly 계정 연결 해제",
"Calendly": "Calendly",
"Call Logs": "통화 기록",
"Call Number": "전화 번호",
"Call Whisper": "귓속말 부르기",
"Caller Id": "거는 사람 확인",
"Caller Phone Number": "발신자 전화번호",
"Campaign Id": "캠페인 ID",
"Can contain promotions and it will only send to users who interacted with your bot in the last 24 hours.": "프로모션을 포함할 수 있으며 지난 24시간 동안 봇과 상호 작용한 사용자에게만 전송됩니다.",
"Can not add": "추가할 수 없습니다",
"Can not get QR code, try again later.": "QR 코드를 가져올 수 없습니다. 나중에 다시 시도하세요.",
"Cancel": "취소",
"Cancel Preview": "미리보기 취소",
"Cancel Review app": "리뷰 앱 취소",
"Cancel Review": "검토 취소",
"Cancel a run": "실행 취소",
"Cancel subscription": "구독 취소",
"Canceled": "취소 된",
"Cancelled": "취소 된",
"Cannot download the user data, please try again later.": "사용자 데이터를 다운로드할 수 없습니다. 나중에 다시 시도하십시오.",
"Card": "카드",
"Cards must have an image or video header, body text, and at least one button.": "카드에는 이미지 또는 동영상 헤더, 본문 텍스트, 버튼이 하나 이상 있어야 합니다.",
"Cards": "카드",
"Cart is empty": "장바구니가 비어 있습니다.",
"Case Sensitive?": "대소문자 구분?",
"Cash on Delivery": "대금 상환",
"Catalog Id": "카탈로그 ID",
"Catalog Message": "카탈로그 메시지",
"Catalog Name": "카탈로그 이름",
"Catalog Product": "카탈로그 제품",
"Catalog": "목록",
"Categories": "카테고리",
"Category name": "카테고리 이름",
"Category": "범주",
"Change Addon": "애드온 변경",
"Change Channel Id": "채널 ID 변경",
"Change Plan": "계획 변경",
"Change Template": "템플릿 변경",
"Change Theme": "테마 변경",
"Change addon completed.": "애드온 변경 완료.",
"Change completed.": "변경이 완료되었습니다.",
"Change failed!": "변경 실패!",
"Change logs chart": "변경 로그 차트",
"Change plan completed.": "계획 변경이 완료되었습니다.",
"Change saved!": "변경사항이 저장되었습니다.",
"Change the From number with Alphanumeric Sender ID or Short Code if this feature is supported from the SMS provider based on selected phone number": "선택한 전화번호를 기반으로 SMS 제공업체에서 이 기능을 지원하는 경우 영숫자 발신자 ID 또는 단축 코드로 발신 번호 변경",
"Change": "변화",
"Changed": "변경됨",
"Changing plan will immediately deduct the credit based on the plan, please confirm you want to process.": "계획을 변경하면 계획에 따라 즉시 크레딧이 차감됩니다. 처리할 것인지 확인하십시오.",
"Channel Access Token": "채널 액세스 토큰",
"Channel Field Values": "채널 필드 값",
"Channel Fields": "채널 필드",
"Channel Id": "채널 ID",
"Channel Secret": "채널 비밀",
"Channel Settings": "채널 설정",
"Channel is": "채널은",
"Channel": "채널",
"Charge Amount": "청구금액",
"Charge amount will be always 0.00": "청구 금액은 항상 0.00입니다.",
"Charge tax on this product": "이 제품에 세금을 부과하십시오",
"Charge tax on this variant": "이 변형에 세금 부과",
"Chart Settings": "차트 설정",
"Chart Type": "차트 유형",
"Chart": "차트",
"Chat Button Preview": "채팅 버튼 미리보기",
"Chat Button": "채팅 버튼",
"Chat Only Group": "채팅 전용 그룹",
"Chat Widget Customization": "채팅 위젯 사용자 지정",
"Chat Window Preview": "채팅 창 미리보기",
"Chat Window": "채팅창",
"Chat assigned to an agent": "상담원에게 할당된 채팅",
"Chat button": "채팅 버튼",
"Chat": "채팅",
"ChatWoot Bots": "ChatWoot 봇",
"ChatWoot": "ChatWoot",
"Check Agent Verification Status": "에이전트 확인 상태 확인",
"Check Api Documentation": "API 문서 확인",
"Check Connection Status": "연결 상태 확인",
"Check Formatting options": "서식 옵션 확인",
"Check has label": "체크에 라벨이 있습니다",
"Check has tag": "수표에 태그가 있음",
"Check if a record exists in": "에 레코드가 있는지 확인",
"Check in use": "사용중 체크인",
"Check our documentation": "문서 확인",
"Check payment method": "결제수단 확인",
"Check the existence of a record": "레코드 존재 확인",
"Check the limitation of HTML style": "HTML 스타일의 제한 사항 확인",
"Check the limitation of Markdown style": "Markdown 스타일의 한계 확인",
"Check the limitation of MarkdownV2 style": "MarkdownV2 스타일의 제한 사항 확인",
"Check": "확인하다",
"Checkout": "점검",
"Checks if a specific record exists in the data store.": "데이터 저장소에 특정 레코드가 있는지 확인합니다.",
"Choice": "선택",
"Choose Agent": "에이전트 선택",
"Choose Bot User": "봇 사용자 선택",
"Choose Country": "국가 선택",
"Choose Custom Field": "사용자 지정 필드 선택",
"Choose Custom User Field": "사용자 지정 사용자 필드 선택",
"Choose Field": "필드 선택",
"Choose Gender": "성별 선택",
"Choose JSON Field": "JSON 필드 선택",
"Choose Notification Topic": "알림 주제 선택",
"Choose Operator": "연산자 선택",
"Choose Step": "단계 선택",
"Choose Sub Flow": "하위 흐름 선택",
"Choose Sub flow or Node": "하위 흐름 또는 노드 선택",
"Choose Type": "유형 선택",
"Choose board": "보드 선택",
"Choose collections": "컬렉션 선택",
"Choose currency": "통화 선택",
"Choose custom field": "사용자 정의 필드 선택",
"Choose email node": "이메일 노드 선택",
"Choose existing tags or Type to add new tag": "기존 태그를 선택하거나 유형을 선택하여 새 태그를 추가합니다.",
"Choose existing type or Type to add new type": "기존 유형을 선택하거나 새 유형을 추가하려면 유형을 선택하십시오.",
"Choose existing vendor or Type to add new vendor": "기존 공급업체를 선택하거나 새 공급업체를 추가하려면 유형을 선택하세요.",
"Choose industry": "업종 선택",
"Choose item": "항목 선택",
"Choose option": "옵션 선택",
"Choose payment method": "결제 방법 선택",
"Choose product type or type to add new": "제품 유형을 선택하거나 새로 추가할 유형을 선택하십시오.",
"Choose sequence": "순서 선택",
"Choose tag": "태그 선택",
"Choose tags or type to add new": "태그를 선택하거나 새로 추가할 유형을 선택하세요.",
"Choose vendor or type to add new": "새로 추가할 공급업체 또는 유형을 선택하세요.",
"City": "도시",
"Clear All Custom User Field": "사용자 지정 사용자 필드 모두 지우기",
"Clear All Custom User Fields for :num selected users": ":num 선택한 사용자에 대한 모든 사용자 지정 사용자 필드 지우기",
"Clear All Custom User Fields": "모든 사용자 지정 사용자 필드 지우기",
"Clear Custom Field": "사용자 정의 필드 지우기",
"Clear Custom User Field for :num selected users": ":num 선택한 사용자에 대한 사용자 지정 사용자 필드 지우기",
"Clear Custom User Field": "사용자 지정 사용자 필드 지우기",
"Clear Google Sheets row data.": "Google 스프레드시트 행 데이터를 지웁니다.",
"Clear Multiple Custom Fields": "여러 사용자 정의 필드 지우기",
"Clear Multiple Variable Value": "여러 변수 값 지우기",
"Clear Note": "메모 지우기",
"Clear Remembered Assistant History": "기억된 어시스턴트 기록 지우기",
"Clear Remembered Chat History": "기억된 채팅 기록 지우기",
"Clear Row": "행 지우기",
"Clear Rows from Google Sheet": "Google 시트에서 행 지우기",
"Clear Variable Value": "변수 값 지우기",
"Clear data": "데이터 지우기",
"Clear form": "명확한 형태",
"Clear row from": "행 지우기",
"Clear": "분명한",
"Cleared": "클리어",
"Click \"Done\" button below after the payload is sent.": "페이로드가 전송된 후 아래의 "완료" 버튼을 클릭합니다.",
"Click here to edit the flow name": "흐름 이름을 편집하려면 여기를 클릭하십시오.",
"Click here to go back to the workspace dashboard": "작업 공간 대시보드로 돌아가려면 여기를 클릭하십시오.",
"Click rate": "클릭률",
"Click the shop you want to use. On the left-side panel,": "이용하고 싶은 가게를 클릭하세요. 왼쪽 패널에는",
"Click this button to add new step to your flow builder, you can also right click in flow builder to add new step.": "Flow Builder에 새 단계를 추가하려면 이 버튼을 클릭하고 Flow Builder에서 마우스 오른쪽 버튼을 클릭하여 새 단계를 추가할 수도 있습니다.",
"Click this button to auto arrange the flow builder based on the theme you selected. This will do magic for you.": "선택한 테마를 기반으로 Flow Builder를 자동으로 정렬하려면 이 버튼을 클릭합니다. 이것은 당신을 위해 마술을 할 것입니다.",
"Click this button to resume automation.": "자동화를 재개하려면 이 버튼을 클릭하십시오.",
"Click this button to search any step within the current flow builder. This is very useful if you have many steps in the flow, you will get benefits if you give a unique name to your steps.": "현재 흐름 빌더 내에서 단계를 검색하려면 이 버튼을 클릭합니다. 이것은 흐름에 많은 단계가 있는 경우 매우 유용합니다. 단계에 고유한 이름을 지정하면 이점이 있습니다.",
"Click this button to zoom in the flow builder, also you can use mouse scroll to zoom in and out.": "이 버튼을 클릭하여 Flow Builder를 확대하고 마우스 스크롤을 사용하여 확대 및 축소할 수도 있습니다.",
"Click this button to zoom out the flow builder, also you can use mouse scroll to zoom in and out.": "Flow Builder를 축소하려면 이 버튼을 클릭하고 마우스 스크롤을 사용하여 확대 및 축소할 수도 있습니다.",
"Click to Test Request": "요청을 테스트하려면 클릭하십시오.",
"Click to Test": "테스트하려면 클릭",
"Click to add action": "작업을 추가하려면 클릭하세요.",
"Click to add comment": "댓글을 추가하려면 클릭하세요.",
"Click to add question": "질문을 추가하려면 클릭하세요.",
"Click to add text": "텍스트를 추가하려면 클릭하세요.",
"Click to add variation": "변형을 추가하려면 클릭",
"Click to copy": "복사하려면 클릭하세요.",
"Click to delete webhook": "웹훅을 삭제하려면 클릭하세요.",
"Click to link bot to this channel": "봇을 이 채널에 연결하려면 클릭하세요.",
"Click to link to this bot": "이 봇에 연결하려면 클릭하세요.",
"Click to load image": "이미지를 로드하려면 클릭하세요",
"Click to select Step": "클릭하여 단계 선택",
"Click": "딸깍 하는 소리",
"Client Activity": "클라이언트 활동",
"Client Id": "클라이언트 ID",
"Client Secret": "클라이언트 비밀",
"Clients": "클라이언트",
"Close Popup Window": "팝업창 닫기",
"Close": "닫다",
"Closed": "닫은",
"Closing Note Category is Mandatory": "마감노트 카테고리는 필수입니다",
"Closing Notes": "마무리 메모",
"Clothing": "의류",
"Cloud API": "클라우드 API",
"Cloud Name": "클라우드 이름",
"Cloudinary": "Cloudinary",
"Code": "암호",
"Collaborating": "협력하다",
"Collaborators": "협력자",
"Collect IP data": "IP 데이터 수집",
"Collect post code": "우편 번호 수집",
"Collection data saved!": "컬렉션 데이터가 저장되었습니다!",
"Collection deleted": "컬렉션 삭제됨",
"Collection description": "컬렉션 설명",
"Collection name": "컬렉션 이름",
"Collection type": "컬렉션 유형",
"Collection": "수집",
"Collections (Automated)": "컬렉션(자동화)",
"Collections (Manual)": "컬렉션(수동)",
"Collections": "컬렉션",
"Color": "색상",
"Colors Customization": "색상 사용자 정의",
"Column Names": "열 이름",
"Column name must not be empty": "열 이름은 비워둘 수 없습니다.",
"Columns to be imported": "가져올 열",
"Columns": "열",
"Comma Separated of Matched SKUs": "일치하는 SKU를 쉼표로 구분",
"Comma-separated list of fields you want returned": "반환하려는 필드의 쉼표로 구분된 목록",
"Command must be unique for all commands in the bot": "명령은 봇의 모든 명령에 대해 고유해야 합니다.",
"Command must not be empty": "명령은 비워둘 수 없습니다.",
"Command": "명령",
"Comment Keywords": "댓글 키워드",
"Comment Payload": "댓글 페이로드",
"Comment keyword deleted": "댓글 키워드 삭제됨",
"Comment keyword saved!": "댓글 키워드가 저장되었습니다!",
"Comment keywords": "댓글 키워드",
"Comment": "논평",
"Comments": "코멘트",
"Commerce Manager": "커머스 매니저",
"Community Url": "커뮤니티 URL",
"Community": "지역 사회",
"Compare at price": "가격 비교",
"Compared to": "에 비해",
"Completed": "완전한",
"Condition": "상태",
"Conditions": "정황",
"Config": "구성",
"Confirm Import": "가져오기 확인",
"Confirm": "확인하다",
"Confirmed Event Update": "확정된 이벤트 업데이트",
"Connect CRM Account": "CRM 계정 연결",
"Connect Calendly Account": "Calendly 계정 연결",
"Connect Drift Account": "드리프트 계정 연결",
"Connect Facebook Ads": "페이스북 광고 연결",
"Connect Facebook Business": "페이스북 비즈니스 연결",
"Connect Facebook Group": "페이스북 그룹 연결",
"Connect Facebook Page and Instagram": "페이스북 페이지와 인스타그램 연결",
"Connect Facebook Pages": "Facebook 페이지 연결",
"Connect Google Dialogflow": "Google Dialogflow 연결",
"Connect Intercom Account": "인터콤 계정 연결",
"Connect Intercom": "인터콤 연결",
"Connect MailChimp Account": "메일침프 계정 연결",
"Connect Method": "연결 방법",
"Connect Now": "지금 연결",
"Connect Slack Account": "Slack 계정 연결",
"Connect Slack Channel": "Slack 채널 연결",
"Connect Slack Channels": "Slack 채널 연결",
"Connect Stripe Account": "Stripe 계정 연결",
"Connect Stripe in Integration to enable Stripe billing": "통합에서 Stripe를 연결하여 Stripe 청구를 활성화하십시오.",
"Connect WhatsApp Cloud": "WhatsApp 클라우드 연결",
"Connect Zoho Account": "Zoho 계정 연결",
"Connect to Calendly account failed.": "Calendly 계정에 연결하지 못했습니다.",
"Connect to Drift account failed.": "Drift 계정에 연결하지 못했습니다.",
"Connect to Google Account failed.": "Google 계정에 연결하지 못했습니다.",
"Connect to Intercom account failed.": "인터콤 계정에 연결하지 못했습니다.",
"Connect to MailChimp account failed.": "MailChimp 계정에 연결하지 못했습니다.",
"Connect to Slack account failed.": "Slack 계정에 연결하지 못했습니다.",
"Connect to Stripe account failed.": "Stripe 계정에 연결하지 못했습니다.",
"Connect to Zoho account failed.": "Zoho 계정에 연결하지 못했습니다.",
"Connect to any app": "모든 앱에 연결",
"Connect to your google Dialogflow to enable Dialogflow NLP features in the flow.": "Google Dialogflow에 연결하여 흐름에서 Dialogflow NLP 기능을 활성화합니다.",
"Connect to your google account to enable Dialogflow NLP features in the flow.": "흐름에서 Dialogflow NLP 기능을 사용하려면 Google 계정에 연결하세요.",
"Connect to your google account to enable send email from your Gmail account in the flow.": "흐름의 Gmail 계정에서 이메일 보내기를 활성화하려면 Google 계정에 연결하십시오.",
"Connect to your google account to enable ‘Google Spreadsheet’ features in flow.": "흐름에서 'Google 스프레드시트' 기능을 사용하려면 Google 계정에 연결하세요.",
"Connect your apps and automate workflows. Easy automation for busy people.": "앱을 연결하고 워크플로우를 자동화하십시오. 바쁜 사람들을 위한 간편한 자동화.",
"Connected Facebook Page is required.": "연결된 Facebook 페이지가 필요합니다.",
"Connected Facebook Pages by you in other workspaces": "다른 작업 공간에서 귀하가 연결된 Facebook 페이지",
"Connected Instagram Account is required.": "연결된 Instagram 계정이 필요합니다.",
"Connected Line Account is required.": "커넥티드 라인 계정이 필요합니다.",
"Connected Stripe Account": "연결된 Stripe 계정",
"Connected Telegram bot is required.": "연결된 텔레그램 봇이 필요합니다.",
"Connected Viber Account is required.": "연결된 Viber 계정이 필요합니다.",
"Connected Web Account is required.": "연결된 웹 계정이 필요합니다.",
"Connected WhatsApp Number is required.": "연결된 WhatsApp 번호가 필요합니다.",
"Connecting all your favorite mini-apps with just a few clicks.": "몇 번의 클릭만으로 좋아하는 모든 미니 앱을 연결합니다.",
"Contact Email Address": "담당자 이메일 주소",
"Contact Email": "이메일 연락처",
"Contact Id": "연락처 ID",
"Contact Name": "담당자 이름",
"Contact Person Name": "담당자 이름",
"Contact Phone Number": "연락처 전화번호",
"Contact Phone": "연락 전화 번호",
"Contact support to add addon": "애드온을 추가하려면 지원팀에 문의하세요",
"Contact support to increase the rate limit.": "속도 제한을 높이려면 지원팀에 문의하세요.",
"Contains": "포함",
"Content Overview": "콘텐츠 개요",
"Content Review": "콘텐츠 검토",
"Content Type": "컨텐츠 타입",
"Content typed “Default” or without a Content Type will NOT be delivered to subscribers": "콘텐츠 유형이 "기본값"이거나 콘텐츠 유형이 없는 콘텐츠는 가입자에게 전달되지 않습니다.",
"Content": "콘텐츠",
"Contents": "내용물",
"Context Name": "컨텍스트 이름",
"Context": "문맥",
"Continue between": "사이에 계속",
"Continue selling when out of stock": "품절시 계속 판매합니다",
"Continue to Next step": "다음 단계로 계속",
"Continue to next step when feedback received": "피드백을 받으면 다음 단계로 계속 진행",
"Continue to next step": "다음 단계로 계속",
"Continue to step after added to cart": "장바구니에 담은 후 계속 진행",
"Continue to step after option selected": "옵션을 선택한 후 계속 진행",
"Continue to step after removed from cart": "장바구니에서 제거한 후 계속 진행",
"Continue to step after this button is pressed": "이 버튼을 누른 후 단계를 계속하십시오.",
"Continue to step when appointment booked": "약속이 예약되면 계속 진행하십시오.",
"Continue to step when payment succeeded": "결제가 성공하면 계속 진행",
"Control where Chat Plugin will be positioned on your website.": "채팅 플러그인이 웹사이트에 배치될 위치를 제어합니다.",
"Conversation Mode": "대화 모드",
"Conversation Session Timeout": "대화 세션 시간 초과",
"Conversation Status is": "대화 상태:",
"Conversation Status": "대화 상태",
"Conversation closed": "대화가 종료되었습니다.",
"Conversation is Done": "대화가 완료되었습니다",
"Conversation is Invalid": "대화가 유효하지 않습니다",
"Conversation is Opened": "대화가 시작됨",
"Conversation is Pending": "대화가 보류 중입니다",
"Conversation is not available": "대화를 사용할 수 없습니다.",
"Conversation opened": "대화가 열렸습니다.",
"Conversation started on": "대화 시작 날짜",
"Conversation visibility": "대화 가시성",
"Conversations Closed": "대화가 종료되었습니다.",
"Conversations": "대화",
"Convert bot failed": "봇 변환 실패",
"Convert bot successful": "봇 변환 성공",
"Copied": "복사됨",
"Copy 360Dialog API Key": "360Dialog API 키 복사",
"Copy API Key": "API 키 복사",
"Copy Action": "복사 작업",
"Copy Client ID from your app and enter here; may also be called Consumer Key or API Key.": "앱에서 클라이언트 ID를 복사하고 여기에 입력하십시오. 소비자 키 또는 API 키라고도 합니다.",
"Copy Client Secret from your app and enter here; may also be called Consumer Secret or API Secret.": "앱에서 클라이언트 시크릿을 복사하고 여기에 입력하십시오. 소비자 비밀 또는 API 비밀이라고도 합니다.",
"Copy Code Button": "코드 복사 버튼",