-
Notifications
You must be signed in to change notification settings - Fork 576
/
ko.json
2249 lines (2249 loc) ยท 137 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
{
"setting": {
"options": "์ต์
",
"plugin": "ํ๋ฌ๊ทธ์ธ",
"builtin-plugins": "์ฝ์ด ํ๋ฌ๊ทธ์ธ",
"plugin-options": "ํ๋ฌ๊ทธ์ธ ์ต์
",
"folder-path-example-placeholder": "์์: ํด๋ 1/ํด๋ 2",
"file-path-example-placeholder": "์์: ํด๋/๋
ธํธ",
"msg-restart-required": "ํด๋น ์ต์
์ ๋ณ๊ฒฝ ํ ์ ์ฉํ๋ ค๋ฉด ์ฑ์ ์ฌ์์ ํด์ผ ํฉ๋๋ค.",
"editor": {
"name": "ํธ์ง๊ธฐ",
"section-behavior": "๋์",
"section-display": "ํ์",
"option-spellcheck": "๋ง์ถค๋ฒ ๊ฒ์ฌ",
"option-spellcheck-description": "๋ง์ถค๋ฒ ๊ฒ์ฌ๊ธฐ๋ฅผ ์ฌ์ฉํ๋๋ก ์ค์ ํฉ๋๋ค. ํ์ฌ๋ ๋ฏธ๊ตญ ์์ด๋ก๋ง ์ฌ์ฉํ ์ ์์ต๋๋ค.",
"spellcheck-languages": "๋ง์ถค๋ฒ ๊ฒ์ฌ ์ธ์ด",
"spellcheck-languages-description": "๋ง์ถค๋ฒ ๊ฒ์ฌ๊ธฐ์ ์ฌ์ฉํ ์ธ์ด๋ฅผ ์ ํํ์ธ์.",
"spellcheck-languages-mac-description": "๋ค์ดํฐ๋ธ ๋ง์ถค๋ฒ ๊ฒ์ฌ๊ธฐ๊ฐ macOS์์ ์ฌ์ฉ๋๊ณ ์๋ ์ธ์ด๋ฅผ ์๋์ผ๋ก ๊ฐ์งํฉ๋๋ค.",
"spellcheck-dict": "๋ง์ถค๋ฒ ๊ฒ์ฌ ์ฌ์ ",
"spellcheck-dict-empty": "๋ง์ถค๋ฒ ๊ฒ์ฌ ์ฌ์ ์ด ์ง์ ๋์ง ์์์ต๋๋ค.",
"option-show-inline-title": "์ธ๋ผ์ธ ์ ๋ชฉ ํ์",
"option-show-inline-title-description": "ํ์ผ ์ด๋ฆ์ ํ์ผ ๋ด์ฉ๊ณผ ํจ๊ป ์์ ๊ฐ๋ฅํ ์ธ๋ผ์ธ ์ ๋ชฉ์ผ๋ก ํ์ํด์ค๋๋ค.",
"option-readable-line-length": "์ฝ๊ธฐ ์ฌ์ด ํ ๊ธธ์ด",
"option-readable-line-description": "์ต๋ ์ค ๊ธธ์ด๋ฅผ ์ ํํฉ๋๋ค. ํ๋ฉด์ ๋ง๋ ์ฝํ
์ธ ๋ ์ค์ด๋ค์ง๋ง ๊ธด ๋จ๋ฝ์ ๋ ์ฝ๊ฒ ์ฝ์ ์ ์๊ฒ ๋ฉ๋๋ค.",
"option-strict-line-break": "์๊ฒฉํ ์ค ๋ฐ๊ฟ",
"option-strict-line-break-description": "๋ฏธ๋ฆฌ๋ณด๊ธฐ ํ๋ฉด์์๋ ๋งํฌ๋ค์ด ์ฌ์์ ๋ฐ๋ผ ๋จ์ผ ์ค ๋ฐ๊ฟ์ ๋ฌด์ํฉ๋๋ค. ๋ฏธ๋ฆฌ๋ณด๊ธฐ ํ๋ฉด์์ ๋จ์ผ ์ค ๋ฐ๊ฟ์ ํ์ํ๊ณ ์ถ๋ค๋ฉด ๋นํ์ฑํํด์ฃผ์ธ์.",
"option-properties-in-document": "๋ฌธ์ ๋ด ์์ฑ",
"option-properties-in-document-description": "ํธ์ง๊ธฐ ๋ด์์ ์์ฑ์ด ํ์๋๋ ๋ฐฉ์์ ์ ํํฉ๋๋ค. ์์ฑ๋ค์ YAML ํ์์ผ๋ก ํ์ํ๋ ค๋ฉด \"์๋ณธ\"์ ์ ํํด์ฃผ์ธ์.",
"option-properties-hidden": "์จ๊น",
"option-properties-visible": "ํ์",
"option-properties-source": "์๋ณธ",
"option-auto-pair-brackets": "๊ดํธ ์๋ ๋ซ๊ธฐ",
"option-auto-pair-brackets-description": "๊ดํธ์ ๋ฐ์ดํ๋ฅผ ์๋์ผ๋ก ๋ซ์ต๋๋ค.",
"option-auto-pair-markdown": "๋งํฌ๋ค์ด ๋ฌธ๋ฒ ์๋ ๋ซ๊ธฐ",
"option-auto-pair-markdown-description": "๋ณผ๋์ฒด, ์ดํค๋ฆญ์ฒด, ํ์ด๋ผ์ดํธ, ์ทจ์์ , ์ฝ๋์ ์ฌ์ฉ๋๋ ์์ญ์ ์๋์ผ๋ก ๋ซ์์ค๋๋ค.",
"option-smart-indent-lists": "์ค๋งํธ ๋ค์ฌ์ฐ๊ธฐ",
"option-smart-indent-lists-description": "๋ค์ฌ์ฐ๊ธฐ์ ๋ชฉ๋ก๋ค์ ์ฑ์ด ์์์ ์ ๋ฆฌํด์ค๋๋ค.",
"option-fold-heading": "์ ๋ชฉ ์ ๊ธฐ",
"option-fold-heading-description": "์ ๋ชฉ ์์ญ๋ค์ ์ ์ ์ ์๊ฒ ํด์ค๋๋ค.",
"option-fold-indent": "๋ค์ฌ์ฐ๊ธฐ ์ ๊ธฐ",
"option-fold-indent-description": "๋ชฉ๋ก์ฒ๋ผ ๋์ผํ ๋ ๋ฒจ์ ๋ค์ฌ์ฐ๊ธฐ๋ค์ ์ ์ ์ ์๊ฒ ํด์ค๋๋ค.",
"option-default-new-tab-view": "์ ํญ์ ์ฌ์ฉํ๋ ๊ธฐ๋ณธ ํ๋ฉด",
"option-default-new-tab-view-description": "์ ๋งํฌ๋ค์ด ํญ์ ์ด ๋ ๊ธฐ๋ณธ์ ์ผ๋ก ์ฌ์ฉ๋๋ ํ๋ฉด.",
"option-default-new-tab-view-editing": "ํธ์ง ํ๋ฉด",
"option-default-new-tab-view-reading": "์ฝ๊ธฐ ํ๋ฉด",
"option-open-tab-in-foreground": "ํญ์ ์ ํญ์ผ๋ก ์ ํ",
"option-open-tab-in-foreground-description": "๋งํฌ๋ฅผ ์ ํญ์์ ์ด ๊ฒฝ์ฐ, ์ฆ์ ํด๋น ํญ์ผ๋ก ์ ํํฉ๋๋ค.",
"option-default-editing-mode": "๊ธฐ๋ณธ ํธ์ง ๋ชจ๋",
"option-default-editing-mode-description": "์ ํจ์ธ์ด ์์๋๋ ๊ธฐ๋ณธ ํธ์ง ๋ชจ๋.",
"option-default-editing-mode-source": "์๋ณธ ๋ชจ๋",
"option-default-editing-mode-live-preview": "์ค์๊ฐ ๋ฏธ๋ฆฌ๋ณด๊ธฐ",
"option-show-line-number": "ํ ๋ฒํธ ํ์",
"option-show-line-number-description": "์ฌ๋ฐฑ์ ํ ๋ฒํธ๋ฅผ ํ์ํฉ๋๋ค.",
"option-indentation-guide": "๋ค์ฌ์ฐ๊ธฐ ๊ฐ์ด๋ ๋ณด๊ธฐ",
"option-indentation-guide-description": "์๊ฐ์ ์๋ด๋ฅผ ์ํด ๊ธ๋จธ๋ฆฌ ๊ธฐํธ ์ฌ์ด์ ์์ง ๊ด๊ณ์ ์ ํ์ํฉ๋๋ค.",
"option-use-tabs": "ํญ ์ฌ์ฉ",
"option-use-tabs-description": "\"Tab\" ํค๋ฅผ ๋๋ฅผ ๋ ํญ์ ์ฌ์ฉํ์ฌ ๋ค์ฌ์ฐ๋๋ก ํฉ๋๋ค. ์ด ์ต์
์ ๋นํ์ฑํ ํ๋ฉด ๋์ด์ฐ๊ธฐ๊ฐ ๋์ ์ฌ์ฉ๋ฉ๋๋ค.",
"option-tab-size": "ํญ ํฌ๊ธฐ",
"option-tab-size-description": "ํญ์ ๋ํ๋ด๋ ๋์ด์ฐ๊ธฐ ๊ณต๋ฐฑ ์๋ฅผ ๊ฒฐ์ ํฉ๋๋ค.",
"option-rtl": "์ค๋ฅธ์ชฝ-์ผ์ชฝ ๋ฐฉํฅ",
"option-rtl-description": "ํ
์คํธ๋ฅผ ์ค๋ฅธ์ชฝ์์ ์ผ์ชฝ ๋ฐฉํฅ์ผ๋ก ํ์ํ๋๋ก ์ค์ ํฉ๋๋ค.",
"option-auto-convert-html": "HTML ์๋ ๋ณํ",
"option-auto-convert-html-description": "์นํ์ด์ง์์ ๋ถ์ฌ๋ฃ๊ธฐ ๋ฐ ๋๋๊ทธ ์ค๋ ๋๋กญํ ๋ HTML์ ๋งํฌ๋ค์ด์ผ๋ก ์๋ ๋ณํํฉ๋๋ค. ๋ณํํ์ง ์๊ณ ๋ถ์ฌ๋ฃ์ผ๋ ค๋ฉด Ctrl/Cmd+Shift+V ๋จ์ถํค๋ฅผ ์ฌ์ฉํด์ฃผ์ธ์.",
"option-vim-key-bindings": "Vim ํค ๋ฐ์ธ๋ฉ ์ค์ ",
"option-vim-key-bindings-description": "ํธ์ง ํ๋ฉด์์ Vim ํค ๋ฐ์ธ๋ฉ์ ์ฌ์ฉํ ์ ์๊ฒ ํด์ค๋๋ค.",
"option-vim-key-bindings-mobile": "๋ชจ๋ฐ์ผ ๊ธฐ๊ธฐ์์ ์ด ์ค์ ์ ๊ธฐ๊ธฐ๋ณ๋ก ์ค์ ๋๋ฉฐ ์ค์ ํ์ผ์ ํตํด ๋๊ธฐํ๋์ง ์์ต๋๋ค.",
"option-reindex-vault": "Rebuild vault cache",
"option-reindex-vault-description": "Rebuilding the cache could take a few seconds to a few minutes depending on the size of your vault.",
"label-reindex": "Rebuild",
"label-confirm-enable-vim": "Vim ๋ชจ๋ ์์ ์ด์ ์...",
"label-vim-warning": "Vim ๋ชจ๋๋ ๋ ํจ์จ์ ์ผ๋ก ํ
์คํธ ์์ ์์
์ ์งํํ ์ ์๋๋ก ์ถ๊ฐ๋ ๊ธฐ๋ฅ์ด์ง๋ง ์ด๋ค ์ฌ๋๋ค์๊ฒ๋ ์คํ๋ ค ๋ ๋ถํธํ๊ฒ ๋๊ปด์ง ์๋ ์์ต๋๋ค. Vim์ ์ต์ํ์์ง ์์ผ์๋ค๋ฉด Obsidian์ด ๋ง๊ฐ์ก๋ค๊ณ ๋๋ผ์ค์๋ ์์ต๋๋ค.",
"label-vim-test": "Vim ์ฌ์ฉ๋ฒ์ ์๊ณ ์๋์ง ํ์ธํ ์ ์๋๋ก ์ ์ฅํ์ง ์๊ณ Vim์ ์ข
๋ฃํ๋ ๋ช
๋ น์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์.",
"label-vim-your-answer": "์ ๋ต",
"placeholder-enter-command": "๋ช
๋ น์ด ์
๋ ฅ...",
"button-confirm-enable-vim": "Vim ๋ชจ๋ ํ์ฑํ",
"msg-vim-mode-enabled": "์ฌ๋ฐ๋ฅธ ๋ช
๋ น์ด์
๋๋ค. Vim ๋ชจ๋๊ฐ ํ์ฑํ๋์์ต๋๋ค.",
"msg-vim-mode-not-enabled": "๋ช
๋ น์ด๊ฐ ์๋ชป๋์์ต๋๋ค. ๋น์ ์ ์งํค๊ธฐ ์ํด Vim ๋ชจ๋๋ฅผ ๊ณ์ ๋นํ์ฑํ ํด๋๊ฒ ์ต๋๋ค...",
"msg-vim-mode-please-enter-command": "Vim ๋ชจ๋๋ฅผ ํ์ฑํํ๋ ๋ช
๋ น์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์."
},
"file": {
"name": "ํ์ผ ๋ฐ ๋งํฌ",
"option-confirm-file-deletion": "ํ์ผ ์ญ์ ํ์ธ ๋ฉ์ธ์ง",
"option-confirm-file-deletion-description": "ํ์ผ์ ์ญ์ ํ ๋ ํ์ธ ๋ฉ์์ง๋ฅผ ํ์ํ ์ง ์ฌ๋ถ.",
"option-delete-destination": "์ญ์ ํ๋ ํ์ผ",
"option-delete-destination-description": "์ญ์ ํ๋ ํ์ผ๋ค์ ์ฒ๋ฆฌํ ๋ฐฉ๋ฒ.",
"option-choice-system-trash": "์์คํ
ํด์งํต์ผ๋ก ์ด๋",
"option-choice-vault-trash": "Obsidian ํด์งํต (.trash ํด๋) ์ผ๋ก ์ด๋",
"option-choice-permanent-delete": "์๊ตฌ์ ์ผ๋ก ์ญ์ ",
"option-always-update-links": "ํญ์ ์
๋ฐ์ดํธ๋๋ ๋ด๋ถ ๋งํฌ",
"option-always-update-links-description": "ํ์ผ ๋ฐ ํ๋กฌํํธ์ ์ด๋ฆ์ ๋ณ๊ฒฝํ ๋ ๋งํฌ๋ฅผ ์๋์ผ๋ก ์
๋ฐ์ดํธํ ์ง ์ฌ๋ถ.",
"option-new-note-location": "์ ๋
ธํธ๋ฅผ ์์ฑํ๋ ์์น",
"option-new-note-location-description": "์๋ก ์์ฑํ๋ ๋
ธํธ์ ์์น๋ฅผ ๊ฒฐ์ ํฉ๋๋ค. ์ด ์ต์
์ ๊ฐ๋ณ ํ๋ฌ๊ทธ์ธ ์ค์ ์ผ๋ก ๋ฎ์ด์์ด์ง๋๋ค.",
"option-choice-vault-root": "๋ณด๊ดํจ ์ต์์ ํด๋",
"option-choice-current-folder": "ํ์ฌ ํ์ผ๊ณผ ๋์ผํ ํด๋",
"option-choice-specified-folder": "์๋์ ์ง์ ๋ ํด๋",
"option-new-file-folder-path": "์ ๋
ธํธ๊ฐ ์์ฑ๋๋ ํด๋",
"option-new-file-folder-path-description": "์๋ก ์์ฑํ๋ ๋
ธํธ๋ค์ด ์ด ํด๋์ ์ ์ฅ๋ฉ๋๋ค. ์ด ์ต์
์ ๊ฐ๋ณ ํ๋ฌ๊ทธ์ธ ์ค์ ์ผ๋ก ๋ฎ์ด์์ด์ง๋๋ค.",
"option-use-wiki-links": "[[Wikilink]] ์ฌ์ฉ",
"option-use-wiki-links-description": "Markdown ๋งํฌ๋ ์ด๋ฏธ์ง ๋์ [[๋งํฌ]] ๋ฐ ![[์ด๋ฏธ์ง]] ํ์์ Wikilink๋ฅผ ์๋์ผ๋ก ์์ฑํฉ๋๋ค. Markdown ๋งํฌ๋ฅผ ๋์ ์ฌ์ฉํ๋ ค๋ฉด ์ด ์ต์
์ ๋นํ์ฑํํด์ฃผ์ธ์.",
"option-show-unsupported-files": "๋ชจ๋ ํ์ผ ํ์ฅ๋ช
์ธ์",
"option-show-unsupported-files-description": "Obsidian์ด ๊ธฐ๋ณธ์ ์ผ๋ก ์ด์ง ๋ชปํ๋ ํ์ผ๋ค์ด๋ผ๋ ํ์ผ ๋ชฉ๋ก์ ํฌํจํ๊ฒ ํฉ๋๋ค. ํ์ผ์ ๋งํฌํ๊ณ ํ์ผ ํ์๊ธฐ๋ ๋น ๋ฅธ ์ ํ๊ธฐ๋ก ํ์ธํ ๋ ์ ์ฉํฉ๋๋ค.",
"option-link-autocompleted-format": "์๋ก ์์ฑํ๋ ๋งํฌ ํ์",
"option-link-autocompleted-format-description": "๋ด๋ถ ๋งํฌ๋ฅผ ์๋์ผ๋ก ์์ฑํ ๋ ์ด๋ค ํ์์ผ๋ก ๋งํฌ๋ฅผ ์์ฑํ ์ง ๊ฒฐ์ ํฉ๋๋ค.",
"option-choice-shortest-linktext": "๊ฐ๋ฅํ ์ต๋จ ๊ฒฝ๋ก",
"option-choice-relative-path": "ํ์ผ์ ๋ํ ์๋ ๊ฒฝ๋ก",
"option-choice-absolute-path": "๋ณด๊ดํจ์์์ ์ ๋ ๊ฒฝ๋ก",
"option-new-attachment-location": "์ ์ฒจ๋ถ ํ์ผ์ ์์ฑํ ์์น",
"option-new-attachment-location-description": "์๋ก ์ถ๊ฐํ ์ฒจ๋ถ ํ์ผ๋ค์ด ์ด ํด๋์ ์์น๋๊ฒ ๋ฉ๋๋ค.",
"option-new-attachment-location-default": "attachments",
"option-choice-subdirectory": "ํ์ฌ ํด๋์ ํ์ ํด๋",
"option-attachment-folder-path": "์ฒจ๋ถ ํ์ผ ํด๋ ๊ฒฝ๋ก",
"option-attachment-folder-path-description": "์๋ก ์ถ๊ฐํ ์ฒจ๋ถ ํ์ผ๋ค์ด ์ด ํด๋์ ์์น๋๊ฒ ๋ฉ๋๋ค. ๋๋๊ทธ ์ค ๋๋กญ ๋ฐ ๋ถ์ฌ๋ฃ๊ธฐ๋ก ์ถ๊ฐํ ์ด๋ฏธ์ง์ ์ค๋์ค ํ์ผ ๋ฑ์ด ํฌํจ๋ฉ๋๋ค.",
"option-attachment-subfolder-path": "ํ์ ํด๋ ์ด๋ฆ",
"option-attachment-subfolder-path-description": "ํ์ฌ ํ์ผ์ด \"๋ณด๊ดํจ/folder\"์ ์๊ณ ํ์ ํด๋์ ์ด๋ฆ์ \"attachments\"๋ก ์ค์ ํ ๊ฒฝ์ฐ ์ฒจ๋ถ ํ์ผ์ \"๋ณด๊ดํจ/folder/attachments\"์ ์ ์ฅ๋ฉ๋๋ค.",
"option-attachment-subfolder-path-placeholder": "์ฒจ๋ถ ํ์ผ",
"option-excluded-files": "์ ์ธํ๋ ํ์ผ",
"option-excluded-files-desc": "์ ์ธํ๋ ํ์ผ์ ์ค์ ํ ํ์ผ์ ๋น ๋ฅธ ์ ํ๊ธฐ, ๋งํฌ ์ ์, ๊ทธ๋ํ ๋ทฐ ๋ฑ์ ๋ค์ํ ์์น์์ ์จ๊ฒจ์ง๊ฑฐ๋ ํ์ธํ๊ธฐ ์ด๋ ค์์ง์๋ ์์ต๋๋ค.",
"label-no-excluded-filters-applied": "ํ์ฌ ํํฐ๊ฐ ์ ์ฉ๋์ง ์์ ์ํ์
๋๋ค. ์๋์์ ์ถ๊ฐํด์ฃผ์ธ์.",
"label-excluded-filters-applied": "ํ์ฌ ๋ค์ ํํฐ์ ์ผ์นํ๋ ํ์ผ๋ค์ด ์ ์ธ๋์์ต๋๋ค.",
"label-excluded-filter": "ํํฐ",
"message-empty-filter": "ํํฐ ํญ๋ชฉ์ ๋น์ด์์ ์ ์์ต๋๋ค.",
"placeholder-excluded-filter": "ํ์ผ ๊ฒฝ๋ก ๋๋ \"/์ ๊ท์/\" ์
๋ ฅ...",
"option-uri-callbacks": "Allow URI callbacks",
"option-uri-callbacks-desc": "Enable the use of x-callback-url through x-success or x-error when handling Obsidian URIs."
},
"appearance": {
"name": "์ธํ",
"option-base-theme": "๊ธฐ๋ณธ ํ
๋ง",
"option-base-theme-description": "์ฑ์ ๊ธฐ๋ณธ ํ
๋ง๋ฅผ ์ ํํฉ๋๋ค.",
"option-accent-color": "๊ฐ์กฐ ์์",
"option-accent-color-description": "์ฑ ์ ์ฒด์์ ์ฌ์ฉ๋๋ ๊ฐ์กฐ ์์์ ์ ํํฉ๋๋ค.",
"dark-theme": "๋คํฌ",
"light-theme": "๋ผ์ดํธ",
"system-theme": "์์คํ
ํ
๋ง ์ ์ฉ",
"option-font": "ํฐํธ",
"option-advanced": "๊ณ ๊ธ ์ต์
",
"option-interface": "์ธํฐํ์ด์ค",
"option-interface-font": "์ธํฐํ์ด์ค ํฐํธ",
"option-interface-font-description": "Obsidian ์ ์ฒด์์ ์ฌ์ฉํ ๊ธฐ๋ณธ ํฐํธ๋ฅผ ์ ํํฉ๋๋ค",
"option-zoom-level": "๋ฐฐ์จ",
"option-zoom-level-description": "์ฑ์ ์ ๋ฐ์ ์ธ ๋ฐฐ์จ์ ์กฐ์ ํฉ๋๋ค.",
"option-text-font": "ํ
์คํธ ํฐํธ",
"option-text-font-description": "ํธ์ง ํ๋ฉด ๋ฐ ์ฝ๊ธฐ ํ๋ฉด์์ ์ฌ์ฉํ ํฐํธ๋ฅผ ์ค์ ํฉ๋๋ค.",
"option-monospace-font": "๋ชจ๋
ธ์คํ์ด์ค ํฐํธ",
"option-monospace-font-description": "์ฝ๋ ๋ธ๋ญ์ด๋ Frontmatter ๋ฑ์ ๋๊ตฌ๋ค์ ์ฌ์ฉ ํ ๋ ์ ์ฉ๋๋ ํฐํธ๋ฅผ ์ค์ ํฉ๋๋ค.",
"label-single-font-currently-in-effect": " ํ์ฌ ์ ์ฉ์ค์ธ ํฐํธ: ",
"label-multiple-fonts-currently-in-effect": "ํ์ฌ ๋ค์ ํฐํธ๋ค์ด ์ ์ฉ๋ผ ์์ต๋๋ค: ",
"option-font-placeholder": "ํฐํธ ์ด๋ฆ์ ์
๋ ฅํด์ฃผ์ธ์...",
"label-no-custom-font-set": "ํ์ฌ ์ฌ์ฉ์ ์ง์ ํฐํธ๊ฐ ์ ์ฉ๋์ง ์์์ต๋๋ค. ์๋์ ์ถ๊ฐํด์ฃผ์ธ์.",
"label-font-applied": "์ด ๋ชฉ๋ก์ ์๋ ํฐํธ ์ค ์์คํ
์์ ์ฌ์ฉ ๊ฐ๋ฅํ ์ฒซ ๋ฒ์งธ ํฐํธ๊ฐ ์ฐ์ ์ ์ผ๋ก ์ ์ฉ๋ฉ๋๋ค.",
"msg-font-not-found": "ํด๋น ํฐํธ๊ฐ ์์คํ
์์ ๊ฐ์ง๋์ง ์์ต๋๋ค.",
"msg-font-found": "ํด๋น ํฐํธ๊ฐ ์์คํ
์์ ๊ฐ์ง๋์ต๋๋ค.",
"label-font-name": "ํฐํธ ์ด๋ฆ",
"option-community-themes": "์ปค๋ฎค๋ํฐ ํ
๋ง ๋ชฉ๋ก ์ด๊ธฐ",
"option-community-themes-description": "์ปค๋ฎค๋ํฐ์์ ๊ฐ๋ฐํ ํ
๋ง๋ฅผ ์ฐพ์๋ณด๊ณ ์ฌ์ฉํด๋ณผ์ ์์ต๋๋ค.",
"button-browse-community-themes": "ํ์",
"option-font-size": "ํฐํธ ํฌ๊ธฐ",
"option-font-size-description": "ํฝ์
๋จ์๋ก ํ๊ธฐ๋๋ ํฐํธ ์ฌ์ด์ฆ๋ ํธ์ง ํ๋ฉด ๋ฐ ๋ฏธ๋ฆฌ๋ณด๊ธฐ ํ๋ฉด์ ์ํฅ์ ์ค๋๋ค.",
"option-font-size-action": "๋น ๋ฅธ ํฐํธ ํฌ๊ธฐ ์กฐ์ ",
"option-font-size-action-description": "Ctrl+Scroll ๋๋ ํธ๋ํจ๋์์ ํ์น-์ค ์ ์ค์ฒ๋ฅผ ์ฌ์ฉํ์ฌ ํฐํธ ํฌ๊ธฐ๋ฅผ ์กฐ์ ํฉ๋๋ค.",
"option-themes": "ํ
๋ง",
"option-manage-themes-description": "์ปค๋ฎค๋ํฐ ํ
๋ง๋ฅผ ํ์ํ๊ณ ์ค์น๋ ํ
๋ง๋ฅผ ๊ด๋ฆฌํฉ๋๋ค.",
"option-theme-button-manage": "๊ด๋ฆฌ",
"option-choice-none": "์์",
"option-native-menus": "๋ค์ดํฐ๋ธ ๋ฉ๋ด",
"option-native-menus-desc": "์ฑ ์ ์ฒด์์ ์ฌ์ฉ๋๋ ๋ฉ๋ด๋ฅผ ์ด์์ฒด์ ์ ์ผ์น์ํต๋๋ค. ์ผ์น๋ ๋ฉ๋ด๋ ํ
๋ง์ ์ํฅ์ ๋ฐ์ง ์์ต๋๋ค.",
"button-reload-themes": "ํ
๋ง ๋ค์ ๋ถ๋ฌ์ค๊ธฐ",
"msg-reloaded-themes": "๋ง์ถค CSS ํ
๋ง๋ฅผ ๋ค์ ๋ถ๋ฌ์์ต๋๋ค.",
"button-open-themes-folder": "ํ
๋ง ํด๋ ์ด๊ธฐ",
"option-css-snippets": "CSS ์ค๋คํซ",
"label-no-css-snippets-found": "์ค๋คํซ ํด๋์์ CSS ์ค๋คํซ์ ์ฐพ์ง ๋ชปํ์ต๋๋ค.",
"no-snippet-description": "CSS ์ค๋คํซ์ด \"{{path}}\" ์ ์ ์ฅ๋ฉ๋๋ค.",
"button-reload-snippets": "์ค๋ํซ ๋ค์ ๋ถ๋ฌ์ค๊ธฐ",
"button-open-snippets-folder": "์ค๋ํซ ํด๋ ์ด๊ธฐ",
"msg-reloaded-snippets": "CSS ์ค๋ํซ์ ๋ค์ ๋ถ๋ฌ์์ต๋๋ค.",
"option-toggle-snippet-description": "\"{{path}}\" CSS ์ค๋ํซ์ ์ ์ฉํฉ๋๋ค.",
"label-installed-themes": "์ค์น๋ ํ
๋ง",
"label-screenshot-unavailable": "์คํฌ๋ฆฐ์ท์ ๊ฐ์ ธ์ฌ ์ ์์ต๋๋ค.",
"label-default-theme": "๊ธฐ๋ณธ ํ
๋ง",
"tooltip-click-to-enlarge": "ํ๋ํ๋ ค๋ฉด ํด๋ฆญ",
"button-update": "์
๋ฐ์ดํธ",
"label-currently-active": "ํ์ฑํ๋จ",
"option-frame-style": "์ฐฝ ํ๋ ์ ์คํ์ผ",
"option-frame-description": "Obsidian ์ฐฝ์ ์ ๋ชฉ ํ์์ค ์คํ์ผ์ ๊ฒฐ์ ํฉ๋๋ค. ์ ์ฉํ๋ ค๋ฉด ์์ ํ ๋ค์ ์์ํด์ผ ํฉ๋๋ค.",
"option-frame-hidden": "์จ๊น (๊ธฐ๋ณธ)",
"option-frame-obsidian": "Obsidian ํ๋ ์",
"option-frame-native": "๋ค์ดํฐ๋ธ ํ๋ ์",
"option-custom-icon": "์ปค์คํ
์ฑ ์์ด์ฝ",
"option-custom-icon-desc": "์ฑ์ ์ฌ์ฉํ ์ปค์คํ
์์ด์ฝ์ ์ค์ ํฉ๋๋ค.",
"button-choose-custom-icon": "์ปค์คํ
์์ด์ฝ ์ ํ",
"option-configure-ribbon": "๋ฆฌ๋ณธ ๋ฉ๋ด",
"option-configure-ribbon-desc": "๋ด๋น๊ฒ์ด์
๋ฐ์ ์์นํ ๋ฆฌ๋ณธ ๋ฉ๋ด์ ์ด๋ค ๋ช
๋ น์ด๋ค์ ํ์ํ ์ง ์ค์ ํฉ๋๋ค.",
"option-mobile-quick-ribbon-item": "๋ฆฌ๋ณธ ์์ดํ
์ผ๋ก ๋น ๋ฅธ ์ ๊ทผ",
"option-mobile-quick-ribbon-item-desc": "๋ด๋น๊ฒ์ด์
๋ฉ๋ด์ ๋ฆฌ๋ณธ ์์ดํ
์ ํฐ์นํ ๋ ๋ฆฌ๋ณธ ์์ดํ
์ด ํ์ฑํ๋ฉ๋๋ค. ํฐ์น ํ ํ๋ํ๋ฉด ๋ฉ๋ด๊ฐ ํ์๋ฉ๋๋ค.",
"option-mobile-quick-ribbon-default": "๋ฆฌ๋ณธ ๋ฉ๋ด ์ด๊ธฐ",
"button-configure": "์ค์ ",
"option-show-ribbon": "๋ฆฌ๋ณธ ํ์ํ๊ธฐ",
"option-show-ribbon-desc": "์ฐฝ ์ธก๋ฉด์ ์ธ๋ก๋ก ๊ธด ํด๋ฐ๋ฅผ ํ์ํฉ๋๋ค.",
"label-additional-ribbon-items": "๋ค๋ฅธ ๋ฆฌ๋ณธ ์์ดํ
",
"label-modal-configuration": "๋ฆฌ๋ณธ ์ค์ ",
"label-modal-configuration-desc": "๋ฆฌ๋ณธ์ ๋ํ๋ ์์ดํ
์ ์ ํํด์ฃผ์ธ์. ๋๋๊ทธ๋ก ์์๋ฅผ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค.",
"option-show-view-header": "ํญ ํ์ดํ๋ฐ ํ์",
"option-show-view-header-desc": "๋ชจ๋ ํญ ์๋จ์ ํค๋๋ฅผ ํ์ํฉ๋๋ค.",
"msg-updates-found": "{{count}} ๊ฐ์ ํ
๋ง๋ฅผ ์
๋ฐ์ดํธํ ์ ์์ต๋๋ค.",
"msg-updates-found_plural": "{{count}} ๊ฐ์ ํ๋ฌ๊ทธ์ธ์ ์
๋ฐ์ดํธํ ์ ์์ต๋๋ค.",
"button-check-for-updates": "์
๋ฐ์ดํธ ํ์ธ",
"button-view-updates": "์
๋ฐ์ดํธ ๋ณด๊ธฐ",
"button-update-all-themes": "๋ชจ๋ ์
๋ฐ์ดํธ",
"label-current-themes": "ํ์ฌ ์ปค๋ฎค๋ํฐ ํ
๋ง",
"label-currently-installed": "ํ์ฌ {{count}} ๊ฐ์ ํ
๋ง๊ฐ ์ค์น๋์ด ์์ต๋๋ค.",
"label-currently-installed_plural": "ํ์ฌ {{count}} ๊ฐ์ ํ
๋ง๊ฐ ์ค์น๋์ด ์์ต๋๋ค."
},
"hotkeys": {
"name": "๋จ์ถํค",
"option-search": "๋จ์ถํค ๊ฒ์",
"option-search-desc": "{{count}} ๊ฐ์ ๋จ์ถํค๋ฅผ ํ์ํฉ๋๋ค. ",
"option-search-desc_plural": "{{count}} ๊ฐ์ ๋จ์ถํค๋ฅผ ํ์ํฉ๋๋ค. ",
"option-search-conflict": "{{count}} ๊ฐ์ ์ค๋ณต๋๋ ๋จ์ถํค๊ฐ ์์ต๋๋ค.",
"option-search-conflict_plural": "{{count}} ๊ฐ์ ์ค๋ณต๋๋ ๋จ์ถํค๊ฐ ์์ต๋๋ค.",
"prompt-filter": "ํํฐ...",
"tooltip-delete-hotkey": "๋จ์ถํค ์ ๊ฑฐ",
"label-waiting-for-hotkey-press": "ํค๋ฅผ ๋๋ฌ์ฃผ์ธ์...",
"label-show-all": "์ ์ฒด",
"label-show-unassigned": "๋ฏธํ ๋น๋จ",
"label-show-assigned": "ํ ๋น๋จ",
"label-show-user-assigned": "๋ด๊ฐ ํ ๋นํ ๋จ์ถํค๋ค",
"tooltip-restore-default": "๊ธฐ๋ณธ๊ฐ ๋ณต์",
"tooltip-customize-command": "๋ช
๋ น์ด ์ฌ์ฉ์ ์ง์ ํ๊ธฐ",
"tooltip-hotkey-single-conflict": "ํด๋น ๋จ์ถํค๋ \"{{command}}\"์ ์ค๋ณตํฉ๋๋ค",
"tooltip-hotkey-multiple-conflicts": "ํด๋น ๋จ์ถํค๋ {{count}}๊ฐ์ ๋ช
๋ น๊ณผ ์ค๋ณตํฉ๋๋ค",
"label-blank-hotkey": "๋ฏธํ ๋น๋จ"
},
"about": {
"name": "Obsidian ์ ๋ณด",
"label-commercial-license": "์์ฉ ๋ผ์ด์ ์ค",
"label-license-key": "๋ผ์ด์ ์ค ํค",
"license-key-placeholder": "๋ผ์ด์ ์ค ํค๋ฅผ ์
๋ ฅํด์ฃผ์ธ์...",
"label-activate-license": "์ ํ ์ธ์ฆํ๊ธฐ",
"button-activate": "์ธ์ฆ",
"label-unknown-version": "์์์์",
"label-current-version": "ํ์ฌ ๋ฒ์ : ",
"label-install-version": "(์ธ์คํจ๋ฌ ๋ฒ์ : {{version}})",
"label-up-to-date": "์ด๋ฏธ ์ต์ ๋ฒ์ ์ผ๋ก ์
๋ฐ์ดํธ ๋ผ ์์ต๋๋ค!",
"label-read-changelog": "๋ณ๊ฒฝ๋ ๋ด์ฉ ํ์ธํ๊ธฐ.",
"label-manual-update-required": "์ต์ ๊ธฐ๋ฅ ์ง์ ๋ฐ ์ต์ ๋ณด์ ํจ์น๋ฅผ ๋ฐ๋๋ฐ ์ธ์คํจ๋ฌ ์ฌ์ค์น๊ฐ ์๊ตฌ๋ฉ๋๋ค. Obsidian์ ์๋์ผ๋ก ์ฌ๋ค์ด๋ก๋ ํด์ฃผ์ธ์.",
"label-download": "๋ค์ด๋ก๋",
"label-new-version-ready": "์ต์ ๋ฒ์ ์ ์ค์นํ ์ค๋น๊ฐ ๋์ต๋๋ค.",
"label-disabled-updates": "์
๋ฐ์ดํธ๊ฐ ๋นํ์ฑํ ๋์์ต๋๋ค.",
"button-relaunch": "์ฌ์์",
"button-check-for-updates": "์
๋ฐ์ดํธ ํ์ธ",
"option-auto-update": "์๋ ์
๋ฐ์ดํธ",
"option-auto-update-description": "์ฑ์ด ์๋์ผ๋ก ์
๋ฐ์ดํธ๋ฅผ ํ์ธํ์ง ๋ชปํ๋๋ก ํ๋ ค๋ฉด ์ด ์
์ ๋นํ์ฑํํด์ฃผ์ธ์.",
"option-check-slow-startup": "Notify if startup takes longer than expected",
"option-check-slow-startup-description": "Diagnose issues with your app by seeing what is causing the app to load slowly.",
"button-check-startup": "Check now",
"option-get-help": "๋์ ๋ฐ๊ธฐ",
"option-get-help-description": "Obsidian ์ฌ์ฉ์ ๋ํด ๋์์ ๋ฐ์ต๋๋ค.",
"button-open": "์ด๊ธฐ",
"option-language": "์ธ์ด",
"option-language-description": "ํ์ ์ธ์ด ๋ณ๊ฒฝ.",
"option-insider-build": "์ธ์ฌ์ด๋ ๋น๋ ๊ฐ์ ธ์ค๊ธฐ",
"option-insider-build-description": "์๋ก์ด ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ ค๋ฉด ๋ด๋ถ์ ๋น๋๋ก ์๋ ์
๋ฐ์ดํธ๋ฅผ ์ฌ์ฉํ๋๋ก ์ค์ ํ์ธ์. ๋น๋๋ ์ต์ฒจ๋จ์ด๋ฉฐ ๋ถ์์ ํ ์ ์์ต๋๋ค.",
"option-advanced": "๊ณ ๊ธ ์ค์ ",
"option-hw-acceleration": "ํ๋์จ์ด ๊ฐ์",
"option-hw-acceleration-description": "ํ๋์จ์ด ๊ฐ์์ ํ์ฑํํ๊ณ Obsidian์ ๋์์ ๋์ฑ ๊ฐ๋ณ๊ฒ ํ๊ธฐ ์ํด GPU๋ฅผ ์ฌ์ฉํฉ๋๋ค.",
"option-hw-acceleration-warning": "ํด๋น ์ต์
์ ์ฌ์ฉ ์ค์งํ ๊ฒฝ์ฐ ์ฑ ์ฑ๋ฅ์ด ํฌ๊ฒ ์ ํ๋ฉ๋๋ค.",
"option-config-location": "์ค์ ํด๋ ์ฐ์ ์์ ์ ํ",
"option-config-location-description": "๊ธฐ๋ณธ ์ค์ ํด๋ ๋์ ๋ค๋ฅธ ์ค์ ํด๋๋ฅผ ์ฌ์ฉํฉ๋๋ค. ํด๋ ์ด๋ฆ์ ์จ์ (.)์ผ๋ก ์์ํด์ผ ํฉ๋๋ค.",
"option-config-location-warning": "์ค์ ํด๋๋ ์ ์ผ๋ก ์์ํ๋ ์ ํจํ ์ด๋ฆ์ด์ด์ผ ํฉ๋๋ค.",
"label-license": "๋ผ์ด์ ์ค",
"label-your-commercial-license-key": "๋น์ ์ ์์ฉ ๋ผ์ด์ ์ค ํค๋ \"{{key}}\"์
๋๋ค.",
"label-commercial-license-info": "\"{{company}}\"์์ {{seats}}๋ช
์ ๋ฑ๋กํ์ต๋๋ค. {{expiry}}๊น์ง ์ ํจํฉ๋๋ค.",
"label-validating-commercial-license": "๊ฒ์ฆ ์ค...",
"label-invalid-commercial-license": "ํด๋น ๋ผ์ด์ ์ค๋ ์ ํจํ์ง ์์ต๋๋ค:",
"button-remove-commercial-license": "์ญ์ ",
"option-catalyst": "์นดํ๋ฆฌ์คํธ ๋ผ์ด์ ์ค",
"option-catalyst-desc": "ํ์ฌ {{tier}} ์นดํ๋ฆฌ์คํธ ๋ผ์ด์ ์ค๋ฅผ ์ฌ์ฉํ๊ณ ์์ต๋๋ค. Obsidian์ ์ง์ํด ์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค!",
"option-catalyst-desc-no-license": "ํ์ฌ ์นดํ๋ฆฌ์คํธ ๋ผ์ด์ ์ค๋ฅผ ๋ณด์ ํ๊ณ ์์ง ์์ต๋๋ค. ์นดํ๋ฆฌ์คํธ ๋ผ์ด์ ์ค๋ Obsidian ๊ฐ๋ฐ์ ์ง์ํด์ฃผ๋ ์ผํ์ฑ ๊ธฐ๋ถ์
๋๋ค.",
"label-app": "์ฑ",
"label-add-own-language": "Obsidian ๋ฒ์ญ์ ๊ธฐ์ฌํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณด๊ธฐ."
},
"account": {
"name": "๊ณ์ ",
"option-your-account": "๋ด ๊ณ์ ",
"option-your-account-desc": "ํ์ฌ ๋ค์ ๊ณ์ ์ผ๋ก ๋ก๊ทธ์ธ๋์ด ์์ต๋๋ค. {{name}} ({{email}})",
"option-your-account-desc-no-login": "๋ก๊ทธ์ธ์ด ๋์ด์์ง ์์ ์ํ์
๋๋ค. ๊ณ์ ์ Obsidian Sync, Obsidian Publish ๋ฐ ์นดํ๋ฆฌ์คํธ ์ธ์ฌ์ด๋ ๋น๋๋ฅผ ์ฌ์ฉํ ๋๋ง ์๊ตฌ๋ฉ๋๋ค.",
"label-insider": "์ธ์ฌ์ด๋",
"label-supporter": "์ํฌํฐ",
"label-vip": "VIP",
"button-upgrade-catalyst": "์
๊ทธ๋ ์ด๋",
"option-commercial-license": "์์ฉ ๋ผ์ด์ ์ค",
"option-commercial-license-desc": "์์
๋ชฉ์ ์ผ๋ก Obsidian์ ์ฌ์ฉํ๋ ๊ฒฝ์ฐ ์์ฉ ๋ผ์ด์ ์ค๊ฐ ํ์ํ ์๋ ์์ต๋๋ค.",
"button-purchase": "๊ตฌ๋งค",
"button-log-out": "๋ก๊ทธ์์",
"label-log-in": "๋ก๊ทธ์ธ",
"label-sign-up": "ํ์๊ฐ์
",
"label-email": "์ด๋ฉ์ผ",
"placeholder-email": "์ด๋ฉ์ผ ์ฃผ์๋...",
"label-password": "๋น๋ฐ๋ฒํธ",
"placeholder-password": "๋น๋ฐ๋ฒํธ๋...",
"label-forgot-password": "๋น๋ฐ๋ฒํธ๋ฅผ ์์ด๋ฒ๋ฆฌ์
จ๋์?",
"button-login": "๋ก๊ทธ์ธ",
"message-empty-email": "์ด๋ฉ์ผ ํญ๋ชฉ์ ๋น์ด์์ ์ ์์ต๋๋ค.",
"message-invalid-email": "์ด๋ฉ์ผ์ด ์ ํจํ์ง ์์ต๋๋ค.",
"message-empty-password": "๋น๋ฐ๋ฒํธ ํญ๋ชฉ์ ๋น์ด์์ ์ ์์ต๋๋ค.",
"message-login-failed": "๋ก๊ทธ์ธ์ ์คํจํ์ต๋๋ค. ์ด๋ฉ์ผ๊ณผ ๋น๋ฐ๋ฒํธ๋ฅผ ๋ค์ ํ์ธํด์ฃผ์ธ์.",
"label-no-account": "๊ณ์ ์ด ์์ผ์ ๊ฐ์?",
"link-sign-up-now": "ํ์๊ฐ์
",
"label-mfa-code": "6์๋ฆฌ ์ด์ค์ธ์ฆ ์ฝ๋",
"mfa-wrong-format": "์ด์ค์ธ์ฆ ์ฝ๋๋ ๋ฐ๋์ 6์์ฌ์ผ ํฉ๋๋ค.",
"mfa-verification-failed": "์ด์ค์ธ์ฆ ์ฝ๋๊ฐ ์ผ์นํ์ง ์์ต๋๋ค. ์ธ์ฆ ์ฑ์ ๋ค์ ํ์ธํด์ฃผ์ธ์."
},
"core-plugin": {
"plugin-list": "ํ๋ฌ๊ทธ์ธ ๋ชฉ๋ก",
"option-search-plugin": "์ฝ์ด ํ๋ฌ๊ทธ์ธ ๊ฒ์ํ๊ธฐ",
"option-search-plugin-description": "ํ๋ฌ๊ทธ์ธ ์ด๋ฆ์ด๋ ์ค๋ช
์ผ๋ก ํ๋ฌ๊ทธ์ธ์ ์ฐพ์ต๋๋ค.",
"placeholder-search-plugin": "ํ๋ฌ๊ทธ์ธ ๊ฒ์ํ๊ธฐ..."
},
"third-party-plugin": {
"name": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ",
"option-restricted-mode": "๋ณดํธ ๋ชจ๋",
"option-restricted-mode-description": "๋ณดํธ ๋ชจ๋๊ฐ ๋นํ์ฑํ๋์ต๋๋ค. ์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ์ ๋นํ์ฑํํ๋ ค๋ฉด ์ด ์ค์ ์ ํ์ฑํํด์ฃผ์ธ์.",
"button-turn-on": "ํ์ฑํ",
"option-browse-community-plugins": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ",
"option-browse-community-plugins-description": "๋๋ผ์ด ์ปค๋ฎค๋ํฐ์์ ์ฌ์ฉ์๋ค์ด ๊ฐ๋ฐํ ํ๋ฌ๊ทธ์ธ๋ค์ ํ์ํ๊ณ ์ค์นํด๋ณด์ธ์.",
"button-browse": "ํ์",
"label-exit-restricted-mode": "๋ณดํธ ๋ชจ๋ ๋นํ์ฑํ",
"label-exit-restricted-mode-description-1": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ๋ค์ ๋ค๋ฅธ ๋ชจ๋ ์ํํธ์จ์ด์ ๋ง์ฐฌ๊ฐ์ง๋ก ์ ์ฌ์ ์ผ๋ก ๋ฐ์ดํฐ ๋ฌด๊ฒฐ์ฑ ๋ฐ ๋ณด์ ๋ฌธ์ ๋ฅผ ์ผ์ผํฌ ๊ฐ๋ฅ์ฑ์ ๋ดํฌํฉ๋๋ค.",
"label-exit-restricted-mode-description-2": "ํ๋ฌ๊ทธ์ธ ๋ณด์์ด ์ค์ํ ๋งํผ Obsidian์ ๋ค์๊ณผ ๊ฐ์ ๋
ธ๋ ฅ๋ค์ ํ๊ณ ์์ต๋๋ค:",
"label-exit-restricted-mode-description-3": "ํ์ง๋ง ์ด๋ฌํ ๋
ธ๋ ฅ๊ณผ ๊ด๊ณ ์์ด ์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ์ด ์
์ฉ๋ ์ฌ์ง๊ฐ ์๋ค๋ ๋ด์ฉ์ ๊ธฐ์ตํด์ฃผ์ธ์.",
"label-code-review": "์ด๊ธฐ ์ฝ๋ ๊ฒํ ",
"label-code-review-desc": "ํ๋ฌ๊ทธ์ธ์ด ์คํ ์ด์ ๋ฑ๋ก๋๊ธฐ ์ ์ Obsidian ํ์์ ์ด๊ธฐ ์ฝ๋ ๋ฆฌ๋ทฐ๋ฅผ ์งํํฉ๋๋ค.",
"label-open-source": "์คํ ์์ค",
"label-open-source-desc": "๋๋ถ๋ถ์ ํ๋ฌ๊ทธ์ธ์ Github์์ ์คํ ์์ค๋ก ๊ฒ์๋์ด ์ฌ์ฉ์๊ฐ ์ฝ๋๋ฅผ ์ง์ ํ์ธํ ์ ์์ต๋๋ค.",
"label-peer-audit": "๋๋ฃ ํ๊ฐ",
"label-peer-audit-desc": "Obsidian์ ์๋ก๋ฅผ ์ง์ผ๋ณด๋ ํฐ ๊ฐ๋ฐ์ ์ปค๋ฎค๋ํฐ๋ฅผ ๊ฐ์ง๊ณ ์์ต๋๋ค.",
"label-report-mechanism": "๋ณด๊ณ ์ฒด๊ณ",
"label-report-mechanism-desc": "์ฌ์ฉ์ ์ ๊ณ ๋ฅผ ํ์ธํ๊ณ ๋ฌธ์ ๊ฐ ์๋ ํ๋ฌ๊ทธ์ธ๋ค์ ์ญ์ ํฉ๋๋ค.",
"label-exit-restricted-mode-disable-confirmation": "๋ณดํธ ๋ชจ๋๋ฅผ ๋นํ์ฑํํ๊ณ ์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ์ ํ์ฑํํ์๊ฒ ์ต๋๊น? ๋ณดํธ ๋ชจ๋๋ฅผ ์ข
๋ฃํ๊ธฐ ์ ์ ๋ฐ์ดํฐ ๋ฐฑ์
์ ๋จผ์ ํด๋๋ ๊ฒ์ด ์ข์ต๋๋ค.",
"label-learn-more": "ํ๋ฌ๊ทธ์ธ ๋ณด์์ ๋ํด ์์ธํ ์์๋ณด๊ธฐ",
"button-turn-on-community-plugins": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ ์ฌ์ฉ",
"label-trust-author": "์ด ๋ณด๊ดํจ์ ์์ฑ์๋ฅผ ์ ๋ขฐํ์๋์?",
"label-trust-author-description-1": "์ด ๋ณด๊ดํจ์ ์ฒ์ ์ด๊ณ ์๋๋ฐ ํ๋ฌ๊ทธ์ธ์ด ๋ช ๊ฐ์ง ์๋ ๊ฒ์ผ๋ก ํ์ธ๋ฉ๋๋ค.",
"label-trust-author-description-2": "์ด ๋ณด๊ดํจ์ ๋ค๋ฅธ ์ฌ๋์ผ๋ก๋ถํฐ ๋ฐ์๋ค๋ฉด ์ถ์ฒ๊ฐ ๋ถ๋ถ๋ช
ํ ํ๋ฌ๊ทธ์ธ๋ค์ด ๋ณด์ ์ด์๋ฅผ ์ผ์ผํฌ์๋ ์๋ค๋ ๋ด์ฉ์ ํ์ธํด์ฃผ์ธ์.",
"label-trust-author-description-3": "์ด ๋ณด๊ดํจ์ ์์ฑ์๋ฅผ ์์ ํ ์ ๋ขฐํ์ง ์๋ ๊ฒฝ์ฐ ๋ณดํธ ๋ชจ๋ ์ํ๋ฅผ ๊ณ์ ์ ์งํด์ ์ด ๋ณด๊ดํจ์์ ํ๋ฌ๊ทธ์ธ์ด ์คํ๋์ง ์๋๋ก ํ๋ ๊ฒ์ด ์ข์ต๋๋ค.",
"button-enable-plugins": "์์ฑ์๋ฅผ ์ ๋ขฐํ๊ณ ํ๋ฌ๊ทธ์ธ ์ฌ์ฉํ๊ธฐ",
"button-dont-trust-author": "๋ณด๊ดํจ์ ๋ณดํธ ๋ชจ๋๋ก ํ์ํ๊ธฐ",
"placeholder-community-plugins": "ํ๋ฌ๊ทธ์ธ ๊ฒ์...",
"msg-failed-load-plugins": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ๋ค์ ๋ถ๋ฌ์ค์ง ๋ชปํ์ต๋๋ค.",
"label-installed": "์ค์น๋จ",
"button-install": "์ค์น",
"button-enable": "ํ์ฑํ",
"button-disable": "๋นํ์ฑํ",
"button-copy-share-link": "๊ณต์ ๋งํฌ ๋ณต์ฌ",
"button-donate": "ํ์",
"label-no-results-found": "๊ฒฐ๊ณผ๋ฅผ ์ฐพ์ง ๋ชปํ์ต๋๋ค.",
"label-no-recent-files-found": "์ต๊ทผ ํ์ผ์ ์ฐพ์ง ๋ชปํ์ต๋๋ค. ๊ฒ์์ด๋ฅผ ์
๋ ฅํ์ธ์...",
"msg-failed-to-load-manifest": "ํ๋ฌ๊ทธ์ธ ๋งค๋ํ์คํธ๋ฅผ ๋ถ๋ฌ์ค์ง ๋ชปํ์ต๋๋ค.",
"label-version": "๋ฒ์ : {{version}}",
"label-currently-installed-version": " (ํ์ฌ ์ค์น๋ ๋ฒ์ : {{version}})",
"label-by-author": "๊ฐ๋ฐ์: ",
"label-repository": "๋ฆฌํฌ์งํ ๋ฆฌ: ",
"label-last-update": "์ต๊ทผ ์
๋ฐ์ดํธ: ",
"tooltip-view-last-update": "์ต๊ทผ ์
๋ฐ์ดํธ ๋ณด๊ธฐ",
"label-unsupported": "ํด๋น ํ๋ฌ๊ทธ์ธ์ด ํ์ฌ ์ฌ์ฉ ์ค์ธ ๊ธฐ๊ธฐ๋ฅผ ์ง์ํ์ง ์์ต๋๋ค.",
"button-update": "์
๋ฐ์ดํธ",
"label-no-readme": "ํด๋น ํ๋ฌ๊ทธ์ธ์ด README ํ์ผ์ ๊ฐ์ง๊ณ ์์ง ์์ต๋๋ค.",
"msg-installing-plugin": "ํ๋ฌ๊ทธ์ธ \"{{name}}\" ์ค์น ์ค...",
"msg-failed-to-install-plugin": "ํ๋ฌ๊ทธ์ธ \"{{name}}\" ์ค์น์ ์คํจํ์ต๋๋ค.",
"msg-successfully-installed-plugin": "ํ๋ฌ๊ทธ์ธ \"{{name}}\" ์(๋ฅผ) ์ค์นํ์ต๋๋ค.",
"label-installed-plugins": "์ค์น๋ ํ๋ฌ๊ทธ์ธ",
"button-reload-plugins": "ํ๋ฌ๊ทธ์ธ ์๋ก๊ณ ์นจํ๊ธฐ",
"msg-reloaded-third-party-plugins": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ์ ๋ค์ ๋ก๋ํ์ต๋๋ค.",
"label-uninstall": "์ญ์ ",
"label-uninstall-plugin": "ํ๋ฌ๊ทธ์ธ ์ญ์ ",
"label-uninstall-plugin-confirmation": "์ ๋ง๋ก ํด๋น ํ๋ฌ๊ทธ์ธ์ ์ญ์ ํ์๊ฒ ์ต๋๊น? ์ญ์ ์ ํด๋น ํ๋ฌ๊ทธ์ธ ํด๋๊ฐ ์ญ์ ๋ฉ๋๋ค.",
"button-open-plugins-folder": "ํ๋ฌ๊ทธ์ธ ํด๋ ์ด๊ธฐ",
"button-check-for-updates": "์
๋ฐ์ดํธ ํ์ธ",
"button-update-all-plugins": "๋ชจ๋ ์
๋ฐ์ดํธ",
"label-current-plugins": "ํ์ฌ ์ค์น๋ ํ๋ฌ๊ทธ์ธ",
"label-currently-installed": "ํ์ฌ {{count}} ๊ฐ์ ํ๋ฌ๊ทธ์ธ์ด ์ค์น๋์ด ์์ต๋๋ค.",
"label-currently-installed_plural": "ํ์ฌ {{count}} ๊ฐ์ ํ๋ฌ๊ทธ์ธ์ด ์ค์น๋์ด ์์ต๋๋ค.",
"msg-no-updates-found": "์
๋ฐ์ดํธํ ํ๋ฌ๊ทธ์ธ์ด ์์ต๋๋ค.",
"msg-updates-found": "{{count}} ๊ฐ์ ํ๋ฌ๊ทธ์ธ ์
๋ฐ์ดํธ๋ฅผ ์ฐพ์์ต๋๋ค.",
"msg-updates-found_plural": "{{count}} ๊ฐ์ ํ๋ฌ๊ทธ์ธ ์
๋ฐ์ดํธ๋ฅผ ์ฐพ์์ต๋๋ค.",
"msg-update-plugin": "๋ฒ์ {{version}} ์ผ๋ก ์
๋ฐ์ดํธํฉ๋๋ค.",
"option-search-installed-plugin": "์ค์น๋ ํ๋ฌ๊ทธ์ธ ๊ฒ์",
"option-search-installed-plugin-description": "์ค์น๋ ํ๋ฌ๊ทธ์ธ๋ค์ ์ด๋ฆ์ด๋ ์ค๋ช
์ผ๋ก ํํฐ๋งํฉ๋๋ค.",
"placeholder-search-installed-plugin": "ํ๋ฌ๊ทธ์ธ ๊ฒ์...",
"show-installed-only": "์ค์น๋ ํญ๋ชฉ๋ง ๋ณด๊ธฐ",
"label-donate-modal-title": "{{name}} ๋ฅผ ํ์ํด๋ณด์ธ์",
"label-donate-modal-text1": "ํ๋ฌ๊ทธ์ธ ๊ฐ๋ฐ์๋ค์ ์์ฒญ๋ ํ๋ฌ๊ทธ์ธ๋ค์ ์์ ์ด์ ์ผ๋ก ๋ง๋๋ ์ฌ๋๋ค์
๋๋ค. ์ด ํ๋ฌ๊ทธ์ธ์ด ์ ์ฉํ๋ค๋ฉด ํ์์ ๊ณ ๋ คํด๋ณด์ธ์.",
"label-donate-modal-text2": "์ฌ๋ฌ๋ถ์ ๊ธฐ๋ถ๊ธ์ 100% ํ๋ฌ๊ทธ์ธ ๊ฐ๋ฐ์์๊ฒ ์ ๋ฌ๋ฉ๋๋ค. Obsidian์ ์์๋ฃ๋ฅผ ๋ถ๊ณผํ์ง ์์ต๋๋ค. ํ์ง๋ง ๊ฐ๋ฐ์๊ฐ ์ ํํ ํ๋ซํผ์์ ์์๋ฃ๋ฅผ ๋ถ๊ณผํ ์๋ ์์ผ๋ ์ฐธ๊ณ ํด์ฃผ์ธ์.",
"label-donate-modal-text3": "ํ์์ ๊ณ ๋ คํด์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค!",
"label-support-this-plugin": "์ด ํ๋ฌ๊ทธ์ธ์ ํ์ํด ๋ณด์ธ์:",
"label-search-summary": "{{pluginCount}}:",
"label-by-popularity": "๋ค์ด๋ก๋ ์",
"label-by-released": "์ต๊ทผ ์ถ์ ์",
"label-by-updated": "์ต๊ทผ ์
๋ฐ์ดํธ ์",
"label-alphabetical": "์ํ๋ฒณ ์",
"label-last-updated": "์
๋ฐ์ดํธ๋ ์๊ฐ: {{time}}"
},
"mobile-toolbar": {
"name": "๋ชจ๋ฐ์ผ ํด๋ฐ",
"option-configure-quick-action": "๋ชจ๋ฐ์ผ ๋น ๋ฅธ ์์
์ค์ ",
"option-configure-quick-action-description": "์์์ ์๋๋ก ๋์ด๋น๊ฒผ์ ๋ ์คํํ ๋ช
๋ น์ ์ค์ ํฉ๋๋ค. ํ์ฌ๋ \"{{command}}\" ๋ช
๋ น์ด๊ฐ ์ค์ ๋์ด ์์ต๋๋ค.",
"msg-missing-quick-action": "Action not configured",
"button-configure": "์ค์ ",
"placeholder-select-quick-action": "๋น ๋ฅธ ์์
์ ํ...",
"quick-action-disabled": "๋ฏธํ ๋น",
"manage-toolbar-options": "๋๊ตฌ ๋ชจ์ ์ต์
๊ด๋ฆฌ",
"option-internal-link": "๋ด๋ถ ๋งํฌ ์ถ๊ฐ",
"option-internal-embed": "์๋ฒ ๋ ์ถ๊ฐ",
"option-tag": "ํ๊ทธ ์ถ๊ฐ",
"option-heading": "์ ๋ชฉ ํ์ฑํ/๋นํ์ฑํ",
"option-strikethrough": "์ทจ์์ ํ์ฑํ/๋นํ์ฑํ",
"option-highlight": "ํ์ด๋ผ์ดํธ ํ์ฑํ/๋นํ์ฑํ",
"option-code": "์ฝ๋ ํ์ฑํ/๋นํ์ฑํ",
"option-blockquote": "๋ธ๋ญ ์ธ์ฉ๊ตฌ ํ์ฑํ/๋นํ์ฑํ",
"option-inline-math": "์ธ๋ผ์ธ ์์ ํ์ฑํ/๋นํ์ฑํ",
"option-math-block": "๋ธ๋ญ ์์ ํ์ฑํ/๋นํ์ฑํ",
"option-markdown-link": "๋งํฌ๋ค์ด ๋งํฌ ์ถ๊ฐ",
"option-bullet-list": "๊ธ๋จธ๋ฆฌ ๋ชฉ๋ก ํ์ฑํ/๋นํ์ฑํ",
"option-numbered-list": "์ซ์ ๋ชฉ๋ก ํ์ฑํ/๋นํ์ฑํ",
"option-indent-list": "๋ค์ฌ์ฐ๊ธฐ",
"option-unindent-list": "๋ด์ด์ฐ๊ธฐ",
"option-undo": "์คํ ์ทจ์",
"option-redo": "๋ค์ ์คํ",
"option-move-caret-up": "์๋ก ์ด๋",
"option-move-caret-down": "์๋๋ก ์ด๋",
"option-move-caret-left": "์ข์ธก์ผ๋ก ์ด๋",
"option-move-caret-right": "์ฐ์ธก์ผ๋ก ์ด๋",
"option-first-line": "์ฒซ๋ฒ์จฐ ํ์ผ๋ก ์ด๋",
"option-last-line": "๋ง์ง๋ง ํ์ผ๋ก ์ด๋",
"option-toggle-keyboard": "ํค๋ณด๋ ํ์ฑํ/๋นํ์ฑํ",
"option-configure-toolbar": "๋ชจ๋ฐ์ผ ํด๋ฐ ์ค์ ํ๊ธฐ",
"option-added-options": "์ถ๊ฐํ ์ต์
",
"option-more-toolbar-options": "๋ค๋ฅธ ํด๋ฐ ์ต์
",
"option-attach": "์ฒจ๋ถ ํ์ผ ์ถ๊ฐ",
"option-add-command": "์ ์ญ ๋ช
๋ น์ด ์ถ๊ฐ",
"option-add-command-description": "๋๊ตฌ ๋ชจ์์ ์ถ๊ฐํ ์ ์ญ ๋ช
๋ น์ด๋ฅผ ์ ํํด์ฃผ์ธ์."
}
},
"editor": {
"search": {
"placeholder-find": "๊ฒ์",
"placeholder-replace": "๋ฐ๊พธ๊ธฐ",
"label-exit-search": "๊ฒ์ ์ข
๋ฃ",
"label-next": "๋ค์",
"label-previous": "์ด์ ",
"label-find-all": "๋ชจ๋ ๊ฒ์",
"label-replace": "๋ฐ๊พธ๊ธฐ",
"label-replace-all": "๋ชจ๋ ๋ฐ๊พธ๊ธฐ"
},
"link-suggestion": {
"label-type-hash": "#์ ์
๋ ฅํ๋ฉด",
"label-link-heading": "์ ๋ชฉ์ ์ฐ๊ฒฐํ ์ ์์ต๋๋ค",
"label-type-block": "^๋ฅผ ์
๋ ฅํ๋ฉด",
"label-link-block": "๋ธ๋ญ์ ์ฐ๊ฒฐํ ์ ์์ต๋๋ค",
"label-type-pipe": "|๋ฅผ ์
๋ ฅํ๋ฉด",
"label-change-display-text": "ํ์๋๋ ํ
์คํธ๋ฅผ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค",
"label-no-alias": "ํ
์คํธ ํ์ํ๊ธฐ",
"label-no-heading": "์ ๋ชฉ",
"label-no-match-found": "์ผ์นํ๋ ๋ด์ฉ์ ์ฐพ์ง ๋ชปํ์ต๋๋ค.",
"label-image-size": "์ด๋ฏธ์ง ์ฌ์ด์ฆ: ๊ฐ๋ก {{size}}px",
"label-accept": "ํ์ธ"
},
"spellcheck": {
"no-suggestion": "์ ์์ด ์์ต๋๋ค...",
"add-to-dictionary": "์ฌ์ ์ ์ถ๊ฐ"
},
"menu": {
"edit-link": "ํธ์ง ๋งํฌ",
"edit-tag": "ํ๊ทธ ์์ ",
"label-edit-block": "์ด ๋ธ๋ญ ์์ ",
"label-delete-footref-and-note": "Delete footnote and reference"
},
"heading-suggestion": {
"label-no-heading": "ํด๋น ์ ๋ชฉ ์์",
"label-heading-level": "์ ๋ชฉ {{level}}"
},
"print-modal": {
"title": "PDF๋ก ๋ด๋ณด๋ด๊ธฐ",
"caption": "\"{{filename}}\" ์ด๋ฆ์ PDFํ์ผ์ ๋ค์ ์ค์ ์ผ๋ก ๋ด๋ณด๋
๋๋ค.",
"setting-page-size": "ํ์ด์ง ํฌ๊ธฐ",
"setting-page-size-a3": "A3",
"setting-page-size-a4": "A4",
"setting-page-size-a5": "A5",
"setting-page-size-legal": "Legal",
"setting-page-size-letter": "Letter",
"setting-page-size-tabloid": "Tabloid",
"setting-include-file-name": "ํ์ผ ์ด๋ฆ์ ์ ๋ชฉ์ผ๋ก ํฌํจ",
"setting-landscape": "๊ฐ๋ก",
"setting-margin": "์ฌ๋ฐฑ",
"setting-margin-default": "๊ธฐ๋ณธ๊ฐ",
"setting-margin-minimal": "์ต์",
"setting-margin-none": "์์",
"setting-downscale-percent": "์ถ์ ๋ฐฐ์จ",
"button-export-to-pdf": "PDF๋ก ๋ด๋ณด๋ด๊ธฐ"
},
"link-popover": {
"tooltip-follow-link": "๋งํฌ ๋ฐ๋ผ๊ฐ๊ธฐ",
"tooltip-open-link": "๋งํฌ ์ด๊ธฐ",
"tooltip-search-tag": "ํ๊ทธ ์ฐพ๊ธฐ"
}
},
"interface": {
"embed-cannot-find": "์ฐพ์ ์ ์์:",
"label-unable-to-find-section": "Unable to find โ{{subpath}}โ in {{file}}",
"embed-open-in-default-app-tooltip": "๊ธฐ๋ณธ ์ฑ์ผ๋ก ์ด๊ธฐ",
"empty-sidebar": "์ฌ์ด๋๋ฐ๊ฐ ๋น์ด์์ต๋๋ค, ํจ์ธ์ ์ฌ๊ธฐ๋ก ๋์ด์ฃผ์ธ์.",
"sidebar-expand": "ํด๊ธฐ",
"sidebar-collapse": "์ ๊ธฐ",
"msg-fail-to-save-file": "ํ์ผ \"{{filepath}}\"์(๋ฅผ) ์ ์ฅํ์ง ๋ชปํ์ต๋๋ค: {{message}}.",
"msg-failed-to-load-plugin": "ํ๋ฌ๊ทธ์ธ โ{{plugin}}โ ๋ฅผ ๋ก๋ํ์ง ๋ชปํ์ต๋๋ค.",
"msg-plugin-error": "Plugin โ{{plugin}}โ encountered an error while loading",
"msg-failed-to-load-file": "โ{{filepath}}โ ๋ฅผ ์ด์ง ๋ชปํ์ต๋๋ค.",
"msg-failed-to-open-href": "โ{{href}}โ ์์น๋ฅผ ์ด์ง ๋ชปํ์ต๋๋ค.",
"no-file": "ํ์ผ ์์",
"msg-file-changed": "\"{{file}}\" ์ด(๊ฐ) ์ธ๋ถ์์ ์์ ๋์์ต๋๋ค. ๋ณ๊ฒฝ ์ฌํญ์ ์๋์ผ๋ก ๋ณํฉํฉ๋๋ค.",
"switch-vault": "๋ค๋ฅธ ๋ณด๊ดํจ ์ด๊ธฐ",
"manage-vaults": "๋ณด๊ดํจ ๊ด๋ฆฌํ๊ธฐ...",
"help": "๋์๋ง",
"settings": "์ค์ ",
"drag-to-rearrange": "๋๋๊ทธํ์ฌ ์์ ๋ณ๊ฒฝ",
"msg-switched-to-read": "๊ธฐ๋ณธ ํ๋ฉด ๋ชจ๋๋ฅผ ์ฝ๊ธฐ ํ๋ฉด์ผ๋ก ์ ํํ์ต๋๋ค.",
"msg-switched-to-edit": "๊ธฐ๋ณธ ํ๋ฉด ๋ชจ๋๋ฅผ ํธ์ง ํ๋ฉด์ผ๋ก ๋ณ๊ฒฝํ์ต๋๋ค.",
"msg-upgrade-installer": "ํด๋น ๊ธฐ๋ฅ์ ์ฌ์ฉํ๋ ค๋ฉด Obsidian ์น ์ฌ์ดํธ์์ ์ ๊ณตํ๋ ์ต์ ์ธ์คํจ๋ฌ๋ฅผ ์ฌ์ฉํ์ฌ ๋ค์ ์ค์นํด์ฃผ์ธ์.",
"msg-slow-boot": "Slow startup time detected.",
"msg-desktop-only-feature": "This feature is only available in the desktop app.",
"tooltip-restore-default-settings": "๊ธฐ๋ณธ ์ค์ ์ผ๋ก ๋๋๋ฆฌ๊ธฐ",
"label-copy": "ํด๋ฆฝ๋ณด๋์ ๋ณต์ฌ",
"label-copy-short": "๋ณต์ฌ",
"copied_generic": "ํด๋ฆฝ๋ณด๋์ ๋ณต์ฌ๋จ",
"copied": "{{item}} ์(๋ฅผ) ํด๋ฆฝ๋ณด๋์ ๋ณต์ฌํ์ต๋๋ค",
"prompt-filter": "Filter...",
"url": "URL",
"msg-open-file-through-uri": "ํ์ผ \"{{path}}\"์(๋ฅผ) ์ด์์ต๋๋ค.",
"msg-file-not-found-through-uri": "ํ์ผ \"{{name}}\"์(๋ฅผ) ์ฐพ์ง ๋ชปํ์ต๋๋ค.",
"delete-action-short-name": "์ญ์ ",
"msg-indexing": "Obsidian์ด ๋ณด๊ดํจ์ ์ธ๋ฑ์ฑํ๊ณ ์์ต๋๋ค.\n์ด ์์
์ ํ ๋ฒ๋ง ์ํ๋ฉ๋๋ค.\n์ผ๋ถ ๊ธฐ๋ฅ์ ์ด ์์
์ด ์๋ฃ๋ ๋๊น์ง ์ฌ์ฉํ ์ ์์ ์๋ ์์ต๋๋ค.",
"msg-indexing-complete": "์ธ๋ฑ์ฑ์ด ์๋ฃ๋์์ต๋๋ค.",
"msg-sandbox-vault": "์ด ๋ณด๊ดํจ์ ์๋๋ฐ์ค ๋ณด๊ดํจ์
๋๋ค.\n๋ณ๊ฒฝํ๋ ๋ด์ฉ์ ์์ค๋ฉ๋๋ค.",
"label-enter-to-create": "Enter ํค๋ฅผ ๋๋ฌ ์์ฑ",
"label-update-available": "์
๋ฐ์ดํธ ํ์ธ๋จ",
"label-debug-info": "๋๋ฒ๊ทธ ์ ๋ณด",
"button-learn-more": "์์ธํ ์์๋ณด๊ธฐ",
"button-not-now": "๋์ค์ ํ๊ธฐ",
"button-add": "์ถ๊ฐ",
"button-manage": "๊ด๋ฆฌ",
"label-new-tab": "์ ํญ",
"option-hide-ribbon": "๋ฆฌ๋ณธ ์จ๊ธฐ๊ธฐ",
"msg-tab-busy": "ํญ์ด ํ์ฌ ์ฌ์ฉ ์ค์
๋๋ค. ๋์ค์ ๋ค์ ์๋ํด ์ฃผ์ธ์",
"formatting": {
"label-formatting": "์์",
"label-paragraph": "๋จ๋ฝ",
"label-insert": "์ฝ์
",
"insert-link": "๋งํฌ ์ถ๊ฐ",
"insert-external-link": "์ธ๋ถ ๋งํฌ ์ถ๊ฐ",
"insert-callout": "์ฝ์์",
"insert-horizontal-rule": "์ํ์ ",
"insert-code-block": "์ฝ๋ ๋ธ๋ญ",
"insert-math-block": "์์ ๋ธ๋ญ",
"insert-table": "ํ",
"toggle-bold": "๋ณผ๋์ฒด",
"toggle-code": "์ฝ๋",
"toggle-comments": "์ฃผ์",
"toggle-highlight": "ํ์ด๋ผ์ดํธ",
"toggle-italics": "๊ธฐ์ธ์ด๊ธฐ",
"toggle-strikethrough": "์ทจ์์ ",
"toggle-math": "์์",
"toggle-bullet-list": "๊ธ๋จธ๋ฆฌ ๋ชฉ๋ก",
"toggle-checklist": "์ฒดํฌ๋ฐ์ค",
"toggle-numbered-list": "์ซ์ ๋ชฉ๋ก",
"set-heading": "์ ๋ชฉ {{level}}",
"no-heading": "๋ณธ๋ฌธ",
"clear": "์์ ์ง์ฐ๊ธฐ",
"toggle-quote": "์ธ์ฉ"
},
"empty-state": {
"no-file-open": "์ด๋ฆฐ ํ์ผ์ด ์์ต๋๋ค.",
"create-new-file": "์ ํ์ผ ์์ฑํ๊ธฐ",
"go-to-file": "ํ์ผ๋ก ์ด๋ํ๊ธฐ",
"see-recent-files": "์ต๊ทผ ํ์ผ ๋ณด๊ธฐ",
"close": "๋ซ๊ธฐ",
"unknown-pane-title": "ํ๋ฌ๊ทธ์ธ์ด ๋ ์ด์ ํ์ฑํ๋ผ์์ง ์์",
"unknown-pane-desc": "ํด๋น ํจ์ธ ({{type}}) ์(๋ฅผ) ์์ฑํ ํ๋ฌ๊ทธ์ธ์ด ์ฌ๋ผ์ก์ต๋๋ค"
},
"menu": {
"edit-view": "ํธ์ง (Ctrl/Cmd+ํด๋ฆญ์ผ๋ก ์ ํจ์ธ์์ ํธ์ง)",
"read-view": "ํ์ฌ ํ๋ฉด: ์ฝ๊ธฐ",
"ribbon": "๋ฆฌ๋ณธ",
"left-sidebar": "์ข์ธก ์ฌ์ด๋๋ฐ",
"right-sidebar": "์ฐ์ธก ์ฌ์ด๋๋ฐ",
"switch-to-edit-view": "ํด๋ฆญํด์ ์์ ํ๊ธฐ",
"switch-to-read-view": "ํด๋ฆญํด์ ๋ณด๊ธฐ",
"mod-click-open-new-tab": "{{key}}+ํด๋ฆญํ์ฌ ์ ํญ์์ ์ด๊ธฐ",
"find": "๊ฒ์...",
"replace": "๋ฐ๊พธ๊ธฐ...",
"edit": "ํธ์ง",
"remove": "์ญ์ ",
"rename": "์ด๋ฆ ๋ณ๊ฒฝ",
"preview": "๋ฏธ๋ฆฌ๋ณด๊ธฐ",
"more-options": "๋ค๋ฅธ ์ต์
",
"close": "๋ซ๊ธฐ",
"close-all": "๋ชจ๋ ๋ซ๊ธฐ",
"close-tabs-with-count": "Close {{count}} tab",
"close-tabs-with-count_plural": "Close {{count}} tabs",
"close-others": "๋ค๋ฅธ ํญ๋ค ๋ซ๊ธฐ",
"close-after": "Close tabs after",
"pin": "ํ",
"unpin": "ํ ํด์ ",
"unlink-tab": "ํญ ๋งํฌ ํด์ ",
"link-tab": "ํญ์ผ๋ก ๋งํฌ...",
"toggle-source-mode": "์๋ณธ ๋ชจ๋",
"toggle-reading-view": "์ฝ๊ธฐ ํ๋ฉด",
"add-property": "ํ์ผ ์์ฑ ์ถ๊ฐ",
"delete-file": "ํ์ผ ์ญ์ ",
"create-file": "ํด๋น ํ์ผ ์์ฑ",
"open-link": "๋งํฌ ์ด๊ธฐ",
"open-in-new-tab": "์ ํญ์์ ์ด๊ธฐ",
"open-to-the-right": "์ฐ์ธก ํ๋ฉด์์ ์ด๊ธฐ",
"copy-url": "URL ๋ณต์ฌ",
"copy": "๋ณต์ฌ",
"cut": "์๋ผ๋ด๊ธฐ",
"paste": "๋ถ์ฌ๋ฃ๊ธฐ",
"paste-as-plain-text": "์ผ๋ฐ ํ
์คํธ๋ก ๋ถ์ฌ๋ฃ๊ธฐ",
"lookup-selection": "์ฐพ์๋ณด๊ธฐ: โ{{selection}}โ",
"select-all": "๋ชจ๋ ์ ํ",
"rename-heading": "์ด ์ ๋ชฉ ์ด๋ฆ ๋ณ๊ฒฝํ๊ธฐ...",
"rename-blockid": "์ด ๋ธ๋ญ ID ์ด๋ฆ ๋ณ๊ฒฝํ๊ธฐ...",
"open-in-new-window": "์ ์ฐฝ์์ ์ด๊ธฐ",
"move-to-new-window": "์ ์ฐฝ์ผ๋ก ์ด๋",
"open-in-browser": "๋ธ๋ผ์ฐ์ ์์ ์ด๊ธฐ",
"stack-tabs": "์คํ ํญ",
"unstack-tabs": "ํญ ์คํ ํด์ ",
"open-linked-view": "๋งํฌ๋ ํ๋ฉด ์ด๊ธฐ"
},
"tooltip": {
"click-to-expand": "ํผ์น๋ ค๋ฉด ํด๋ฆญ",
"click-to-collapse": "์ ์ผ๋ ค๋ฉด ํด๋ฆญ",
"alias": "๋ณ์นญ",
"not-created-yet": "์์ง ์์ฑ๋์ง ์์์ต๋๋ค. ์์ฑํ๋ ค๋ฉด ์ ํํ์ญ์์ค"
},
"start-screen": {
"label-version": "๋ฒ์ ",
"label-create-local-vault": "๋ก์ปฌ ๋ณด๊ดํจ ์์ฑ",
"option-open-folder-as-vault": "๋ณด๊ดํจ ํด๋ ์ด๊ธฐ",
"option-open-folder-as-vault-description": "๋งํฌ๋ค์ด ํ์ผ์ ํด๋๋ฅผ ์ ํํฉ๋๋ค.",
"option-create-vault": "์ ๋ณด๊ดํจ ์์ฑ",
"option-create-vault-description": "ํด๋ ์์ ์ Obsidian ๋ณด๊ดํจ์ ๋ง๋ญ๋๋ค.",
"option-connect-obsidian-sync": "Obsidian Sync ๋ณด๊ดํจ ์ด๊ธฐ",
"option-connect-obsidian-sync-description": "๊ธฐ์กด์ ์ฌ์ฉํ๋ ์๊ฒฉ ๋ณด๊ดํจ๊ณผ ํจ๊ป ๋ณด๊ดํจ ๋๊ธฐํ๋ฅผ ์ค์ ํฉ๋๋ค.",
"option-new-vault-name": "๋ณด๊ดํจ ์ด๋ฆ",
"option-new-vault-name-description": "๋ฉ์ง ๋ณด๊ดํจ์ ์ด๋ฆ์ ์ง์ด๋ณด์ธ์.",
"option-new-vault-location": "์์น",
"option-new-vault-location-description": "์ ๋ณด๊ดํจ์ ์์น๋ฅผ ์ง์ ํฉ๋๋ค.",
"label-new-vault-location-preview": "์ ๋ณด๊ดํจ์ด ๋ค์ ์์น์ ์์ฑ๋ ์์ ์
๋๋ค.",
"option-reveal-vault-in-explorer": "์์คํ
ํ์๊ธฐ์์ ๋ณด๊ดํจ ์ด๊ธฐ",
"option-reveal-vault-in-explorer-mac": "Finder์์ ๋ณด๊ดํจ ์ด๊ธฐ",
"option-rename-vault": "๋ณด๊ดํจ ์ด๋ฆ ๋ณ๊ฒฝ...",
"option-copy-vault-i-d": "๋ณด๊ดํจ ID ๋ณต์ฌํ๊ธฐ",
"msg-error-rename-exists": "๋์ผํ ์ด๋ฆ์ ๋ณด๊ดํจ์ด ์ด๋ฏธ ์กด์ฌํฉ๋๋ค.",
"msg-error-nested": "๋ณด๊ดํจ ํด๋์ ํ์ ํด๋๋ก ๋ณด๊ดํจ์ ์ด๋ํ ์ ์์ต๋๋ค.",
"msg-error-rename-open": "ํ์ฌ ์ด๋ ค ์๋ ๋ณด๊ดํจ์ ์ด๋ฆ์ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค.",
"msg-rename-failed": "๋ณด๊ดํจ์ ์ด๋ฆ์ ๋ณ๊ฒฝํ์ง ๋ชปํ์ต๋๋ค.",
"msg-rename-success": "๋ณด๊ดํจ์ ์ด๋ฆ์ ์ฑ๊ณต์ ์ผ๋ก ๋ณ๊ฒฝํ์ต๋๋ค.",
"option-move-vault": "๋ณด๊ดํจ ์ด๋...",
"msg-move-select-dest": "๋์ ํด๋๋ฅผ ์ ํํ์ธ์.",
"msg-error-move-exists": "๋์ ํด๋์ ์ด๋ฏธ ๋ณด๊ดํจ์ด ์กด์ฌํฉ๋๋ค.",
"msg-error-move-open": "ํ์ฌ ์ด๋ ค ์๋ ๋ณด๊ดํจ์ ์ด๋์ํฌ ์ ์์ต๋๋ค.",
"msg-move-failed": "๋ณด๊ดํจ์ ์ด๋ํ์ง ๋ชปํ์ต๋๋ค.",
"msg-move-success": "์ฑ๊ณต์ ์ผ๋ก ๋ณด๊ดํจ์ ์ด๋์์ผฐ์ต๋๋ค.",
"option-remove": "๋ชฉ๋ก์์ ์ญ์ ",
"button-quick-start": "๋น ๋ฅธ ์์",
"button-open": "์ด๊ธฐ",
"button-browse": "ํ์",
"button-connect": "์ฐ๊ฒฐ",
"button-create-vault": "์์ฑ",
"button-back": "์ด์ ์ผ๋ก ๋์๊ฐ๊ธฐ",
"msg-empty-vault-name": "๋ณด๊ดํจ ์ด๋ฆ์ ๋น์ด์์ ์ ์์ต๋๋ค.",
"msg-trailing-dot-vault-name": "๋ณด๊ดํจ ์ด๋ฆ์ ์จ์ (.)์ผ๋ก ๋๋ ์ ์์ต๋๋ค",
"msg-invalid-folder": "์ ํจํ ํด๋๋ฅผ ์ง์ ํด์ฃผ์ธ์.",
"msg-failed-to-create-vault": "๋ณด๊ดํจ์ ์์ฑํ์ง ๋ชปํ์ต๋๋ค.",
"msg-failed-to-create-vault-at-location": "ํด๋น ์์น์ ๋ณด๊ดํจ์ ์์ฑํ ์ ์์ต๋๋ค. ํด๋น ์์น์ ์ฌ์ฉ ๊ถํ์ ๋ค์ ํ์ธํด์ฃผ์ธ์.",
"msg-error-failed-to-open-vault": "์ด์ง ๋ชปํ์ต๋๋ค.",
"msg-error-remove-current-open-vault": "ํ์ฌ ์ด๋ ค ์๋ ๋ณด๊ดํจ์ ์ญ์ ํ ์ ์์ต๋๋ค.",
"option-get-help": "๋์ ๋ฐ๊ธฐ",
"option-user-email": "์ด๋ฉ์ผ",
"placeholder-your-email": "์ด๋ฉ์ผ ์ฃผ์ ์
๋ ฅ...",
"option-user-password": "๋น๋ฐ๋ฒํธ",
"placeholder-your-password": "๋น๋ฐ๋ฒํธ ์
๋ ฅ...",
"button-sign-in": "๋ก๊ทธ์ธ",
"button-setup": "์ค์ ",
"option-connect-vault-desc": "์ด ๊ธฐ๊ธฐ์ ๋๊ธฐํ๋ ๋ณด๊ดํจ์ ๋ง๋ญ๋๋ค.",
"tooltip-own-vault": "์์ ํ๊ณ ์๋ ์๊ฒฉ ๋ณด๊ดํจ์
๋๋ค.",
"tooltip-shared-vault": "๊ณต์ ๋ฐ๊ณ ์๋ ์๊ฒฉ ๋ณด๊ดํจ์
๋๋ค."
},
"starter-content": {
"welcome-filename": "ํ์ํฉ๋๋ค!",
"welcome-file-content": "์๋ก์ด *๋ณด๊ดํจ*์
๋๋ค.\n\n๋ด์ฉ์ ํ๋ฒ ์ ์ด๋ณด์ธ์, [[create a link]], ํน์ [์ํฌํฐ](https://help.obsidian.md/Plugins/Importer)๋ฅผ ์ฌ์ฉํด๋ด๋ ์ข์ต๋๋ค!\n\n์ค๋น๊ฐ ๋๋ค๋ฉด ์ด ๋
ธํธ๋ฅผ ์ญ์ ํ๊ณ ๋ง์ถคํ ๋ณด๊ดํจ์ ๋ง๋ค์ด๋ณด์ธ์."
},
"drag-and-drop": {
"insert-link-here": "์ฌ๊ธฐ์ ๋งํฌ ์ฝ์
",
"insert-links-here": "์ฌ๊ธฐ์ ๋งํฌ ์ฝ์
",
"move-into-folder": "\"{{folder}}\" ํด๋๋ก ์ด๋",
"star-this-file": "ํด๋น ํ์ผ ์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ๊ฐ",
"star-these-files": "ํด๋น ํ์ผ ์ฆ๊ฒจ์ฐพ๊ธฐ ์ถ๊ฐ",
"open-in-this-tab": "ํ์ฌ ํญ์์ ์ด๊ธฐ",
"open-as-tab": "์ ํญ์์ ์ด๊ธฐ"
},
"window": {
"maximize": "์ต๋ํ",
"minimize": "์ต์ํ",
"restore-down": "์๋ณธ ํฌ๊ธฐ๋ก ๋๋๋ฆฌ๊ธฐ",
"close-window": "์ฐฝ ๋ซ๊ธฐ",
"go-back": "๋ค๋ก",
"go-forward": "์์ผ๋ก"
},
"start-up": {
"loading-obsidian": "Obsidian ๋ถ๋ฌ์ค๋ ์ค...",
"obsidian-load-error": "Obsidian์ ๋ถ๋ฌ์ค๋ ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์ต๋๋ค.",
"button-reload-app": "์ฑ ์๋ก๊ณ ์นจ",
"button-reload-app-in-safe-mode": "์์ ๋ชจ๋๋ก ์ฑ ์๋ก๊ณ ์นจ",
"button-open-another-vault": "๋ค๋ฅธ ๋ณด๊ดํจ ์ด๊ธฐ",
"loading-plugins": "ํ๋ฌ๊ทธ์ธ ๋ถ๋ฌ์ค๋ ์ค...",
"msg-plugin-hang": "Plugin โ{{plugin}}โ is taking long to load. ",
"loading-vault": "๋ณด๊ดํจ ๋ถ๋ฌ์ค๋ ์ค...",
"msg-failed-to-load-vault": "๋ณด๊ดํจ์ ๋ถ๋ฌ์ค์ง ๋ชปํ์ต๋๋ค: ",
"loading-cache": "์บ์ ๋ถ๋ฌ์ค๋ ์ค...",
"loading-workspace": "์์
๊ณต๊ฐ ๋ถ๋ฌ์ค๋ ์ค..."
},
"mobile": {
"action-import": "๋ณด๊ดํจ์ผ๋ก ๊ฐ์ ธ์ค๊ธฐ",
"action-insert-text-desc": "ํ์ผ์ ํ
์คํธ ์ถ๊ฐํ๊ธฐ:",
"action-choose-file-to-insert": "์ฝ์
ํ ํ์ผ ์ ํ",
"action-insert-text-into-file": "{{filename}} ํ์ผ์ ํ
์คํธ ์ฝ์
",
"action-insert-link-into-file": "{{filename}} ํ์ผ์ ๋งํฌ ์ฝ์
",
"action-show-switcher": "Show tab overview",
"msg-importing": "๊ฐ์ ธ์ค๋ ์ค...",
"msg-import-success": "๊ฐ์ ธ์ค๊ธฐ์ ์ฑ๊ณตํ์ต๋๋ค",
"msg-failed-to-import-file": "{{filename}} ํ์ผ์ ๊ฐ์ ธ์ค์ง ๋ชปํ์ต๋๋ค",
"msg-back-again-to-exit": "์ข
๋ฃํ๋ ค๋ฉด ๋ค๋ก๊ฐ๊ธฐ๋ฅผ ๋ค์ ๋๋ฌ์ฃผ์ธ์."
},
"help-screen": {
"label-official-help-site": "๊ณต์ ๋์๋ง ์ฌ์ดํธ",
"label-official-help-site-desc": "Obsidian ๊ณต์ ๋์๋ง ๋ฌธ์๋ฅผ ์ฝ์ ์ ์์ต๋๋ค. ๋ฌธ์๋ ๋ค๊ตญ์ด๋ก ์ ๊ณต๋ฉ๋๋ค.",
"action-visit": "๋ฐฉ๋ฌธ",
"label-discord-chat": "Discord ์ฑํ
",
"label-discord-chat-desc": "Discord๋ ์ ์ธ๊ณ์ ํ์ํ Obsidian ์ฌ์ฉ์๋ค๊ณผ ์ฑํ
ํ ์ ์๋ ์ต๊ณ ์ ์ฅ์์
๋๋ค.",
"action-join": "์ฐธ์ฌ",
"label-forum": "๊ณต์ ํฌ๋ผ",
"label-forum-desc": "์ฌ์ฉ์ ๊ฐ์ ๋์์ด๋ ๊ธฐ๋ฅ ์์ฒญ, ๋ฒ๊ทธ ๋ณด๊ณ ์, ์ง์ ๊ด๋ฆฌ์ ๋ํ ๊น์ ํ ๋ก ๋ฑ์ ํ ์ ์์ต๋๋ค.",
"label-sandbox-vault": "์๋๋ฐ์ค ๋ณด๊ดํจ",
"label-sandbox-vault-desc": "๋ค์ํ ๊ธฐ๋ฅ์ ์ฌ์ฉํด ๋ณผ ์ ์์ต๋๋ค. ์ด ๋ณด๊ดํจ์ ๋ณ๊ฒฝ์ฌํญ์ ์ ์ฅ๋์ง ์์ต๋๋ค."
}
},
"commands": {
"save-file": "ํ์ฌ ํ์ผ ์ ์ฅ",
"follow-cursor-link": "์ปค์ ๋ค ๋งํฌ ๋ฐ๋ผ๊ฐ๊ธฐ",
"open-cursor-link-in-new-tab": "์ ํญ์์ ์ปค์ ๋ค ๋งํฌ ์ด๊ธฐ",
"open-cursor-link-to-the-right": "์ฐ์ธก ํ๋ฉด์์ ์ปค์ ๋ค ๋งํฌ ์ด๊ธฐ",
"open-cursor-link-in-new-window": "์ ์ฐฝ์์ ์ปค์ ๋ค ๋งํฌ ์ด๊ธฐ",
"navigate-tab-above": "์๋จ ํญ ๊ทธ๋ฃน์ผ๋ก ์ด๋",
"navigate-tab-below": "ํ๋จ ํญ ๊ทธ๋ฃน์ผ๋ก ์ด๋",
"navigate-tab-left": "์ข์ธก ํญ ๊ทธ๋ฃน์ผ๋ก ์ด๋",
"navigate-tab-right": "์ฐ์ธก ํญ ๊ทธ๋ฃน์ผ๋ก ์ด๋",
"toggle-pin": "๊ณ ์ ํ ์ผ๊ธฐ/๋๊ธฐ",
"split-right": "์ฐ์ธก ๋ถํ ",
"split-down": "ํ๋จ ๋ถํ ",
"toggle-stacked-tabs": "์คํ ํญ ํ์ฑํ/๋นํ์ฑํ",
"navigate-back": "๋ค๋ก๊ฐ๊ธฐ",
"navigate-forward": "์์ผ๋ก ๊ฐ๊ธฐ",
"use-dark-mode": "๋คํฌ ๋ชจ๋ ์ฌ์ฉํ๊ธฐ",
"use-light-mode": "๋ผ์ดํธ ๋ชจ๋ ์ฌ์ฉํ๊ธฐ",
"change-theme": "ํ
๋ง ๋ณ๊ฒฝ",
"search-current-file": "ํ์ฌ ํ์ผ ๋ด ๊ฒ์",
"search-replace-current-file": "ํ์ฌ ํ์ผ ๋ด ๊ฒ์ ๋ฐ ๋ฐ๊พธ๊ธฐ",
"add-property": "ํ์ผ ์์ฑ ์ถ๊ฐ",
"label-sort-property-a-to-z": "Name (A to Z)",
"label-sort-property-z-to-a": "Name (Z to A)",
"add-alias": "๋ณ์นญ ์ถ๊ฐ",
"edit-property": "ํ์ผ ์์ฑ ์์ ",
"clear-properties": "ํ์ผ ์์ฑ ๋น์ฐ๊ธฐ",
"open-settings": "์ค์ ์ด๊ธฐ",
"open-help": "๋์๋ง ์ด๊ธฐ",
"toggle-edit": "ํธ์ง/์ฝ๊ธฐ ํ๋ฉด ์ ํ",
"toggle-source-mode": "์ค์๊ฐ ๋ฏธ๋ฆฌ๋ณด๊ธฐ/์๋ณธ ๋ชจ๋ ์ ํ",
"delete-current-file": "ํ์ฌ ํ์ผ ์ญ์ ",
"new-tab": "์ ํญ",
"show-trash": "ํด์งํต ์ด๊ธฐ",
"close-all-tabs": "๋ชจ๋ ํญ ๋ซ๊ธฐ",
"close-active-tab": "ํ์ฌ ํญ ๋ซ๊ธฐ",
"close-others-in-tab-group": "ํญ ๊ทธ๋ฃน์ ์๋ ๋ค๋ฅธ ํญ๋ค ๋ซ๊ธฐ",
"close-other-tabs": "๋ค๋ฅธ ํญ๋ค ๋ซ๊ธฐ",
"close-tab-group": "ํ์ฌ ํญ ๊ทธ๋ฃน ๋ซ๊ธฐ",
"toggle-left-sidebar": "์ผ์ชฝ ์ฌ์ด๋๋ฐ ์ด๊ธฐ/๋ซ๊ธฐ",
"toggle-ribbon": "๋ฆฌ๋ณธ ํ์ฑํ/๋นํ์ฑํ",
"toggle-right-sidebar": "์ค๋ฅธ์ชฝ ์ฌ์ด๋๋ฐ ์ด๊ธฐ/๋ซ๊ธฐ",
"toggle-default-new-tab-mode": "์ ํญ ๊ธฐ๋ณธ ๋ชจ๋ ์ ํ",
"add-cursor-above": "์์ ์ปค์ ์ถ๊ฐ",
"add-cursor-below": "์๋์ ์ปค์ ์ถ๊ฐ",
"focus-editor": "์๋ํฐ์ ํฌ์ปค์ค",
"toggle-fold-properties": "ํ์ฌ ํ์ผ์์ ์์ฑ ์ ๊ธฐ/ํผ์น๊ธฐ",
"toggle-fold": "ํ์ฌ ํ์์ ํด๊ธฐ/์ ๊ธฐ",
"fold-all": "๋ชจ๋ ์ ๋ชฉ ๋ฐ ๋ชฉ๋ก ์ ๊ธฐ",
"unfold-all": "๋ชจ๋ ์ ๋ชฉ ๋ฐ ๋ชฉ๋ก ํผ์น๊ธฐ",
"fold-more": "์ ๊ธฐ",
"fold-less": "ํผ์น๊ธฐ",
"swap-line-up": "์์ค๊ณผ ๋ฐ๊พธ๊ธฐ",
"swap-line-down": "์๋ซ์ค๊ณผ ๋ฐ๊พธ๊ธฐ",
"remove-heading": "์ ๋ชฉ ์ ๊ฑฐ",
"toggle-heading": "์ ๋ชฉ {{level}} ์ค์ ",
"toggle-bold": "์ ํ๋ ํ
์คํธ ๋ณผ๋์ฒด ํ์ฑํ/๋นํ์ฑํ",
"toggle-italics": "์ ํ๋ ํ
์คํธ ์ดํค๋ฆญ์ฒด ํ์ฑํ/๋นํ์ฑํ",
"toggle-highlight": "์ ํ๋ ํ
์คํธ ํ์ด๋ผ์ดํธ ํ์ฑํ/๋นํ์ฑํ",
"toggle-comments": "์ฃผ์ ์ผ๊ธฐ/๋๊ธฐ",
"clear-formatting": "์์ ์ง์ฐ๊ธฐ",
"insert-link": "๋งํฌ ์ฝ์
",
"toggle-spellcheck": "๋ง์ถค๋ฒ ๊ฒ์ฌ ํ์ฑํ/๋นํ์ฑํ",
"delete-paragraph": "๋จ๋ฝ ์ ๊ฑฐ",
"toggle-checklist": "์ฒดํฌ๋ฐ์ค ์ฒดํฌ/ํด์ ",
"cycle-list-checklist": "๊ธ๋จธ๋ฆฌ ๋ชฉ๋ก/์ฒดํฌ๋ฐ์ค ์ํ",
"insert-callout": "์ฝ์์ ์ฝ์
",
"insert-code-block": "์ฝ๋ ๋ธ๋ญ ์ฝ์
",
"insert-math-block": "์์ ๋ธ๋ญ ์ฝ์
",
"insert-horizontal-rule": "์ํ์ ์ฝ์
",
"insert-table": "ํ ์ฝ์
",
"edit-file-title": "ํ์ผ ์ ๋ชฉ ํธ์ง",
"copy-path": "ํ์ผ ๊ฒฝ๋ก ๋ณต์ฌ",
"copy-url": "Obsidian URL ๋ณต์ฌ",
"export-pdf": "PDF๋ก ๋ด๋ณด๋ด๊ธฐ",
"reload": "์ ์ฅํ์ง ์๊ณ ์ฑ ์๋ก๊ณ ์นจ",
"undo-close-tab": "ํญ ๋ซ๊ธฐ ์คํ ์ทจ์",
"context-menu": "์ปจํ
์คํธ ๋ฉ๋ด๋ฅผ ์ปค์ ๋ค์ ์ด๊ธฐ",
"show-debug-info": "๋๋ฒ๊ทธ ์ ๋ณด ๋ณด๊ธฐ",
"open-sandbox-vault": "์๋๋ฐ์ค ๋ณด๊ดํจ ์ด๊ธฐ",
"always-on-top": "ํญ์ ์ต์๋จ์ ๋๋ ์ฐฝ ํ์ฑํ/๋นํ์ฑํ",
"zoom-in": "ํ๋",
"zoom-out": "์ถ์",
"reset-zoom": "ํ๋ฉด ๋น์จ ์ด๊ธฐํ",
"toggle-preview": "ํธ์ง/๋ฏธ๋ฆฌ๋ณด๊ธฐ ๋ชจ๋ ํ์ฑํ/๋นํ์ฑํ",
"move-to-new-window": "ํ์ฌ ํจ์ธ์ ์ ์ฐฝ์ผ๋ก ์ด๋",
"open-in-new-window": "ํ์ฌ ํจ์ธ์ ์ ์ฐฝ์์ ์ด๊ธฐ",
"rename-current-file": "ํ์ฌ ํ์ผ ์ด๋ฆ ๋ณ๊ฒฝ",
"go-to-prev-tab": "์ด์ ํญ์ผ๋ก ์ด๋",
"go-to-next-tab": "๋ค์ ํญ์ผ๋ก ์ด๋",
"go-to-last-tab": "๋ง์ง๋ง ํญ์ผ๋ก ์ด๋",
"go-to-nth-tab": "{{n}} ๋ฒ์งธ ํญ์ผ๋ก ์ด๋",
"show-release-notes": "๋ฆด๋ฆฌ์ฆ ๋
ธํธ ์ด๊ธฐ"
},
"dialogue": {
"label-link-affected": "์ด ์์
์ด {{files}} ์ {{links}} ๋งํฌ์ ์ํฅ์ ๋ผ์น ์๋ ์์ต๋๋ค.",
"msg-updated-links": "{{files}} ์ {{links}} ๋ฅผ ์
๋ฐ์ดํธํ์ต๋๋ค.",
"label-update-links": "๋งํฌ ์
๋ฐ์ดํธ",
"label-confirm-update-link-to-file": "์ด ํ์ผ๋ก ์ฐ๊ฒฐ๋๋ ๋ด๋ถ ๋งํฌ๋ค์ ์
๋ฐ์ดํธํ์๊ฒ ์ต๋๊น?",
"button-always-update": "ํญ์ ์
๋ฐ์ดํธ",
"button-just-once": "ํ ๋ฒ๋ง ์
๋ฐ์ดํธ",
"button-do-not-update": "์
๋ฐ์ดํธํ์ง ์์",
"label-confirm-deletion": "์ ๋ง๋ก \"{{filename}}\" ์(๋ฅผ) ์ญ์ ํ์๊ฒ ์ต๋๊น?",
"label-move-to-system-trash": "์ด ํ์ผ์ ์์คํ
ํด์งํต์ผ๋ก ์ด๋์ํต๋๋ค.",
"label-move-to-vault-trash": "Obsidian์ ํด์งํต์ผ๋ก ์ด๋ํฉ๋๋ค. Obsidian ํด์งํต์ ๋ณด๊ดํจ์ ์จ๊ฒจ์ง ํด๋ \".trash\"์ ์์นํด ์์ต๋๋ค.",
"label-permanent-delete": "์ด ํ์ผ์ ์๊ตฌ์ ์ผ๋ก ์ญ์ ํฉ๋๋ค.",
"label-non-empty-folder": "ํด๋น ํด๋๊ฐ ๋น์ด ์์ง ์์ต๋๋ค.",
"label-delete-folder-warning": "ํด๋๋ฅผ ์ญ์ ํ๋ฉด ํด๋ ๋ด์ ๋ชจ๋ ํ์ผ๋ค์ด ์ญ์ ๋ฉ๋๋ค.",
"label-delete-folder": "ํด๋ ์ญ์ ",
"button-delete": "์ญ์ ",
"button-delete-do-not-ask-again": "์ญ์ ํ๊ณ ๋ค์ ๋ฌป์ง ์๊ธฐ",
"label-do-not-ask-again": "๋ค์ ๋ฌป์ง ์๊ธฐ",
"label-existing-backlink": "ํ์ฌ {{links}} ๊ฐ ํ์ฌ ๋
ธํธ๋ฅผ ๊ฐ๋ฆฌํค๊ณ ์์ต๋๋ค",
"label-existing-backlink_plural": "ํ์ฌ {{links}} ๋ค์ด ํ์ฌ ๋
ธํธ๋ฅผ ๊ฐ๋ฆฌํค๊ณ ์์ต๋๋ค",
"label-delete-file": "ํ์ผ ์ญ์ ",
"button-manage": "๊ด๋ฆฌ",
"button-view": "View",
"button-confirm": "Confirm",
"button-cancel": "์ทจ์",
"button-done": "์๋ฃ",
"button-save": "์ ์ฅ",
"button-stop": "์ ์ง",
"button-continue": "๊ณ์",
"button-choose": "์ ํ",
"preparing-pdf": "PDF ํ์ผ ์ค๋น์ค...",
"label-rename-file": "ํ์ผ ์ด๋ฆ ๋ณ๊ฒฝ",
"label-rename-file-generic": "ํ์ผ ์ด๋ฆ",
"label-new-name": "์ ์ด๋ฆ",
"msg-rename-success": "ํ์ผ ์ด๋ฆ์ ๋ณ๊ฒฝํ์ต๋๋ค.",
"msg-merge-failed": "๋
ธํธ ๋ณํฉ ์คํจ: {{message}}",
"msg-file-or-folder-not-found": "โ{{path}}โ ๊ฒฝ๋ก์ ํด๋/ํ์ผ์ด ์กด์ฌํ์ง ์์ต๋๋ค.",
"label-rename-heading": "์ ๋ชฉ ์ด๋ฆ ๋ณ๊ฒฝ",
"label-rename-blockid": "๋ธ๋ญ ID ์ด๋ฆ ๋ณ๊ฒฝ"
},
"menu-items": {
"new-file": "๋
ธํธ ์์ฑ",
"new-file-to-the-right": "์ค๋ฅธ์ชฝ์ ๋
ธํธ ์์ฑ",
"new-window": "์ ์ฐฝ",
"open-switcher": "๋น ๋ฅด๊ฒ ์ด๊ธฐ...",
"open-vault": "๋ณด๊ดํจ ์ด๊ธฐ...",
"close-tab": "ํญ ๋ซ๊ธฐ",
"close-window": "์ฐฝ ๋ซ๊ธฐ",
"find": "์ฐพ๊ธฐ",
"replace": "๋ฐ๊พธ๊ธฐ",
"insert-callout": "์ฝ์์",
"insert-markdown-link": "๋งํฌ๋ค์ด ๋งํฌ",
"insert-wikilink": "๋งํฌ",
"set-heading": "์ ๋ชฉ {{level}}",
"no-heading": "์ ๋ชฉ ์์ ์ง์ฐ๊ธฐ",
"insert-quote": "์ธ์ฉ",
"export-pdf": "PDF๋ก ๋ด๋ณด๋ด๊ธฐ",
"insert-attachment": "์ฒจ๋ถ ํ์ผ ์ฝ์
...",
"insert-codeblock": "์ฝ๋ ๋ธ๋ญ",
"insert-math-block": "์์ ๋ธ๋ญ",
"insert-table": "ํ",
"toggle-bullet-list": "๊ธ๋จธ๋ฆฌ ๋ชฉ๋ก",
"toggle-numbered-list": "์ซ์ ๋ชฉ๋ก",
"toggle-checklist": "์์
๋ชฉ๋ก",
"toggle-bold": "๊ตต๊ธฐ",
"toggle-code": "์ฝ๋",
"toggle-comment": "์ฃผ์",
"toggle-italics": "์ดํค๋ฆญ์ฒด",
"toggle-inline-math": "์์",
"toggle-highlight": "ํ์ด๋ผ์ดํธ",
"toggle-strikethrough": "์ทจ์์ ",
"toggle-comments": "์ฃผ์",
"folding-menu": "์ ๊ธฐ",
"fold-all": "๋ชจ๋ ์ ๊ธฐ",
"unfold-all": "๋ชจ๋ ํผ์น๊ธฐ",
"fold-more": "์ ๊ธฐ",
"fold-less": "ํผ์น๊ธฐ",
"source-mode": "์๋ณธ ๋ชจ๋",
"reading-view": "์ฝ๊ธฐ ํ๋ฉด",
"show-debug-info": "๋๋ฒ๊ทธ ์ ๋ณด ํ์",
"open-sandbox": "์๋๋ฐ์ค ๋ณด๊ดํจ ์ด๊ธฐ",
"navigate-back": "๋ค๋ก๊ฐ๊ธฐ",
"navigate-forward": "์์ผ๋ก๊ฐ๊ธฐ",
"toggle-left-sidebar": "์ผ์ชฝ ์ฌ์ด๋๋ฐ ์ด๊ธฐ/๋ซ๊ธฐ",
"toggle-right-sidebar": "์ค๋ฅธ์ชฝ ์ฌ์ด๋๋ฐ ์ด๊ธฐ/๋ซ๊ธฐ",
"toggle-ribbon": "๋ฆฌ๋ณธ",
"split-right": "์ค๋ฅธ์ชฝ ๋ถํ ",
"split-down": "์๋์ชฝ ๋ถํ ",
"release-notes": "๋ฆด๋ฆฌ์ฆ ๋
ธํธ"
},
"plugins": {
"name": "ํ๋ฌ๊ทธ์ธ",
"file-explorer": {
"name": "ํ์ผ ํ์๊ธฐ",
"desc": "๋ณด๊ดํจ์ ๋ชจ๋ ํ์ผ์ ๋ณด์ฌ์ค๋๋ค.",
"action-open": "ํ์ผ ํ์๊ธฐ ์ด๊ธฐ",
"action-show": "ํ์ผ ํ์๊ธฐ ํ์",
"action-create-note": "์ ๋
ธํธ ์์ฑ",
"action-create-folder": "์ ํด๋ ์์ฑ",
"action-create-note-in-current-tab": "ํ์ฌ ํญ์ ์ ๋
ธํธ ์์ฑ",
"action-create-note-to-the-right": "์ค๋ฅธ์ชฝ์ ๋
ธํธ ์์ฑ",
"action-collapse-all": "๋ชจ๋ ์ ๊ธฐ",
"action-expand-all": "๋ชจ๋ ํผ์น๊ธฐ",
"action-new-note": "์ ๋
ธํธ",
"action-new-folder": "์ ํด๋",
"action-change-sort": "์ ๋ ฌ ์์ ๋ณ๊ฒฝ",
"action-reveal-file": "ํ์ผ ํ์๊ธฐ์์ ํ์ผ ๋ณด๊ธฐ",
"action-reveal-active-file": "ํ์ผ ํ์๊ธฐ์์ ํ์ผ ๋ณด๊ธฐ",
"command-make-a-copy": "์ด ํ์ผ์ ์ฌ๋ณธ ์์ฑ",
"command-make-a-copy-mac": "Duplicate current file",
"command-move-file": "๋ค๋ฅธ ํด๋๋ก ํ์ผ ์ด๋",
"action-new-folder-with-count": "New folder with selection ({{count}} item)",
"action-new-folder-with-count_plural": "New folder with selection ({{count}} items)",
"action-move-file": "ํ์ผ์ ๋ค์ ์์น๋ก ์ด๋...",
"action-move-folder": "ํด๋ ์ด๋...",
"action-move-items": "{{count}} ๊ฐ์ ํญ๋ชฉ ์ด๋...",
"prompt-type-folder": "ํด๋ ์
๋ ฅ",
"label-no-folders": "ํด๋๋ฅผ ์ฐพ์ง ๋ชปํ์ต๋๋ค.",
"instruction-navigate": "์ด๋ํ๊ธฐ",
"instruction-move": "์ฎ๊ธฐ๊ธฐ",
"instruction-create": "์์ฑํ๊ธฐ",
"instruction-dismiss": "๋ซ๊ธฐ",
"label-sort-a-to-z": "ํ์ผ ์ด๋ฆ (์ํ๋ฒณ์)",
"label-sort-z-to-a": "ํ์ผ ์ด๋ฆ (์ํ๋ฒณ ์ญ์)",
"label-sort-new-to-old": "์
๋ฐ์ดํธ ๋ ์ง (์ต์ ์)",
"label-sort-old-to-new": "์
๋ฐ์ดํธ ๋ ์ง (์ค๋๋ ์)",
"label-sort-created-old-to-new": "์์ฑ์ผ (์ค๋๋ ์)",
"label-sort-created-new-to-old": "์์ฑ์ผ (์ต์ ์)",
"menu-opt-new-note": "์ ๋
ธํธ",
"menu-opt-new-folder": "์ ํด๋",
"menu-opt-rename": "์ด๋ฆ ๋ณ๊ฒฝ",
"menu-opt-delete": "์ญ์ ",
"menu-opt-make-copy": "๋ณต์ฌ๋ณธ ์์ฑ",
"menu-opt-make-copy-mac": "Duplicate",
"msg-invalid-characters": "ํ์ผ ์ด๋ฆ์๋ ๋ค์ ๋ฌธ์๋ค์ ์ฌ์ฉํ ์ ์์ต๋๋ค: ",
"msg-unsafe-characters": "๋ค์ ๋ฌธ์๊ฐ ํฌํจ๋ ํ์ผ ์ด๋ฆ๋ค์ ๋งํฌ ๊ธฐ๋ฅ์ ์ฌ์ฉํ ๋ ์๋ํ์ง ์์ต๋๋ค: ",
"msg-file-already-exists": "๋์ผํ ์ด๋ฆ์ ํ์ผ์ด ์์ต๋๋ค",
"msg-empty-file-name": "ํ์ผ ์ด๋ฆ์ ๋น์ธ ์ ์์ต๋๋ค.",
"msg-bad-dotfile": "์จ์ (.)์ผ๋ก ํ์ผ ์ด๋ฆ์ ์์ํ ์ ์์ต๋๋ค.",
"tooltip-modified-time": "๋ง์ง๋ง์ผ๋ก ์์ ๋ ์๊ฐ: {{time}}",
"tooltip-created-time": "์์ฑ๋ ๋ ์ง ๋ฐ ์๊ฐ: {{time}}",
"tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}",
"action-move-file-short-name": "์ด๋",
"label-untitled-file": "๋ฌด์ ",
"label-untitled-folder": "๋ฌด์ ",
"msg-set-attachment-folder": "์ฒจ๋ถ ํ์ผ๋ค์ด ์ด์ ๋ถํฐ \"{{path}}\"์ ์ ์ฅ๋ฉ๋๋ค."
},
"search": {
"name": "๊ฒ์",