forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathko.json
1188 lines (1188 loc) ยท 71.1 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": "์์: ํด๋/ํ์ผ",
"editor": {
"name": "์๋ํฐ",
"option-spellcheck": "๋ง์ถค๋ฒ ๊ฒ์ฌ",
"option-spellcheck-description": "๋ง์ถค๋ฒ ๊ฒ์ฌ๊ธฐ๋ฅผ ํต๋๋ค. ํ์ฌ ์์ด๋ง ์ง์ํฉ๋๋ค.",
"spellcheck-dict": "๋ง์ถค๋ฒ ์ฌ์ ",
"spellcheck-dict-empty": "๋ง์ถค๋ฒ ์ฌ์ ์ด ๋น์ด์์ต๋๋ค.",
"option-readable-line-length": "๊ธ์ค ๊ธธ์ด ์ ํ",
"option-readable-line-description": "๊ธ์ค์ ๊ธธ์ด๋ฅผ ์ ํ์ํต๋๋ค. ํ๋ฉด์ ๊ธ์ด ๋ ๋ค์ด๊ฐ์ง๋ง, ๋ฌธ๋จ์ ์ฝ๊ธฐ ํธํด์ง๋๋ค.",
"option-strict-line-break": "๊ฐํ ๊ท์น ๋ฐ๋ฅด๊ธฐ",
"option-strict-line-break-description": "ํ๋ฆฌ๋ทฐ ๋ชจ๋์์ ๋งํฌ๋ค์ด์ ์์๋๋ก ๊ฐํ ํ๋ฒํ ๊ฒ์ ๋ฌด์ํฉ๋๋ค. ํ๋ฆฌ๋ทฐ ๋ชจ๋์์ ๊ฐํ ํ๋ฒ ํ๊ฑธ ๋ณด๊ณ ์ถ์ผ์๋ฉด ์ด๊ฑธ ๊บผ์ฃผ์ธ์.",
"option-show-frontmatter": "ํ๋ก ํธ ๋งคํฐ ๋ณด์ฌ์ฃผ๊ธฐ",
"option-show-frontmatter-description": "ํ๋ฆฌ๋ทฐ ๋ชจ๋์์ ํ๋ก ํธ ๋งคํฐ๋ฅผ ์ฝ๋ ๋ธ๋ก์ผ๋ก ๋ณด์ฌ์ค๋๋ค. ํ๋ก ํธ๋งคํฐ๋ฅผ ์จ๊ธฐ๊ณ ์ถ๋ค๋ฉด ๊บผ์ฃผ์ธ์.",
"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-pane-mode": "๊ธฐ๋ณธ ์ ํจ๋ ๋ชจ๋",
"option-default-new-pane-mode-description": "์๋ก์ด ํจ๋์ด ์ด๋ฆฌ๋ ๊ธฐ๋ณธ ๋ฐฉ์.",
"option-default-new-pane-mode-source": "ํธ์ง๊ธฐ",
"option-default-new-pane-mode-preview": "๋ฏธ๋ฆฌ๋ณด๊ธฐ",
"option-show-line-number": "์ค ๋ฒํธ",
"option-show-line-number-description": "์ค ๋ฒํธ๋ฅผ ๋ณด์ฌ์ค๋๋ค.",
"option-use-tabs": "ํญ ํค ์ฐ๊ธฐ",
"option-use-tabs-description": "ํญ ํค๋ก ๋ค์ฌ์ฐ๊ธฐ๋ฅผ ํฉ๋๋ค. ๋์ด์ฐ๊ธฐ๋ก ํ๊ณ ์ถ์ผ์๋ค๋ฉด ๊บผ์ฃผ์ธ์.",
"option-tab-size": "ํญ ํฌ๊ธฐ",
"option-tab-size-description": "ํญ ํ๊ฐ๋น ์คํ์ด์ค์ ๊ฐฏ์",
"option-line-wrap": "์ค ๋ฐ๊ฟ",
"option-line-wrap-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-emacsy-keys": "macOS์ ๋ ๊ฑฐ์ Emacs ํค ๋ฐ์ธ๋ฉ",
"option-emacsy-keys-description": "MacOS์๋ ์ผ๋ฐ์ ์ผ๋ก ์ฐ์ด๋ ์ถ๊ฐ์ ์ธ Emacs์ ๋ค๋น๊ฒ์ด์
ํค๋ฅผ ์ฌ์ฉํ๊ฒ ํด์ค๋๋ค. ๋ค๋ฅธ ํค๋ค๊ณผ ์ถฉ๋์ด ์์ ์๋ ์์ต๋๋ค.",
"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": "[[์ํค๋งํฌ]] ์ฌ์ฉ",
"option-use-wiki-links-description": "๋งํฌ๋ค์ด ๋งํฌ์ ์ด๋ฏธ์ง ๋์ ์ ์ํค [[๋งํฌ]] ์ ![[์ด๋ฏธ์ง]]๋ก ์๋ ์์ฑ๋ฉ๋๋ค. ๋งํฌ๋ค์ด ๋งํฌ๋ก ์์ฑํ๊ณ ์ถ๋ค๋ฉด ์ด ์ต์
์ ๊บผ์ฃผ์ธ์.",
"option-show-unsupported-files": "๋ชจ๋ ํ์ผ ํ์ฅ์ ํ์ํ๊ธฐ",
"option-show-unsupported-files-description": "Obsidian์ด ์ด์ง ๋ชปํ๋ ํ์ผ ํ์ฅ์๋ค๋ ๋ณด์ฌ์ค๋๋ค. 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-choice-subdirectory": "ํ์ฌ ํด๋์ ํ์ ํด๋",
"option-attachment-folder-path": "์ฒจ๋ถํ์ผ ํด๋ ๊ฒฝ๋ก",
"option-attachment-folder-path-description": "์๋ก ์์ฑ๋ ์ฒจ๋ถํ์ผ๋ค์ด ์ด ํด๋์ ๋ณด๊ด๋ฉ๋๋ค. ์ด๋ ๋ณต์ฌ ๋ถ์ฌ๋ฃ๊ธฐ, ํน์ ๋์ด์ ๊ฐ์ ธ์จ ์ฌ์ง๋ค๊ณผ ์์ฑ๋ฐ์ดํฐ๋ ํฌํจ๋ฉ๋๋ค.",
"option-attachment-subfolder-path": "ํ์ํด๋ ์ด๋ฆ",
"option-attachment-subfolder-path-description": "ํ์ผ์ด \"๋ณด๊ดํจ/ํด๋\" ์๋์ ์๊ณ ํ์ ํด๋ ์ด๋ฆ์ด \"์ฒจ๋ถํ์ผ\"์ผ ๊ฒฝ์ฐ, ์ฒจ๋ถํ์ผ๋ค์ด \"๋ณด๊ดํจ/ํด๋/์ฒจ๋ถํ์ผ\"๋ก ์ ์ฅ๋ฉ๋๋ค..",
"option-attachment-subfolder-path-placeholder": "์ฒจ๋ถํ์ผ"
},
"appearance": {
"name": "ํ
๋ง",
"option-base-theme": "๊ธฐ๋ณธ ํ
๋ง",
"option-base-theme-description": "Obsidian์ ๊ธฐ๋ณธ ํ
๋ง๋ฅผ ๊ณจ๋ผ์ฃผ์ธ์.",
"dark-theme": "๋คํฌ",
"light-theme": "๋ผ์ดํธ",
"option-use-obsidian-css": "์ปค์คํ
CSS ์ ์ฉ",
"option-use-obsidian-css-description": "๋ณด๊ดํจ์ ์ต์์ ํด๋์ ์๋ โobsidian.cssโ๋ฅผ ์ ์ฉ์ํต๋๋ค. ํ์ฌ ์ง์์ด ์ค๋จ๋ ์ค์ ์
๋๋ค. obsidian.css ํ์ผ์ vault/.obisidan/snippets ํด๋๋ก ์ฎ๊ฒจ์ฃผ์ธ์.",
"option-community-themes": "๊ณต๊ฐ๋ ์ปค๋ฎค๋ํฐ ํ
๋ง",
"option-community-themes-description": "์ปค๋ฎค๋ํฐ์์ ๋ง๋ ํ
๋ง๋ค์ ๊ตฌ๊ฒฝํด๋ณด๊ณ ์ฌ์ฉํ์ธ์.",
"button-browse-community-themes": "๊ฒ์",
"option-font-size": "Font size",
"option-font-size-description": "editor์ preview์์ ํฝ์
๋จ์์ ํฐํธ ์ฌ์ด์ฆ",
"option-font-size-action": "ํฐํธ ํฌ๊ธฐ ๋น ๋ฅธ ์กฐ์ ",
"option-font-size-action-description": "Ctrl + ์คํฌ๋กค ํน์ ํธ๋ํจ๋ ํ์น-์ค ์ ์ค์ณ๋ฅผ ํตํ ํฐํธ ํฌ๊ธฐ ์กฐ์ .",
"option-themes": "ํ
๋ง",
"option-theme": "ํ
๋ง",
"option-theme-description": "์ฌ์ฉํ ์ปค๋ฎค๋ํฐ ํ
๋ง๋ฅผ ๊ณจ๋ผ์ฃผ์ธ์. ํ
๋ง๋ค์ \"vault/.obsidian/themes/\"์ ์ ์ฅ๋์ด ์์ต๋๋ค.",
"option-choice-none": "์์",
"button-reload-themes": "ํ
๋ง ์๋ก๊ณ ์นจ",
"msg-reloaded-themes": "CSS ํ
๋ง ์๋ก๊ณ ์นจ ์๋ฃ.",
"button-open-themes-folder": "ํ
๋ง ํด๋ ์ด๊ธฐ",
"option-css-snippets": "CSS ์ค๋ํซ",
"label-no-css-snippets-found": "์ค๋ํซ ํด๋์ CSS ์ค๋ํซ์ด ์์ต๋๋ค.",
"no-snippet-description": "\"{{path}}\"์ CSS ์ค๋ํซ์ด ์ ์ฅ๋ฉ๋๋ค.",
"button-reload-snippets": "์ค๋ํซ ์๋ก๊ณ ์นจ",
"button-open-snippets-folder": "์ค๋ํซ ํด๋์ด๊ธฐ",
"msg-reloaded-snippets": "CSS ์ค๋ํซ ์๋ก๊ณ ์นจ ์๋ฃ.",
"option-toggle-snippet-description": "\"{{path}}\"์ CSS ์ค๋ํซ ์ ์ฉํ๊ธฐ."
},
"hotkeys": {
"name": "๋จ์ถํค",
"prompt-filter": "๊ฒ์...",
"tooltip-delete-hotkey": "๋จ์ถํค ์ญ์ ",
"label-waiting-for-hotkey-press": "๋จ์ถํค๋ฅผ ๋๋ฅด์ธ์...",
"tooltip-restore-default": "๊ธฐ๋ณธ๊ฐ์ผ๋ก ๋๋๋ฆฌ๊ธฐ",
"tooltip-customize-command": "๋จ์ถํค ๋ฐ๊พธ๊ธฐ",
"tooltip-hotkey-single-conflict": "๋จ์ถํค๊ฐ \"{{command}}\"์ ๋จ์ถํค์ ๊ฒน์นฉ๋๋ค.",
"tooltip-hotkey-multiple-conflicts": "์ด ๋จ์ถํค๋ {{count}}๊ฐ์ ๋จ์ถํค์ ๊ฒน์นฉ๋๋ค",
"label-blank-hotkey": "์์"
},
"about": {
"name": "์ฑ ์ ๋ณด",
"label-license-key": "์ ํ ํค",
"license-key-placeholder": "์ ํ ํค๋ฅผ ์
๋ ฅํด์ฃผ์ธ์.",
"label-enter-commercial-license": "์์
์ฉ ์ ํ ํค๋ฅผ ์
๋ ฅํด์ฃผ์ธ์: ",
"label-activate-license": "์ ํ ํค ๋ฑ๋กํ๊ธฐ",
"button-activate": "๋ฑ๋ก",
"label-unknown-version": "์์์์",
"label-current-version": "ํ์ฌ ๋ฒ์ : ",
"label-install-version": "(์ค์น ๋ฒ์ : {{version}})",
"label-up-to-date": "๊ฐ์ฅ ์ต์ ๋ฒ์ ์
๋๋ค!",
"label-read-changelog": "๋ณ๊ฒฝ๊ธฐ๋ก ์ฝ๊ธฐ.",
"label-manual-install-required": "์ต์ ๋ฒ์ ์ ์น์ฌ์ดํธ์์ ๋ค์ด๋ฐ์์ ์ค์นํด์ฃผ์ธ์",
"label-download-link": "๋ค์ด๋ก๋",
"label-new-version-ready": "์๋ก์ด ๋ฒ์ ์ด ์ค์นํ ์ค๋น๊ฐ ๋์์ต๋๋ค. ",
"label-relaunch-to-update": "์
๋ฐ์ดํธ๋ฅผ ์ํด์ ์ฑ์ ์ฌ์์ํด์ฃผ์ธ์",
"label-disabled-updates": "์
๋ฐ์ดํธ๊ฐ ํด์ ๋์ด์์ต๋๋ค.",
"label-checking-for-updates": "์๋ก์ด ์
๋ฐ์ดํธ ํ์ธ์ค...",
"button-relaunch": "์ฌ์์",
"button-check-for-updates": "์
๋ฐ์ดํธ ํ์ธ",
"option-auto-update": "์๋ ์
๋ฐ์ดํธ",
"option-auto-update-description": "์๋ ์
๋ฐ์ดํธ๋ฅผ ๋ง๊ณ ์ถ์ผ์๋ค๋ฉด ๊บผ์ฃผ์ธ์",
"option-open-help": "Obsidian ๋์๋ง",
"option-open-help-description": "๋ฉ๋ด์ผ ์ด๊ธฐ",
"button-open": "์ด๊ธฐ",
"option-language": "์ธ์ด",
"option-language-description": "์ธ์ด ๋ฐ๊พธ๊ธฐ.",
"option-insider-build": "๋ด๋ถ ๋น๋ ๋ฐ๊ธฐ",
"option-insider-build-description": "์๋ ์
๋ฐ์ดํธ๋ก ๋ด๋ถ ๋น๋๋ฅผ ์ฌ์ฉํด๋ด
๋๋ค. ๋ด๋ถ ๋น๋๋ค์ ๋ถ์์ ํฉ๋๋ค.",
"option-advanced": "๊ณ ๊ธ ์ต์
",
"option-hw-acceleration": "ํ๋์จ์ด ๊ฐ์",
"option-hw-acceleration-description": "ํ๋์จ์ด ๊ฐ์์ ์ผ์, GPU๋ฅผ ์ด์ฉํด์ Obsidian์ ๋์ฑ ๋ถ๋๋ฝ๊ฒ ํด์ค๋๋ค.",
"option-hw-acceleration-warning": "์ด๊ฒ์ ๋์๋ฉด ์ฑ์ ์ฑ๋ฅ",
"option-config-location": "config ํด๋ ๋ฌด์ํ๊ธฐ",
"option-config-location-description": "๊ธฐ๋ณธ Config ์ด์ธ์ ๋ค๋ฅธ ํด๋ ์ฌ์ฉํ๊ธฐ. ํด๋ ์ด๋ฆ์ด . ์ผ๋ก ์์ํด์ผ ํฉ๋๋ค",
"option-config-location-warning": "Config ํด๋๋ . ์ผ๋ก ์์ํ๋ ์ ํจํ ํด๋์ฌ์ผํฉ๋๋ค.",
"label-license": "์ ํ ํค",
"label-your-commercial-license": "์ฌ์ฉ์ค์ธ ์์
์ฉ ์ ํ ํค: ",
"label-commercial-license-info": "ํ์ฌ: \"{{company}}\" , ์ฌ์ฉ์ ์: {{seats}}, ์ ํจ๊ธฐ๊ฐ: {{expiry}}.",
"label-validating-commercial-license": "ํ์ธ ์ค...",
"label-invalid-commercial-license": "์ ํ ํค ๋ถ๋: ",
"button-activate-commercial-license": "์์
์ฉ ์ ํ ํค ๋ฑ๋กํ๊ธฐ",
"label-personal-license": " ๊ฐ์ธ ์ ํ ํค. ",
"label-thank-you-for-support": "ํ์ํด์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค!",
"label-free-personal-license": "๊ฐ์ธ ์ ํ ํค: ๊ฐ์ธ ์ฌ์ฉ์ ๋ฌด๋ฃ์
๋๋ค."
},
"account": {
"name": "๊ณ์ ",
"label-welcome": "์ด์์ค์ธ์, {{name}}!",
"label-your-account-email": "๋น์ ์ ๊ณ์ ์ ",
"label-insider": "๋ด๋ถ์",
"label-supporter": "ํ์์",
"label-vip": "VIP",
"label-role-text": "๋น์ ์ {{- role}}์
๋๋ค!",
"label-insider-build-access": "ํ์ํด์ฃผ์
์ ๊ฐ์ฌํฉ๋๋ค. ๋ด๋ถ์ ๋น๋๋ฅผ ์จ๋ณด์ค์ ์์ต๋๋ค.",
"label-action-suggestion": "์ด๋ ๊ฒ ํ์ํด์ฃผ์ค ์ ์์ต๋๋ค.",
"button-get-commercial-license": "์์
์ฉ ์ ํ ํค ๊ตฌ๋งค",
"button-get-catalyst-license": "Obsidian Catalyst๋ก ํ์ํ๊ธฐ",
"button-check-for-catalyst-license": "Obsidian Catalyst ํ์ธํ๊ธฐ",
"button-upgrade-catalyst-license": "๋ ๋์ ๋จ๊ณ๋ก ์
๊ทธ๋ ์ด๋ํ๊ธฐ",
"button-log-out": "๋ก๊ทธ์์",
"label-log-in": "๋ก๊ทธ์ธ",
"label-email": "์ด๋ฉ์ผ",
"placeholder-email": "์ด๋ฉ์ผ...",
"label-password": "๋น๋ฐ๋ฒํธ",
"placeholder-password": "๋น๋ฐ๋ฒํธ...",
"button-login": "๋ก๊ทธ์ธ",
"message-empty-email": "์ด๋ฉ์ผ์ ์
๋ ฅํด์ฃผ์ธ์.",
"message-invalid-email": "์ด๋ฉ์ผ์ ํ์ธํด์ฃผ์ธ์.",
"message-empty-password": "๋น๋ฐ๋ฒํธ๋ฅผ ์
๋ ฅํด์ฃผ์ธ์.",
"message-login-failed": "๋ก๊ทธ์ธ์ ์คํจํ์ต๋๋ค, ์ด๋ฉ์ผ๊ณผ ๋น๋ฐ๋ฒํธ๋ฅผ ๋ค์ ํ์ธํด์ฃผ์ธ์.",
"label-no-account": "๊ณ์ ์ด ์์ผ์ ๊ฐ์? ",
"link-sign-up-now": "ํ์๊ฐ์
",
"message-get-community-badges": "์ ํ ํค๋ฅผ ๋ฑ๋กํ๊ณ 24์๊ฐ ์ดํ์๋ ์ปค๋ฎค๋ํฐ ๋ฑ์ง๋ฅผ ๋ฐ์ง ๋ชปํ์
จ๋ค๋ฉด [email protected]๋ก ๋ฌธ์ํด์ฃผ์ธ์",
"message-obtain-commercial-license": "์์
์ฉ ์ ํ ํค๋ฅผ ๊ตฌํ์๊ณ ์ถ์ผ์๋ฉด {{pricingPageLink}}๋ฅผ ๋ฐฉ๋ฌธํด์ฃผ์ธ์."
},
"third-party-plugin": {
"name": "์๋ํํฐ ํ๋ฌ๊ทธ์ธ",
"option-safe-mode": "์์ ๋ชจ๋",
"option-safe-mode-description-on": "์์ ๋ชจ๋๋ก ์ค์ ๋์ด ์์ต๋๋ค. ๋ชจ๋ ์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ๋ค์ด ๋นํ์ฑํ ๋์ด์์ต๋๋ค.",
"option-safe-mode-description-off": "์์ ๋ชจ๋๋ฅผ ํด์ ํ์ต๋๋ค. ์ปค๋ฎค๋ํฐ ํํฐ ํ๋ฌ๊ทธ์ธ๋ค์ ํ์ฑํ ํ์ค ์ ์์ต๋๋ค.",
"option-browse-community-plugins": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ",
"option-browse-community-plugins-description": "์ปค๋ฎค๋ํฐ์์ ๋ง๋ ์๋ ํํฐ ํ๋ฌ๊ทธ์ธ๋ค์ ๊ฒ์ํ๊ณ ์ค์นํ ์ ์์ต๋๋ค.",
"button-browse": "๊ฒ์",
"label-third-party-plugin-warning": "์๋ ํํฐ ํ๋ฌ๊ทธ์ธ๋ค์ ์ปดํจํฐ ํ์ผ์ ์ ๊ทผ, ์ธํฐ๋ท ์ฐ๊ฒฐ, ๊ทธ๋ฆฌ๊ณ ๋ค๋ฅธ ํ๋ก๊ทธ๋จ ์ค์น๋ฅผ ํ ์ ์์ต๋๋ค.",
"label-disable-safe-mode-confirmation": "ํ๋ฌ๊ทธ์ธ๋ค์ ์ฌ์ฉํ๊ธฐ ์ํด์ ์์ ๋ชจ๋๋ฅผ ํด์ ํ์๊ฒ ์ต๋๊น?",
"button-keep-safe-mode": "์์ ๋ชจ๋ ํค๊ธฐ",
"button-disable-safe-mode": "์์ ๋ชจ๋ ๋๊ธฐ",
"label-select-a-plugin": "์ค์นํ๊ฑฐ๋ ์์ธํ ๋ณด๊ณ ์ถ์ ํ๋ฌ๊ทธ์ธ์ ๊ณจ๋ผ์ฃผ์ธ์.",
"placeholder-community-plugins": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ ๊ฒ์...",
"msg-failed-load-plugins": "์ปค๋ฎค๋ํฐ ํ๋ฌ๊ทธ์ธ๋ค์ ๋ก๋ฉํ๋๋ฐ ์คํจํ์ต๋๋ค.",
"label-installed": "์ค์น ์๋ฃ",
"tooltip-downloaded-times": "๋ค์ด๋ก๋ ํ์: {{count}}",
"tooltip-downloaded-times_plural": "๋ค์ด๋ก๋ ํ์: {{count}}",
"button-install": "์ค์น",
"button-enable": "Enable",
"button-disable": "Disable",
"label-no-results-found": "๊ฒ์ ๊ฒฐ๊ณผ ์์.",
"msg-failed-to-load-manifest": "ํ๋ฌ๊ทธ์ธ ๋งค๋ํ์คํธ๋ฅผ ๋ก๋ฉํ๋๋ฐ ์คํจํ์ต๋๋ค.",
"label-version": "๋ฒ์ ผ: {{version}}",
"label-currently-installed-version": " (ํ์ฌ ์ค์น๋ ๋ฒ์ ผ: {{version}})",
"label-by-author": "๊ฐ๋ฐ์: ",
"label-repository": "๋ฆฌํฌ์งํ ๋ฆฌ: ",
"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": "์ค์น๋ ํ๋ฌ๊ทธ์ธ ์ฐพ๋์ค...",
"label-sort-downloads-high-to-low": "๋ค์ด๋ก๋ ์(๋์ ์๋ถํฐ)",
"label-sort-downloads-low-to-high": "๋ค์ด๋ก๋ ์(๋ฎ์ ์๋ถํฐ)",
"label-sort-release-date-new-to-old": "์ฒซ ์ถ์ ์(์ต์ ๋ถํฐ)",
"label-sort-release-date-old-to-new": "์ฒซ ์ถ์ ์(์๋ ๋ถํฐ)",
"label-sort-alphabetical": "ํ๋ฌ๊ทธ์ธ ์ด๋ฆ(์ด๋ฆ ์์)",
"label-sort-alphabetical-reverse": "ํ๋ฌ๊ทธ์ธ ์ด๋ฆ(์ด๋ฆ ์ญ์)",
"label-search-summary": "{{pluginCount}}๊ฐ์ ๊ฒฐ๊ณผ:"
},
"mobile-toolbar": {
"name": "๋ชจ๋ฐ์ผ ํด๋ฐ",
"option-configure-quick-action": "๋ชจ๋ฐ์ผ Quick Action ํ๊ฒฝ์ค์ ",
"option-configure-quick-action-description": "ํ๋ฉด ๋์ด๋ด๋ฆฌ๊ธฐ์ ํด๋นํ๋ ๋ช
๋ น์ ์
๋ ฅํด์ฃผ์ธ์. ํ์ฌ ๋ช
๋ น์ ๋ค์๊ณผ ๊ฐ์ต๋๋ค \"{{command}}\".",
"button-configure": "ํ๊ฒฝ์ค์ ",
"placeholder-select-quick-action": "Quick Action... ์ ํํ๊ธฐ",
"manage-toolbar-options": "ํด๋ฐ ํ๊ฒฝ์ค์ ๊ด๋ฆฌ",
"option-internal-link": "๋ด๋ถ ๋งํฌ ์ถ๊ฐ",
"option-internal-embed": "์ฒจ๋ถ ์ถ๊ฐ",
"option-tag": "ํ๊ทธ ์ถ๊ฐ",
"option-heading": "ํค๋ ์ด๊ธฐ/์ ๊ธฐ",
"option-bold": "๊ตต์ ๊ธ์จ ํ ๊ธ",
"option-italics": "๋น์ค๋ฌํ ๊ธ์จ ํ ๊ธ",
"option-strikethrough": "์ทจ์์ ํ ๊ธ",
"option-highlight": "ํ์ด๋ผ์ดํธ ํ ๊ธ",
"option-code": "์ฝ๋ ํ ๊ธ",
"option-blockquote": "์ธ์ฉ๋ฌธ ํ ๊ธ",
"option-comment": "๋๊ธ ํ ๊ธ",
"option-markdown-link": "๋งํฌ๋ค์ด ๋งํฌ ์ถ๊ฐ",
"option-bullet-list": "๋ถ๋ฆฟ ๋ชฉ๋ก ํ ๊ธ",
"option-numbered-list": "์ซ์ ๋ชฉ๋ก ํ ๊ธ",
"option-checklist": "์ฒดํฌ๋ฆฌ์คํธ ํ ๊ธ",
"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": "์ฒจ๋ถํ์ผ ์
๋ ฅํ๊ธฐ"
}
},
"editor": {
"search": {
"label-previous": "์ด์ ",
"label-next": "๋ค์",
"label-all": "๋ชจ๋ ์ ํ",
"label-exit-search": "์ทจ์",
"label-replace": "๋ฐ๊พธ๊ธฐ",
"label-replace-all": "๋ชจ๋ ๋ฐ๊พธ๊ธฐ",
"key-enter": "์ํฐ",
"key-shift-f3": "์ํํธ + F3",
"key-enter-or-f3": "์ํฐ ํน์ F3"
},
"link-suggestion": {
"label-type-hash": "#๋ฅผ ์ฐ์๋ฉด",
"label-link-heading": "ํค๋๋ก ๋งํฌ๊ฐ ๋ฉ๋๋ค.",
"label-type-block": "^๋ฅผ ์ฐ์๋ฉด",
"label-link-block": "๋ธ๋ก์ผ๋ก ๋งํฌ๊ฐ ๋ฉ๋๋ค.",
"label-type-pipe": "|๋ฅผ ์ฐ์๋ฉด",
"label-change-display-text": "๋ณด์ด๋ ํ
์คํธ๊ฐ ๋ฐ๋๋๋ค.",
"label-no-match-found": "๊ฒ์ ๊ฒฐ๊ณผ ์์"
},
"spellcheck": {
"no-suggestion": "์ ์ ๋จ์ด๊ฐ ์์ต๋๋ค...",
"add-to-dictionary": "์ฌ์ ์ ์ถ๊ฐ"
},
"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": "๋ฆฌ๊ฑธ",
"setting-page-size-letter": "๋ ํฐ",
"setting-page-size-tabloid": "ํ๋ธ๋ก์ด๋",
"setting-landscape": "๊ฐ๋ก",
"setting-margin": "๋ง์ง",
"setting-margin-default": "๊ธฐ๋ณธ",
"setting-margin-minimal": "์ต์",
"setting-margin-none": "์์",
"setting-downscale-percent": "์ถ์ %",
"button-export-to-pdf": "PDF๋ก ๋ณํ"
}
},
"interface": {
"embed-open-in-default-app-tooltip": "๊ธฐ๋ณธ ์ฑ์ผ๋ก ์ด๊ธฐ",
"empty-sidebar": "์ฌ์ด๋๋ฐ๊ฐ ๋น์์ต๋๋ค, ํจ๋์ ์ฌ๊ธฐ๋ก ๋์ด์ฃผ์ธ์.",
"sidebar-expand": "ํด๊ธฐ",
"sidebar-collapse": "์ ๊ธฐ",
"msg-fail-to-save-file": "ํ์ผ ์ ์ฅ์ ์คํจํ์ต๋๋ค \"{{filepath}}\". {{message}}.",
"no-file": "ํ์ผ ์์",
"msg-file-changed": "\"{{file}}\"์ด ์ธ๋ถ์์ ๋ณ๊ฒฝ๋์์ต๋๋ค. ์๋์ผ๋ก ํฉ์นฉ๋๋ค..",
"switch-vault": "๋ค๋ฅธ ๋ณด๊ดํจ ์ด๊ธฐ",
"help": "๋์๋ง",
"settings": "์ค์ ",
"drag-to-rearrange": "๋์ด์ ์ฌ๋ฐฐ์น",
"msg-switched-to-preview": "๊ธฐ๋ณธ ๋ทฐ์ด ๋ชจ๋๋ฅผ ํ๋ฆฌ๋ทฐ ๋ชจ๋๋ก ๋ฐ๊ฟจ์ต๋๋ค.",
"msg-switched-to-edit": "๊ธฐ๋ณธ ๋ทฐ์ด ๋ชจ๋๋ฅผ ์๋ํฐ ๋ชจ๋๋ก ๋ฐ๊ฟจ์ต๋๋ค.",
"msg-upgrade-installer": "์ด ๊ธฐ๋ฅ์ ์ฌ์ฉํ๊ธฐ ์ํด์๋ ์น์ฌ์ดํธ์์ ์ธ์คํจ๋ฌ๋ฅผ ์๋ก ๋ค์ด๋ฐ์์ ์ค์นํด์ฃผ์ธ์.",
"tooltip-restore-default-settings": "๊ธฐ๋ณธ๊ฐ์ผ๋ก ๋๋๋ฆฌ๊ธฐ",
"label-copy": "ํด๋ฆฝ๋ณด๋์ ๋ณต์ฌํ๊ธฐ",
"copied": "{{item}}๊ฐ ํด๋ฆฝ๋ณด๋์ ๋ณต์ฌ๋์์ต๋๋ค",
"url": "Url",
"msg-open-file-through-uri": "\"{{path}}\"์ ์ด์์ต๋๋ค",
"msg-file-not-found-through-uri": "\"{{name}}\"์ ์ฐพ์ ์ ์์ต๋๋ค.",
"delete-action-short-name": "์ญ์ ํ๊ธฐ",
"msg-indexing": "Obsidian์ด Vault๋ฅผ ์ธ๋ฑ์ฑํ๋ ์ค์
๋๋ค...\n์ด๊ธฐ์ ์ผํ์ฑ์ผ๋ก ํด๋น ์์
์ด ํ์ํฉ๋๋ค.\nํด๋น ์์
์ด ์๋ฃ๋๊ธฐ ์ด์ ๊น์ง ๋ช๊ฐ์ง ๊ธฐ๋ฅ์ ์ฌ์ฉํ ์ ์์ ์ ์์ต๋๋ค.",
"msg-indexing-complete": "์ธ๋ฑ์ฑ์ด ์๋ฃ๋์์ต๋๋ค.",
"empty-state": {
"no-file-open": "์ด๋ ค์๋ ํ์ผ์ด ์์ต๋๋ค.",
"create-new-file": "์ ํ์ผ ๋ง๋ค๊ธฐ",
"go-to-file": "ํ์ผ ์ด๊ธฐ",
"see-recent-files": "์ต๊ทผ ํ์ผ ๋ณด๊ธฐ",
"close": "๋ซ๊ธฐ"
},
"menu": {
"edit-view": "ํธ์ง (Ctrl/Cmd+ํด๋ฆญ ์ผ๋ก ์๋ก์ด ํจ๋์์ ํธ์ง)",
"preview-view": "ํ๋ฆฌ๋ทฐ (Ctrl/Cmd+ํด๋ฆญ์ผ๋ก ์๋ก์ด ํจ๋์์ ์ด๊ธฐ)",
"find": "๊ฒ์...",
"replace": "๋ฐ๊พธ๊ธฐ...",
"edit": "ํธ์ง",
"preview": "ํ๋ฆฌ๋ทฐ",
"more-options": "๋๋ณด๊ธฐ",
"close": "๋ซ๊ธฐ",
"pin": "๊ณ ์ ",
"unlink-pane": "ํจ๋ ๋งํฌ ๋๊ธฐ",
"link-pane": "ํจ๋์ ๋งํฌํ๊ธฐ...",
"delete-file": "ํ์ผ ์ญ์ ",
"open-in-new-pane": "์๋ก์ด ํจ๋์ ์ด๊ธฐ",
"copy-url": "url ๋ณต์ฌ",
"close-current-pane": "ํ์ฌ ํจ๋ ๋ซ๊ธฐ"
},
"tooltip": {
"click-to-expand": "ํด๋ฆญํด์ ํผ์น๊ธฐ",
"click-to-collapse": "ํด๋ฆญํด์ ์ ๊ธฐ",
"alias": "๋ณ๋ช
"
},
"start-screen": {
"label-beta-version": "๋ฒ ํ ๋ฒ์ ",
"option-open-folder-as-vault": "ํด๋๋ฅผ ๋ณด๊ดํจ์ผ๋ก ์ด๊ธฐ",
"option-open-folder-as-vault-description": "๋งํฌ๋ค์ด ํ์ผ์ด ์๋ ํด๋ ๊ณ ๋ฅด๊ธฐ.",
"option-create-vault": "์๋ก์ด ๋ณด๊ดํจ ๋ง๋ค๊ธฐ",
"option-create-vault-description": "ํด๋ ์์ ์๋ก์ด Obsidian ๋ณด๊ดํจ ๋ง๋ค๊ธฐ.",
"option-open-help-vault": "๋์๋ง ๋ณด๊ดํจ ์ด๊ธฐ",
"option-open-help-vault-description": "\"์์ & ๋์๋ง\" ๋ณด๊ดํจ ์ด๊ธฐ.",
"option-new-vault-name": "๋ณด๊ดํจ ์ด๋ฆ",
"option-new-vault-name-description": "๋ณด๊ดํจ์ ์ํ ๋ฉ์ง ์ด๋ฆ์ ์ง์ด์ฃผ์ธ์",
"option-new-vault-location": "์์น",
"option-new-vault-location-description": "๋ณด๊ดํจ์ ๋๋ ์์น๋ฅผ ๊ณจ๋ผ์ฃผ์ธ์.",
"button-open": "์ด๊ธฐ",
"button-help": "๋์๋ง",
"button-browse": "๊ฒ์",
"button-create-vault": "์์ฑ",
"button-back": "์ทจ์",
"msg-empty-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": "์ด๋ ค์๋ ๋ณด๊ดํจ์ ์ญ์ ํ์ค ์ ์์ต๋๋ค."
},
"drag-and-drop": {
"insert-link-here": "๋งํฌ ์
๋ ฅ",
"insert-links-here": "๋งํฌ ์
๋ ฅ",
"move-into-folder": "\"{{folder}}\"๋ก ์ฎ๊ธฐ๊ธฐ",
"star-this-file": "ํ์ผ ๋ณํํ๊ธฐ",
"star-these-files": "ํ์ผ๋ค ๋ณํํ๊ธฐ",
"open-in-this-pane": "์ด ํจ๋์ ์ด๊ธฐ"
},
"window": {
"maximize": "์ต๋ํ",
"minimize": "์ต์ํ",
"restore-down": "์ด์ ํฌ๊ธฐ๋ก",
"close-window": "์ฐฝ ๋ซ๊ธฐ",
"go-back": "๋ค๋ก๊ฐ๊ธฐ",
"go-forward": "์์ผ๋ก ๊ฐ๊ธฐ"
},
"start-up": {
"loading-obsidian": "์ต์๋์ ๋ก๋ฉ ์ค...",
"obsidian-load-error": "์ต์๋์์ ๋ถ๋ฌ์ค๋ ์ค ์ค๋ฅ๊ฐ ๋ฐ์ํ์์ต๋๋ค.",
"button-reload-app": "์ฑ ์๋ก๊ณ ์นจ",
"button-open-another-vault": "๋ค๋ฅธ ๋ณผํธ ์ด๊ธฐ๊ธฐ",
"loading-components": "๋ค๋ฅธ ์ปดํฌ๋ํธ ๋ก๋ฉ ์ค...",
"loading-plugins": "ํ๋ฌ๊ทธ์ธ ๋ก๋ฉ ์ค...",
"loading-vault": "๋ณผํธ ๋ก๋ฉ ์ค...",
"msg-failed-to-load-vault": "๋ณผํธ๋ฅผ ๋ถ๋ฌ์ค๋๋ฐ ์คํจํ์์ต๋๋ค: ",
"loading-cache": "์บ์ฌ๋ฅผ ๋ก๋ฉ ์ค...",
"loading-workspace": "์ํฌ์คํ์ด์ค ๋ก๋ฉ ์ค..."
}
},
"commands": {
"save-file": "ํ์ฌ ํ์ผ ์ ์ฅํ๊ธฐ",
"follow-cursor-link": "์ปค์ ์๋ ๋งํฌ ์ด๊ธฐ",
"open-cursor-link-in-new-pane": "์ปค์ ์๋ ๋งํฌ๋ฅผ ์๋ก์ด ํจ๋์ ์ด๊ธฐ",
"navigate-pane-above": "์ ํจ๋ ํ์ฑํ",
"navigate-pane-below": "์๋ ํจ๋ ํ์ฑํ",
"navigate-pane-left": "์ผ์ชฝ ํจ๋ ํ์ฑํ",
"navigate-pane-right": "์ค๋ฅธ์ชฝ ํจ๋ ํ์ฑํ",
"toggle-pin": "๊ณ ์ ํ ์ผ๊ธฐ/๋๊ธฐ",
"split-vertically": "์ธ๋ก๋ก ๋๋๊ธฐ",
"split-horizontally": "๊ฐ๋ก๋ก ๋๋๊ธฐ",
"navigate-back": "๋ค๋ก ๊ฐ๊ธฐ",
"navigate-forward": "์์ผ๋ก ๊ฐ๊ธฐ",
"use-dark-mode": "๋คํฌ ๋ชจ๋ ์ฐ๊ธฐ",
"use-light-mode": "๋ผ์ดํธ ๋ชจ๋ ์ฐ๊ธฐ",
"search-current-file": "ํ์ฌ ํ์ผ ๊ฒ์",
"search-replace-current-file": "ํ์ฌ ํ์ผ์์ ๊ฒ์ & ๋ฐ๊พธ๊ธฐ",
"open-settings": "์ค์ ์ด๊ธฐ",
"open-help": "๋์๋ง ์ด๊ธฐ",
"toggle-preview": "ํธ์ง/ํ๋ฆฌ๋ทฐ ๋ชจ๋๋ก ๋ณํ",
"delete-current-file": "ํ์ฌ ํ์ผ ์ญ์ ",
"close-active-pane": "ํ์ฑํ๋ ํจ๋ ๋ซ๊ธฐ",
"close-other-panes": "๋๋จธ์ง ํจ๋๋ค ๋ซ๊ธฐ",
"toggle-left-sidebar": "์ผ์ชฝ ์ฌ์ด๋๋ฐ ์ด๊ธฐ/๋ซ๊ธฐ",
"toggle-right-sidebar": "์ค๋ฅธ์ชฝ ์ฌ์ด๋๋ฐ ์ด๊ธฐ/๋ซ๊ธฐ",
"toggle-default-new-pane-mode": "๊ธฐ๋ณธ ์ ํจ๋ ๋ชจ๋ ํ ๊ธ",
"toggle-fold": "ํ์ฌ ์ค ํด๊ธฐ/์ ๊ธฐ",
"fold-all": "๋ชจ๋ ํค๋/๋ฆฌ์คํธ ์ ๊ธฐ",
"unfold-all": "๋ชจ๋ ํค๋/๋ฆฌ์คํธ ํด๊ธฐ",
"swap-line-up": "์์ค๊ณผ ๋ฐ๊พธ๊ธฐ",
"swap-line-down": "์๋ซ์ค๊ณผ ๋ฐ๊พธ๊ธฐ",
"toggle-bold": "์ ํ๋ ํ
์คํธ ๊ตต๊ฒ ํ์/ํด์ ",
"toggle-italics": "์ ํ๋ ํ
์คํธ ๊ธฐ์ธ์ด๊ธฐ/ํด์ ",
"toggle-highlight": "์ ํ๋ ํ
์คํธ ํ์ด๋ผ์ดํธ ํ ๊ธ",
"toggle-comments": "๋๊ธ ์ผ๊ธฐ/๋๊ธฐ",
"insert-link": "๋งํฌ ์
๋ ฅ",
"toggle-spellcheck": "๋ฌธ๋ฒ ๊ฒ์ฌ ํ ๊ธ",
"delete-paragraph": "๋ฌธ๋จ ์ญ์ ",
"toggle-checklist": "์ฒดํฌ ๋ฐ์ค ์ํ ํ ๊ธ",
"edit-file-title": "ํ์ผ ์ ๋ชฉ ํธ์ง",
"copy-path": "ํ์ผ ๊ฒฝ๋ก ๋ณต์ฌ",
"copy-url": "Obsidian url ๋ณต์ฌํ๊ธฐ",
"export-pdf": "PDF ์์ฑํ๊ธฐ",
"reload": "์ ์ฅํ์ง ์๊ณ ์๋ก๊ณ ์นจ"
},
"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์ ํด์งํต(๋ณด๊ดํจ์ ์จ๊ฒจ์ง \".trash\" ํด๋)์ผ๋ก ์ด๋์ํต๋๋ค.",
"label-permanent-delete": "ํ์ผ์ด ์๊ตฌ์ญ์ ๋ฉ๋๋ค.",
"label-non-empty-folder": "ํด๋๊ฐ ๋น์ด์์ง ์์ต๋๋ค.",
"label-delete-folder-warning": "๊ณ์ํ์๋ฉด ํด๋ ์์ ๋ชจ๋ ํ์ผ๋ค์ด ์ญ์ ๋ฉ๋๋ค.",
"label-delete-folder": "ํด๋ ์ญ์ ",
"button-delete": "์ญ์ ",
"button-delete-do-not-ask-again": "์ญ์ ํ๊ณ ๋ค์๋ถํฐ ๋ฌป์ง ์๊ธฐ",
"label-existing-backlink": "์ด ๋
ธํธ๋ก ์ฐ๊ฒฐ๋๋ ๋งํฌ๊ฐ {{links}}๊ฐ ์์ต๋๋ค.",
"label-delete-file": "ํ์ผ ์ญ์ ",
"button-cancel": "์ทจ์",
"button-done": "์๋ฃ",
"preparing-pdf": "PDF๋ฅผ ์ค๋น์ค์
๋๋ค...",
"label-rename-file": "ํ์ผ ์ด๋ฆ ๋ณ๊ฒฝ",
"label-new-name": "์ ์ด๋ฆ",
"msg-rename-success": "ํ์ผ์ ์ด๋ฆ์ ๋ฐ๊ฟจ์ต๋๋ค."
},
"plugins": {
"name": "ํ๋ฌ๊ทธ์ธ",
"file-explorer": {
"name": "ํ์ผ ํ์๊ธฐ",
"desc": "๋ณด๊ดํจ ์์ ๋ชจ๋ ํ์ผ ๋ณด๊ธฐ.",
"action-open": "ํ์ผ ํ์๊ธฐ ์ด๊ธฐ",
"action-show": "ํ์ผ ํ์๊ธฐ ๋ณด๊ธฐ",
"action-create-note": "์๋ก์ด ๋
ธํธ ๋ง๋ค๊ธฐ",
"action-create-note-in-new-pane": "์๋ก์ด ํจ๋์ ๋
ธํธ ๋ง๋ค๊ธฐ",
"action-new-note": "์ ๋
ธํธ",
"action-new-folder": "์ ํด๋",
"action-change-sort": "ํ์ผ ์ ๋ ฌํ๊ธฐ",
"action-reveal-file": "ํ์ผ์ ํ์๊ธฐ์์ ์ด๊ธฐ",
"action-reveal-active-file": "ํ์ฑํ๋ ํ์ผ์ ํ์๊ธฐ์์ ์ด๊ธฐ",
"command-move-file": "๋ค๋ฅธ ํด๋๋ก ํ์ผ ์ฎ๊ธฐ๊ธฐ",
"action-move-file": "ํ์ผ ์ฎ๊ธฐ๊ธฐ",
"action-move-folder": "ํด๋ ์ฎ๊ธฐ๊ธฐ",
"prompt-type-folder": "ํด๋๋ฅผ ์น์ธ์",
"label-no-folders": "ํด๋๋ฅผ ์ฐพ์ง ๋ชปํ์ต๋๋ค.",
"instruction-navigate": "์ด๋ํ๊ธฐ",
"instruction-move": "์ฎ๊ธฐ๊ธฐ",
"instruction-dismiss": "๋ซ๊ธฐ",
"label-sort-a-to-z": "ํ์ผ ์ด๋ฆ ์์ (A ~ Z)",
"label-sort-z-to-a": "ํ์ผ ์ด๋ฆ ์ญ์ (Z ~ 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-set-attachment-folder": "์ฒจ๋ถํ์ผ ํด๋๋ก ์ค์ ",
"menu-opt-rename": "์ด๋ฆ ๋ฐ๊พธ๊ธฐ",
"menu-opt-delete": "์ญ์ ",
"menu-opt-make-copy": "๋ณต์ฌ๋ณธ ๋ง๋ค๊ธฐ",
"msg-invalid-characters": "ํ์ผ ์ด๋ฆ์ ๋ค์ ๋ฌธ์๋ค์ ์ฌ์ฉํ ์ ์์ต๋๋ค: ",
"msg-unsafe-characters": "๋ค์ ๋ฌธ์๋ค์ ์ฌ์ฉํ๋ฉด ๋งํฌ๊ฐ ์ ๋๋ก ์๋ํ์ง ์์ต๋๋ค: ",
"msg-file-already-exists": "๊ฐ์ ์ด๋ฆ์ ํ์ผ์ด ์ด๋ฏธ ์กด์ฌํฉ๋๋ค",
"msg-empty-file-name": "ํ์ผ ์ด๋ฆ์ ์จ์ฃผ์ธ์.",
"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": "๊ฒ์",
"desc": "๋ชจ๋ ๋
ธํธ ์์์ ๊ฒ์์ด ์ฐพ๊ธฐ",
"action-open-search": "๋ชจ๋ ํ์ผ์์ ์ฐพ๊ธฐ",
"label-collapse-results": "๊ฒฐ๊ณผ ์ ๊ธฐ",
"label-match-case": "๋์๋ฌธ์ ๋ง์ถฐ์ ๊ฒ์",
"label-explain-search-term": "๊ฒ์์ด ์ค๋ช
",
"label-more-context": "๋ฌธ๋งฅ ๋ ๋ณด์ฌ์ฃผ๊ธฐ",
"prompt-start-search": "๊ฒ์์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์...",
"label-match-text": "ํ
์คํธ ๊ฒ์: ",
"label-match-regex": "์ ๊ทํํ์(regex) ๊ฒ์: ",
"label-match-exact-text": "์ ํํ ๊ฒ์์ด ๋ณด์ : ",
"label-match-all": "์ ๋ถ ๊ฒ์: ",
"label-match-any": "์๋ฌด๊ฑฐ๋ ๊ฒ์: ",
"label-excluding": "์ ์ธ์ํค๊ธฐ: ",
"label-case-sensitive": "๋์๋ฌธ์ ๊ตฌ๋ถ",
"label-case-insensitive": "๋์๋ฌธ์ ๊ตฌ๋ถ ์์ด",
"label-match-file-path": "ํ์ผ ๊ฒฝ๋ก ๊ฒ์: ",
"label-match-file-name": "ํ์ผ ์ด๋ฆ ๊ฒ์: ",
"label-match-content": "๊ฒ์ ๊ฒฐ๊ณผ: ",
"label-match-task": "ํ
์คํฌ ๋งค์น: ",
"label-match-task-todo": "ํ
์คํฌ ๋งค์น (todo): ",
"label-match-task-done": "ํ
์คํฌ ๋งค์น (done): ",
"label-match-line": "์ค ๊ฒ์:",
"label-match-tag": "ํ๊ทธ ๊ฒ์: ",
"label-no-matches": "๊ฒ์ ๊ฒฐ๊ณผ๊ฐ ์์ต๋๋ค.",
"matches-with-count": "... ๊ทธ๋ฆฌ๊ณ {{count}}๊ฐ ๋.",
"matches-with-count_plural": "... ๊ทธ๋ฆฌ๊ณ {{count}}๊ฐ ๋.",
"label-copy-search-results": "๊ฒ์ ๊ฒฐ๊ณผ ๋ณต์ฌํ๊ธฐ",
"button-copy-results": "๊ฒฐ๊ณผ ๋ณต์ฌํ๊ธฐ",
"msg-successfully-copied": "๊ฒฐ๊ณผ๊ฐ ํด๋ฆฝ๋ณด๋์ ๋ณต์ฌ๋์์ต๋๋ค.",
"option-show-path": "๊ฒฝ๋ก ๋ณด๊ธฐ",
"option-show-path-description": "ํ์ผ ์ด๋ฆ ๋ฟ๋ง ์๋๋ผ ํ์ผ์ ์ ์ฒด ๊ฒฝ๋ก๋ฅผ ๋ณด์ฌ์ค๋๋ค.",
"option-link-style": "๋งํฌ ์ข
๋ฅ",
"option-link-style-description": "๊ฒฐ๊ณผ๋ค์ ์ํ๋ ๋งํฌํ์์ผ๋ก ๋ฐ๊ฟ์ค๋๋ค",
"option-choice-link-style-none": "์์",
"option-choice-link-style-wikilink": "์ํค๋งํฌ",
"option-choice-link-style-markdown-link": "๋งํฌ๋ค์ด ๋งํฌ",
"option-list-prefix": "๋ชฉ๋ก ์์ ํ์",
"option-list-prefix-description": "๋ชฉ๋ก์ ๊ฐ ํญ๋ชฉ ์์ ์ํ์๋ ๊ธฐํธ๋ก ํ์ํ ์ ์์ต๋๋ค",
"option-choice-list-style-none": "์์",
"option-choice-list-style-dash": "์คํ (-)",
"option-choice-list-style-asterisk": "๋ณํ (*)",
"option-choice-list-style-numbered": "์ซ์",
"tooltip-clear-search": "๊ฒ์์ด ์ง์ฐ๊ธฐ",
"label-search-options": "๊ฒ์ ์ต์
",
"tooltip-read-more": "๋๋ณด๊ธฐ",
"label-history": "๊ธฐ๋ก๋ณด๊ธฐ",
"tooltip-clear-history": "๊ธฐ๋ก ์ง์ฐ๊ธฐ",
"label-path-option-description": "ํ์ผ ๊ฒฝ๋ก ๋ง์ถ๊ธฐ",
"label-file-name-option-description": "ํ์ผ ์ด๋ฆ ๋ง์ถ๊ธฐ",
"label-tag-option-description": "ํ๊ทธ ๊ฒ์",
"label-line-option-description": "๊ฐ์ ์ค์ ๋จ์ด ๊ฒ์ํ๊ธฐ",
"label-section-option-description": "๊ฐ์ ํค๋ ์์์ ๊ฒ์ํ๊ธฐ"
},
"quick-switcher": {
"name": "๋น ๋ฅธ ํ์ผ ๋ณ๊ฒฝ",
"desc": "ํค๋ณด๋์์ ์์ ๋ผ์ง ์๊ณ ๋ค๋ฅธ ํ์ผ์ ์ฝ๋๋ค. Ctrl/Cmd+O๋ก ์ฌ์ฉํด๋ณด์ธ์.",
"short-name": "์ค์์ณ",
"action-open": "๋น ๋ฅธ ํ์ผ ๋ณ๊ฒฝ ์ด๊ธฐ",
"instruction-navigate": "ํ์ผ ์ ํ",
"instruction-open": "ํ์ผ ์ด๊ธฐ",
"instruction-open-in-new-pane": "์๋ก์ด ํจ๋์ ์ด๊ธฐ",
"instruction-create": "ํ์ผ ๋ง๋ค๊ธฐ",
"instruction-dismiss": "๋ซ๊ธฐ",
"label-no-note-create-new": "ํ์ผ์ ๋ฐ๊ฒฌํ์ง ๋ชปํ์ต๋๋ค. ํ์ผ์ ๋ง๋ค๊ธฐ ์ํด์๋ ์ํฐ๋ฅผ ๋๋ฌ์ฃผ์ธ์",
"prompt-type-file-name": "์ด๊ฑฐ๋ ๋ง๋ค ํ์ผ ์ด๋ฆ์ ์
๋ ฅํด์ฃผ์ธ์...",
"label-enter-to-create": "์ํฐ๋ฅผ ๋๋ฌ ํ์ผ ์์ฑ"
},
"graph-view": {
"name": "๊ทธ๋ํ ๋ทฐ",
"desc": "๋
ธํธ๋ค์ด ์ด๋ป๊ฒ ์ฐ๊ฒฐ๋์ด ์๋์ง ๋ณด์ฌ์ฃผ๋ ๊ทธ๋ํ๋ฅผ ๋ณด์ฌ์ค๋๋ค.",
"action-open": "๊ทธ๋ํ ๋ทฐ ์ด๊ธฐ",
"action-open-local": "๋ก์ปฌ ๊ทธ๋ํ ์ด๊ธฐ",
"action-copy-screenshot": "์คํฌ๋ฆฐ์ท ๋ณต์ฌ",
"tab-title": "{{displayText}} ๊ทธ๋ํ",
"label-filters": "ํํฐ",
"prompt-filter-nodes": "ํ์ผ ๊ฒ์...",
"option-depth": "๊น์ด",
"option-depth-description": "์ด๋งํผ ๋จ์ด์ ธ์๋ ๋
ธ๋๋ค ๊น์ง ๋ณด์ฌ์ค๋๋ค.",
"option-neighbor-links": "์ด์ ๋งํฌ",
"option-neighbor-links-description": "๋
ธํธ ์ฌ์ด ๋งํฌ ์ ๋ถ ๋ณด์ฌ์ฃผ๊ธฐ.",
"option-forelinks": "๋๊ฐ๋ ๋งํฌ",
"option-forelinks-description": "๋ค๋ฅธ ํ์ผ๋ก ๋๊ฐ๋ ๋งํฌ ๋ณด๊ธฐ",
"option-backlinks": "๋ค์ด์ค๋ ๋งํฌ",
"option-backlinks-description": "๋ค๋ฅธ ํ์ผ์์ ๋ค์ด์ค๋ ๋งํฌ ๋ณด๊ธฐ",
"option-show-tags": "ํ๊ทธ",
"option-show-tags-description": "ํ๊ทธ๋ค์ ํ๊ทธ๋ฅผ ํฌํจํ ํ์ผ๋ค๊ณผ ๋งํฌ๋ฉ๋๋ค.",
"option-show-attachments": "์ฒจ๋ถํ์ผ",
"option-show-attachments-description": "ํ์ผ์ ํฌํจ๋ ์ฒจ๋ถํ์ผ๋ค๋ ๋ณด์ฌ์ค๋๋ค.",
"option-show-existing-files-only": "์กด์ฌํ๋ ํ์ผ๋ง ๋ณด๊ธฐ",
"option-show-existing-files-only-description": "์ ํ์, ์์ง ์กด์ฌํ์ง ์๋ ํ์ผ๋ค๊ณผ์ ๋งํฌ๋ค์ ๋ณด์ฌ์ฃผ์ง ์์ต๋๋ค.",
"option-show-orphans": "๊ณ ๋ฆฝ ๋
ธํธ",
"option-show-orphans-description": "์๋ฌด๋ฐ ๋งํฌ๋ ์๋ ํ์ผ๋ค๋ ๋ณด์ฌ์ค๋๋ค",
"label-display": "๋ณด๊ธฐ",
"option-show-arrows": "ํ์ดํ",
"option-show-arrows-description": "ํ๋ํ์ ๋ ํ์ดํ๋ฅผ ๋ณด์ฌ์ค๋๋ค",
"option-text-fade": "๊ธ์ ํ์ ์์์ ",
"option-node-size": "๋
ธ๋ ํฌ๊ธฐ",
"option-link-thickness": "๋งํฌ ๋๊ป",
"label-forces": "๊ทธ๋ํ ์กฐ์ ",
"option-center-force": "๊ทธ๋ํ ์ค๋ ฅ",
"option-link-force": "๋งํฌ ์ธ๋ ฅ",
"option-link-distance": "๋งํฌ ๊ฑฐ๋ฆฌ",
"option-repel-force": "๋
ธ๋ ์ฒ๋ ฅ",
"tooltip-open-graph-settings": "๊ทธ๋ํ ์ค์ ์ด๊ธฐ",
"msg-screenshot-copied": "์คํฌ๋ฆฐ์ท์ด ํด๋ฆฝ๋ณด๋์ ๋ณต์ฌ๋์์ต๋๋ค.",
"label-groups": "๊ทธ๋ฃน",
"placeholder-enter-query": "๊ฒ์์ด ์
๋ ฅ...",
"tooltip-delete-graph": "๊ทธ๋ฃน ์ญ์ ",
"button-new-group": "์ ๊ทธ๋ฃน",
"tooltip-click-to-change-drag-to-reorder": "๋๋ฌ์ ์์ ๋ณ๊ฒฝ\n๋๋๊ทธํด์ ์์ ๋ณ๊ฒฝ",
"action-timelapse": "๊ทธ๋ํ ํ์๋ฉ์ค ์์ํ๊ธฐ"
},
"backlinks": {
"name": "๋ฐฑ๋งํฌ",
"desc": "์ํ๋ฐ์ ๋ฐฑ๋งํฌ ๊ฐฏ์ ํ์ํ๊ธฐ",
"action-open": "๋ฐฑ๋งํฌ ์ด๊ธฐ",
"action-show": "๋ฐฑ๋งํฌ ๋ณด๊ธฐ",
"action-open-for-current": "ํ์ฌ ํ์ผ์ ๋ฐฑ๋งํฌ ์ด๊ธฐ",
"action-toggle-backlinks-in-document": "๋ฌธ์ ๋ด ๋ฐฑ๋งํฌ ํ ํดํ๊ธฐ",
"label-linked-mentions": "๋งํฌ๋ ์ธ๊ธ๋ค",
"label-no-backlinks": "๋ฐฑ๋งํฌ๊ฐ ์์ต๋๋ค.",
"label-unlinked-mentions": "๋งํฌ๊ฐ ์๋ ์ธ๊ธ๋ค",
"label-show-search": "๊ฒ์ ํํฐ ๋ณด๊ธฐ",
"label-link-button-text": "๋งํฌ ๊ฑธ๊ธฐ",
"tab-title": "{{displayText}}์ ๋ฐฑ๋งํฌ",
"label-no-unlinked-mentions": "๋งํฌ๊ฐ ์๋ ์ธ๊ธ์ด ์์ต๋๋ค",
"ellipsis": "..."
},
"tag-pane": {
"name": "ํ๊ทธ ํจ๋",
"desc": "ํ๊ทธ๋ค๊ณผ ํ๊ทธ๋ค์ ์ฌ์ฉ ํ์๋ค์ ๊ฐ์ด ํ์ํฉ๋๋ค.",
"action-show": "ํ๊ทธ ํจ๋ ๋ณด๊ธฐ",
"label-no-tags": "๋ฐ๊ฒฌ๋ ํ๊ทธ๊ฐ ์์ต๋๋ค.",
"label-sort-by-name-a-to-z": "ํ๊ทธ ์ด๋ฆ (A ~ Z)",
"label-sort-by-name-z-to-a": "ํ๊ทธ ์ด๋ฆ (Z ~ A)",
"label-sort-by-frequency-high-to-low": "๋น๋์ (๋์ ~ ๋ฎ์)",
"label-sort-by-frequency-low-to-high": "๋น๋์ (๋ฎ์ ~ ๋์)",
"action-show-nested-tags": "์ค์ฒฉ๋ ํ๊ทธ ๋ณด๊ธฐ"
},
"page-preview": {
"name": "ํ์ด์ง ๋ฏธ๋ฆฌ๋ณด๊ธฐ",
"desc": "๋งํฌ์ ๋ง์ฐ์ค๋ฅผ ์ฌ๋ ค๋์ผ๋ฉด ๋ฏธ๋ฆฌ๋ณด๊ธฐ๋ฅผ ๋ณผ์ ์์ต๋๋ค. ํธ์ง ๋ชจ๋์ผ ๊ฒฝ์ฐ Ctrl/Cmd๋ฅผ ๋๋ฅธ ์ํ์์ ๋ง์ฐ์ค๋ฅผ ์ฌ๋ฆฌ์๋ฉด ๋ณผ์ ์์ต๋๋ค.",
"label-empty-note": "\"{{linktext}}\"์ ํ์ผ์ด ์์ง ์์ต๋๋ค. ํด๋ฆญํด์ ๋ง๋ค์ด์ฃผ์ธ์.",
"label-source-editor": "ํธ์ง๊ธฐ",
"label-source-preview": "๋ฏธ๋ฆฌ๋ณด๊ธฐ",
"label-source-search-backlinks": "๊ฒ์ ๊ณผ ๋ฐฑ๋งํฌ",
"label-require-mod": "๋ง์ฐ์ค๋ฅผ ์ฌ๋ ธ์ ๋ ํ์ด์ง ๋ฏธ๋ฆฌ๋ณด๊ธฐ๋ฅผ ์ํด์๋ {{key}}๊ฐ ํ์ํฉ๋๋ค."
},
"starred": {
"name": "์ฆ๊ฒจ์ฐพ๊ธฐ",
"desc": "์์ฃผ ์ฐ๋ ํ์ผ/๊ฒ์์ด๋ฅผ ์ฆ๊ฒจ์ฐพ๊ธฐ์ ๋ฑ๋กํฉ๋๋ค.",
"action-show": "์ฆ๊ฒจ์ฐพ๊ธฐ ๋ณด๊ธฐ",
"action-toggle": "ํ์ฌ ํ์ผ์ ์ฆ๊ฒจ์ฐพ๊ธฐ ๋ฑ๋ก/ํด์ ",
"action-toggle-search": "ํ์ฌ ๊ฒ์์ด๋ฅผ ์ฆ๊ฒจ์ฐพ๊ธฐ ๋ฑ๋ก/ํด์ ",
"action-star": "์ฆ๊ฒจ์ฐพ๊ธฐ ๋ฑ๋ก",
"action-unstar": "์ฆ๊ฒจ์ฐพ๊ธฐ ํด์ ",
"menu-opt-remove": "์ฆ๊ฒจ์ฐพ๊ธฐ ํด์ ",
"msg-successfully-starred": "{{type}} \"{{title}}\"์ ์ฆ๊ฒจ์ฐพ๊ธฐ์ ๋ฑ๋กํ์ต๋๋ค.",
"msg-removed-starred": "{{type}} \"{{title}}\"์ ์ฆ๊ฒจ์ฐพ๊ธฐ์์ ํด์ ํ์ต๋๋ค.",
"msg-cannot-find-path": "\"{{path}}\"์ ํ์ผ์ ์ฐพ์ง ๋ชปํ์ต๋๋ค."
},
"custom-css": {
"name": "์ปค์คํ
CSS",
"desc": "๋ณด๊ดํจ์ ์๋ \"obsidian.css\" ํ์ผ์ ์ ์ฉ์ํต๋๋ค.",
"setting-community-themes": "์ปค๋ฎค๋ํฐ ํ
๋ง",
"msg-fetching-themes": "์ปค๋ฎค๋ํฐ ํ
๋ง๋ค์ ๊ฐ์ ธ์ค๋ ์ค์
๋๋ค...",
"prompt-filter": "ํํฐ...",
"label-dark-theme-only": "๋คํฌ ํ
๋ง๋ง",
"label-light-theme-only": "๋ผ์ดํธ ํ
๋ง๋ง",
"label-preview": "ํ๋ฆฌ๋ทฐ",
"label-stop-preview": "ํ๋ฆฌ๋ทฐ ๊ทธ๋ง๋๊ธฐ",
"label-use": "์ฌ์ฉํ๊ธฐ",
"label-override": "๋ฎ์ด์ฐ๊ธฐ",
"label-visit-on-github": "GitHub์์ ๋ณด๊ธฐ",
"msg-fetching-css": "CSS๋ฅผ ๊ฐ์ ธ์ค๋ ์ค์
๋๋ค...",
"theme-title": "{{author}}์ \"{{name}}\"",
"msg-override-theme": "ํ์ฌ CSS ๋ฎ์ด์ฐ๊ธฐ",
"msg-existing-theme": "์ด๋ฏธ \"obsidian.css\" ํ์ผ์ด ์์ต๋๋ค.",
"msg-confirm-override": "์ ๋ง ๋ฎ์ด์ฐ์๊ฒ ์ต๋๊น? ๊ธฐ์กด์ ์๋ CSSํ์ผ์ ์์ต๋๋ค. ํ์ํ์๋ค๋ฉด ๊ผญ ๋ฐฑ์
ํด์ฃผ์ธ์.",
"msg-load-error": "์ปค๋ฎค๋ํฐ ํ
๋ง๋ฅผ ๊ฐ์ ธ์ฌ์ ์์ต๋๋ค, ๋คํธ์ํฌ ์ํ๋ฅผ ํ์ธํด์ฃผ์ธ์.",
"msg-now-using-theme": "{{title}}์ CSS ํ
๋ง๋ก ์ฌ์ฉํฉ๋๋ค."
},
"command-palette": {
"name": "๋ช
๋ น์ด ํ๋ ํธ",
"desc": "๋ช
๋ น์ด๋ฅผ ์
๋ ฅํด์ ์ฌ์ฉํฉ๋๋ค. UI๋ฅผ ์ฌ์ฉํ๊ฑฐ๋ ๋จ์ถํค๋ฅผ ์ธ์ฐ์ค ํ์๊ฐ ์์ต๋๋ค.",
"action-open": "์ปค๋ฉ๋ ํ๋ ํธ ์ด๊ธฐ",
"instruction-navigate": "์ ํํ๊ธฐ",
"instruction-use": "์ฌ์ฉํ๊ธฐ",
"instruction-dismiss": "๋ซ๊ธฐ",
"label-no-commands": "๋ช
๋ น์ด.",
"prompt-type-command": "๋ช
๋ น์ด๋ฅผ ์
๋ ฅํด์ฃผ์ธ์...",
"label-pinned-commands": "์ฆ๊ฒจ์ฐพ๋ ๋ช
๋ น์ด",
"option-add-new-pin": "์ฆ๊ฒจ์ฐพ๊ธฐ์ ์๋ก์ด ์ถ๊ฐ๋ ๋ช
๋ น์ด",
"option-add-new-pin-description": "๊ฒ์ํ๋ ๋ช
๋ น์ด๊ฐ ์์ ์, ์ฆ๊ฒจ์ฐพ๋ ๋ช
๋ น์ด๊ฐ ๊ฐ์ฅ ์์ ๋ํ๋ฉ๋๋ค."
},
"markdown-format-importer": {
"name": "๋งํฌ๋ค์ด ์ํฌํฐ",
"desc": "๋ค๋ฅธ์ฑ์ ๋งํฌ๋ค์ด ํ์ผ์ Obsidian์ ๋งํฌ๋ค์ด ํ์ผ๋ก ๋ณํํฉ๋๋ค.",
"action-open": "๋งํฌ๋ค์ด ์ํฌํฐ ์ด๊ธฐ",
"option-roam-tag-fixer": "Roam Researcher ํ๊ทธ ๊ณ ์น๊ธฐ",
"option-roam-tag-fixer-description": "\"#ํ๊ทธ\" ์ \"#[[ํ๊ทธ]]\"๋ฅผ \"[[ํ๊ทธ]]\"๋ก ๋ณํํฉ๋๋ค.",
"option-roam-highlight-fixer": "Roam Research ํ์ด๋ผ์ดํธ ๊ณ ์น๊ธฐ",
"option-roam-highlight-fixer-description": "\"^^ํ์ด๋ผ์ดํธ^^\"๋ฅผ \"==ํ์ด๋ผ์ดํธ==\"๋ก ๋ณํํฉ๋๋ค.",
"option-roam-todo-converter": "Roam Research TODO ๋ณํ๊ธฐ",
"option-roam-todo-converter-description": "\"{{[[TODO]]}}\"๋ฅผ \"[ ]\"๋ก ๋ณํํฉ๋๋ค.",
"option-bear-highlight-fixer": "Bear ํ์ด๋ผ์ดํธ ๊ณ ์น๊ธฐ",
"option-bear-highlight-fixer-description": "\"::highlight::\" ๋ฅผ \"==highlight==\"๋ก ๋ณํํฉ๋๋ค..",
"zettelkasten-link-fixer": "Zettelkasten ๋งํฌ ๊ณ ์น๊ธฐ",
"zettelkasten-link-fixer-description": "\"[[UID]]\" ๋งํฌ๋ฅผ \"[[UID ํ์ผ ์ด๋ฆ]]\"์ผ๋ก ๋ณํํฉ๋๋ค.",
"zettelkasten-link-beautifier": "Zettelkasten ๋งํฌ ๊พธ๋ฏธ๊ธฐ",
"zettelkasten-link-beautifier-description": "\"[[UID]]\" ๋งํฌ๋ฅผ \"[[UID ํ์ผ ์ด๋ฆ|ํ์ผ ์ด๋ฆ]]\"๋ก ๋ฐ๊พธ๊ณ ๊พธ๋ฉฐ์ค๋๋ค.",
"msg-all-files-warning": "๊ฒฝ๊ณ : ํ์ฌ ํ์ผ ๋ฟ๋ง ์๋๊ณ , ๋ณด๊ดํจ์ ์๋ ๋ชจ๋ ํ์ผ๋ค์ ๋ณํ์ํต๋๋ค.",
"msg-override-files-warning": "๋ชจ๋ ํ์ผ๋ค์ ๋ฎ์ด์๋๋ค. ๋ณํํ๊ธฐ ์ ์ ๋ฐฑ์
ํ์๋๊ฑธ ์ถ์ฒํฉ๋๋ค.",
"label-start-conversion": "๋ณํ ์์",
"label-stop": "๋ฉ์ถ๊ธฐ",
"label-go-back": "๋ค๋ก๊ฐ๊ธฐ",
"label-done": "์๋ฃ",
"label-processing": "์ฒ๋ฆฌ์ค...",
"label-cancelling": "์ทจ์์ค...",
"label-finished": "์๋ฃ!",
"label-processed-files": "์ฒ๋ฆฌ๋ ํ์ผ๋ค",
"label-modified-files": "๋ณ๊ฒฝ๋ ํ์ผ๋ค",
"label-total-replacements": "์ด ๋ณ๊ฒฝ์ "
},
"daily-notes": {
"name": "์ผ๊ฐ ๋
ธํธ",
"desc": "์ค๋์ ์ผ๊ฐ ๋
ธํธ๋ฅผ ์ฝ๋๋ค. ์๋ค๋ฉด ์๋ก ๋ง๋ญ๋๋ค.",
"short-name": "์ค๋",
"action-open": "์ค๋์ ์ผ๊ฐ ๋
ธํธ ์ด๊ธฐ",
"action-open-previous": "์ด์ ์ผ๊ฐ ๋
ธํธ ์ด๊ธฐ",
"action-open-next": "๋ค์ ์ผ๊ฐ ๋
ธํธ ์ด๊ธฐ",
"msg-fail-format": "์ผ๊ฐ ๋
ธํธ๋ฅผ ๋ง๋๋๋ฐ ์คํจํ์ต๋๋ค. \"{{format}}\"์ ์์์ด ์ ํจํ์ง ์์ต๋๋ค.",
"msg-fail-folder": "์ผ๊ฐ ๋
ธํธ๋ฅผ ๋ง๋๋๋ฐ ์คํจํ์ต๋๋ค. \"{{folderOption}}\" ํด๋๋ฅผ ์ฐพ์ ์ ์์ค๋๋ค.",
"msg-fail-template-file": "์ผ๊ฐ ๋
ธํธ๋ฅผ ๋ง๋๋๋ฐ ์คํจํ์ต๋๋ค. \"{{template}}\" ํ
ํ๋ฆฟ ํ์ผ์ ์ฐพ์ง ๋ชปํ์ต๋๋ค.",
"msg-no-previous": "์ด์ ์ผ๊ฐ ๋
ธํธ๊ฐ ์์ต๋๋ค.",
"msg-no-next": "๋ค์ ์ผ๊ฐ ๋
ธํธ๊ฐ ์์ต๋๋ค.",
"option-date-format": "๋ ์ง ์์",
"label-refer-to-syntax": "๋ ๋ค์ํ ๋ฌธ๋ฒ์ ์ฌ๊ธธ ์ฐธ๊ณ ํด์ฃผ์ธ์: ",
"label-syntax-link": "์์ ์ฐธ์กฐ",
"label-syntax-live-preview": "ํ์ผ ์ด๋ฆ์ด ๋ค์๊ณผ ๊ฐ์ด ์์ฑ๋ฉ๋๋ค: ",
"option-new-file-location": "์ ํ์ผ ๊ฒฝ๋ก",
"option-new-file-location-description": "์๋ก์ด ์ผ๊ฐ ๋
ธํธ๋ฅผ ๋ง๋ค ๊ฒฝ๋ก์
๋๋ค.",
"option-template": "ํ
ํ๋ฆฟ ํ์ผ ๊ฒฝ๋ก",
"option-template-description": "ํ
ํ๋ฆฟ์ผ๋ก ์ฌ์ฉํ ํ์ผ์ ๊ฒฝ๋ก.",
"option-open-on-start": "์์์์ ์ผ๊ฐ ๋
ธํธ ์ด๊ธฐ",
"option-open-on-start-description": "์ด ๋ณด๊ดํจ์ ์ด๋ฉด ์๋์ผ๋ก ์ผ๊ฐ ๋
ธํธ๊ฐ ์ด๋ฆฝ๋๋ค."
},
"zettelkasten-prefixer": {
"name": "Zettelkasten ์์ ์ฌ์ฉ",
"desc": "์๋ก์ด ๋
ธํธ๋ฅผ ๋ง๋ค ๋ 12๊ธ์์ Zettelkasten ID ์ฌ์ฉ YYYYMMDDHHII (์์. 202001010000).",
"short-name": "ZK ๋
ธํธ",
"action-create-note": "Zettelkasten ๋
ธํธ ๋ง๋ค๊ธฐ",
"option-new-file-location": "์๋ก์ด ๋
ธํธ ์์ฑ ์ฅ์",
"option-new-file-location-description": "์๋ก์ด Zettelkasten ๋
ธํธ๋ฅผ ๋ง๋ค ํด๋ ๊ฒฝ๋ก.",
"msg-folder-not-found": "Zettelkasten ๋
ธํธ๋ฅผ ๋ง๋๋๋ฐ ์คํจํ์ต๋๋ค. \"{{folderOption}}\" ํด๋๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค.",
"option-template-file": "ํ
ํ๋ฆฟ ํ์ผ ๊ฒฝ๋ก",
"option-template-file-description": "ํ
ํ๋ฆฟ์ผ๋ก ์ฌ์ฉํ ํ์ผ ๊ฒฝ๋ก.",
"option-template-file-placeholder": "์์: ํด๋1/๋
ธํธ",
"option-id-format": "Zettel ID ์์",
"msg-template-file-not-found": "Zettelkasten ๋
ธํธ๋ฅผ ๋ง๋๋๋ฐ ์คํจํ์ต๋๋ค. ํ
ํ๋ฆฟ ํ์ผ \"{{template}}\" ์ ์ฐพ์ง ๋ชปํ์ต๋๋ค."
},
"random-note": {
"name": "๋๋ค ๋
ธํธ",
"desc": "๋๋คํ ๋
ธํธ๋ฅผ ์ฝ๋๋ค. ๋ฆฌ๋ทฐํ๊ฑฐ๋ ๋ฐ๊ฒฌํ๋๋ฐ ํจ๊ณผ์ ์
๋๋ค.",
"short-name": "๋๋ค",
"action-open": "๋๋ค ๋
ธํธ ์ด๊ธฐ"
},
"outline": {
"name": "๊ฐ์",
"desc": "ํ์ฌ ํ์ผ, ํน์ ๋งํฌ๋ ํจ๋์ ๊ฐ์๋ฅผ ๋ณด์ฌ์ค๋๋ค.",
"action-open": "๊ฐ์ ์ด๊ธฐ",
"action-show": "๊ฐ์ ๋ณด๊ธฐ",
"action-open-for-current": "ํ์ฌ ํ์ผ์ ๊ฐ์ ์ด๊ธฐ",
"tab-title": "{{displayText}}์ ๊ฐ์",
"label-no-headings": "ํค๋๋ฅผ ๋ฐ๊ฒฌํ์ง ๋ชปํ์ต๋๋ค."
},
"word-count": {
"name": "๋จ์ด ๊ฐฏ์",
"desc": "์ํ๋ฐ์ ๋จ์ด ๊ฐฏ์ ํ์ํ๊ธฐ"
},
"slides": {
"name": "์ฌ๋ผ์ด๋",
"desc": "๋งํฌ๋ค์ด์ผ๋ก ๋ฐํํ๊ธฐ. \"---\"๋ฅผ ์ด์ฉํด์ ์ฌ๋ผ์ด๋๋ฅผ ๋๋ ์ฃผ์ธ์.",
"action-start": "๋ฐํ ์์ํ๊ธฐ"
},
"audio-recorder": {
"name": "๋
น์๊ธฐ",
"desc": "์ค๋์ค๋ฅผ ๋
น์ํด์ ์ฒจ๋ถํ์ผ๋ก ์ ์ฅํฉ๋๋ค",
"action-start": "๋
น์ ์์",
"action-stop": "๋
น์ ์ข
๋ฃ",
"action-toggle": "๋
น์ ์์/์ข
๋ฃ",
"msg-access-denied": "๋ง์ดํฌ ์ฌ์ฉ ๊ถํ์ด ์์ต๋๋ค, ์ค์ ์ ๋ค์ด๊ฐ์ ๊ถํ์ ๋ถ์ฌํด์ฃผ์ธ์.",
"msg-pending-grant": "๋
น์์ ํ๊ธฐ ์ํด์ ๋ง์ดํฌ ์ฌ์ฉ ๊ถํ์ ๋ถ์ฌํด์ฃผ์ธ์.",
"msg-no-microphone": "์ฐ๊ฒฐ๋ ๋ง์ดํฌ๊ฐ ์์ต๋๋ค."
},
"open-with-default-app": {
"name": "๊ธฐ๋ณธ ์ฑ์ผ๋ก ์ด๊ธฐ",
"desc": "ํ์ฌ ํ์ผ์ ๊ธฐ๋ณธ ์ฑ์ผ๋ก ์ฌ๋ ๋ฒํผ์ ์ถ๊ฐํฉ๋๋ค",
"action-open-file": "๊ธฐ๋ณธ ์ฑ์ผ๋ก ์ด๊ธฐ",
"action-show-in-folder": "ํด๋์ ๋ณด์ฌ์ฃผ๊ธฐ"
},
"templates": {
"name": "ํ
ํ๋ฆฟ",
"desc": "ํ
ํ๋ฆฟ ํด๋์์ ํ
ํ๋ฆฟ ํ์ผ์ ๊ฐ์ ธ์์ ์ฌ์ฉํฉ๋๋ค",
"action-insert": "ํ
ํ๋ฆฟ ์ฝ์
",
"option-template-folder-location": "ํ
ํ๋ฆฟ ํด๋ ๊ฒฝ๋ก",
"option-template-folder-location-description": "์ด ํด๋์ ์๋ ํ์ผ๋ค์ ํ
ํ๋ฆฟ์ผ๋ก ์ฌ์ฉ์ด ๊ฐ๋ฅํด์ง๋๋ค.",
"option-template-date-format": "๋ ์ง ์์",
"option-template-date-format-description": "ํ
ํ๋ฆฟ ํ์ผ์ {{date}}๊ฐ ๋ค์์ผ๋ก ๋ณํ๋ฉ๋๋ค.",
"option-template-date-format-description2": "{{date:YYYY-MM-DD}}์ผ๋ก ๋ ์ง ์์์ ํ๋ฒ ๋ฌด์ํ ์ ์์ต๋๋ค.",
"option-template-time-format": "์๊ฐ ์์",
"option-template-time-format-description": "ํ
ํ๋ฆฟ ํ์ผ์ {{time}} ๊ฐ ๋ค์์ผ๋ก ๋ณํ๋ฉ๋๋ค.",
"option-template-time-format-description2": "{{time:HH:mm}}์ผ๋ก ์๊ฐ ์์์ ํ๋ฒ ๋ฌด์ํ ์ ์์ต๋๋ค",
"instruction-navigate": "์ ํํ๊ธฐ",
"instruction-insert": "์ฝ์
ํ๊ธฐ",
"instruction-dismiss": "๋ซ๊ธฐ",
"msg-no-templates-found": "๋ฐ๊ฒฌ๋ ํ
ํ๋ฆฟ์ด ์์ต๋๋ค.",
"msg-fail-invalid-folder": "ํ
ํ๋ฆฟ์ ๋ถ๋ฌ์ค๋๋ฐ ์คํจํ์ต๋๋ค. ํด๋ ๊ฒฝ๋ก๋ฅผ ๋ค์ ํ์ธํด์ฃผ์ธ์.",
"msg-fail-folder-not-found": "ํ
ํ๋ฆฟ์ ๋ถ๋ฌ์ค๋๋ฐ ์คํจํ์ต๋๋ค. \"{{folderOption}}\" ํด๋๋ฅผ ์ฐพ์ ์ ์์ต๋๋ค.",
"prompt-type-template": "ํ
ํ๋ฆฟ ์ด๋ฆ ๊ฒ์..."
},
"translucency": {
"name": "๋ฐํฌ๋ช
์ฐฝ",
"desc": "๋ฐํฌ๋ช
ํ ํจ๊ณผ๋ฅผ ์ผ์ ๊น์ด๊ฐ์ ํฅ์์ํต๋๋ค. ๋คํฌ ๋ชจ๋์์ ๊ฐ์ฅ ์ข์ ํจ๊ณผ๋ฅผ ๋ณผ ์ ์์ต๋๋ค. ํ์ฌ ๋ฆฌ๋
์ค์์๋ ์ง์ํ์ง ์์ต๋๋ค."
},
"publish": {
"name": "์ถํ",
"desc": "Obsidian Publish๋ก ๋
ธํธ๋ค์ ์ถํํ์ธ์.",
"action-publish-changes": "๋ฐ๋์ ์ถํํ๊ธฐ",
"label-no-internet-access": "์ถํํ๊ธฐ ์ํด์๋ ์ธํฐ๋ท ์ ์์ด ํ์ํฉ๋๋ค.",
"label-publish-service-description": "Obsidian Publish๋ Obsidian์์ ๋
ธํธ๋ฅผ ์จ๋ผ์ธ์ ์ถํํ๊ฒ ํด์ฃผ๋ ์ ๋ฃ ์ถ๊ฐ ์๋น์ค์
๋๋ค.",
"label-please-login": "์ถํ์ ํ๊ณ ์ถ์ผ์๋ค๋ฉด, Obsidian ๊ณ์ ์ ๋ง๋ค์ด์ ๋ก๊ทธ์ธ ํด์ฃผ์ธ์.",
"label-no-publish-subscription": "Obsidian Publish์ ๊ตฌ๋
๋์ด์์ง ์์ต๋๋ค.",
"button-purchase": "๊ตฌ๋งค",
"label-manage-sites": "์ฌ์ดํธ ๊ด๋ฆฌ",
"label-no-sites": "์์ ํ์ ์ฌ์ดํธ๊ฐ ์์ต๋๋ค.",
"button-choose": "์ ํ",
"tooltip-edit-site-id": "์ฌ์ดํธ ID ๋ณ๊ฒฝ",
"tooltip-delete-site": "์ฌ์ดํธ ์ญ์ ",
"label-delete-site-confirmation": "์ ๋ง๋ก ์ฌ์ดํธ๋ฅผ ์ญ์ ํ์๊ฒ ์ต๋๊น?",
"label-delete-site-details": "์ฌ์ดํธ๋ฅผ ๋ฐ๋ก ์๊ตฌ์ ์ผ๋ก ์ญ์ ํฉ๋๋ค.",
"label-confirm-delete-site": "์ญ์ ๋ ์ฌ์ดํธ: \"{{site}}\"",
"option-site-id": "์ฌ์ดํธ ID",
"option-site-id-description": "์ฌ์ดํธ๊ฐ https://publish.obsidian.md/{site id}์ ์์ฑ๋ฉ๋๋ค. ๋์ค์ ๋ณ๊ฒฝ์ด ๊ฐ๋ฅํ๋ฉฐ, ์๋ฌธ์, ์ซ์ ๊ทธ๋ฆฌ๊ณ ์คํ๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค.",
"option-site-id-placeholder": "์ฌ์ดํธ ID ์ ํ",
"button-create": "๋ง๋ค๊ธฐ",
"msg-invalid-site-id": "์ฌ์ดํธ ID๋ ์๋ฌธ์, ์ซ์, ๊ทธ๋ฆฌ๊ณ ์คํ๋ก๋ง ๊ตฌ์ฑ๋์ด ์์ด์ผ ํฉ๋๋ค.",
"msg-site-id-in-use": "์ฌ์ดํธ ID ๊ฐ ์ด๋ฏธ ์ฌ์ฉ์ค์
๋๋ค. ๋ค๋ฅธ ID๋ฅผ ๊ณจ๋ผ์ฃผ์ธ์.",
"msg-create-site-issue": "์ฌ์ดํธ๋ฅผ ๋ง๋๋๋ฐ ๋ฌธ์ ๊ฐ ์์์ต๋๋ค.",
"label-site-options": "์ฌ์ดํธ ์ต์
",
"option-site-metadata": "๋ฉํ๋ฐ์ดํฐ",
"option-site-components": "์์",
"option-site-appearance": "์ธํ",
"option-site-reading-experience": "์ฝ๋ ๋ฐฉ์",
"option-site-misc": "๋ค๋ฅธ ์ฌ์ดํธ ์ค์ ",
"option-site-name": "์ฌ์ดํธ ์ด๋ฆ",
"option-site-name-description": "์์ฑ๋ ์ฌ์ดํธ ์ด๋ฆ. ์ฌ์ดํธ์ ์ ๋ชฉ์ ํ์๋ฉ๋๋ค.",
"option-site-name-placeholder": "์ฌ์ดํธ ์ด๋ฆ",
"option-home-page-file": "ํํ์ด์ง ํ์ผ",
"option-home-page-file-description": "์ฌ์ดํธ์ ์ฒ์ ๋ฐฉ๋ฌธ์ ๋ณด์ฌ์ง๋ ํ์ด์ง์
๋๋ค.",
"option-home-page-file-placeholder": "์ถํ๋ ํ์ผ๋ค ์ค์์ ์ ํํด์ฃผ์ธ์",
"option-logo": "๋ก๊ณ ",
"option-logo-description": "์ฌ์ดํธ ๋ก๊ณ ๋ก ์ฌ์ฉ๋ ์ด๋ฏธ์ง ํ์ผ์ ์ ํํ์ธ์.",
"option-logo-placeholder": "์์ ์ฌ์ดํธ ๋ก๊ณ ...",
"option-theme": "ํ
๋ง",
"option-theme-description": "์ฌ์ดํธ์ ๊ธฐ๋ณธ ์์์ ๊ณจ๋ผ์ฃผ์ธ์",
"option-show-navigation": "๋ค๋น๊ฒ์ด์
ํ์",
"option-show-navigation-description": "์ฌ์ดํธ์ ์์ ์ถํ๋ ํ์ด์ง๋ค์ ๋ชจ๋ ๋ณด์ฌ์ค๋๋ค",
"option-show-search": "๊ฒ์๋ฐ ๋ณด๊ธฐ",
"option-show-search-description": "๋ค๋น๊ฒ์ด์
์์ ๊ฒ์๋ฐ๋ฅผ ํ์ํด์ ๋ฐฉ๋ฌธ์๋ค์ด ํ์ด์ง์ ํค๋๋ฅผ ๊ฒ์ํ ์ ์๊ฒ ํด์ค๋๋ค.",
"option-show-graph": "๊ทธ๋ํ ๋ณด๊ธฐ",
"option-show-graph-description": "๊ฐ ํ์ด์ง์ ์๊ฒ ๋ก์ปฌ ๊ทธ๋ํ๋ฅผ ๋ณด์ฌ์ค๋๋ค",
"option-show-outline": "๋ชฉ์ฐจ ๋ณด๊ธฐ",
"option-show-outline-description": "๊ฐ ํ์ด์ง์ ํค๋๋ค๋ก ์ด๋ฃจ์ด์ง ๋ชฉ์ฐจ๋ฅผ ๋ณด์ฌ์ค๋๋ค",
"option-show-backlinks": "๋ฐฑ๋งํฌ ๋ณด๊ธฐ",
"option-show-backlinks-description": "๊ฐ ํ์ด์ง์ ๋์ ๋ฐฑ๋งํฌ๋ค์ ๋ณด์ฌ์ค๋๋ค.",
"option-sliding-window-mode": "์ฌ๋ผ์ด๋ฉ ์๋์ฐ ์ฌ์ฉํ๊ธฐ",
"option-sliding-window-mode-description": "์๋ก์ด ํ์ด์ง๋ฅผ ์ค๋ฅธ์ชฝ์ผ๋ก ์ฝ๋๋ค. ํจ๋๋ค์ ๊ฐ๋ก๋ก ์คํฌ๋กค ํ ์ ์์ต๋๋ค..",
"option-hover-preview-file": "๋ฏธ๋ฆฌ๋ณด๊ธฐ ๋ณด๊ธฐ",
"option-hover-preview-file-description": "๋งํฌ์ ์ปค์๋ฅผ ์ฌ๋ฆฌ๋ฉด ๋ฏธ๋ฆฌ๋ณด๊ธฐ๋ฅผ ๋ณด์ฌ์ค๋๋ค",
"option-readable-line-length": "์ฝ๊ธฐ ํธํ ์ค๊ธธ์ด",
"option-readable-line-length-description": "๊ฐ ์ค์ ๊ธธ์ด์ ์ ํ์ ์ค๋๋ค. ํ๋ฉด์ ํ์๋๋ ๊ธ์ ์ ํ๋์ง๋ง, ๊ธด ๋ฌธ๋จ์ ์ฝ๊ธฐ ํธํด์ง๋๋ค.",
"option-site-password": "๋น๋ฐ๋ฒํธ",
"option-site-password-description": "์ฌ์ดํธ์ ์์ ๋น๋ฐ๋ฒํธ๋ก ์ ํ์ํต๋๋ค.",
"option-google-analytics": "Google Analytics ์ถ์ ์ฝ๋",
"option-google-analytics-description": "์ฌ์ดํธ์ Google Analytic๋ฅผ ์ค์ ํฉ๋๋ค. ์ปค์คํ
๋๋ฉ์ธ URL์ ๋ํ ๋ฐฉ๋ฌธ์์ ๋ํด์๋ง ์ฌ์ฉ๊ฐ๋ฅํฉ๋๋ค. ํ์ง์ ๋ฒ๊ณผ ๊ท์ ์ ๋จผ์ ํ์ธํด์ฃผ์ธ์.",
"button-manage-passwords": "๊ด๋ฆฌ",
"button-save-site-settings": "์ฌ์ดํธ ์ค์ ์ ์ฅ",
"msg-updated-options": "์ฌ์ดํธ ์ค์ ์ด ๋ณ๊ฒฝ๋์์ต๋๋ค.",
"button-go-back": "์ทจ์",
"label-publishing-to": "์ถํ์ค",
"tooltip-switch-site": "์ฌ์ดํธ ๋ณ๊ฒฝ",
"button-add-linked": "๋งํฌ ์ถ๊ฐํ๊ธฐ",
"tooltip-add-linked": "์ ํํ ํ์ผ๊ณผ ๋งํฌ๋์ด ์๋ ๋ชจ๋ ํ์ผ๋ค์ด ์ถ๊ฐ๋ฉ๋๋ค.",
"msg-added-linked-files": "{{count}}๊ฐ์ ๋งํฌ๋ ํ์ผ์ด ์ถ๊ฐ๋์์ต๋๋ค.",
"msg-added-linked-files_plural": "{{count}}๊ฐ์ ๋งํฌ๋ ํ์ผ๋ค์ด ์ถ๊ฐ๋์์ต๋๋ค.",
"tooltip-open-site-options": "์ฌ์ดํธ ์ค์ ๋ณ๊ฒฝํ๊ธฐ",
"label-no-changes-detected": "์๋ฌด๊ฒ๋ ๋ณ๊ฒฝ๋์ง ์์์ต๋๋ค.",
"label-changed-files-to-be-published": "๋ฐ๋์ ",
"label-unchanged-files-already-published": "๋ณํ์์ (์ ํํด์ ์ญ์ )",
"label-file-selected": " ์ ํ",
"button-select-all-files": "์ ๋ถ ์ ํ",
"button-deselect-all-files": "์ ๋ถ ์ ํ ํด์ ",
"label-new-files-to-be-published": "์๋ก์ด ํ์ผ",
"button-publish": "์ถํ",
"msg-no-permission-to-publish-to-site": "์ ํํ์ ์ฌ์ดํธ์ ์ถํํ ๊ถ๋ฆฌ๊ฐ ์์ต๋๋ค.",
"msg-select-at-least-one-file": "ํ์ผ์ ์ ํํด์ฃผ์ธ์",
"label-upload-changes": "๋ฐ๋์ ์
๋ก๋ํ๊ธฐ",
"button-done": "์๋ฃ",
"button-stop": "์ค์ง",
"label-status-uploading": "์
๋ก๋์ค",
"label-status-to-publish": "์ถํ",
"label-status-to-delete": "์ญ์ ",
"label-status-published": "์ถํ ์๋ฃ",
"label-status-deleted": "์ญ์ ์๋ฃ",
"label-status-failed": "์คํจ",
"label-status-cancelled": "์ทจ์๋จ",
"button-change": "๋ณ๊ฒฝ",
"label-clear-cache": "๋ฐ๋์ ๋ค์ด ์ฌ์ดํธ์ ์ ์ฉ๋๋๋ฐ ๋ช๋ถ์ ์๊ฐ์ด ๊ฑธ๋ฆฝ๋๋ค. ๊ฐ์ฅ ์ต๊ทผ ๋ณ๊ฒฝ์ด ๋ณด์ด์ง ์๋๋ค๋ฉด ๋ธ๋ผ์ฐ์ ์บ์๋ฅผ ๋น์์ฃผ์ธ์.",
"label-visit-site": "์ฌ์ดํธ๋ ์ฌ๊ธฐ์ ๋ณด์ค์ ์์ต๋๋ค: ",
"msg-something-went-wrong": "๋ฌธ์ ๊ฐ ๋ฐ์ํ์ต๋๋ค. ์์ธํ ์ ๋ณด๋ ๊ฐ๋ฐ์ ์ฝ์์ ํ์ธํด์ฃผ์ธ์.",