-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathko-KR.json
More file actions
4376 lines (4376 loc) · 265 KB
/
ko-KR.json
File metadata and controls
4376 lines (4376 loc) · 265 KB
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
{
"@nocobase/client": {
"(Fields only)": "(필드만)",
"12 hour": "12 시간",
"24 hour": "24 시간",
"<": "<",
"=": "=",
">": ">",
"ACL": "액세스 제어 목록",
"ASC": "오름차순",
"Access": "접근",
"Access control": "접근 제어",
"Accessible": "접근 가능",
"Accuracy": "정확도",
"Action": "작업",
"Action after successful submission": "제출 성공 후 동작",
"Action column": "작업 열",
"Action display name": "작업 표시 이름",
"Action logs": "작업 로그",
"Action name": "조작 이름",
"Action on existing records": "기존 레코드에 대한 작업",
"Action on new records": "새 레코드에 대한 작업",
"Action permission": "작업 권한",
"Action permissions": "작업 권한",
"Action scope": "작업 범위",
"Action type": "작업 유형",
"Actions": "작업",
"Add": "추가",
"Add & Update": "추가 & 업데이트",
"Add Markdown": "마크다운 추가",
"Add attach": "첨부 추가",
"Add block": "블록 추가",
"Add card": "카드 추가",
"Add category": "카테고리 추가",
"Add child": "하위 항목 추가",
"Add child route": "하위 경로 추가",
"Add condition": "조건 추가",
"Add condition group": "조건 그룹 추가",
"Add exportable field": "내보낼 수 있는 필드 추가",
"Add field": "필드 추가",
"Add filter": "필터 추가",
"Add filter group": "필터 그룹 추가",
"Add group": "그룹 추가",
"Add link": "링크 추가",
"Add linkage rule": "연동 규칙 추가",
"Add menu item": "메뉴 항목 추가",
"Add new": "새로 추가",
"Add new mode": "새 모드 추가",
"Add option": "옵션 추가",
"Add page": "페이지 추가",
"Add parameter": "매개변수 추가",
"Add plugin": "플러그인 추가",
"Add property": "속성 추가",
"Add record": "레코드 추가",
"Add role": "역할 추가",
"Add sort field": "정렬 필드 추가",
"Add tab": "탭 추가",
"Add template": "템플릿 추가",
"Add text": "텍스트 추가",
"Add type": "유형 추가",
"Add validation rule": "유효성 검사 규칙 추가",
"Add {{type}} after \"{{title}}\"": "\"{{title}}\" 뒤에 {{type}} 추가",
"Add {{type}} before \"{{title}}\"": "\"{{title}}\" 앞에 {{type}} 추가",
"Add {{type}} before {{title}}": "{{title}} 앞에 {{type}} 추가",
"Add {{type}} in \"{{title}}\"": "\"{{title}}\" 안에 {{type}} 추가",
"Advanced type": "고급 유형",
"After": "이후",
"After change": "변경 후",
"After clicking the custom button, the following field values will be assigned according to the following form.": "사용자 지정 버튼을 클릭하면 아래 양식에 따라 다음 필드 값이 할당됩니다.",
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "사용자 지정 버튼을 클릭하면 현재 레코드의 다음 필드가 아래 양식에 따라 저장됩니다.",
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "숨기면 이 메뉴는 더 이상 메뉴 바에 표시되지 않습니다. 다시 표시하려면 경로 관리 페이지로 이동하여 설정해야 합니다.",
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "숨기면 이 탭은 탭 바에 더 이상 표시되지 않습니다. 다시 표시하려면 경로 관리 페이지로 이동하여 설정해야 합니다.",
"After successful bulk update": "일괄 업데이트에 송공한 후",
"After successful request": "요청이 성공한 후",
"After successful save": "저장이 성공한 후",
"After successful submission": "제출이 성공한 후",
"After successful update": "업데이트가 성공한 후",
"Agenda": "의제",
"All": "전체",
"All collections": "모든 컬렉션",
"All collections use general action permissions by default; permission configured individually will override the default one.": "모든 컬렉션은 기본적으로 일반 작업 권한을 사용합니다. 개별적으로 구성된 권한은 기본 권한을 덮어씁니다.",
"All events": "모든 이벤트",
"All plugin settings": "모든 플러그인 설정",
"All records": "모든 레코드",
"Allow": "허용",
"Allow access": "접근 허용",
"Allow action": "작업 허용",
"Allow add new": "새로 추가 허용",
"Allow add new data": "새 데이터 추가 허용",
"Allow add new, update and delete actions": "새로 추가, 업데이트 및 삭제 작업 허용",
"Allow adding records to the current collection": "현재 컬렉션에 레코드 추가 허용",
"Allow disassociation": "연결 해제 허용",
"Allow dissociate": "연결 해제 허용",
"Allow linking to multiple records": "여러 레코드에 연결 허용",
"Allow multiple": "여러 개 허용",
"Allow multiple selection": "여러 개 선택 허용",
"Allow selection of existing records": "기존 레코드 선택 허용",
"Allow sign up": "회원가입 허용",
"Allow to configure plugins": "플러그인 구성 허용",
"Allow to desgin pages": "페이지 디자인 허용",
"Allow to design pages": "페이지 디자인 허용",
"Allow to manage plugins": "플러그인 관리 허용",
"Allow uploading multiple files": "여러 파일 업로드 허용",
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "UI, 컬렉션, 권한 등을 포함한 전체 시스템의 구성을 허용합니다.",
"Allows to clear cache, reboot application": "캐시를 삭제하고 애플리케이션을 재부팅할 수 있습니다.",
"Allows to configure interface": "인터페이스 구성 허용",
"Allows to configure plugins": "플러그인 구성 허용",
"Allows to install, activate, disable plugins": "플러그인을 설치, 활성화, 비활성화 허용",
"Alphabet": "알파벳",
"App error": "앱 오류",
"Application reloading": "애플리케이션 다시 불러오는 중",
"Are you sure to delete this plugin?": "이 플러그인을 삭제하시겠습니까?",
"Are you sure to disable this plugin?": "이 플러그인을 비활성화하시겠습니까?",
"Are you sure you don't want to save?": "저장하지 않으시겠습니까?",
"Are you sure you want to delete it?": "정말로 삭제하시겠습니까?",
"Are you sure you want to disassociate it?": "정말로 연결을 해제하시겠습니까?",
"Are you sure you want to hide these routes in menu?": "이 경로들을 메뉴에서 숨기시겠습니까?",
"Are you sure you want to hide this menu?": "이 메뉴를 숨기시겠습니까?",
"Are you sure you want to hide this tab?": "이 탭을 숨기시겠습니까?",
"Are you sure you want to perform the Custom request action": "사용자 정의 요청 작업을 수행하시겠습니까?",
"Are you sure you want to perform the Refresh action?": "새로 고침 작업을 수행하시겠습니까?",
"Are you sure you want to perform the Submit action?": "제출 작업을 수행하시겠습니까?",
"Are you sure you want to perform the Trigger workflow action?": "트리거 워크플로우 작업을 수행하시겠습니까?",
"Are you sure you want to perform the Update record action?": "레코드 업데이트 작업을 수행하시겠습니까?",
"Are you sure you want to perform the {{title}} action?": "{{title}} 작업을 수행하시겠습니까?",
"Are you sure you want to show these routes in menu?": "이 경로들을 메뉴에 표시하시겠습니까?",
"Area": "영역",
"Area chart": "영역 차트",
"Assign data scope for the template": "템플릿에 대한 데이터 범위 할당",
"Assign data scope for the template": "템플릿에 대한 데이터 범위 할당",
"Assign field values": "필드 값 할당",
"Associate": "연결",
"Associated records": "연관된 레코드",
"Association fields": "연관 필드",
"Association fields filter": "연관 필드 필터",
"Audit logs": "감사 로그",
"Authentication": "인증",
"Author": "작성자",
"Auto": "자동",
"Auto increment": "자동 증가",
"AutoGenId": "자동 생성 ID",
"Automatic close": "자동 닫기",
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "컬렉션에 의존하는 객체(예: 뷰)와 그 객체에 다시 의존하는 모든 객체를 자동으로 삭제합니다.",
"Automatically generate default values": "기본값을 자동으로 생성",
"Automatically update timestamp on update": "업데이트 시 타임스탬프를 자동으로 갱신",
"Automatically update timestamp to the current server time on update": "업데이트 시 타임스탬프를 현재 서버 시간으로 자동 갱신",
"Background Color": "배경색",
"Bar chart": "막대 차트",
"Basic": "기본",
"Before": "이전",
"Before change": "변경 전",
"Blank block": "빈 블록",
"Block": "블록",
"Block template": "블록 템플릿",
"Block templates": "블록 템플릿",
"Block title": "블록 제목",
"Block type": "블록 유형",
"Blocks": "블록",
"Blue": "파랑",
"Bookmark": "북마크",
"Boolean": "불리언",
"Built-in": "내장",
"Bulk edit": "일괄 편집",
"Bulk enable": "일괄 활성화",
"Bulk update": "일괄 업데이트",
"Button background color": "버튼 배경색",
"Button icon": "버튼 아이콘",
"Button title": "버튼 제목",
"Calculation engine": "계산 엔진",
"Calendar": "달력",
"Calendar collection": "달력 컬렉션",
"Cancel": "취소",
"Cascade Select": "계단식 선택",
"Categories": "카테고리",
"Category name": "카테고리 이름",
"Center": "중앙",
"Change password": "비밀번호 변경",
"Changed to": "변경됨",
"Changelog": "변경 로그",
"Chart blocks": "차트 블록",
"Chart config": "차트 구성",
"Chart title": "차트 제목",
"Chart type": "차트 유형",
"Checkbox": "체크박스",
"Checkbox group": "체크박스 그룹",
"Children": "자식",
"China region": "중국 지역",
"Choices": "선택지",
"Choices fields": "선택 필드",
"City": "시",
"Clear": "지우기",
"Clear cache": "캐시 지우기",
"Clear default value": "기본값 지우기",
"Click or drag file to this area to upload": "파일을 이 영역에 클릭하거나 끌어다 놓아 업로드하세요",
"Close": "닫기",
"Collapse": "접기",
"Collapse all": "모두 축소",
"Collection": "컬렉션",
"Collection category": "컬렉션 카테고리",
"Collection display name": "컬렉션 표시 이름",
"Collection fields": "컬렉션 필드",
"Collection manager": "컬렉션 관리자",
"Collection name": "컬렉션 이름",
"Collection selector": "컬렉션 선택기",
"Collection template": "컬렉션 템플릿",
"Collections": "컬렉션",
"Collections & Fields": "컬렉션 및 필드",
"Color": "색상",
"Column": "열",
"Column chart": "세로 막대 차트",
"Column title": "열 제목",
"Column width": "열 너비",
"Coming soon...": "곧 출시됩니다...",
"Compact theme": "간소한 테마",
"Comparision": "비교",
"Comparison": "비교",
"Compressed file URL": "압축 파일 URL",
"Compressed file url": "압축 파일 url",
"Condition": "조건",
"Configure": "구성",
"Configure actions": "작업 구성",
"Configure calendar": "달력 구성",
"Configure columns": "열 구성",
"Configure field": "필드 구성",
"Configure fields": "필드 구성",
"Configure fields of {{title}}": "{{title}}의 필드 구성",
"Configure permission": "권한 구성",
"Configure permissions": "권한 구성",
"Confirm": "확인",
"Confirm password": "비밀번호 확인",
"Connect data blocks": "데이터 블록 연결",
"Connect to database view": "데이터베이스 뷰에 연결",
"Constant": "상수",
"Constant value": "상수 값",
"Contain": "포함",
"Content": "콘텐츠",
"Convert reference to duplicate": "참조를 복제본으로 변환",
"Copy into the form and continue to fill in": "양식에 복사하여 계속 작성하세요",
"Cover": "표지",
"Create": "생성",
"Create an account": "계정 만들기",
"Create calendar block": "캘린더 블록 생성",
"Create collection": "데이터 테이블 생성",
"Create form": "양식 생성",
"Create gantt block": "간트 블록 생성",
"Create inverse field in the target collection": "대상 데이터 테이블에 반전 관계 필드 생성",
"Create kanban block": "칸반 블록 생성",
"Create template": "템플릿 생성",
"Created at": "생성일",
"Created by": "작성자",
"CreatedAt": "생성일",
"CreatedBy": "작성자",
"Current collection": "현재 컬렉션",
"Current form": "현재 양식",
"Current object": "현재 객체",
"Current popup record": "현재 팝업 레코드",
"Current record": "현재 레코드",
"Current record blocks": "현재 레코드 블록",
"Current role": "현재 역할",
"Current time": "현재 시간",
"Current user": "현재 사용자",
"Custom": "사용자 정의",
"Custom Title": "사용자 지정 제목",
"Custom column name": "사용자 지정 열 이름",
"Custom column title": "사용자 지정 열 제목",
"Custom field display name": "사용자 정의 필드 표시 이름",
"Custom name": "사용자 지정 이름",
"Custom request": "사용자 지정 요청",
"Custom title": "사용자 지정 제목",
"Customize": "사용자 정의",
"Cyan": "청록",
"DESC": "내림차순",
"Daily": "일간",
"Danger red": "위험 빨강",
"Dashed": "점선",
"Data Model": "데이터 모델",
"Data blocks": "데이터 블록",
"Data changes": "데이터 변경",
"Data fields": "데이터 필드",
"Data loading mode": "데이터 로딩 모드",
"Data model": "데이터 모델",
"Data model tools": "데이터 모델 도구",
"Data scope": "데이터 범위",
"Data source": "데이터 소스",
"Data source permissions": "데이터 소스 권한",
"Data sources": "데이터 소스",
"Data template": "데이터 템플릿",
"Data will be updated": "데이터가 업데이트됩니다",
"DataSource": "데이터 소스",
"Date": "날짜",
"Date & Time": "날짜 및 시간",
"Date display format": "날짜 표시 형식",
"Date format": "날짜 형식",
"Date range limit": "날짜 범위 제한",
"Date variables": "날짜 변수",
"DateOnly": "날짜만",
"Datetime": "날짜 및 시간",
"Datetime (with time zone)": "날짜 및 시간 (시간대 포함)",
"Datetime (without time zone)": "날짜 및 시간 (시간대 없음)",
"Day": "일",
"Day/Month/Year": "일/월/년",
"Default": "기본값",
"Default collapse": "기본 축소",
"Default is the ID field": "기본값은 ID 필드입니다",
"Default role": "기본 역할",
"Default theme": "기본 테마",
"Default title for each record": "각 레코드의 기본 제목",
"Default value": "기본값",
"Default value to current server time": "기본값을 현재 서버 시간으로 설정",
"Default value to current time": "기본값을 현재 시간으로 설정",
"Delete": "삭제",
"Delete Event": "이벤트 삭제",
"Delete action": "작업 삭제",
"Delete block": "블록 삭제",
"Delete category": "카테고리 삭제",
"Delete collection": "컬렉션 삭제",
"Delete events": "이벤트 삭제",
"Delete field": "필드 삭제",
"Delete menu item": "메뉴 항목 삭제",
"Delete record": "레코드 삭제",
"Delete role": "역할 삭제",
"Delete route": "경로 삭제",
"Delete routes": "경로 삭제",
"Delete table column": "테이블 열 삭제",
"Delete this event?": "이 이벤트를 삭제하시겠습니까?",
"Department name": "부서 이름",
"Departments": "부서",
"Dependencies check": "종속성 검사",
"Dependencies check failed, can't enable.": "종속성 검사에 실패하여 활성화할 수 없습니다.",
"Dependencies compatibility check": "종속성 호환성 검사",
"Description": "설명",
"Desktop device": "데스크톱 장치",
"Desktop routes": "데스크탑 경로",
"Details": "세부정보",
"Determine whether a record exists by the following fields": "다음 필드를 기준으로 레코드의 존재 여부를 확인합니다",
"Dialog": "대화상자",
"Direct duplicate": "직접 복제",
"Disable": "비활성화",
"Disable tabs": "탭 비활성화",
"Disabled": "비활성화됨",
"Disassociate": "연결 해제",
"Disassociate record": "레코드 연결 해제",
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "페이지당 표시 <1><0>10</0><1>20</1><2>50</2><3>100</3></1> 개 항목",
"Display <icon></icon> when unchecked": "체크되지 않았을 때 <icon></icon> 표시",
"Display association fields": "연관 필드 표시",
"Display data template selector": "데이터 템플릿 표시 선택기",
"Display field title": "필드 제목 표시",
"Display fields": "필드 표시",
"Display name": "이름 표시",
"Display order number": "순서 번호 표시",
"Display page title": "페이지 제목 표시",
"Display title": "제목 표시",
"DisplayName": "이름 표시",
"Divide by": "나누기",
"Divider line color": "구분선 색상",
"Do not concatenate search params in the URL": "URL에 검색 매개변수를 연결하지 마세요",
"Do not load data when filter is empty": "필터가 비어 있을 때 데이터를 불러오지 않습니다",
"Docs": "문서",
"Done": "완료",
"Double click to choose entire object": "전체 객체를 선택하려면 더블 클릭하세요",
"Download": "다운로드",
"Download logs": "로그 다운로드",
"Drag and drop sorting field": "드래그 앤 드롭 정렬 필드",
"Drag and drop the file here or click to upload, file size should not exceed 30M": "여기에 파일을 끌어다 놓거나 클릭하여 업로드하세요. 파일 크기는 30M를 초과할 수 없습니다.",
"Dragging": "드래그 중",
"Drawer": "서랍",
"Dropdown": "드롭다운",
"Duplicate": "복제",
"Duplicate and continue": "복제하고 계속하기",
"Duplicate mode": "복제 모드",
"Duplicate template": "템플릿 복제",
"Duplicating": "복제 중",
"Dynamic value": "동적 값",
"Easy reading": "쉬운 읽기",
"Easy-reading": "쉬운 읽기",
"Edit": "편집",
"Edit block title": "블록 제목 편집",
"Edit block title & description": "블록 제목 & 설명 편집",
"Edit button": "버튼 편집",
"Edit category": "카테고리 편집",
"Edit chart": "차트 편집",
"Edit collection": "컬렉션 편집",
"Edit description": "설명 편집",
"Edit field": "필드 편집",
"Edit field title": "필드 제목 편집",
"Edit form": "양식 편집",
"Edit group title": "그룹 제목 편집",
"Edit link": "링크 편집",
"Edit markdown": "마크다운 편집",
"Edit menu item": "메뉴 항목 편집",
"Edit page title": "페이지 제목 편집",
"Edit profile": "프로필 편집",
"Edit record": "레코드 편집",
"Edit role": "역할 편집",
"Edit tab": "탭 편집",
"Edit tooltip": "툴팁 편집",
"Editable": "편집 가능",
"Ellipsis": "생략부호",
"Ellipsis overflow content": "생략 부호로 내용 줄임",
"Email": "이메일",
"Empty": "비어있음",
"Enable": "활성화",
"Enable SMS authentication": "SMS 인증 활성화",
"Enable actions": "작업 활성화",
"Enable child collections": "하위 컬렉션 활성화",
"Enable drag and drop sorting": "드래그 앤 드롭 정렬 활성화",
"Enable form data template": "양식 데이터 템플릿 활성화",
"Enable link": "링크 활성화",
"Enable page header": "페이지 헤더 활성화",
"Enable page tabs": "페이지 탭 활성화",
"Enable secondary confirmation": "2차 확인 활성화",
"Enabled": "활성화됨",
"Enabled languages": "사용 가능한 언어",
"End date field": "종료 날짜 필드",
"Error message": "오류 메시지",
"Event": "이벤트",
"Execute": "실행",
"Exists": "존재함",
"Expand All": "모두 확장",
"Expand all": "모두 확장",
"Expand/Collapse": "확장/축소",
"Export": "내보내기",
"Exportable fields": "내보낼 수 있는 필드",
"Expression": "표현식",
"Expression collection": "표현식 컬렉션",
"Failed to load plugin": "플러그인 로드 실패",
"False": "거짓",
"Feedback": "피드백",
"Field": "필드",
"Field component": "필드 컴포넌트",
"Field display name": "필드 표시 이름",
"Field interface": "필드 인터페이스",
"Field mode": "필드 모드",
"Field name": "필드 이름",
"Field permission": "필드 권한",
"Field source": "필드 소스",
"Field title": "필드 제목",
"Field type": "필드 유형",
"Field value changes": "필드 값 변경",
"Field value do not meet the requirements": "필드 값이 요구 사항을 충족하지 않습니다",
"Field value size is": "필드 값 크기는",
"Field values must be unique.": "필드 값은 고유해야 합니다.",
"Fields": "필드",
"Fields can only be used correctly if they are defined with an interface.": "필드는 인터페이스와 함께 정의된 경우에만 올바르게 사용할 수 있습니다.",
"Fields values": "필드 값",
"File manager": "파일 관리자",
"File size exceeds the limit": "파일 크기가 제한을 초과했습니다",
"File size should not exceed {{size}}.": "파일 크기는 {{size}}를 초과할 수 없습니다.",
"File type is not allowed": "파일 형식이 허용되지 않습니다",
"File type is not supported for previewing, please download it to preview.": "파일 형식이 미리보기를 지원하지 않습니다. 미리보려면 다운로드해 주세요.",
"Fill": "채우기",
"Filled": "채워짐",
"Filter": "필터",
"Filter blocks": "필터 블록",
"Filter data based on the specific field, with the requirement that the field value must be unique.": "특정 필드를 기준으로 데이터를 필터링하며, 해당 필드의 값은 반드시 고유해야 합니다.",
"Filter out a single piece or a group of records as a template": "단일 항목 또는 레코드 그룹을 템플릿으로 필터링",
"Filter target key": "필터 대상 키",
"Filterable fields": "필터 가능한 필드",
"Find by the following fields": "다음 필드로 찾기",
"First or create": "처음이거나 생성",
"Fix block": "블록 수정",
"Fixed": "고정",
"Flexible popup": "유연한 팝업",
"Foreign key": "외래 키",
"Foreign key 1": "외래키 1",
"Foreign key 2": "외래키 2",
"Form": "양식",
"Form (Add new)": "양식 (새로 추가)",
"Form (Edit)": "양식 (편집)",
"Form data templates": "폼 데이터 템플릿",
"Form values": "폼 값",
"Format": "형식",
"Formula": "수식",
"Formula description": "수식 설명",
"Formula error.": "수식 오류.",
"Formula mode": "수식 모드",
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js는 대부분의 Microsoft Excel 수식 함수를 지원합니다.",
"Full height": "전체 높이",
"Function": "기능",
"Gantt": "간트",
"Geek blue": "긱 블루",
"General": "일반 설정",
"General action permissions": "일반 작업 권한",
"General collection": "일반 컬렉션",
"General fields": "일반 필드",
"General permissions": "일반 권한",
"Generated automatically if left blank": "비워 두면 자동 생성됩니다",
"Generic properties": "일반 속성",
"Global action permissions": "글로벌 작업 권한",
"Global permissions": "글로벌 권한",
"Gold": "금색",
"Green": "초록",
"Grid Card": "그리드 카드",
"Group": "그룹",
"Grouped sorting": "그룹별 정렬",
"Grouping field": "그룹화 필드",
"Half of day": "반나절",
"Handbook": "사용자 매뉴얼",
"Hidden": "숨김",
"Hidden(reserved value)": "숨김(예약된 값)",
"Hide": "숨기기",
"Hide column": "열 숨기기",
"Hide in menu": "메뉴에 숨기기",
"Highlight": "강조",
"Home page": "홈페이지",
"Homepage": "홈페이지",
"Horizontal": "수평",
"Hour": "시간",
"ID": "ID",
"Icon": "아이콘",
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "프로그램 사용을 위한 식별자입니다. 영문자, 숫자, 밑줄(_)을 지원하며, 반드시 영문자로 시작해야 합니다.",
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "컬렉션에 기본 키가 없는 경우, 블록 내에서 행 레코드를 찾기 위해 고유한 레코드 키를 설정해야 하며, 이를 설정하지 않으면 해당 컬렉션에 대한 데이터 블록을 생성할 수 없습니다.",
"If collection inherits, choose inherited collections as templates": "컬렉션이 상속되는 경우, 상속된 컬렉션을 템플릿으로 선택하세요.",
"If selected, the page will display Tab pages.": "선택하면 페이지에 탭 페이지가 표시됩니다.",
"If selected, the route will be displayed in the menu.": "선택하면 해당 경로가 메뉴에 표시됩니다.",
"Import": "가져오기",
"Importable fields": "가져올 수 있는 필드",
"In configuration": "구성에서",
"In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.": "구성 모드에서는 전체 열이 투명해집니다. 비구성 모드에서는 전체 열이 숨겨집니다. 전체 열이 숨겨져 있더라도, 설정된 기본값 및 기타 설정은 여전히 적용됩니다.",
"Incomplete uploading files need to be resolved": "업로드가 완료되지 않은 파일을 해결해야 합니다",
"Index": "색인",
"Individual": "개인",
"Inherited fields": "상속된 필드",
"Inherits": "상속",
"Inner": "내부",
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "+, -, *, /, ( )를 입력하여 계산하고, @를 입력하여 필드 변수를 엽니다.",
"Insert": "삽입",
"Insert above": "위에 삽입",
"Insert after": "뒤에 삽입",
"Insert before": "앞에 삽입",
"Insert below": "아래에 삽입",
"Insert if not exists": "존재하지 않을 때 삽입",
"Insert if not exists, or update": "존재하지 않으면 삽입, 아니면 업데이트",
"Insert inner": "내부에 삽입",
"Insert left": "왼쪽에 삽입",
"Insert right": "오른쪽에 삽입",
"Installing": "설치 중",
"Integer": "정수",
"Invalid JSON format": "잘못된 JSON 형식",
"Inverse field display name": "역방향 필드 표시 이름",
"Inverse field name": "역방향 필드 이름",
"Inverse relationship type": "역관계 유형",
"Junction collection": "연결 컬렉션",
"Kanban": "칸반",
"Label align": "라벨 정렬",
"Label field": "라벨 필드",
"Label width": "라벨 너비",
"Language": "언어",
"Large": "큰",
"Large screen device": "대형 화면 장치",
"Last 30 days": "지난 30일",
"Last 7 days": "지난 7일",
"Last 90 days": "지난 90일",
"Last month": "지난 달",
"Last quarter": "지난 분기",
"Last updated": "마지막 업데이트",
"Last updated at": "마지막 업데이트 날짜",
"Last updated by": "마지막으로 업데이트한 사람",
"Last week": "지난 주",
"Last year": "작년",
"Layout": "레이아웃",
"Leave it blank, unless you need a custom intermediate table": "비워 두세요. 별도의 중간 테이블이 필요한 경우에만 입력하세요.",
"Left": "왼쪽",
"Left fixed": "왼쪽 고정",
"Length": "길이",
"License": "라이선스",
"Lime": "라임",
"Line break": "줄 바꿈",
"Line chart": "선형 차트",
"Link": "링크",
"Link to": "링크 연결",
"Link to description": "설명으로 연결",
"Linkage rule": "연동 규칙",
"Linkage rules": "연동 규칙",
"Linkage with form fields": "양식 필드와의 연동",
"List": "목록",
"Load all data when filter is empty": "필터가 비어 있을 때 모든 데이터를 불러옵니다",
"Local": "로컬",
"Log in with an existing account": "기존 계정으로 로그인",
"Logging and monitoring": "로깅 및 모니터링",
"Logo": "로고",
"Long text": "긴 텍스트",
"Magenta": "마젠타",
"Main": "메인",
"Main department": "주요 부서",
"Manage all settings": "모든 설정 관리",
"Manually close": "수동으로 닫기",
"Many to many": "다 대 다",
"Many to many description": "다 대 다 관계를 만들기 위해 사용되며, 예를 들어 한 학생은 여러 선생님을 가질 수 있으며, 한 선생님도 여러 학생을 가질 수 있습니다. 필드로 존재할 때, 대상 데이터 테이블의 데이터를 선택할 수 있는 드롭다운입니다.",
"Many to one": "다 대 일",
"Many to one description": "다 대 일 관계를 만들기 위해 사용되며, 예를 들어 도시 하나는 하나의 국가에 속하며, 국가 하나는 여러 도시를 가질 수 있습니다. 필드로 존재할 때, 대상 데이터 테이블의 데이터를 선택할 수 있는 드롭다운입니다. 생성된 후, 대상 데이터 테이블에는 자동으로 다 대 일 필드가 생성됩니다.",
"Markdown": "마크다운",
"Marketplace": "마켓플레이스",
"Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types": "Math.js는 다양한 내장 함수와 상수들을 제공하며, 여러 데이터 타입을 다룰 수 있는 통합 솔루션을 제공합니다.",
"Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.": "Math.js는 다양한 내장 함수와 상수를 제공하며, 여러 데이터 타입을 다룰 수 있는 통합 솔루션을 제공합니다.",
"Max length": "최대 길이",
"Max length must greater than min length": "최대 길이는 최소 길이보다 커야 합니다",
"MaxDate": "최대 날짜",
"Maximum": "최대값",
"Maximum must be greater than minimum": "최대값은 최소값보다 커야 합니다",
"Maximum must greater than minimum": "최대값은 최소값보다 커야 합니다",
"Media": "미디어",
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "그룹에서 <1><0>모든</0><1>하나라도</1></1> 조건을 충족",
"Menu": "메뉴",
"Menu item icon": "메뉴 항목 아이콘",
"Menu item name": "메뉴 항목 이름",
"Menu item title": "메뉴 항목 제목",
"Menu permissions": "메뉴 권한",
"Message popup close method": "메시지 팝업 닫기 방법",
"Middle": "중간",
"Millisecond": "밀리초",
"Min length": "최소 길이",
"Min length must be less than max length": "최소 길이는 최대 길이보다 작아야 합니다",
"Min length must less than max length": "최소 길이는 최대 길이보다 작아야 합니다",
"MinDate": "최소 날짜",
"Minimum": "최소값",
"Minimum must be less than maximum": "최소값은 최대값보다 작아야 합니다",
"Minimum must less than maximum": "최소값은 최대값보다 작아야 합니다",
"Mobile routes": "모바일 경로",
"Modal add": "모달 추가",
"Month": "월",
"Monthly": "월간",
"More details": "자세히 보기",
"More options": "추가 옵션",
"Move to": "이동하기",
"Move {{title}} to": "{{title}}을(를) 이동",
"Multiple select": "다중 선택",
"Multiply by": "곱하기",
"Must be 1-50 characters in length (excluding @.<>\"'/)": "1-50자 길이여야 합니다. (@.<>\"'/ 제외)",
"Must select to the last level": "마지막 단계까지 선택해야 합니다",
"Name": "이름",
"Navigate": "탐색",
"New menu items are allowed to be accessed by default.": "새 메뉴 항목은 기본적으로 액세스할 수 있습니다.",
"New password": "새 비밀번호",
"New routes are allowed to be accessed by default": "새 경로는 기본적으로 액세스할 수 있습니다.",
"Next 30 days": "다음 30일",
"Next 7 days": "다음 7일",
"Next 90 days": "다음 90일",
"Next month": "다음 달",
"Next quarter": "다음 분기",
"Next week": "다음 주",
"Next year": "내년",
"Nickname": "닉네임",
"No": "아니요",
"No CHANGELOG.md file": "CHANGELOG.md 파일이 없습니다",
"No README.md file": "README.md 파일이 없습니다",
"No blocks to connect": "연결할 블록이 없습니다",
"No configuration available.": "구성 가능한 항목이 없습니다.",
"No data": "데이터 없음",
"None": "없음",
"Normal": "일반",
"Not enabled": "활성화되지 않음",
"Not fixed": "고정되지 않음",
"Not required": "필수 아님",
"Notification": "알림",
"Now": "지금",
"Npm package": "Npm 패키지",
"Npm package name": "Npm 패키지 이름",
"Null": "Null",
"Number": "숫자",
"Object Fit": "개체 맞춤",
"Off": "끔",
"Official plugin": "공식 플러그인",
"Old password": "이전 비밀번호",
"On": "켜기",
"One to many": "일 대 다",
"One to many description": "일 대 다 관계를 만들기 위해 사용되며, 예를 들어 한 국가당 여러 도시가 있을 수 있습니다. 필드로 존재할 때, 대상 데이터 테이블의 데이터를 표시하는 하위 테이블입니다. 생성된 후, 대상 데이터 테이블에는 자동으로 일 대 다 필드가 생성됩니다.",
"One to one": "일 대 일",
"One to one (belongs to)": "일 대 일 (소속됨)",
"One to one (has one)": "일 대 일 (하나를 가짐)",
"One to one description": "일 대 일 관계를 만들기 위해 사용되며, 예를 들어 사용자당 하나의 프로필이 있을 수 있습니다.",
"Only the selected fields will be used as the initialization data for the form": "선택한 필드만 폼의 초기화 데이터로 사용됩니다.",
"Open in new window": "새 창에서 열기",
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "모달<0>에서 열기</0><1>드로어</1><2>창</2>",
"Open mode": "열기 모드",
"Operate on existing data": "기존 데이터에 대해 작업합니다",
"Operate on new data": "새로운 데이터에 대해 작업합니다",
"Operation failed": "작업 실패",
"Operation succeeded": "작업이 성공적으로 완료되었습니다",
"Operator": "연산자",
"Option label": "옵션 레이블",
"Option value": "옵션 값",
"Options": "옵션",
"Orange": "주황",
"Original field title: ": "원래 필드 제목: ",
"Original name": "원래 이름",
"Original title: ": "원래 제목:",
"Other": "기타",
"Other blocks": "기타 블록",
"Other chart": "기타 차트",
"Other collections": "기타 컬렉션",
"Other records": "기타 레코드",
"Others": "기타",
"Outlined": "윤곽",
"Override": "재정의",
"Override field": "필드 재정의",
"Oversized": "초과 크기",
"Own records": "본인의 데이터",
"Owners": "소유자",
"PK & FK fields": "기본키 및 외래키 필드",
"Package name": "패키지 이름",
"PackageName": "패키지 이름",
"Page": "페이지",
"Page number": "페이지 번호",
"Page size": "페이지 크기",
"Parent": "상위",
"Parent ID": "상위 ID",
"Parent collection fields": "상위 컬렉션 필드",
"Parent object": "상위 객체",
"Parent popup record": "상위 팝업 레코드",
"Parent record": "상위 레코드",
"Password": "비밀번호",
"Password mismatch": "비밀번호가 일치하지 않습니다",
"Path": "경로",
"Pattern": "패턴",
"Percent": "퍼센트",
"Perform the Custom request": "사용자 지정 요청 수행",
"Perform the Refresh": "새로 고침 수행",
"Perform the Submit": "제출 수행",
"Perform the Trigger workflow": "트리거 워크플로 실행",
"Perform the Update record": "레코드 업데이트 수행",
"Perform the {{title}}": "{{title}} 실행",
"Permission deined": "권한이 거부되었습니다",
"Permission denied": "권한이 거부되었습니다",
"Permission policy": "권한 정책",
"Phone": "전화번호",
"Phone device": "휴대폰",
"Picker": "선택기",
"Pie chart": "원형 차트",
"Please add or select record": "레코드를 추가하거나 선택하세요",
"Please configure the URL": "URL을 구성해 주세요",
"Please configure the duplicate fields": "중복 필드를 구성하세요",
"Please confirm the SQL statement first": "먼저 SQL 문을 확인해주세요",
"Please fill in the iframe URL": "iframe URL을 입력해 주세요",
"Please select the records to be updated": "업데이트할 레코드를 선택하세요",
"Please select time or variable": "시간 또는 변수를 선택하세요",
"Please use a valid SELECT or WITH AS statement": "유효한 SELECT 또는 WITH AS 문을 사용하세요",
"Plugin": "플러그인",
"Plugin Zip File": "플러그인 ZIP 파일",
"Plugin dependencies check failed": "플러그인 종속성 검사 실패",
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "플러그인 종속성 검사에 실패했습니다. 버전 요구 사항을 충족하도록 종속 버전을 변경해야 합니다.",
"Plugin dependency version mismatch": "플러그인 종속성 버전 불일치",
"Plugin loading failed. Please check the server logs.": "플러그인 로드에 실패했습니다. 서버 로그를 확인해주세요.",
"Plugin manager": "플러그인 관리자",
"Plugin name": "플러그인 이름",
"Plugin settings": "플러그인 설정",
"Plugin settings permissions": "플러그인 설정 권한",
"Plugin source": "플러그인 소스",
"Plugin starting...": "플러그인 시작 중...",
"Plugin stopping...": "플러그인 중지 중...",
"Plugin tab name": "플러그인 탭 이름",
"Plugin's version": "플러그인 버전",
"Pop-up": "팝업",
"Popup": "팝업",
"Popup close method": "팝업 닫기 방법",
"Popup form": "팝업 양식",
"Popup message": "팝업 메시지",
"Popup size": "팝업 크기",
"Position": "위치",
"Precision": "정밀도",
"Prefix": "접두사",
"Preset fields": "프리셋 필드",
"Prettify": "예쁘게 표시",
"Preview": "미리보기",
"Primary": "기본",
"Primary key, unique identifier, self growth": "기본 키, 고유 식별자, 자동 증가",
"Print": "인쇄",
"Problematic": "문제 발생",
"Progress field": "진행률 필드",
"Properties": "속성",
"Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios": "사용자에게 특정 컬렉션을 옵션으로 제공하며, 일반적으로 다형성 또는 상속 시나리오에서 사용됩니다.",
"Province": "도",
"Province/city/area name": "도/시/지역 이름",
"Purple": "보라",
"Quarter": "분기",
"Quarter of day": "하루의 1/4",
"QuarterYear": "분기-연도",
"Quick add": "빠른 추가",
"Quick create": "빠른 생성",
"Quick duplicate": "빠른 복제",
"Quick upload": "빠른 업로드",
"Radio group": "라디오 그룹",
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with a letter.": "무작위로 생성되며 수정할 수 있습니다. 영문자, 숫자, 밑줄을 지원하며, 반드시 영문자로 시작해야 합니다.",
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "무작위로 생성되며 수정할 수 있습니다. 영문자, 숫자, 밑줄을 지원하며, 반드시 영문자로 시작해야 합니다.",
"Read only": "읽기 전용",
"Readme": "읽어보기",
"Readonly": "읽기 전용",
"Record ID": "레코드 ID",
"Record picker": "레코드 선택기",
"Record unique key": "레코드 고유 키",
"Records can be sorted": "레코드를 정렬할 수 있음",
"Records per page": "페이지 당 레코드 수",
"Red": "빨강",
"Redirect to": "다음으로 리디렉션",
"Reference template": "참조 템플릿",
"Refresh": "새로고침",
"Refresh data on action": "작업 시 데이터 새로고침",
"Refresh data on close": "작업 시 데이터 새로고침",
"Regular expression": "정규 표현식",
"Related collection": "관련 컬렉션",
"Relation": "관계",
"Relationship blocks": "관계 블록",
"Relationship type": "관계 유형",
"Reload application": "애플리케이션 다시 불러오기",
"Remains the same": "동일하게 유지",
"Remove": "제거",
"Render Failed": "렌더링 실패",
"Repeats": "반복",
"Request API": "요청 API",
"Request URL": "요청 URL",
"Request body": "요청 본문",
"Request headers": "요청 헤더",
"Request method": "요청 메서드",
"Request query parameters": "요청 쿼리 매개변수",
"Request settings": "요청 설정",
"Request success": "요청 성공",
"Required": "필수",
"Reset": "재설정",
"Restart": "다시 시작",
"Restart application": "애플리케이션 다시 시작",
"Result": "결과",
"Retry after {{count}} seconds": "{{count}}초 후에 다시 시도하세요",
"Return to the main application": "메인 애플리케이션으로 돌아가기",
"Return to the previous popup or page": "이전 팝업 또는 페이지로 돌아가기",
"Rich Text": "서식 있는 텍스트",
"Right": "오른쪽",
"Right fixed": "오른쪽 고정",
"Role UID": "역할 UID",
"Role display name": "역할 표시 이름",
"Role name": "역할 이름",
"Roles": "역할",
"Roles & Permissions": "역할 및 권한",
"Route name": "경로 이름",
"Route permissions": "경로 권한",
"Routes": "경로",
"SQL collection": "SQL 컬렉션",
"Save": "저장",
"Save action": "동작 저장",
"Save as block template": "블록 템플릿으로 저장",
"Save as template": "템플릿으로 저장",
"Save conditions": "조건 저장",
"Save mode": "저장 모드",
"Save record": "레코드 저장",
"Saved successfully": "성공적으로 저장되었습니다",
"Scale Down": "축소",
"Scientifix notation": "과학적 표기법",
"Scope name": "데이터 범위 이름",
"Screen size": "화면 크기",
"Search": "검색",
"Search and select collection": "컬렉션 검색 및 선택",
"Search parameters": "검색 매개변수",
"Search plugin": "검색 플러그인",
"Search plugin...": "플러그인 검색...",
"Second": "초",
"Secondary confirmation": "2차 확인",
"Security": "보안",
"Select": "선택",
"Select a variable": "변수 선택",
"Select all": "모두 선택",
"Select an existing piece of data as the initialization data for the form": "기존 데이터를 선택하여 양식의 초기화 데이터로 사용",
"Select collection": "컬렉션 선택",
"Select data source": "데이터 소스 선택",
"Select field": "필드 선택",
"Select file": "파일 선택",
"Select grouping field": "그룹화 필드 선택",
"Select icon": "아이콘 선택",
"Select level": "레벨 선택",
"Select record": "레코드 선택",
"Select template": "템플릿 선택",
"Select view": "보기 선택",
"Selected": "선택됨",
"Selector": "선택기",
"Selector mode": "선택기 모드",
"Send code": "코드 전송",
"Separator": "구분자",
"Set Template Engine": "템플릿 엔진 설정",
"Set block height": "블록 높이 설정",
"Set block layout": "블록 레이아웃 설정",
"Set data loading mode": "데이터 로딩 모드 설정",
"Set default sorting rules": "기본 정렬 규칙 설정",
"Set default value": "기본값 설정",
"Set the count of columns displayed in a row": "한 행에 표시되는 열의 개수 설정",
"Set the data scope": "데이터 범위 설정",
"Set validation rules": "유효성 검사 규칙 설정",
"Setting": "설정",
"Settings": "설정",
"Show file name": "파일 이름 표시",
"Show in menu": "메뉴에 표시",
"Show lunar": "음력 표시",
"Show time": "시간 표시",
"Sign in": "로그인",
"Sign in via account": "계정으로 로그인",
"Sign in via phone": "휴대폰으로 로그인",
"Sign in with another account": "다른 계정으로 로그인",
"Sign out": "로그아웃",
"Sign up": "가입",
"Sign up successfully, and automatically jump to the sign in page": "성공적으로 가입이 완료되었습니다. 로그인 페이지로 자동 이동합니다.",
"Sign up successfully, and automatically jump to the sign-in page": "성공적으로 가입하였으며, 자동으로 로그인 페이지로 이동합니다.",
"Signed up successfully. It will jump to the login page.": "성공적으로 가입되었습니다. 로그인 페이지로 이동합니다.",
"Simple string replacement, can be used to interpolate variables in a string.": "간단한 문자열 치환으로, 문자열 내 변수 삽입에 사용할 수 있습니다.",
"Single line text": "한 줄 텍스트",
"Single select": "단일 선택",
"Single select and radio fields can be used as the grouping field": "단일 선택 및 라디오 필드는 그룹화 필드로 사용할 수 있습니다.",
"Size": "크기",
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "페이징 중 테이블 레코드의 총 개수를 가져오는 과정을 건너뛰어 로딩 속도를 높입니다. 데이터가 많은 테이블의 경우 이 옵션을 활성화하는 것이 권장됩니다.",
"Skip required validation": "필수 유효성 검사 건너뛰기",
"Small": "작은",
"Sorry, the page you visited does not exist.": "죄송합니다. 방문하신 페이지가 존재하지 않습니다.",
"Sort": "정렬",
"Sortable": "정렬 가능",
"Source collection": "소스 컬렉션",
"Source collections": "소스 컬렉션",
"Source key": "소스 키",
"Specific properties": "특정 속성",
"Specify height": "높이 지정",
"Start date field": "시작 날짜 필드",
"Stay on current page": "현재 페이지에 머무르기",
"Stay on the current popup or page": "현재 팝업이나 페이지에 머무르기",
"Store the creation time of each record": "각 레코드의 생성 시간 저장",
"Store the creation user of each record": "각 레코드의 생성 사용자 저장",
"Store the last update time of each record": "각 레코드의 마지막 업데이트 시간 저장",
"Store the last update user of each record": "각 레코드의 마지막 업데이트 사용자 저장",
"Street": "거리",
"String": "문자열",
"String template": "문자열 템플릿",
"Style": "스타일",
"Sub-details": "하위 세부사항",
"Sub-form": "하위 양식",
"Sub-form(Popover)": "하위 양식(팝업)",
"Sub-table": "하위 테이블",
"Subform mode": "하위 양식 모드",
"Submit": "제출",
"Submitted successfully": "제출이 완료되었습니다",
"Subtable": "하위 테이블",
"Subtable mode": "하위 테이블 모드",
"Suffix": "접미사",
"Super admin": "최고 관리자",
"Superior department": "상위 부서",
"Support for a single or bulk upload, file size should not exceed": "단일 또는 대량 업로드를 지원하며, 파일 크기는 초과하지 않아야 합니다.",
"Support for a single or bulk upload.": "단일 또는 대량 업로드를 지원합니다.",
"Switch role": "역할 전환",
"Switching the picker, the value and default value will be cleared": "피커를 전환하면 값과 기본값이 초기화됩니다.",
"Sync from database": "데이터베이스에서 동기화",
"Sync from form fields": "폼 필드에서 동기화",
"Sync successfully": "동기화 성공",
"Syntax references": "구문 참조",
"System": "시스템",
"System & security": "시스템 및 보안",
"System fields": "시스템 필드",
"System info": "시스템 정보",
"System management": "시스템 관리",
"System settings": "시스템 설정",
"System title": "시스템 제목",
"System variables": "시스템 변수",
"Tab": "탭",
"Tab name": "탭 이름",
"Table": "테이블",
"Table OID(Inheritance)": "테이블 OID(상속)",
"Table selected records": "테이블에서 선택한 레코드",
"Table size": "테이블 크기",
"Tablet device": "태블릿 기기",
"Tag": "태그",
"Tag color field": "태그 색상 필드",
"Target": "대상",
"Target collection": "대상 컬렉션",
"Target key": "대상 키",
"Target position": "대상 위치",
"Template Data": "템플릿 데이터",
"Template engine": "템플릿 엔진",
"Template fields": "템플릿 필드",
"Template name": "템플릿 이름",
"Templates": "템플릿",
"Text Align": "텍스트 정렬",
"The application is reloading, please do not close the page.": "애플리케이션이 다시 로드되고 있습니다. 페이지를 닫지 마세요.",
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "플러그인의 현재 종속성 버전이 애플리케이션 버전과 일치하지 않아 제대로 동작하지 않을 수 있습니다. 그래도 플러그인을 계속 활성화하시겠습니까?",
"The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "현재 사용자는 UI 구성 권한만 있고, 컬렉션 \"{{name}}\"에 대한 보기 권한은 없습니다.",
"The deletion was successful.": "삭제가 성공했습니다.",
"The field has been deleted": "필드가 삭제되었습니다",
"The field value cannot be greater than ": "필드 값은 다음 값보다 클 수 없습니다.",
"The field value cannot be less than ": "필드 값은 다음 값보다 작을 수 없습니다.",
"The field value is not an integer number": "필드 값은 정수여야 합니다",
"The following field types are not compatible and do not support output and display": "다음 필드 유형은 호환되지 않으며 출력 및 표시를 지원하지 않습니다.",
"The selected fields will automatically populate the form": "선택한 필드는 자동으로 양식에 채워집니다.",
"The title field is used to identify the template record": "제목 필드는 템플릿 레코드를 식별하는 데 사용됩니다",
"The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "이 변수의 값은 페이지 URL의 쿼리 문자열에서 파생됩니다. 이 변수는 페이지에 쿼리 문자열이 있을 때만 정상적으로 사용할 수 있습니다.",
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "서비스가 중단되며, 재시작하는 데 몇 초가 걸릴 수 있습니다. 계속하시겠습니까?",
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "{{type}} \"{{name}}\"이(가) 삭제되었을 수 있습니다. 이 {{blockType}}을(를) 제거해 주세요.",
"Theme": "테마",
"Then": "그 다음",
"Third party services": "타사 서비스",
"This and following events": "이 이벤트 및 이후 이벤트",
"This event": "이 이벤트",
"This is a demo text, **supports Markdown syntax**.": "이것은 예시 문구입니다. **마크다운 문법을 지원합니다**.",
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "이것은 NocoBase 내부 버그일 가능성이 높습니다. <1>여기</1>에서 이슈를 등록해 주세요.",
"This month": "이번 달",
"This quarter": "이번 분기",
"This variable has been deprecated and can be replaced with \"Current form\"": "변수가 폐기되었습니다. \"현재 양식\"을 대체로 사용할 수 있습니다",
"This week": "이번 주",
"This year": "올해",
"Through collection": "컬렉션을 통해",