-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathtranslations.po
More file actions
1071 lines (854 loc) · 48.8 KB
/
Copy pathtranslations.po
File metadata and controls
1071 lines (854 loc) · 48.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-06-23 00:01+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Translate Toolkit 3.19.11\n"
#: docs/en/SUMMARY.md:1
msgid ""
"---\n"
"search:\n"
" exclude: true\n"
"---\n"
"\n"
msgstr ""
"search:\n"
" exclude: true\n"
"---\n"
"\n"
#: docs/en/SUMMARY.md:1
#, fuzzy
msgid "Section one"
msgstr "بخش اول"
#: docs/en/SUMMARY.md:1
#, fuzzy
msgid "[Section one]{1}"
msgstr "[بخش اول]{1}"
#: docs/en/SUMMARY.md:1
#, fuzzy
msgid "[Section one - page two]{1}"
msgstr "[بخش یک - صفحه دو]{1}"
#: docs/en/SUMMARY.md:4
#, fuzzy
msgid "[Section two]{1}"
msgstr "[بخش دوم]{1}"
#: docs/en/SUMMARY.md:5
#, fuzzy
msgid "[Section three]{1}"
msgstr "[بخش سوم]{1}"
#: docs/en/SUMMARY.md:5
msgid "./section_three/*"
msgstr "./section_three/*"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "Shared content testbed"
msgstr "محیط آزمایشی محتوای مشترک"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Shared content testbed]{1}"
msgstr "[محیط آزمایشی محتوای مشترک]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "How-to guides"
msgstr "راهنمای چگونگی انجام"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "Contribute"
msgstr "مشارکت کنید"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Contributing]{1}"
msgstr "[مشارکتکننده]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[First-time contributors]{1}"
msgstr "[نخستین مشارکتکنندگان]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "What can I do?"
msgstr "چه کار میتوانم بکنم؟"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Fix an issue]{1}"
msgstr "[رفع یک مشکل]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Implement a new feature]{1}"
msgstr "[پیادهسازی یک ویژگی جدید]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Write documentation]{1}"
msgstr "[مستندسازی بنویسید]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Triage an issue]{1}"
msgstr "[اولویتبندی یک مسئله]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Review a pull request]{1}"
msgstr "[بررسی یک درخواست کشش]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Propose a new feature]{1}"
msgstr "[پیشنهاد یک ویژگی جدید]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Translate content]{1}"
msgstr "[محتوا را ترجمه کنید]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Use the tools]{1}"
msgstr "[ابزارها را استفاده کنید]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "How do I contribute?"
msgstr "چگونه مشارکت کنم؟"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Setting up a development environment]{1}"
msgstr "[راهاندازی محیط توسعه]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Reproducing an issue]{1}"
msgstr "[بازتولید یک شماره]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Working from a branch]{1}"
msgstr "[کار کردن از یک شعبه]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Avoiding scope creep]{1}"
msgstr "[اجتناب از گسترش دامنه]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Writing, running, and testing code]{1}"
msgstr "[نوشتن، اجرا و تست کد]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Building documentation]{1}"
msgstr "[مستندسازی ساختمان]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Writing documentation]{1}"
msgstr "[نوشتن مستندات]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Adding a change note]{1}"
msgstr "[افزودن یادداشت تغییر]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Submitting a pull request]{1}"
msgstr "[ارسال یک درخواست ادغام]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Providing a review]{1}"
msgstr "[ارائه یک نقد]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Submitting a new issue]{1}"
msgstr "[ارسال یک مشکل جدید]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Proposing a new feature]{1}"
msgstr "[پیشنهاد یک ویژگی جدید]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Translating content]{1}"
msgstr "[محتوای در حال ترجمه]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "What happens next?"
msgstr "بعد چه میشود؟"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Pull request review process]{1}"
msgstr "[فرآیند بازبینی درخواست کشش]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Release process]{1}"
msgstr "[فرآیند انتشار]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "Policies"
msgstr "سیاستها"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[AI Policy]{1}"
msgstr "[سیاستگذاری هوش مصنوعی]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "Style guides"
msgstr "راهنماهای سبک"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Code style guide]{1}"
msgstr "[راهنمای سبک کد]{1}"
#: docs/en/SUMMARY.md:7
#, fuzzy
msgid "[Documentation style guide]{1}"
msgstr "[راهنمای سبک مستندسازی]{1}"
#: docs/en/about/releases.md:1
#, fuzzy
msgid "Place-holder file"
msgstr "فایل نگهدارندهٔ مکان"
#: docs/en/about/releases.md:3
#, fuzzy
msgid "This file is included purely to satisfy the link in the `code_contribution_base.md` file. It is excluded from nav."
msgstr "این فایل صرفاً برای برآورده کردن لینک در فایل `code_contribution_base.md` گنجانده شده است. این فایل از nav مستثنی شده است."
#: docs/en/content_test_bed/how-to/contribute/first-time-contributors.md:1
#, fuzzy
msgid "First-time contributors"
msgstr "مشارکتکنندگان تازهکار"
#: docs/en/content_test_bed/how-to/contribute/first-time-contributors.md:3
msgid "{% extends \"_shared/contribute/first-time-contributors.md\" %}"
msgstr "{% extends \"_shared/contribute/first-time-contributors.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/branches.md:1
#, fuzzy
msgid "Work from a feature branch, not your `main` branch"
msgstr "روی یک شاخهٔ فرعی کار کنید، نه روی شاخهٔ `main` خود."
#: docs/en/content_test_bed/how-to/contribute/how/branches.md:3
msgid "{% extends \"_shared/contribute/how/branches.md\" %}"
msgstr "{% extends \"_shared/contribute/how/branches.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/build-docs.md:1
#, fuzzy
msgid "Building documentation"
msgstr "مستندسازی ساختمان"
#: docs/en/content_test_bed/how-to/contribute/how/build-docs.md:3
msgid "{% extends \"_shared/contribute/how/build-docs.md\" %}"
msgstr "{% extends \"_shared/contribute/how/build-docs.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/build-docs.md:5 docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:5 docs/en/content_test_bed/how-to/contribute/how/write-code.md:5 docs/en/content_test_bed/how-to/contribute/how/write-docs.md:5
msgid "{% block front_matter %}"
msgstr "{% block front_matter %}"
#: docs/en/content_test_bed/how-to/contribute/how/build-docs.md:7
#, fuzzy
msgid "Before you build the documentation, and have a [development environment]{1} set up."
msgstr "قبل از اینکه مستندات را بسازید و یک [محیط توسعه]{1} را راهاندازی کنید."
#: docs/en/content_test_bed/how-to/contribute/how/build-docs.md:9 docs/en/content_test_bed/how-to/contribute/how/build-docs.md:15 docs/en/content_test_bed/how-to/contribute/how/propose-feature.md:9 docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:9 docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:15 docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:17 docs/en/content_test_bed/how-to/contribute/how/write-code.md:9 docs/en/content_test_bed/how-to/contribute/how/write-code.md:15 docs/en/content_test_bed/how-to/contribute/how/write-docs.md:9 docs/en/content_test_bed/how-to/contribute/how/write-docs.md:15
msgid "{% endblock %}"
msgstr "{% endblock %}"
#: docs/en/content_test_bed/how-to/contribute/how/build-docs.md:11 docs/en/content_test_bed/how-to/contribute/how/propose-feature.md:5 docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:11 docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:5 docs/en/content_test_bed/how-to/contribute/how/write-code.md:11 docs/en/content_test_bed/how-to/contribute/how/write-docs.md:11
msgid "{% block end_matter %}"
msgstr "{% block end_matter %}"
#: docs/en/content_test_bed/how-to/contribute/how/build-docs.md:13
#, fuzzy
msgid "Once you have successfully built the docs, you are ready to [write documentation]{1}."
msgstr "پس از اینکه با موفقیت مستندات را ساختید، آمادهٔ [نوشتن مستندات]{1} هستید."
#: docs/en/content_test_bed/how-to/contribute/how/change-note.md:1
#, fuzzy
msgid "Adding change information for release notes"
msgstr "افزودن اطلاعات تغییرات برای یادداشتهای نسخه"
#: docs/en/content_test_bed/how-to/contribute/how/change-note.md:3
msgid "{% extends \"_shared/contribute/how/change-note.md\" %}"
msgstr "{% extends \"_shared/contribute/how/change-note.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/dev-environment.md:1
#, fuzzy
msgid "Setting up a development environment"
msgstr "راهاندازی محیط توسعه"
#: docs/en/content_test_bed/how-to/contribute/how/dev-environment.md:3
msgid "{% extends \"_shared/contribute/how/dev-environment.md\" %}"
msgstr "{% extends \"_shared/contribute/how/dev-environment.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/new-issue.md:1
#, fuzzy
msgid "Submitting a new issue"
msgstr "ارسال یک مشکل جدید"
#: docs/en/content_test_bed/how-to/contribute/how/new-issue.md:3
msgid "{% extends \"_shared/contribute/how/new-issue.md\" %}"
msgstr "{% extends \"_shared/contribute/how/new-issue.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/propose-feature.md:1 docs/en/content_test_bed/how-to/contribute/what/propose-feature.md:1
#, fuzzy
msgid "Proposing a new feature"
msgstr "پیشنهاد یک ویژگی جدید"
#: docs/en/content_test_bed/how-to/contribute/how/propose-feature.md:3
msgid "{% extends \"_shared/contribute/how/propose-feature.md\" %}"
msgstr "{% extends \"_shared/contribute/how/propose-feature.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/propose-feature.md:7
#, fuzzy
msgid "If you are interested, you can begin [implementing your new feature]{1}."
msgstr "اگر علاقهمند هستید، میتوانید [پیادهسازی ویژگی جدید خود را آغاز کنید]{1}."
#: docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:1
#, fuzzy
msgid "Reproducing an issue"
msgstr "تولید مجدد یک مشکل"
#: docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:3
msgid "{% extends \"_shared/contribute/how/reproduce-issue.md\" %}"
msgstr "{% extends \"_shared/contribute/how/reproduce-issue.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:7
#, fuzzy
msgid "To begin reproducing an issue, you will need a [development environment]{1} set up."
msgstr "برای شروع بازتولید یک مشکل، به یک [محیط توسعه]{1} راهاندازیشده نیاز دارید."
#: docs/en/content_test_bed/how-to/contribute/how/reproduce-issue.md:13
#, fuzzy
msgid "At this point, you might choose to try to [fix the issue]{1} you've just reproduced; alternatively, you can write up your findings and try to reproduce another issue."
msgstr "در این مرحله، ممکن است بخواهید تلاش کنید مسئلهای را که بهتازگی بازتولید کردهاید [رفع کنید]{1}؛ یا میتوانید یافتههای خود را مکتوب کرده و تلاش کنید مسئلهی دیگری را بازتولید کنید."
#: docs/en/content_test_bed/how-to/contribute/how/review-pr.md:1 docs/en/content_test_bed/how-to/contribute/what/review-pr.md:1
#, fuzzy
msgid "Providing a pull request review"
msgstr "ارائه بازبینی درخواست کشش"
#: docs/en/content_test_bed/how-to/contribute/how/review-pr.md:3
msgid "{% extends \"_shared/contribute/how/review-pr.md\" %}"
msgstr "{% extends \"_shared/contribute/how/review-pr.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/scope-creep.md:1
#, fuzzy
msgid "Avoiding scope creep"
msgstr "اجتناب از گسترش دامنه"
#: docs/en/content_test_bed/how-to/contribute/how/scope-creep.md:3
msgid "{% extends \"_shared/contribute/how/scope-creep.md\" %}"
msgstr "{% extends \"_shared/contribute/how/scope-creep.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:1
#, fuzzy
msgid "Submitting a pull request"
msgstr "ارسال یک درخواست برداشت"
#: docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:3
msgid "{% extends \"_shared/contribute/how/submit-pr.md\" %}"
msgstr "{% extends \"_shared/contribute/how/submit-pr.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:7
msgid "{% if config.extra.website %}"
msgstr "{% if config.extra.website %}"
#: docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:9
#, fuzzy
msgid "Your pull request may require additional content, such as a [change note]{1}, before it can be [reviewed]{2}."
msgstr "پُلریکِست شما ممکن است پیش از آنکه بتواند [بازبینی]{2} شود، به محتوای اضافی مانند [یادداشت تغییر]{1} نیاز داشته باشد."
#: docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:11
msgid "{% else %}"
msgstr "{% else %}"
#: docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:13
#, fuzzy
msgid "As part of submitting a pull request, you'll need to include a [change note]{1} before it can be [reviewed]{2}."
msgstr "بهعنوان بخشی از ارسال یک درخواست برداشت، باید یک [یادداشت تغییر]{1} را قبل از اینکه بتواند [بازبینی]{2} شود، ضمیمه کنید."
#: docs/en/content_test_bed/how-to/contribute/how/submit-pr.md:15 docs/en/index.md:102 docs/en/index.md:112 docs/en/index.md:122
msgid "{% endif %}"
msgstr "{% endif %}"
#: docs/en/content_test_bed/how-to/contribute/how/translate.md:1 docs/en/content_test_bed/how-to/contribute/what/translate.md:1
#, fuzzy
msgid "Translating content"
msgstr "ترجمهی محتوا"
#: docs/en/content_test_bed/how-to/contribute/how/translate.md:3
msgid "{% extends \"_shared/contribute/how/translate.md\" %}"
msgstr "{% extends \"_shared/contribute/how/translate.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/write-code.md:1
#, fuzzy
msgid "Writing, running, and testing code"
msgstr "نوشتن، اجرا و تست کد"
#: docs/en/content_test_bed/how-to/contribute/how/write-code.md:3
msgid "{% extends \"_shared/contribute/how/write-code.md\" %}"
msgstr "{% extends \"_shared/contribute/how/write-code.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/write-code.md:7
#, fuzzy
msgid "To begin working on code, ensure you have a [development environment]{1} set up, and you are [working on a branch]{2}"
msgstr "برای شروع کار روی کد، مطمئن شوید که یک [محیط توسعه]{1} راهاندازی کردهاید و روی یک [شعبه]{2} کار میکنید."
#: docs/en/content_test_bed/how-to/contribute/how/write-code.md:13
#, fuzzy
msgid "Once you have everything working, you can [submit a pull request]{1} with your changes."
msgstr "وقتی همه چیز به درستی کار کرد، میتوانید [یک درخواست کششی ارسال کنید]{1} با تغییرات خود."
#: docs/en/content_test_bed/how-to/contribute/how/write-docs.md:1
#, fuzzy
msgid "Writing documentation"
msgstr "نوشتن مستندات"
#: docs/en/content_test_bed/how-to/contribute/how/write-docs.md:3
msgid "{% extends \"_shared/contribute/how/write-docs.md\" %}"
msgstr "{% extends \"_shared/contribute/how/write-docs.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/how/write-docs.md:7
#, fuzzy
msgid "Before you begin writing documentation, ensure you are able to [build the documentation]{1}, and you are [working on a branch]{2}."
msgstr "قبل از شروع نوشتن مستندات، مطمئن شوید که قادر به ساخت مستندات هستید و روی یک شاخه در حال کار کردن میباشید."
#: docs/en/content_test_bed/how-to/contribute/how/write-docs.md:13
#, fuzzy
msgid "Once you are happy with your new documentation, you can [submit a pull request]{1} with your proposed changes."
msgstr "وقتی از مستندات جدیدتان راضی بودید، میتوانید [یک درخواست کششی ارسال کنید]{1} که شامل تغییرات پیشنهادی شماست."
#: docs/en/content_test_bed/how-to/contribute/index.md:1
#, fuzzy
msgid "Contributing to {{ formal_name }}"
msgstr "مشارکت در {{ formal_name }}"
#: docs/en/content_test_bed/how-to/contribute/index.md:3
msgid "{% extends \"_shared/contribute/index.md\" %}"
msgstr "{% extends \"_shared/contribute/index.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/next/pr-review.md:1
#, fuzzy
msgid "Receiving a pull request review"
msgstr "دریافت بازبینی یک درخواست کشش"
#: docs/en/content_test_bed/how-to/contribute/next/pr-review.md:3
msgid "{% extends \"_shared/contribute/next/pr-review.md\" %}"
msgstr "{% extends \"_shared/contribute/next/pr-review.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/next/release.md:1
#, fuzzy
msgid "The release process"
msgstr "فرآیند انتشار"
#: docs/en/content_test_bed/how-to/contribute/next/release.md:3
msgid "{% extends \"_shared/contribute/next/release.md\" %}"
msgstr "{% extends \"_shared/contribute/next/release.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/policies/ai-policy.md:3
msgid "{% extends \"_shared/contribute/policies/ai-policy.md\" %}"
msgstr "{% extends \"_shared/contribute/policies/ai-policy.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/style/code-style-guide.md:1
#, fuzzy
msgid "Code style guide"
msgstr "راهنمای سبک کدنویسی"
#: docs/en/content_test_bed/how-to/contribute/style/code-style-guide.md:3
msgid "{% extends \"_shared/contribute/style/code-style-guide.md\" %}"
msgstr "{% extends \"_shared/contribute/style/code-style-guide.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/style/docs-style-guide.md:1
#, fuzzy
msgid "Documentation style guide"
msgstr "راهنمای سبک مستندسازی"
#: docs/en/content_test_bed/how-to/contribute/style/docs-style-guide.md:3
msgid "{% extends \"_shared/contribute/style/docs-style-guide.md\" %}"
msgstr "{% extends \"_shared/contribute/style/docs-style-guide.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/fix-issue.md:1
#, fuzzy
msgid "Fixing an issue"
msgstr "رفع یک مشکل"
#: docs/en/content_test_bed/how-to/contribute/what/fix-issue.md:3
msgid "{% extends \"_shared/contribute/what/fix-issue.md\" %}"
msgstr "{% extends \"_shared/contribute/what/fix-issue.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/implement-feature.md:1
#, fuzzy
msgid "Implementing a new feature"
msgstr "پیادهسازی یک ویژگی جدید"
#: docs/en/content_test_bed/how-to/contribute/what/implement-feature.md:3
msgid "{% extends \"_shared/contribute/what/implement-feature.md\" %}"
msgstr "{% extends \"_shared/contribute/what/implement-feature.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/propose-feature.md:3
msgid "{% extends \"_shared/contribute/what/propose-feature.md\" %}"
msgstr "{% extends \"_shared/contribute/what/propose-feature.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/review-pr.md:3
msgid "{% extends \"_shared/contribute/what/review-pr.md\" %}"
msgstr "{% extends \"_shared/contribute/what/review-pr.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/translate.md:3
msgid "{% extends \"_shared/contribute/what/translate.md\" %}"
msgstr "{% extends \"_shared/contribute/what/translate.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/triage.md:1
#, fuzzy
msgid "Triaging an issue"
msgstr "اولویتبندی یک مشکل"
#: docs/en/content_test_bed/how-to/contribute/what/triage.md:3
msgid "{% extends \"_shared/contribute/what/triage.md\" %}"
msgstr "{% extends \"_shared/contribute/what/triage.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/use-tools.md:1
#, fuzzy
msgid "Using the tools"
msgstr "استفاده از ابزارها"
#: docs/en/content_test_bed/how-to/contribute/what/use-tools.md:3
msgid "{% extends \"_shared/contribute/what/use-tools.md\" %}"
msgstr "{% extends \"_shared/contribute/what/use-tools.md\" %}"
#: docs/en/content_test_bed/how-to/contribute/what/write-docs.md:1
#, fuzzy
msgid "Adding documentation"
msgstr "افزودن مستندات"
#: docs/en/content_test_bed/how-to/contribute/what/write-docs.md:3
msgid "{% extends \"_shared/contribute/what/write-docs.md\" %}"
msgstr "{% extends \"_shared/contribute/what/write-docs.md\" %}"
#: docs/en/content_test_bed/index.md:1
#, fuzzy
msgid "Shared content test bed"
msgstr "محیط آزمون محتوای مشترک"
#: docs/en/content_test_bed/index.md:3
#, fuzzy
msgid "This section is included for the purposes of verifying the shared content provided from this repo for use in the rest of the BeeWare documentation. \"Shared content\" refers to documents or sections of documents that are common to multiple other repos. They are stored here for inclusion across those repos. This means there is a single source when updates are required, and that change will populate across all repos using that shared content."
msgstr "این بخش برای تأیید محتوای مشترک ارائهشده از این مخزن جهت استفاده در سایر مستندات BeeWare گنجانده شده است. «محتوای مشترک» به اسناد یا بخشهایی از اسناد اطلاق میشود که در چندین مخزن دیگر مشترک هستند. این موارد در اینجا ذخیره میشوند تا در تمامی آن مخازن گنجانده شوند. این بدان معناست که هنگام نیاز به بهروزرسانی، یک منبع واحد وجود دارد و آن تغییر در تمامی مخازن استفادهکننده از آن محتوای مشترک اعمال خواهد شد."
#: docs/en/content_test_bed/index.md:5
#, fuzzy
msgid "If you are updating existing content, the following steps are not necessary. You can simply build the test site, and see your updates rendered."
msgstr "اگر در حال بهروزرسانی محتوای موجود هستید، مراحل زیر ضروری نیستند. میتوانید بهسادگی سایت آزمایشی را بسازید و بهروزرسانیهای خود را مشاهده کنید."
#: docs/en/content_test_bed/index.md:7
#, fuzzy
msgid "If you are creating a new shared documentation file in the `shared-content` directory, that is NOT meant to be included in the `how-to` directory, complete the following:"
msgstr "اگر در حال ایجاد یک فایل مستندسازی مشترک جدید در دایرکتوری `shared-content` هستید که قرار نیست در دایرکتوری `how-to` گنجانده شود، موارد زیر را انجام دهید:"
#: docs/en/content_test_bed/index.md:9
#, fuzzy
msgid "Create a file in the `content_test_bed` that is the same filename as your new content file, with \"_include\" appended to the end."
msgstr "در `content_test_bed` فایلی با همان نام فایل محتوای جدیدتان ایجاد کنید و «_include» را به انتهای آن اضافه کنید."
#: docs/en/content_test_bed/index.md:9
#, fuzzy
msgid "For `style_guide.md`, you would add `style_guide_include.md`."
msgstr "برای `style_guide.md`، شما `style_guide_include.md` را اضافه میکنید."
#: docs/en/content_test_bed/index.md:11
#, fuzzy
msgid "Using the Snippets syntax, add the filename to `filename_include.md`. The Snippets syntax for including content is `-8<- \"filename.md\"`."
msgstr "با استفاده از سینتکس Snippets، نام فایل را در `filename_include.md` قرار دهید. سینتکس Snippets برای درج محتوا عبارت `-8<- \"filename.md\"` است."
#: docs/en/content_test_bed/index.md:11
#, fuzzy
msgid "For `style_guide.md`, you would add `-8<- \"style_guide.md\"` to `style_guide_include.md`."
msgstr "برای `style_guide.md`، شما `-8<- \"style_guide.md\"` را به `style_guide_include.md` اضافه میکنید."
#: docs/en/content_test_bed/index.md:13
#, fuzzy
msgid "Update the `Shared content test bed` section in `/docs/SUMMARY.md` to include the new `_include` file and path, at the same indentation level as the other items in that section."
msgstr "بخش `Shared content test bed` را در `/docs/SUMMARY.md` بهروزرسانی کنید تا فایل و مسیر جدید `_include` را شامل شود و همسطح با سایر موارد در آن بخش باشد."
#: docs/en/content_test_bed/index.md:13
#, fuzzy
msgid "For `style_guide_include.md`, you would add `- [Style guide](content_test_bed/style_guide_include.md)`."
msgstr "برای `style_guide_include.md`، شما `- [Style guide](content_test_bed/style_guide_include.md)` را اضافه میکنید."
#: docs/en/content_test_bed/index.md:16
#, fuzzy
msgid "Once these steps are completed, you can build the test site and view your new documentation rendered."
msgstr "پس از تکمیل این مراحل، میتوانید سایت تست را بسازید و مستندات جدیدتان را مشاهده کنید."
#: docs/en/index.md:1
#, fuzzy
msgid "Docs Tools Demo"
msgstr "نمایش ابزارهای مستندات"
#: docs/en/index.md:3
#, fuzzy
msgid "Theme checklist"
msgstr "فهرست موضوعات"
#: docs/en/index.md:5
#, fuzzy
msgid "This demo is designed to test the various features of the BeeWare MkDocs Material theme overrides. Please read through and verify that everything listed on this and the following pages is present and functioning as detailed in the description."
msgstr "این دمو برای آزمایش ویژگیهای مختلف overrideهای تم Material در BeeWare MkDocs طراحی شده است. لطفاً آن را مطالعه کرده و تأیید کنید که همه موارد فهرستشده در این صفحه و صفحات بعدی موجود بوده و مطابق توضیحات کار میکنند."
#: docs/en/index.md:7
#, fuzzy
msgid "Titlebar"
msgstr "سربرگ"
#: docs/en/index.md:9
#, fuzzy
msgid "A medium-gray titlebar is on the page. This the theme template has been applied."
msgstr "یک نوار عنوان خاکستری متوسط روی صفحه قرار دارد. این قالب تم اعمال شده است."
#: docs/en/index.md:11
#, fuzzy
msgid "Header icon"
msgstr "آیکون سربرگ"
#: docs/en/index.md:13
#, fuzzy
msgid "The header icon top-left has been rendered. This confirms the template can reference external resources."
msgstr "آیکون هدر در بالای سمت چپ رندر شد. این تأیید میکند که قالب میتواند به منابع خارجی ارجاع دهد."
#: docs/en/index.md:15
#, fuzzy
msgid "Homepage sidebar icon"
msgstr "آیکون نوار کناری صفحهٔ اصلی"
#: docs/en/index.md:17
#, fuzzy
msgid "The logo icon in the left sidebar has been rendered. The logo should be the width of, and of equal height to, the sidebar. The site title should be rendered below it in slightly larger font than the rest of the sidebar, with the version number below it in smaller font."
msgstr "آیکون لوگو در نوار کناری سمت چپ نمایش داده شده است. لوگو باید به عرض نوار کناری و با ارتفاع برابر آن باشد. عنوان سایت باید در زیر آن با فونت کمی بزرگتر از سایر بخشهای نوار کناری نمایش داده شود و شماره نسخه در زیر آن با فونت کوچکتر نوشته شود."
#: docs/en/index.md:19
#, fuzzy
msgid "This confirms the sidebar will render properly on the target sites."
msgstr "این تأیید میکند که نوار کناری در سایتهای هدف بهدرستی نمایش داده خواهد شد."
#: docs/en/index.md:21
#, fuzzy
msgid "Heading font { #heading-font }"
msgstr "فونت سربرگ { #heading-font }"
#: docs/en/index.md:23
#, fuzzy
msgid "Headings are rendered in Cutive. This confirms the BeeWare custom CSS theme has been applied."
msgstr "سربرگها با Cutive نمایش داده میشوند. این تأیید میکند که تم CSS سفارشی BeeWare اعمال شده است."
#: docs/en/index.md:25
#, fuzzy
msgid "Inline code"
msgstr "کد درون خطی"
#: docs/en/index.md:27
#, fuzzy
msgid "Inline code is rendered in the same color as the surrounding font. This confirms that the theme has not caused any undesired changes."
msgstr "کد درونخطی با همان رنگِ فونت اطراف نمایش داده میشود. این تأیید میکند که قالب هیچ تغییر ناخواستهای ایجاد نکرده است."
#: docs/en/index.md:29
#, fuzzy
msgid "This is text with `inline code` here and `inline code` here."
msgstr "این متنی است که `inline code` اینجا و `inline code` اینجا دارد."
#: docs/en/index.md:31
#, fuzzy
msgid "Tabbed content code"
msgstr "کد محتوای تبدار"
#: docs/en/index.md:33
#, fuzzy
msgid "Code is in a contrasting color to the background. Copy button should copy only the commands; the prompt should not be included."
msgstr "کد باید به رنگی متضاد با پسزمینه باشد. دکمهٔ کپی باید فقط دستورات را کپی کند؛ پرامپت نباید شامل شود."
#: docs/en/index.md:35
#, fuzzy
msgid "This confirms that the theme has not caused any undesired changes, as well as whether the copy button is working as expected."
msgstr "این تأیید میکند که قالب هیچ تغییر ناخواستهای ایجاد نکرده و همچنین بررسی میکند که آیا دکمه کپی طبق انتظار کار میکند."
#: docs/en/index.md:37
msgid "/// tab | macOS"
msgstr "/// tab | macOS"
#: docs/en/index.md:39 docs/en/index.md:47
#, fuzzy
msgid "$ git clone https://github.com/beeware/beeware-theme.git"
msgstr "$ git clone https://github.com/beeware/beeware-theme.git"
#: docs/en/index.md:43 docs/en/index.md:51 docs/en/index.md:59 docs/en/index.md:100 docs/en/index.md:110 docs/en/index.md:120
msgid "///"
msgstr "///"
#: docs/en/index.md:45
msgid "/// tab | Linux"
msgstr "/// tab | Linux"
#: docs/en/index.md:53
msgid "/// tab | Windows"
msgstr "/// tab | Windows"
#: docs/en/index.md:55
#, fuzzy
msgid "C:\\...>git clone https://github.com/beeware/beeware-theme.git"
msgstr "C:\\...>git clone https://github.com/beeware/beeware-theme.git"
#: docs/en/index.md:61
#, fuzzy
msgid "Code copy button behavior"
msgstr "رفتار دکمهٔ کپی کد"
#: docs/en/index.md:63
#, fuzzy
msgid "The copy button on the following codeblock should result in `from pathlib import Path` being copied to the clipboard."
msgstr "دکمهٔ کپی در بلوک کد زیر باید باعث شود که `from pathlib import Path` به کلیپبورد کپی شود."
#: docs/en/index.md:65
#, fuzzy
msgid "from pathlib import Path"
msgstr "از pathlib وارد Path کنید"
#: docs/en/index.md:69
#, fuzzy
msgid "The copy button on the following codeblock should result in `ls beeware-docs-tools` being copied to the clipboard. The shell prompt and the output should not be included."
msgstr "دکمهٔ کپی در بلوک کد زیر باید بهگونهای عمل کند که `ls beeware-docs-tools` به کلیپبورد کپی شود. دستور شل و خروجی نباید شامل شوند."
#: docs/en/index.md:71
#, fuzzy
msgid ""
"(venv) $ ls beeware-docs-tools\n"
"_build\t\t\tlocales\t\t\trequirements.dev.txt\ttox.ini\n"
"docs\t\t\tpyproject.toml\t\trequirements.docs.txt\n"
"LICENSE\t\t\tREADME.md\t\tsrc"
msgstr ""
"(venv) $ ls beeware-docs-tools\n"
"_build locales requirements.dev.txt tox.ini\n"
"docs pyproject.toml requirements.docs.txt\n"
"LICENSE README.md src"
#: docs/en/index.md:78
#, fuzzy
msgid "Sidebar links"
msgstr "پیوندهای نوار کناری"
#: docs/en/index.md:80
#, fuzzy
msgid "Sidebar links exist, and point to the `beeware-docs-tools` repo. This confirms that the sidebar content has been loaded, and the `project-name` has been set in the MkDocs configuration file, and the version number is computed and added."
msgstr "پیوندهای نوار کناری وجود دارند و به مخزن `beeware-docs-tools` اشاره میکنند. این تأیید میکند که محتوای نوار کناری بارگذاری شده است، `project-name` در فایل پیکربندی MkDocs تنظیم شده است و شماره نسخه محاسبه و اضافه شده است."
#: docs/en/index.md:82
#, fuzzy
msgid "Link colors"
msgstr "رنگهای لینک"
#: docs/en/index.md:84
#, fuzzy
msgid "This link to [the main BeeWare website]{1} should be blue in *both* light mode and dark mode."
msgstr "این لینک به [وبسایت اصلی BeeWare]{1} باید در هر دو حالت روشن و تاریک آبی باشد."
#: docs/en/index.md:86
#, fuzzy
msgid "The links in the left and right sidebars should also be blue in both modes."
msgstr "لینکهای نوار کناری چپ و راست نیز باید در هر دو حالت آبی باشند."
#: docs/en/index.md:88
#, fuzzy
msgid "When scrolling down the page, the active header link in the right sidebar should be light blue in dark mode, and darker blue in light mode."
msgstr "هنگام پیمایش صفحه به پایین، لینک فعال هدر در نوار کناری سمت راست باید در حالت تاریک آبی روشن و در حالت روشن آبی تیرهتر باشد."
#: docs/en/index.md:90
#, fuzzy
msgid "Translation admonition"
msgstr "تذکر ترجمه"
#: docs/en/index.md:92
#, fuzzy
msgid "The English-language version of this document should show the \"Translations are available\" admonition below. The French translation should show the \"This is a machine translation!\" admonition. The German translation should show the \"This is a translation!\" admonition for human translations."
msgstr "نسخهٔ انگلیسی این سند باید هشدار «ترجمهها در دسترس هستند» را در زیر نمایش دهد. ترجمهٔ فرانسوی باید هشدار «این یک ترجمهٔ ماشینی است!» را نمایش دهد. ترجمهٔ آلمانی باید هشدار «این یک ترجمه است!» را برای ترجمههای انسانی نمایش دهد."
#: docs/en/index.md:94
msgid "{% if config.extra.translation_type == \"original\" %}"
msgstr "{% if config.extra.translation_type == \"original\" %}"
#: docs/en/index.md:96
#, fuzzy
msgid "/// admonition | Translations are available"
msgstr "/// admonition | مترجمهها موجود هستند"
#: docs/en/index.md:98
#, fuzzy
msgid "If you're not comfortable with English, translations of the Docs Tools are available in [Français]{1} and [Deutsch]{2}."
msgstr "اگر با زبان انگلیسی راحت نیستید، ترجمههای ابزارهای مستندات به [فرانسوی]{1} و [آلمانی]{2} موجود است."
#: docs/en/index.md:104
msgid "{% if config.extra.translation_type == \"machine\" %}"
msgstr "{% if config.extra.translation_type == \"machine\" %}"
#: docs/en/index.md:106
#, fuzzy
msgid "/// admonition | This is a machine translation!"
msgstr "/// admonition | این یک ترجمه ماشینی است!"
#: docs/en/index.md:108
#, fuzzy
msgid "This version of the tutorial has been generated by machine translation. We know this isn't ideal, but we felt that a bad translation was better than no translation at all."
msgstr "این نسخه از آموزش توسط ترجمهٔ ماشینی تولید شده است. میدانیم که این ایدهآل نیست، اما احساس کردیم که یک ترجمهٔ ضعیف بهتر از هیچ ترجمهای است."
#: docs/en/index.md:114
msgid "{% if config.extra.translation_type == \"human\" %}"
msgstr "{% if config.extra.translation_type == \"human\" %}"
#: docs/en/index.md:116
#, fuzzy
msgid "/// admonition | This is a translation!"
msgstr "/// admonition | این یک ترجمه است!"
#: docs/en/index.md:118
#, fuzzy
msgid "This document is a translation of the English version. The translation has been reviewed by humans, but newer sections may be generated by machine translation, or not translated at all."
msgstr "این سند ترجمهای از نسخهٔ انگلیسی است. این ترجمه توسط انسان بازبینی شده است، اما بخشهای جدیدتر ممکن است توسط ترجمهٔ ماشینی تولید شده باشند یا اصلاً ترجمه نشده باشند."
#: docs/en/index.md:124
#, fuzzy
msgid "Custom 404 page"
msgstr "صفحهٔ ۴۰۴ سفارشی"
#: docs/en/index.md:126
#, fuzzy
msgid "Add `nopage` to the end of the URL in your browser to verify the 404 page exists, and includes the text \"Brutus can't find what you're looking for\". The current 404 page does not always render the images due to an issue with MkDocs."
msgstr "در انتهای آدرس اینترنتی در مرورگر خود `nopage` را اضافه کنید تا مطمئن شوید صفحهٔ خطای ۴۰۴ وجود دارد و شامل متن «بروتوس نمیتواند آنچه را که به دنبالش هستید پیدا کند» است. صفحهٔ ۴۰۴ فعلی به دلیل مشکلی در MkDocs همیشه تصاویر را نمایش نمیدهد."
#: docs/en/index.md:128
#, fuzzy
msgid "*MkDocs builds fail with unrecognized internal links, so you need to manually verify this check by modifying the URL in your browser.*"
msgstr "ساخت MkDocs با لینکهای داخلی ناشناخته با شکست مواجه میشود، بنابراین باید این بررسی را با تغییر آدرس URL در مرورگر خود بهصورت دستی تأیید کنید."
#: docs/en/index.md:130
#, fuzzy
msgid "Next checks"
msgstr "بررسیهای بعدی"
#: docs/en/index.md:132
#, fuzzy
msgid "The following link should take you to BeeWare Docs Tools Demo Section One. It is included to verify cross-page linking."
msgstr "لینک زیر باید شما را به بخش اول دمو ابزارهای مستندات BeeWare هدایت کند. این لینک برای تأیید پیونددهی بین صفحات گنجانده شده است."
#: docs/en/index.md:134
#, fuzzy
msgid "Navigate to [BeeWare Docs Tools Demo Section One]{1} for the next checks."
msgstr "برای بررسیهای بعدی به [BeeWare Docs Tools Demo Section One]{1} بروید."
#: docs/en/section_one/index.md:1
#, fuzzy
msgid "BeeWare Docs Tools Demo section one"
msgstr "بخش یکم دمو ابزارهای مستندسازی BeeWare"
#: docs/en/section_one/index.md:3
#, fuzzy
msgid "Non-homepage sidebar logo"
msgstr "لوگوی نوار کناری غیرصفحه اصلی"
#: docs/en/section_one/index.md:5
#, fuzzy
msgid "The logo icon in the left sidebar should be small on all pages other than the homepage. The site title and version number should be rendered next to it with the site title in slightly larger font, and the version number in smaller font."
msgstr "آیکون لوگو در نوار کناری سمت چپ باید در همه صفحات به جز صفحه اصلی کوچک باشد. عنوان سایت و شماره نسخه باید در کنار آن نمایش داده شوند، بهطوری که عنوان سایت با فونت کمی بزرگتر و شماره نسخه با فونت کوچکتر نمایش داده شود."
#: docs/en/section_one/index.md:7
#, fuzzy
msgid "This verifies that the theme is being properly applied."
msgstr "این تأیید میکند که قالب بهدرستی اعمال میشود."
#: docs/en/section_one/index.md:9
#, fuzzy
msgid "Include external markdown from a local file"
msgstr "شامل مارکداون خارجی از یک فایل محلی"
#: docs/en/section_one/index.md:11
#, fuzzy
msgid "The following section should have only a header, and a paragraph with inline code followed by a code block. There should be no text between the code block and the next header. This verifies that the external include extension is working with local files."
msgstr "بخش زیر باید تنها شامل یک سربرگ و یک پاراگراف با کد درونخطی باشد که پس از آن یک بلوک کد قرار گیرد. نباید هیچ متنی بین بلوک کد و سربرگ بعدی وجود داشته باشد. این بررسی میکند که افزونهٔ include خارجی با فایلهای محلی بهدرستی کار میکند."
#: docs/en/section_one/index.md:13
msgid "-8<- \"include_content.md:local-content\""
msgstr "-8<- \"include_content.md:local-content\""
#: docs/en/section_one/index.md:15
#, fuzzy
msgid "Include external markdown from a URL"
msgstr "شامل مارکداون خارجی از یک URL"
#: docs/en/section_one/index.md:17
#, fuzzy
msgid "The following section should have only a header, some text and a Markdown list. This verifies that the external include extension is working, and that `url_download` is enabled."
msgstr "بخش زیر باید فقط شامل یک سربرگ، مقداری متن و یک فهرست مارکداون باشد. این کار تأیید میکند که افزونهٔ include خارجی در حال کار است و `url_download` فعال است."
#: docs/en/section_one/index.md:21
#, fuzzy
msgid "-8<- https://raw.githubusercontent.com/beeware/beeware-docs-tools/refs/heads/main/docs/include_content.md:remote-content -8<-"
msgstr "-8<- https://raw.githubusercontent.com/beeware/beeware-docs-tools/refs/heads/main/docs/include_content.md:remote-content -8<-"
#: docs/en/section_one/index.md:27
#, fuzzy
msgid "Table font rendering"
msgstr "نمایش فونت جدول"
#: docs/en/section_one/index.md:29
#, fuzzy
msgid "Verify that the font in the following table is rendering at the same size as the rest of the font."
msgstr "تأیید کنید که فونت در جدول زیر با همان اندازه سایر فونتها نمایش داده میشود."
#: docs/en/section_one/index.md:31
#, fuzzy
msgid "Column 1"
msgstr "ستون ۱"
#: docs/en/section_one/index.md:31
#, fuzzy
msgid "Column 2"
msgstr "ستون ۲"
#: docs/en/section_one/index.md:31
#, fuzzy
msgid "Row 1"
msgstr "ردیف ۱"
#: docs/en/section_one/index.md:31
#, fuzzy
msgid "Row 2"
msgstr "ردیف ۲"
#: docs/en/section_one/index.md:31
#, fuzzy
msgid "Row 3"
msgstr "ردیف ۳"
#: docs/en/section_one/index.md:31
#, fuzzy
msgid "Row 4"
msgstr "ردیف ۴"
#: docs/en/section_one/index.md:38
#, fuzzy
msgid "Footer navigation"
msgstr "ناوبری پاورقی"
#: docs/en/section_one/index.md:40
#, fuzzy
msgid "Navigate to *Section One - Page Two* for the final check."
msgstr "برای انجام بررسی نهایی به *بخش اول - صفحه دوم* بروید."
#: docs/en/section_one/page_two.md:1
#, fuzzy
msgid "BeeWare Docs Tools Demo section one: page two"
msgstr "بخش دمو ابزارهای مستندسازی BeeWare: صفحهٔ دوم"
#: docs/en/section_one/page_two.md:3
#, fuzzy
msgid "Footer and navigation links"
msgstr "پاورقی و پیوندهای ناوبری"
#: docs/en/section_one/page_two.md:5
#, fuzzy
msgid "Navigation should render at the bottom of the page; \"BeeWare Docs Tools Demo Section One\" should be on the left, \"Section Two\" should be on the right. The footer should be below the navigation links. This confirms the theme configuration has been applied."
msgstr "ناوبری باید در پایین صفحه نمایش داده شود؛ «BeeWare Docs Tools Demo Section One» باید در سمت چپ و «Section Two» باید در سمت راست قرار گیرد. فوتر باید زیر لینکهای ناوبری باشد. این تأیید میکند که پیکربندی تم اعمال شده است."
#: docs/en/section_one/page_two.md:7
#, fuzzy
msgid "Class reference documentation"
msgstr "مستندات مرجع کلاس"
#: docs/en/section_one/page_two.md:9
#, fuzzy
msgid "The following should show the reference documentation for the `DocsTest` class, located in `docs_test.py`, in the `src/beeware_docs_tools` directory. This verifies that the source code directory symlinking is working properly."