forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 4
/
fa.json
1742 lines (1742 loc) · 116 KB
/
fa.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": "مثال: پوشهی ۱ / پوشهی ۲",
"file-path-example-placeholder": "مثال: پوشه/نوشته",
"msg-restart-required": "برای اِعمالِ این گزینهها باید برنامه را باز-و-بسته کنید.",
"editor": {
"name": "ویرایشگر",
"section-general": "عمومی",
"section-behavior": "رفتار",
"section-display": "نمایش",
"option-spellcheck": "بررسیِ املا",
"option-spellcheck-description": "روشنکردنِ بررسیِ املا که هماکنون فقط با انگلیسیِ امریکایی کار میکند.",
"spellcheck-languages": "زبانهای بررسیِ املایی",
"spellcheck-languages-description": "زبانهایی که میخواهید بررسیِ املایی شوند را برگزینید.",
"spellcheck-languages-mac-description": "در مکاواس همان بررسیِ املاییِ سیستمعامل کار را انجام میدهد.",
"spellcheck-dict": "فرهنگِ املایی",
"spellcheck-dict-empty": "فرهنگِ املایی خالی است.",
"option-show-inline-title": "Show inline title",
"option-show-inline-title-description": "Displays the filename as an editable title inline with the file contents.",
"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-tab-view": "Default view for new tabs",
"option-default-new-tab-view-description": "The default view that a new markdown tab gets opened in.",
"option-default-new-tab-view-editing": "Editing view",
"option-default-new-tab-view-reading": "Reading view",
"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": "Show indentation guides",
"option-indentation-guide-description": "Show vertical relationship lines between bullet points for visual guidance.",
"option-use-tabs": "استفاده از کلیدِ تب",
"option-use-tabs-description": "ایجادِ تورفتگی با فشاردادنِ کلیدِ \"Tab\". برای استفاده از کلیدِ اسپیس' این گزینه را بخاموشید. ",
"option-tab-size": "مقدارِ کلیدِ تب",
"option-tab-size-description": "هر کلیدِ تب برابر با چند اسپیس باشد؟",
"option-rtl": "راست-به-چپ",
"option-rtl-description": "جهتِ نوشتهها را راست-به-چپ میکند.",
"option-auto-convert-html": "تبدیلِ خودکارِ اچتیامال",
"option-auto-convert-html-description": "وقتي صفحاتِ وب کشید-و-انداخته یا جاگذاری میشوند، خودبهخود اچتیامال تبدیل به مارکداون میشود. اگر میخواهید این تبدیل انجام نشود، از Ctrl/Cmd+Shift+V استفاده کنید.",
"option-vim-key-bindings": "کلیدبندیِ ویم",
"option-vim-key-bindings-description": "استفاده از کلیدبندیِ ویم در ویرایشگرِ منبع.",
"option-vim-key-bindings-mobile": "On mobile devices, this setting is per-device and is not synchronized through the config file.",
"option-emacsy-keys": "کلیدبندیِ ایمکس-مانندِ قدیمی برای مکاواس",
"option-emacsy-keys-description": "میگذارد از کلیدهای جابهجاییِ ایمکس-مانند استفاده کنید که استانداردِ مکاواس هستند اما ممکن است با برخي عملیاتهای کلیدی تداخل پیدا کنند.",
"label-confirm-enable-vim": "تاییدِ ورود به حالت ویم",
"label-vim-warning": "حالتِ ویم برای ویرایشِ متونْ کارامد است اما چندان سرراست نیست. اگر با ویم آشنا نباشید و این گزینه را فعال کنید خیال میکنید اوبسیدین از کار افتاده.",
"label-vim-test": "برای اینکه معلوم شود واقعاً از ویم سر در میآورید یا نه، فرمانِ «خروج بدونِ ذخیرهکردن» در ویم را' در زیر وارد فرمایید:",
"label-vim-your-answer": "پاسخِ شما",
"placeholder-enter-command": "فرمان را وارد کنید...",
"button-confirm-enable-vim": "بگذار ویم را فعال کنم",
"msg-vim-mode-enabled": "فرمان درست است، اکنون حالتِ ویم فعال است.",
"msg-vim-mode-not-enabled": "فرمان نادرست است، حالتِ ویم غیرفعال میماند تا از شما حفاظت شود.",
"msg-vim-mode-please-enter-command": "برای فعالیدنِ ویم' فرمان را وارد فرمایید",
"option-legacy-editor": "استفاده از ویرایشگرِ قدیمی",
"option-legacy-editor-description2": "The legacy editor will be deprecated soon. It is currently no longer maintained, and as such, bugs will no longer be addressed.",
"label-legacy-deprecation": "New editor is here",
"label-legacy-deprecation-1": "Obsidian now has a brand new editor that's more robust and accessible.",
"label-legacy-deprecation-2": "It seems you're still using the legacy editor, and we think you'll enjoy the new editor.",
"label-legacy-deprecation-choice": "Which mode would you like to use?",
"label-live-preview-description": "A more modern, what-you-see-is-what-you-get experience.",
"label-source-mode-description": "See raw Markdown with syntax highlighting.",
"button-start-new-editor": "Start new editor"
},
"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": "ریختن در زبالهدانِ اوبسیدین (.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": "نمایشِ همهجور قالبِ فایل، حتا فایلهایي که خودِ اوبسیدیان هم نمیتواند اجرا کند، در نتیجه میتوانید چنین فایلهایي را در مرورگرِ فایل و پرشِ سریع ببینید و به آنها پیوند بزنید.",
"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": "اگر فایل درونِ \"vault/folder\" است و نامِ زیرپوشه را \"attachments\" گذاشتهاید، پیوستها در \"vault/folder/attachments\" ذخیره خواهند شد.",
"option-attachment-subfolder-path-placeholder": "پیوستها",
"option-excluded-files": "Excluded files",
"option-excluded-files-desc": "Excluded files will be hidden in Search, Graph View, and Unlinked Mentions, less noticeable in Quick Switcher and link suggestions.",
"label-no-excluded-filters-applied": "No excluded filter is applied right now. Add one below.",
"label-excluded-filters-applied": "Files matching the following filters are currently excluded:",
"label-excluded-filter": "Filter",
"placeholder-excluded-filter": "Enter path or \"/regex/\"..."
},
"appearance": {
"name": "چهره",
"option-base-theme": "پوستهی پایه",
"option-base-theme-description": "انتخابِ شِمای رنگیِ پیشفرضِ اوبسیدین",
"option-accent-color": "Accent color",
"option-accent-color-description": "Choose the accent color used throughout the app.",
"dark-theme": "تاریک",
"light-theme": "روشن",
"system-theme": "Adapt to system",
"option-font": "Font",
"option-advanced": "Advanced",
"option-interface-font": "Interface font",
"option-interface-font-description": "Set base font for all of Obsidian.",
"option-text-font": "Text font",
"option-text-font-description": "Set font for editing and reading views.",
"option-monospace-font": "Monospace font",
"option-monospace-font-description": "Set font for places like code blocks and frontmatter.",
"label-single-font-currently-in-effect": " Currently applied font: ",
"label-multiple-fonts-currently-in-effect": " The following fonts are currently applied:",
"option-font-placeholder": "Enter font name...",
"label-no-custom-font-set": "No custom font is applied right now. Add one below.",
"label-font-applied": "The first font from this list that is available on your system will be applied.",
"msg-font-not-found": "This font is not detected on your system.",
"msg-font-found": "This font is detected on your system.",
"label-font-name": "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": "تنظیمِ اندازهی فونت با نگهداشتنِ کنترل و اسکرولِ موس یا حرکتِ نیشگونمانند رویِ تِرَکپد ",
"option-themes": "پوستهها",
"option-manage-themes-description": "مدیریتِ پوستههای نصبیده و مرورِ پوستههای انجمن.",
"option-theme-button-manage": "مدیریت",
"option-choice-none": "هیچکدام",
"option-native-menus": "Native menus",
"option-native-menus-desc": "Menus throughout the app will match the operating system. They will not be affected by your theme.",
"button-reload-themes": "بازگیریِ پوستهها",
"msg-reloaded-themes": "پوستههای دلخواهِ سیاساس بازگذاری شدند.",
"button-open-themes-folder": "گشودنِ پوشهی پوستهها'",
"option-css-snippets": "تکهکدهای سیاساس",
"label-no-css-snippets-found": "در پوشهی تکهکدها، تکهکدِ سیاساسي پیدا نشد.",
"no-snippet-description": "تکهکدهای سیاساس در مسیرِ \"{{path}}\" ذخیره شدهاند.",
"button-reload-snippets": "بازگیریِ تکهکدها",
"button-open-snippets-folder": "گشودنِ پوشهی تکهکدها",
"msg-reloaded-snippets": "تکهکدهای سیاساس بازگیری شدند.",
"option-toggle-snippet-description": "اِعمالِ تکهکدهای سیاساس در \"{{path}}\".",
"label-installed-themes": "پوستههای نصبشده",
"label-screenshot-unavailable": "تصویري نیست",
"label-default-theme": "پیشفرض",
"tooltip-click-to-enlarge": "برای بزرگنمایی کلیک کنید",
"button-update": "بهروزرساندن",
"label-currently-selected": "انتخابشده",
"option-frame-style": "Window frame style",
"option-frame-description": "Determines the styling of the title bar of Obsidian windows. Requires a full restart to take effect.",
"option-frame-hidden": "Hidden (default)",
"option-frame-obsidian": "Obsidian frame",
"option-frame-native": "Native frame",
"option-configure-ribbon": "Ribbon menu",
"option-configure-ribbon-desc": "Configure what commands appear in the ribbon menu in that navigation bar.",
"option-mobile-quick-ribbon-item": "Quick access ribbon item",
"option-mobile-quick-ribbon-item-desc": "Tapping on the ribbon item in the navigation menu will active this ribbon item. Tap and hold will still show the menu.",
"button-configure": "Configure",
"label-additional-ribbon-items": "Other ribbon items",
"label-modal-configuration": "Ribbon Configuration",
"label-modal-configuration-desc": "Choose what items you want to be active in the ribbon. Drag and drop to change the order.",
"option-show-view-header": "Show tab title bar",
"option-show-view-header-desc": "Display the header at the top of every tab.",
"msg-updates-found": "Found {{count}} theme to update.",
"msg-updates-found_plural": "Found {{count}} themes to update.",
"button-check-for-updates": "Check for updates",
"button-view-updates": "View updates",
"button-update-all-themes": "Update all",
"label-current-themes": "Current community themes",
"label-currently-installed": "You currently have {{count}} theme installed.",
"label-currently-installed_plural": "You currently have {{count}} themes installed."
},
"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-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": "To support the latest features and to receive the latest security patches, Obsidian needs a major installer update. You need to manually download and reinstall Obsidian.",
"label-download": "دریافت",
"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-get-help": "Get help",
"option-get-help-description": "Get help on using Obsidian.",
"button-open": "گشودن",
"option-language": "زبان",
"option-language-description": "تغییرِ زبانِ نمایشی",
"option-insider-build": "دریافت بیلدهای اندرونی",
"option-insider-build-description": "دریافتِ خودکارِ بیلدهای اندرونی برای آزمایشِ قابلیتهای جدید. توجه کنید که این بیلدها بسیار نوپا بوده و ممکن است کمتر پایدار باشند",
"option-advanced": "پیشرفته",
"option-hw-acceleration": "شتابدهیِ سختافزاری",
"option-hw-acceleration-description": "این گزینه شتابدهیِ سختافزاری را فعال میکند؛ یعنی با استفاده از کارت گرافیک، اوبسیدین را روانتر میکند.",
"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": "Catalyst license",
"option-catalyst-desc": "You currently have the {{tier}} Catalyst license. Thanks for your support!",
"option-catalyst-desc-no-license": "You don't have a Catalyst license right now. Catalyst license is a one-time donation to support Obsidian development.",
"label-app": "App"
},
"account": {
"name": "حساب",
"option-your-account": "Your account",
"option-your-account-desc": "You're currently signed in {{name}} ({{email}}).",
"option-your-account-desc-no-login": "You're not logged in right now. An account is only needed for Obsidian Sync, Obsidian Publish, and Catalyst insider builds.",
"button-manage-settings": "Manage settings",
"label-insider": "اندرونی",
"label-supporter": "حامی",
"label-vip": "عالیرتبه",
"button-upgrade-catalyst": "Upgrade",
"option-commercial-license": "Commercial license",
"option-commercial-license-desc": "If you use Obsidian for commercial purpose, you may need to get a commercial license.",
"button-purchase": "Purchase",
"button-log-out": "خروج",
"label-log-in": "ورود",
"label-sign-up": "Sign up",
"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": "اکنون نام بنویسید."
},
"core-plugin": {
"plugin-list": "فهرستِ افزونهها",
"option-search-plugin": "جستنِ افزونههای اصلی",
"option-search-plugin-description": "صافیدنِ افزونهها براساسِ نام یا توضیحات.",
"placeholder-search-plugin": "جستنِ افزونهها..."
},
"third-party-plugin": {
"name": "افزونههای شخصِ ثالث",
"option-restricted-mode": "Restricted mode",
"option-restricted-mode-description": "Restricted mode is off. Turn on to disable community plugins.",
"button-turn-on": "Turn on",
"option-browse-community-plugins": "افزونههای انجمن",
"option-browse-community-plugins-description": "مرور و نصبِ افزونههای شخصِ ثالثي که انجمنِ خفنمان ساخته.",
"button-browse": "مرور",
"label-exit-restricted-mode": "Exit Restricted Mode",
"label-exit-restricted-mode-description-1": "Community plugins, like any other software you install, could potentially cause data integrity and security issues.",
"label-exit-restricted-mode-description-2": "Plugin security is important to us. Here's what we do:",
"label-exit-restricted-mode-description-3": "Despite our efforts, there is still a small chance that a community plugin might misbehave.",
"label-code-review": "Initial code review",
"label-code-review-desc": "Plugins undergo an initial code review by our team before they appear in the store.",
"label-open-source": "Open source",
"label-open-source-desc": "Most plugins are open source on GitHub, so you can inspect the code yourself.",
"label-peer-audit": "Peer audit",
"label-peer-audit-desc": "We have a large community of developers who watch out for each other.",
"label-report-mechanism": "Report mechanism",
"label-report-mechanism-desc": "We follow up and remove faulty plugins upon user report.",
"label-exit-restricted-mode-disable-confirmation": "Would you like to exit Restricted Mode to enable community plugins? We strongly recommend making backups of your data before doing so.",
"label-learn-more": "Learn more about plugin security",
"button-turn-on-community-plugins": "Turn on community plugins",
"label-trust-author": "Do you trust the author of this vault?",
"label-trust-author-description-1": "You're opening this vault for the first time, and it comes with some plugins.",
"label-trust-author-description-2": "If you obtained this vault from someone else, please note that plugins of unknown origin might pose security risks.",
"label-trust-author-description-3": "If you do not fully trust the author of this vault, we recommend staying in Restricted Mode, so the plugins in this vault do not run.",
"button-enable-plugins": "Trust author and enable plugins",
"button-dont-trust-author": "Browse vault in Restricted Mode",
"placeholder-community-plugins": "جستنِ افزونههای انجمن...",
"msg-failed-load-plugins": "بارگیریِ افزونههای انجمن به مشکل خورد.",
"label-installed": "نصبشده",
"button-install": "نصب",
"button-enable": "فعالیدن",
"button-disable": "غیرفعالیدن",
"button-copy-share-link": "رونوشتِ پیوندِ همرسانی",
"button-donate": "Donate",
"label-no-results-found": "نتیجهاي پیدا نشد!",
"msg-failed-to-load-manifest": "بارگیریِ مانیفستِ افزونه به مشکل خورد.",
"label-version": "نسخه: {{version}}",
"label-currently-installed-version": " (نسخهی نصبیدهی کنونی: {{version}})",
"label-by-author": "کاري از ",
"label-repository": "مخزن: ",
"label-last-update": "Last update: ",
"tooltip-view-last-update": "View the latest update",
"label-unsupported": "این افزونه دستگاهتان را پشتیبانی نمیکند.",
"button-update": "بهروزرساندن",
"label-no-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}} افزونه نصب است.",
"label-debug-startup-time": "Debug startup time",
"label-debug-startup-time-description": "Show a message with how long each plugin took to initialize when starting the app.",
"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": "Show installed only",
"label-donate-modal-title": "Donate to support {{name}}",
"label-donate-modal-text1": "Plugin developers are community volunteers who make amazing things out of passion. If you find this plugin useful, please consider funding its development.",
"label-donate-modal-text2": "100% of your contribution will go to the plugin developer; Obsidian does not take a cut. The funding platform they choose might charge a fee.",
"label-donate-modal-text3": "Thanks for your generous support!",
"label-support-this-plugin": "Support this plugin:",
"label-search-summary": "{{pluginCount}}افزونه را نمایش میدهد",
"label-by-popularity": "Most downloaded",
"label-by-released": "Recently released",
"label-by-updated": "Recently updated",
"label-alphabetical": "Alphabetical",
"label-last-updated": "Updated {{time}}"
},
"mobile-toolbar": {
"name": "نوارابزارِ گوشی",
"option-configure-quick-action": "پیکربندیِ کارهای سریعِ گوشی",
"option-configure-quick-action-description": "پیکربندیِ فرماني که هنگامِ لمس از بالا به پایین اجرا میشود. فرمانِ کنونی \"{{command}}\" است.",
"button-configure": "پیکربندی",
"placeholder-select-quick-action": "انتخابِ کارِ سریع...",
"manage-toolbar-options": "مدیریتِ گزینههای نوارابزار",
"option-internal-link": "افزودنِ پیوندِ درونی",
"option-internal-embed": "افزودنِ جاساز",
"option-tag": "افزودنِ برچسب",
"option-heading": "سرفصل",
"option-strikethrough": "کجنویس",
"option-highlight": "هایلات",
"option-code": "کُد",
"option-blockquote": "نقلِقول",
"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-previous": "قبلي",
"label-next": "بعدي",
"label-all": "همه",
"label-exit-search": "خروج از جستوجو",
"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-match-found": "نتیجهاي پیدا نشد"
},
"spellcheck": {
"no-suggestion": "پیشنهادي نیست...",
"add-to-dictionary": "افزودن به واژهنامه"
},
"menu": {
"edit-link": "Edit link"
},
"heading-suggestion": {
"label-no-heading": "No heading",
"label-heading-level": "Heading {{level}}"
},
"print-modal": {
"title": "خروجی به پیدیاف",
"caption": "خروجی گرفتنِ \"{{filename}}\" به پیدیاف با تنظیماتِ زیر.",
"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": "Include file name as title",
"setting-landscape": "افقی",
"setting-margin": "حاشیه",
"setting-margin-default": "پیشفرض",
"setting-margin-minimal": "کمینه",
"setting-margin-none": "بیحاشیه",
"setting-downscale-percent": "درصدِ کاهشِ مقیاس",
"button-export-to-pdf": "خروجی به پیدیاف"
},
"link-popover": {
"tooltip-follow-link": "دنبالیدنِ پیوند",
"tooltip-open-link": "گشودنِ پیوند",
"tooltip-search-tag": "جستنِ برچسب"
}
},
"interface": {
"embed-cannot-find": "Cannot find:",
"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-read": "حالتِ نمای پیشفرض به نمای خواندن تغییر کرد.",
"msg-switched-to-edit": "حالتِ نمای پیشفرض به ویرایشگر تغییر کرد.",
"msg-upgrade-installer": "برای استفاده از این قابلیت، برنامه را با جدیدترین نصبگر که در سایتمان هست، باز نصب فرمایید.",
"tooltip-restore-default-settings": "بازنشانی به تنظیماتِ پیشفرض",
"label-copy": "رونوشت در حافظه",
"copied_generic": "Copied to your clipboard",
"copied": "{{item}} در حافظه رونوشت شد.",
"url": "نشانی",
"msg-open-file-through-uri": "فایلِ \"{{path}}\" گشوده شد.",
"msg-file-not-found-through-uri": "فایلِ \"{{name}}\" پیدا نشد.",
"delete-action-short-name": "پاکیدن",
"msg-indexing": "اوبسیدین دارد خزانه را نمایهسازی میکند...\nاین عمل بایستی یک بار رخ دهد.\nممکن است تا پیش از پایانِ این کار، برخي قابلیتها کار نکنند",
"msg-indexing-complete": "نمایهسازی کامل شد.",
"msg-sandbox-vault": "This is a sandbox vault.\nChanges you make in this vault will be lost.",
"label-enter-to-create": "برای ساختن اینتر بزنید",
"label-update-available": "بهروزرسانی موجود است",
"label-debug-info": "اطلاعاتِ اشکالزدایی",
"button-learn-more": "اطلاعاتِ بیشتر",
"button-not-now": "فعلاً نه",
"button-add": "Add",
"button-manage": "Manage",
"label-new-tab": "New tab",
"msg-tab-busy": "This tab is currently busy, please try again later",
"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": "ویرایش (کنترل/⌘+کلیک برای ویرایش در برگِ جدید)",
"read-view": "نمای کنونی: خواندن",
"switch-to-edit-view": "کلیک برای ویرایش",
"switch-to-read-view": "کلیک برای خواندن",
"mod-click-open-new-tab": "{{key}}+Click to open in new tab",
"find": "یافتن...",
"replace": "جایگزینی...",
"edit": "ویرایش",
"preview": "پیشنمایش",
"more-options": "گزینههای بیشتر",
"close": "بستن",
"close-others": "Close others",
"close-right": "Close tabs to the right",
"pin": "سنجاقیدن",
"unpin": "Unpin",
"unlink-tab": "Unlink tab",
"link-tab": "Link with tab...",
"toggle-source-mode": "Source mode",
"toggle-reading-view": "Reading view",
"delete-file": "پاکیدنِ فایل",
"create-file": "Create this file",
"open-link": "Open link",
"open-in-new-tab": "Open in new tab",
"open-to-the-right": "Open to the right",
"copy-url": "رونوشتِ نشانی",
"close-current-tab": "Close current tab",
"copy": "رونوشت",
"cut": "برش",
"paste": "جاگذاری",
"paste-as-plain-text": "جاگذاری بهصورتِ متنِ ساده",
"select-all": "انتخابِ همه",
"rename-heading": "نامگذاریِ این سرفصل...",
"rename-blockid": "Rename this block ID...",
"open-in-new-window": "Open in new window",
"move-to-new-window": "Move to new window",
"open-in-browser": "Open in browser",
"stack-tabs": "Stack tabs",
"unstack-tabs": "Unstack tabs"
},
"tooltip": {
"click-to-expand": "کلیک برای گسترش",
"click-to-collapse": "کلیک برای جمعکردن",
"alias": "نامِ مستعار",
"not-created-yet": "هنوز ساخته نشده، برای ساختن انتخاب کنید"
},
"start-screen": {
"label-version": "نسخه",
"option-open-folder-as-vault": "گشودنِ پوشه بهعنوانِ خزانه",
"option-open-folder-as-vault-description": "انتخابِ پوشهاي موجود که فایلهای مارکداون دارد.",
"option-create-vault": "ساختِ خزانهی جدید",
"option-create-vault-description": "ساختِ خزانهی اوبسیدین تحتِ یک پوشه",
"option-connect-obsidian-sync": "Open vault from Obsidian Sync",
"option-connect-obsidian-sync-description": "Set up a synced vault with existing remote vault.",
"option-new-vault-name": "نامِ خزانه",
"option-new-vault-name-description": "برای خزانهی خَفَنت نامي انتخاب کن...",
"option-new-vault-location": "جایگاه",
"option-new-vault-location-description": "انتخابِ جایي برای گذاشتنِ خزانه",
"label-new-vault-location-preview": "Your new vault will be placed in: ",
"option-reveal-vault-in-explorer": "Reveal vault in system explorer",
"option-reveal-vault-in-explorer-mac": "Reveal vault in Finder",
"option-rename-vault": "Rename vault...",
"msg-error-rename-exists": "There is already a vault with this name.",
"msg-error-nested": "Cannot move vault into a subfolder of itself.",
"msg-error-rename-open": "Can't rename a currently open vault.",
"msg-rename-failed": "Failed to rename vault.",
"msg-rename-success": "Successfully renamed vault.",
"option-move-vault": "Move vault...",
"msg-move-select-dest": "Select destination folder",
"msg-error-move-exists": "There is already a vault at the destination.",
"msg-error-move-open": "Can't move a currently open vault.",
"msg-move-failed": "Failed to move vault.",
"msg-move-success": "Successfully moved vault.",
"option-remove": "Remove from list",
"button-quick-start": "Quick start",
"button-open": "گشودن",
"button-browse": "مرور",
"button-connect": "Connect",
"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": "نمیشود خزانهاي که اکنون باز است را پاکید.",
"option-get-help": "Get Help",
"option-user-email": "Email",
"placeholder-your-email": "Your email...",
"option-user-password": "Password",
"placeholder-your-password": "Your password...",
"button-sign-in": "Sign in",
"button-setup": "Setup",
"option-connect-vault-desc": "Create a synced vault on this device.",
"tooltip-own-vault": "This is a remote vault owned by you.",
"tooltip-shared-vault": "This is a remote vault shared with you."
},
"drag-and-drop": {
"insert-link-here": "پیوند همینجا درج شود",
"insert-links-here": "پیوندها همینجا درج شوند",
"move-into-folder": "ریختن در \"{{folder}}\"",
"star-this-file": "ستارهکردنِ این فایل",
"star-these-files": "ستارهکردنِ این فایلها",
"open-in-this-tab": "Open in this tab",
"open-as-tab": "Open as new tab"
},
"window": {
"maximize": "بزرگیدنِ پنجره",
"minimize": "پنهانکردنِ پنجره",
"restore-down": "کوچکیدنِ پنجره",
"close-window": "بستنِ پنجره",
"go-back": "عقبگرد",
"go-forward": "پیشرفت"
},
"start-up": {
"loading-obsidian": "بارگیریِ اوبسیدین...",
"obsidian-load-error": "هنگامِ بارگیریِ اوبسیدین خطایي رخ داد.",
"button-reload-app": "باز-و-بستنِ برنامه",
"button-reload-app-in-safe-mode": "Reload app in safe mode",
"button-open-another-vault": "گشودنِ خزانهاي دیگر",
"loading-components": "بارگیریِ سازهها...",
"loading-plugins": "بارگیریِ افزونهها...",
"loading-vault": "بارگیریِ خزانه...",
"msg-failed-to-load-vault": "بارگیریِ خزانه به مشکل خورد: ",
"loading-cache": "بارگیریِ حافظهی پنهان...",
"loading-workspace": "بارگیریِ فضای کاری..."
},
"mobile": {
"action-import": "واردکردن به خزانه",
"action-choose-file-to-insert": "فایلي برای درج انتخاب کنید",
"action-insert-text-into-file": "درجِ متن درونِ {{filename}}",
"action-insert-link-into-file": "درجِ پیوند درونِ {{filename}}",
"msg-importing": "دارد وارد میشود...",
"msg-import-success": "واردکردن موفق بود",
"msg-failed-to-import-file": "واردکردنِ فایل به مشکل خورد {{filename}}",
"msg-back-again-to-exit": "Press back again to exit."
},
"help-screen": {
"label-official-help-site": "Official help site",
"label-official-help-site-desc": "Read the official help documentation of Obsidian, available in multiple languages.",
"action-visit": "Visit",
"label-discord-chat": "Discord chat",
"label-discord-chat-desc": "Discord is the best place to chat with other experienced Obsidian users from around the world.",
"action-join": "Join",
"label-forum": "Official forum",
"label-forum-desc": "Help each other, post feature requests, report bugs, and have in-depth discussions about knowledge management.",
"label-sandbox-vault": "Sandbox vault",
"label-sandbox-vault-desc": "Play around and experiment with various features. Please note your changes will not be saved."
}
},
"commands": {
"save-file": "ذخیرهی فایلِ کنونی",
"follow-cursor-link": "دنبالیدنِ پیوندِ زیرِ نشانگر",
"open-cursor-link-in-new-tab": "Open link under cursor in new tab",
"open-cursor-link-to-the-right": "Open link under cursor to the right",
"open-cursor-link-in-new-window": "Open link under cursor in new window",
"navigate-tab-above": "Focus on tab group above",
"navigate-tab-below": "Focus on tab group below",
"navigate-tab-left": "Focus on tab group to the left",
"navigate-tab-right": "Focus on tab group to the right",
"toggle-pin": "سنجاقبودن",
"split-right": "Split right",
"split-down": "Split down",
"toggle-stacked-tabs": "Toggle stacked tabs",
"navigate-back": "عقبگرد",
"navigate-forward": "پیشرفت",
"use-dark-mode": "حالتِ تاریک",
"use-light-mode": "حالتِ روشن",
"change-theme": "Change theme",
"search-current-file": "جستوجو در فایلِ کنونی",
"search-replace-current-file": "جستوجو و جایگزینی در فایلِ کنونی",
"open-settings": "گشودنِ تنظیمات",
"open-help": "گشودنِ راهنما",
"toggle-edit": "نمای خواندن/ویرایش",
"toggle-source-mode": "نمای حالتِ پیشنمایشِ زنده/منبع",
"delete-current-file": "پاکیدنِ فایلِ کنونی",
"new-tab": "New tab",
"close-all-tabs": "Close all tabs",
"close-active-tab": "Close current tab",
"close-other-tabs": "Close all other tabs",
"toggle-left-sidebar": "نمایشِ نوارِ کناریِ چپ",
"toggle-right-sidebar": "نمایشِ نوارِ کناریِ راست",
"toggle-default-new-tab-mode": "Toggle default mode for new tabs",
"focus-editor": "تمرکز بر ویرایشگر",
"toggle-fold": "تغییرِ حالتِ جمعکردن در این خط",
"fold-all": "جمعکردنِ همهی سرفصلها و فهرستها",
"unfold-all": "گستردنِ همهی سرفصلها و فهرستها",
"fold-more": "Fold more",
"fold-less": "Fold less",
"swap-line-up": "بالابردنِ این خط",
"swap-line-down": "پایینآوردنِ این خط",
"remove-heading": "Remove heading",
"toggle-heading": "Set as heading {{level}}",
"toggle-bold": "درشتنویسی",
"toggle-italics": "کجنویسی",
"toggle-highlight": "شبرنگبودن",
"toggle-comments": "کامنتبودن",
"insert-link": "درجِ پیوند",
"toggle-spellcheck": "بررسیِ املا",
"delete-paragraph": "پاکیدنِ بند",
"toggle-checklist": "بازبینهسازی",
"cycle-list-checklist": "Cycle bullet/checkbox",
"insert-callout": "Insert callout",
"edit-file-title": "ویرایشِ عنوانِ فایل",
"copy-path": "رونوشتِ مسیرِ فعال",
"copy-url": "رونوشتِ نشانیِ اوبسیدین",
"export-pdf": "خروجیِ پیدیاف",
"reload": "باز-و-بستن بدونِ ذخیره",
"undo-close-tab": "Undo close tab",
"context-menu": "نمایشِ منویِ محتوایی زیرِ نشانگرِ موس",
"show-debug-info": "نمایشِ اطلاعاتِ اشکالزدایی",
"always-on-top": "Toggle window always on top",
"zoom-in": "Zoom in",
"zoom-out": "Zoom out",
"reset-zoom": "Reset zoom",
"toggle-preview": "تغییرِ حالتِ ویرایش/پیشنمایش",
"move-to-new-window": "Move current pane to new window",
"open-in-new-window": "Open current pane in new window",
"rename-current-file": "Rename current file"
},
"dialogue": {
"label-link-affected": "This will affect {{links}} in {{files}}.",
"msg-updated-links": "Updated {{links}} in {{files}}.",
"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": "این فایل به زبالهدانِ اوبسیدین منتقل میشود که در پوشهی \".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": "Don't ask again",
"label-existing-backlink": "هماکنون {{links}} به این نوشته اشارهدارند.",
"label-existing-backlink_plural": "There are currently {{links}} pointing to this note.",
"label-delete-file": "پاکیدنِ فایل",
"button-manage": "Manage",
"button-cancel": "لغو",
"button-done": "انجام",
"button-save": "Save",
"button-stop": "Stop",
"button-continue": "ادامه",
"preparing-pdf": "درحالِ آمادهسازیِ پیدیاف...",
"label-rename-file": "نامگذاریِ فایل",
"label-new-name": "نامِ جدید",
"msg-rename-success": "نامگذاری موفق بود",
"label-rename-heading": "نامگذاریِ سرفصل",
"label-rename-blockid": "Rename block ID"
},
"menu-items": {
"new-file": "Create Note",
"new-file-to-the-right": "New Note to the Right",
"new-window": "New Window",
"open-switcher": "Open Quickly...",
"open-vault": "Open Vault...",
"close-tab": "Close Tab",
"close-window": "Close Window",
"find": "Find",
"replace": "Replace",
"insert-callout": "Callout",
"insert-markdown-link": "Markdown Link",
"insert-wikilink": "Link",
"set-heading": "Heading {{level}}",
"no-heading": "No Heading",
"insert-quote": "Quote",
"export-pdf": "Export PDF",
"toggle-bullet-list": "Bullet List",
"toggle-numbered-list": "Numbered List",
"toggle-checklist": "Task List",
"toggle-bold": "Bold",
"toggle-code": "Code",
"toggle-comment": "Comment",
"toggle-italics": "Italics",
"toggle-highlight": "Highlight",
"toggle-strikethrough": "Strikethrough",
"toggle-comments": "Comment",
"fold-all": "Fold All",
"unfold-all": "Unfold All",
"fold-more": "Fold More",
"fold-less": "Fold Less",
"source-mode": "Source Mode",
"reading-view": "Reading View",
"show-debug-info": "Show Debug Info",
"navigate-back": "Navigate Back",
"navigate-forward": "Navigate Forward",
"toggle-left-sidebar": "Toggle Left Sidebar",
"toggle-right-sidebar": "Toggle Right Sidebar",
"split-right": "Split Right",
"split-down": "Split Down",
"release-notes": "Release Notes"
},
"plugins": {
"name": "افزونهها",
"file-explorer": {
"name": "مرورگرِ فایل",
"desc": "دیدنِ همهی فایلهای خزانه.",
"action-open": "گشودنِ مرورگرِ فایل",
"action-show": "نمایشِ مرورگرِ فایل",
"action-create-note": "ساختِ نوشتهی جدید",
"action-create-note-to-the-right": "Create note to the right",
"action-collapse-all": "Collapse all",
"action-expand-all": "Expand all",
"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": "ریختنِ پوشه در...",
"action-move-items": "Move {{count}} items to...",
"prompt-type-folder": "نامِ پوشهاي را تایپ کنید...",
"label-no-folders": "پوشهاي پیدا نشد.",
"instruction-navigate": "برای جابهجایی",
"instruction-move": "برای ریختن",
"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-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": "فایل نمیتواند بینام باشد.",
"msg-bad-dotfile": "File name must not start with a dot.",
"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": "همخوانی با ریجکسِ: ",
"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": "Match task (todo): ",
"label-match-task-done": "Match task (done): ",
"label-match-line": "همخوانی با خطِ: ",
"label-match-block": "همخوانی با بلوکِ: ",
"label-match-section": "همخوانی با بخشِ: ",
"label-match-tag": "همخوانی با برچسبِ: ",
"label-no-matches": "نتیجهاي پیدا",
"matches-with-count": "... and {{count}} more match.",
"matches-with-count_plural": "... and {{count}} more matches.",
"label-copy-search-results": "رونوشتِ نتایجِ جستوجو",
"button-copy-results": "رونوشتِ نتایج",
"msg-successfully-copied": "نتایج در حافظه رونوشت شدند.",
"option-show-path": "نمایشِ مسیر",
"option-show-path-description": "Display full path of the file rather than just the file name.",
"option-link-style": "سبکِ پیوند",
"option-link-style-description": "Optionally turn each file result in to a link.",
"option-choice-link-style-none": "هیچکدام",
"option-choice-link-style-wikilink": "ویکیپیوند",
"option-choice-link-style-markdown-link": "پیوندِ مارکداونی",
"option-list-prefix": "List prefix",
"option-list-prefix-description": "Optionally add a list item prefix to each file result.",
"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": "جستنِ کلیدواژههای زیرِ یک عنوان",
"menu-opt-search-for": "جستنِ \"{{keyword}}\""
},
"quick-switcher": {
"name": "پرشِ سریع",
"desc": "پریدن به فایلهای مختلف بدونِ دستبرداشتن از صفحهکلید",
"short-name": "پرش",
"action-open": "گشودنِ پرشِ سریع",
"instruction-navigate": "برای جابهجایی",
"instruction-open": "برای گشودن",
"instruction-open-in-new-tab": "to open in new tab",
"instruction-open-to-the-right": "to open to the right",
"instruction-create": "برای ساختن",
"instruction-dismiss": "برای بستن",
"label-no-note-create-new": "نوشتهاي پیدا نشد. برای ساختِ نوشتهاي جدید با این نام، کلید اینتر را بزنید.",
"prompt-type-file-name": "برای ساخت یا پرش به نوشته' نامش را بنویسید...",
"label-enter-to-create": "برای ساخت اینتر را بزنید",
"tooltip-not-created-yet": "هنوز ساخته نشده، برای ساختن انتخاب کنید.",
"option-show-existing-only": "فقط نمایشِ موجودها",
"option-show-existing-only-description": "تعیینِ اینکه پیوند به فایلهایي که هنوز ساخته نشدهاند نمایش داده بشوند یا نه.",
"option-show-attachments": "نمایشِ پیوستها",
"option-show-attachments-desc": "نمایشِ پیوستهایي مانندِ فیلم، تصویر و پیدیاف.",
"option-show-all-file-types": "نمایشِ همهجور فایل",
"option-show-all-file-types-desc": "نمایشِ همهی فایلها حتا آنهایي که اوبسیدین نمیتواند باز کند. این فایلها را برنامهی پیشفرضشان باز خواهد کرد."
},
"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": "آغازِ پویانماییِ سریعِ نمودار",
"tooltip-start-timelapse-animation": "آغازِ پویانمایی",
"button-animate-timelapse": "پویانمایی"
},
"backlinks": {
"name": "پشتوندها",
"desc": "نمایشِ تعدادِ پشتوندها در نوارِ وضعیت",
"action-open": "گشودنِ پشتوندها",
"action-show": "نمایشِ برگِ پشتوندها",
"action-open-for-current": "گشودنِ پشتوندها برای فایلِ کنونی",
"action-toggle-backlinks-in-document": "تاگِلِ پشتوندها در این نوشته",
"menu-opt-backlinks-in-document": "Backlinks in document",
"label-linked-mentions": "یادکردهای پیوندشده",