-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsphinx.po
More file actions
3532 lines (2557 loc) · 74 KB
/
Copy pathsphinx.po
File metadata and controls
3532 lines (2557 loc) · 74 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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001 Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Danial Behzadi <dani.behzi@ubuntu.com>, 2025
# Rafael Fontenelle <rffontenelle@gmail.com>, 2025
# Revisto <theRevisto@gmail.com>, 2025
# Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026
# invincible627 <fatemehzahra810@gmail.com>, 2026
#
msgid ""
msgstr ""
"Project-Id-Version: Python 3.14\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-09-19 20:08+0330\n"
"PO-Revision-Date: 2026-09-17 18:00+0330\n"
"Last-Translator: Sepehr Rasouli <sepehrrasouli06@gmail.com>, 2026\n"
"Language-Team: Persian (https://github.com/python/python-docs-fa/fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.6\n"
msgid "Stable"
msgstr "پایدار"
msgid "In development"
msgstr "در حال توسعه"
msgid "This page"
msgstr "این صفحه"
msgid "Report a bug"
msgstr "گزارش یک اشکال"
msgid "Improve this page"
msgstr "بهبود این صفحه"
msgid "Show source"
msgstr "نمایش منبع"
msgid "Show translation source"
msgstr "نمایش منبع ترجمه"
msgid "Download"
msgstr "دانلود"
msgid "Download Python %(dl_version)s documentation"
msgstr "دانلود مستندات پایتون %(dl_version)s"
msgid "Last updated on: %(last_updated)s."
msgstr "آخرین بهروزرسانی در: %(last_updated)s."
msgid "Download an archive containing all the documentation for this version of Python:"
msgstr "آرشیوی از تمام مستندات این نسخه از پایتون را دانلود کنید:"
msgid "Format"
msgstr "قالب"
msgid "Packed as .zip"
msgstr "فشردهشده به صورت .zip"
msgid "Packed as .tar.bz2"
msgstr "فشردهشده به صورت .tar.bz2"
msgid "HTML"
msgstr "HTML"
msgid "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-html.zip\">Download</a>"
msgstr "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-html.zip\">دانلود</a>"
msgid "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-html.tar.bz2\">Download</a>"
msgstr "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-html.tar.bz2\">دانلود</a>"
msgid "Plain text"
msgstr "متن ساده"
msgid "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-text.zip\">Download</a>"
msgstr "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-text.zip\">دانلود</a>"
msgid "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-text.tar.bz2\">Download</a>"
msgstr "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-text.tar.bz2\">دانلود</a>"
msgid "Texinfo"
msgstr "Texinfo"
msgid "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-texinfo.zip\">Download</a>"
msgstr "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-texinfo.zip\">دانلود</a>"
msgid "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-texinfo.tar.bz2\">Download</a>"
msgstr "<a href=\"%(dl_base)s/python-%(dl_version)s-docs-texinfo.tar.bz2\">دانلود</a>"
msgid "EPUB"
msgstr "EPUB"
msgid "<a href=\"%(dl_base)s/python-%(dl_version)s-docs.epub\">Download</a>"
msgstr "<a href=\"%(dl_base)s/python-%(dl_version)s-docs.epub\">دانلود</a>"
msgid ""
"\n"
"We no longer provide pre-built PDFs of the documentation.\n"
"To build a PDF archive, follow the instructions in the\n"
"<a href=\"https://devguide.python.org/documentation/start-documenting/#building-the-documentation\">Developer's Guide</a>\n"
"and run <code>make dist-pdf</code> in the <code>Doc/</code> directory of a copy of the CPython repository.\n"
msgstr ""
"\n"
"ما دیگر پروندههای PDF از پیشساختهشدهی مستندات را ارائه نمیدهیم.\n"
"برای ساختن یک آرشیو PDF، دستورالعملهای موجود در\n"
"<a href=\"https://devguide.python.org/documentation/start-documenting/#building-the-documentation\">راهنمای توسعهدهندگان</a> را دنبال کنید\n"
"و دستور <code>make dist-pdf</code> را در پوشهی <code>Doc/</code> یک نسخهی محلی (کپی) از مخزن CPython اجرا کنید.\n"
msgid ""
"\n"
"See the <a href=\"https://docs.python.org/%(version)s/archives/\">directory listing</a>\n"
"for file sizes."
msgstr ""
"\n"
"برای مشاهدهی اندازهی پروندهها، به <a href=\"https://docs.python.org/%(version)s/archives/\">فهرست</a> مراجعه کنید."
msgid "Problems"
msgstr "مشکلات"
msgid ""
"<a href=\"%(bugs)s\">Open an issue</a>\n"
"if you have comments or suggestions for the Python documentation."
msgstr ""
"اگر نظر یا پیشنهادی برای مستندات پایتون دارید،\n"
"<a href=\"%(bugs)s\">یک گزارش مشکل باز کنید</a>."
msgid "Availability"
msgstr "دسترسپذیری"
msgid "Part of the"
msgstr "قسمتی از"
msgid "Limited API"
msgstr "API محدود"
msgid "Stable ABI"
msgstr "ABI پایدار"
msgid "(as an opaque struct)"
msgstr "(بهعنوان یک ساختار مبهم)"
msgid "(including all members)"
msgstr "شامل تمام اعضا"
msgid "since version %s"
msgstr "از نسخهی %s"
msgid "(Only some members are part of the stable ABI.)"
msgstr "(تنها برخی از اعضا قسمتی از ABI پایدار هستند.)"
msgid "This is"
msgstr "این است"
msgid "Unstable API"
msgstr "API ناپایدار"
msgid ". It may change without warning in minor releases."
msgstr "این ممکن است بدون هشدار در نسخههای جزئی تغییر کند."
msgid "Return value: Always NULL."
msgstr "مقدار بازگشتی: همیشه NULL."
msgid "Return value: New reference."
msgstr "مقدار بازگشتی: مرجع جدید."
msgid "Return value: Borrowed reference."
msgstr "مقدار بازگشتی: مرجع امانتی."
msgid "CPython implementation detail:"
msgstr "جزئیات پیادهسازی در CPython:"
msgid "Deprecated since version %s, will be removed in version %s"
msgstr "منسوخ شده از نسخهی %s, در نسخهی %s حذف خواهد شد"
msgid "Deprecated since version %s, removed in version %s"
msgstr "منسوخ شده از نسخهی %s، در نسخهی %s حذف شده است"
msgid ":term:`Soft deprecated` since version %s"
msgstr ":term:`منسوخسازی نرم <Soft deprecated>` از نسخهی %s"
msgid "in development"
msgstr "در حال توسعه"
msgid "pre-release"
msgstr "نسخهی پیشانتشار"
msgid "stable"
msgstr "پایدار"
msgid "security-fixes"
msgstr "اصلاحیههای امنیتی"
msgid "EOL"
msgstr "پایان پشتیبانی"
msgid "Welcome! This is the official documentation for Python %(release)s."
msgstr "خوشآمدید! این مستندات رسمی پایتون نسخهی %(release)s است."
msgid "Documentation sections:"
msgstr "بخشهای مستند:"
msgid "What's new in Python %(version)s?"
msgstr "چه چیز جدیدی در پایتون نسخهی %(version)s است؟"
msgid "Or <a href=\"%(whatsnew_index)s\">all \"What's new\" documents since Python 2.0</a>"
msgstr "یا <a href=\"%(whatsnew_index)s\">تمام مستندات «چه چیز جدیدی» از پایتون ۲.۰</a>"
msgid "Tutorial"
msgstr "آموزش"
msgid "Start here: a tour of Python's syntax and features"
msgstr "از اینجا شروع کنید: سفری در سینتکس و ویژگیهای پایتون"
#, fuzzy
msgid "Built-ins reference"
msgstr "مرجع کتابخانه"
#, fuzzy
msgid "Built-in functions and classes"
msgstr "همهی توابع، کلاسها و اصطلاحات"
msgid "Library reference"
msgstr "مرجع کتابخانه"
#, fuzzy
msgid "Standard library modules"
msgstr "کتابخانهی استاندارد و توابع توکار"
msgid "Language reference"
msgstr "مرجع زبان"
msgid "Syntax and language elements"
msgstr "المانهای نحوی و زبانی"
msgid "Python setup and usage"
msgstr "راهاندازی و استفاده از پایتون"
msgid "How to install, configure, and use Python"
msgstr "نحوهی نصب، پیکربندی و استفاده از پایتون"
msgid "Python HOWTOs"
msgstr "راهنماهای گامبهگام پایتون"
msgid "In-depth topic manuals"
msgstr "راهنماهای موضوعی عمیق"
msgid "Installing Python modules"
msgstr "نصب ماژولهای پایتون"
msgid "Third-party modules and PyPI.org"
msgstr "ماژولهای شخص ثالث و PyPI.org"
msgid "Extending and embedding"
msgstr "توسعه و تعبیه"
msgid "For C/C++ programmers"
msgstr "برای برنامهنویسان C/C++"
msgid "Python's C API"
msgstr "رابط برنامهنویسی C پایتون"
msgid "C API reference"
msgstr "مرجع رابط برنامهنویسی C"
msgid "FAQs"
msgstr "سوالات متداول"
msgid "Frequently asked questions (with answers!)"
msgstr "سؤالات متداول (همراه با پاسخ!)"
msgid "Deprecations"
msgstr "موارد منسوخشده"
msgid "Deprecated functionality"
msgstr "قابلیتهای منسوخشده"
msgid "Other resources:"
msgstr "منابع دیگر:"
#, fuzzy
msgid "Python developer's guide"
msgstr "راهنمای توسعهدهندگان پایتون"
msgid "Information on contributing to Python"
msgstr ""
msgid "Python Packaging User Guide"
msgstr "راهنمای کاربر بستهبندی پایتون"
msgid "Resources relating to Python packaging"
msgstr "منابع مربوط به بستهبندی پایتون"
msgid "Audio/visual talks"
msgstr "گفتارهای صوتی/تصویری"
msgid "Podcasts, talks, and video presentations from the community"
msgstr ""
msgid "Python Enhancement Proposals"
msgstr ""
msgid "Index of proposed improvements to Python"
msgstr ""
msgid "Static Typing with Python"
msgstr "تایپگذاری ایستا (Static Typing) در پایتون"
msgid "Information and guides about Python type safety"
msgstr "اطلاعات و راهنماهایی دربارهی ایمنی تایپ در پایتون"
msgid "Indices, glossary, and search:"
msgstr "اندیسها، واژهنامه و جستوجو:"
msgid "Global module index"
msgstr "اندیس ماژولهای سراسری"
msgid "All modules and libraries"
msgstr "همهی ماژولها و کتابخانهها"
msgid "General index"
msgstr "اندیس کلی"
msgid "All functions, classes, and terms"
msgstr "همهی توابع، کلاسها و اصطلاحات"
msgid "Glossary"
msgstr "واژهنامه"
msgid "Terms explained"
msgstr "اصطلاحات توضیح داده شده"
msgid "Search page"
msgstr "صفحهی جستوجو"
msgid "Search this documentation"
msgstr "این مستند را جستوجو کنید"
msgid "Complete table of contents"
msgstr "جدول کامل محتویات"
msgid "All sections and subsections"
msgstr "همهی بخشها و زیربخشها"
msgid "Project information:"
msgstr "اطلاعات پروژه:"
msgid "Reporting issues"
msgstr "گزارش مشکلات"
msgid "Contributing to docs"
msgstr "مشارکت در مستندات"
msgid "Download the documentation"
msgstr "دانلود مستندات"
msgid "History and license of Python"
msgstr "تاریخچه و مجوز پایتون"
msgid "Copyright"
msgstr "حق نشر"
msgid "About the documentation"
msgstr "دربارهی مستندات"
msgid "Docs by version"
msgstr "مستندات بر اساس نسخه"
msgid "All versions"
msgstr "همهی نسخهها"
msgid ""
"This document is for an old version of Python that is no longer supported.\n"
" You should upgrade, and read the"
msgstr ""
"این سند مربوط به نسخهای قدیمی از پایتون است که دیگر پشتیبانی نمیشود.\n"
" شما باید نسخهی خود را ارتقا دهید و مطالب مربوط به"
msgid "Python documentation for the current stable release"
msgstr "مستندات پایتون برای نسخهی پایدار فعلی"
msgid ""
"This is a deploy preview created from a <a href=\"%(repository_url)s/pull/%(pr_id)s\">pull request</a>.\n"
" For authoritative documentation, see"
msgstr ""
"این یک پیشنمایش مستقرشده است که از یک <a href=\"%(repository_url)s/pull/%(pr_id)s\">درخواست ادغام</a> ایجاد شده است.\n"
" برای مشاهدهی مستندات معتبر، به"
msgid "the current stable release"
msgstr "نسخهی پایدار فعلی"
#, python-format
msgid "The %s extension is required by needs_extensions settings, but it is not loaded."
msgstr ""
#, python-format
msgid "This project needs the extension %s at least in version %s and therefore cannot be built with the loaded version (%s)."
msgstr ""
#, python-format
msgid "Cannot find source directory (%s)"
msgstr ""
#, python-format
msgid "Output directory (%s) is not a directory"
msgstr ""
msgid "Source directory and destination directory cannot be identical"
msgstr ""
#, python-format
msgid "Running Sphinx v%s"
msgstr ""
#, python-format
msgid "This project needs at least Sphinx v%s and therefore cannot be built with this version."
msgstr ""
msgid "making output directory"
msgstr ""
#, python-format
msgid "while setting up extension %s:"
msgstr ""
msgid "'setup' as currently defined in conf.py isn't a Python callable. Please modify its definition to make it a callable function. This is needed for conf.py to behave as a Sphinx extension."
msgstr ""
#, python-format
msgid "loading translations [%s]... "
msgstr ""
msgid "done"
msgstr ""
msgid "not available for built-in messages"
msgstr ""
msgid "loading pickled environment"
msgstr ""
#, python-format
msgid "failed: %s"
msgstr ""
msgid "No builder selected, using default: html"
msgstr ""
msgid "build finished with problems."
msgstr ""
msgid "build succeeded."
msgstr ""
msgid "build finished with problems, 1 warning (with warnings treated as errors)."
msgstr ""
msgid "build finished with problems, 1 warning."
msgstr ""
msgid "build succeeded, 1 warning."
msgstr ""
#, python-format
msgid "build finished with problems, %s warnings (with warnings treated as errors)."
msgstr ""
#, python-format
msgid "build finished with problems, %s warnings."
msgstr ""
#, python-format
msgid "build succeeded, %s warnings."
msgstr ""
#, python-format
msgid "node class %r is already registered, its visitors will be overridden"
msgstr ""
#, python-format
msgid "directive %r is already registered and will not be overridden"
msgstr ""
#, python-format
msgid "role %r is already registered and will not be overridden"
msgstr ""
#, python-format
msgid "the %s extension does not declare if it is safe for parallel reading, assuming it isn't - please ask the extension author to check and make it explicit"
msgstr ""
#, python-format
msgid "the %s extension is not safe for parallel reading"
msgstr ""
#, python-format
msgid "the %s extension does not declare if it is safe for parallel writing, assuming it isn't - please ask the extension author to check and make it explicit"
msgstr ""
#, python-format
msgid "the %s extension is not safe for parallel writing"
msgstr ""
#, python-format
msgid "doing serial %s"
msgstr ""
#, python-format
msgid "config directory doesn't contain a conf.py file (%s)"
msgstr ""
msgid "Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English)."
msgstr ""
#, python-format
msgid "'%s' must be '0' or '1', got '%s'"
msgstr ""
#, python-format
msgid "cannot override dictionary config setting %r, ignoring (use %r to set individual elements)"
msgstr ""
#, python-format
msgid "invalid number %r for config value %r, ignoring"
msgstr ""
#, python-format
msgid "cannot override config setting %r with unsupported type, ignoring"
msgstr ""
#, python-format
msgid "unknown config value %r in override, ignoring"
msgstr ""
#, python-format
msgid "No such config value: %r"
msgstr ""
#, python-format
msgid "Config value %r already present"
msgstr ""
#, python-format
msgid "cannot cache unpickleable configuration value: %r (because it contains a function, class, or module object)"
msgstr ""
#, python-format
msgid "There is a syntax error in your configuration file: %s\n"
msgstr ""
msgid "The configuration file (or one of the modules it imports) called sys.exit()"
msgstr ""
#, python-format
msgid ""
"There is a programmable error in your configuration file:\n"
"\n"
"%s"
msgstr ""
#, python-format
msgid "Failed to convert %r to a frozenset"
msgstr ""
#, python-format
msgid "Converting `source_suffix = %r` to `source_suffix = %r`."
msgstr ""
#, python-format
msgid "The config value `source_suffix' expects a dictionary, a string, or a list of strings. Got `%r' instead (type %s)."
msgstr ""
#, python-format
msgid "Section %s"
msgstr "بخش %s"
#, python-format
msgid "Fig. %s"
msgstr ""
#, python-format
msgid "Table %s"
msgstr ""
#, python-format
msgid "Listing %s"
msgstr ""
#, python-brace-format
msgid "The config value `{name}` has to be a one of {candidates}, but `{current}` is given."
msgstr ""
#, python-brace-format
msgid "The config value `{name}' has type `{current.__name__}'; expected {permitted}."
msgstr ""
#, python-brace-format
msgid "The config value `{name}' has type `{current.__name__}', defaults to `{default.__name__}'."
msgstr ""
#, python-format
msgid "primary_domain %r not found, ignored."
msgstr ""
msgid "Sphinx now uses \"index\" as the master document by default. To keep pre-2.0 behaviour, set \"master_doc = 'contents'\"."
msgstr ""
#, python-format
msgid "Pygments lexer name %r is not known"
msgstr ""
#, python-format
msgid "Lexing literal_block %r as \"%s\" resulted in an error at token: %r. Retrying in relaxed mode."
msgstr ""
#, python-format
msgid "Theme configuration sections other than [theme] and [options] are not supported (tried to get a value from %r)."
msgstr ""
#, python-format
msgid "setting %s.%s occurs in none of the searched theme configs"
msgstr ""
#, python-format
msgid "unsupported theme option %r given"
msgstr ""
#, python-format
msgid "file %r on theme path is not a valid zipfile or contains no theme"
msgstr ""
#, python-format
msgid "no theme named %r found (missing theme.toml?)"
msgstr ""
#, python-format
msgid "The %r theme has circular inheritance"
msgstr ""
#, python-format
msgid "The %r theme inherits from %r, which is not a loaded theme. Loaded themes are: %s"
msgstr ""
#, python-format
msgid "The %r theme has too many ancestors"
msgstr ""
#, python-format
msgid "no theme configuration file found in %r"
msgstr ""
#, python-format
msgid "theme %r doesn't have the \"theme\" table"
msgstr ""
#, python-format
msgid "The %r theme \"[theme]\" table is not a table"
msgstr ""
#, python-format
msgid "The %r theme must define the \"theme.inherit\" setting"
msgstr ""
#, python-format
msgid "The %r theme \"[options]\" table is not a table"
msgstr ""
#, python-format
msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\""
msgstr ""
#, python-format
msgid "Event %r already present"
msgstr ""
#, python-format
msgid "Unknown event name: %s"
msgstr ""
#, python-format
msgid "Handler %r for event %r threw an exception"
msgstr ""
#, python-format
msgid ""
"multiple files found for the document \"%s\": %s\n"
"Use %r for the build."
msgstr ""
#, python-format
msgid "Ignored unreadable document %r."
msgstr ""
#, python-format
msgid "Builder class %s has no \"name\" attribute"
msgstr ""
#, python-format
msgid "Builder %r already exists (in module %s)"
msgstr ""
#, python-format
msgid "Builder name %s not registered or available through entry point"
msgstr ""
#, python-format
msgid "Builder name %s not registered"
msgstr ""
#, python-format
msgid "domain %s already registered"
msgstr ""
#, python-format
msgid "domain %s not yet registered"
msgstr ""
#, python-format
msgid "The %r directive is already registered to domain %s"
msgstr ""
#, python-format
msgid "The %r role is already registered to domain %s"
msgstr ""
#, python-format
msgid "The %r index is already registered to domain %s"
msgstr ""
#, python-format
msgid "The %r object_type is already registered"
msgstr ""
#, python-format
msgid "The %r crossref_type is already registered"
msgstr ""
#, python-format
msgid "source_suffix %r is already registered"
msgstr ""
#, python-format
msgid "source_parser for %r is already registered"
msgstr ""
#, python-format
msgid "Source parser for %s not registered"
msgstr ""
#, python-format
msgid "Translator for %r already exists"
msgstr ""
#, python-format
msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r"
msgstr ""
#, python-format
msgid "enumerable_node %r already registered"
msgstr ""
#, python-format
msgid "math renderer %s is already registered"
msgstr ""
#, python-format
msgid "the extension %r was already merged with Sphinx since version %s; this extension is ignored."
msgstr ""
msgid "Original exception:\n"
msgstr ""
#, python-format
msgid "Could not import extension %s"
msgstr ""
#, python-format
msgid "extension %r has no setup() function; is it really a Sphinx extension module?"
msgstr ""
#, python-format
msgid "The %s extension used by this project needs at least Sphinx v%s; it therefore cannot be built with this version."
msgstr ""
#, python-format
msgid "extension %r returned an unsupported object from its setup() function; it should return None or a metadata dictionary"
msgstr ""
#, python-format
msgid "`None` is not a valid filetype for %r."
msgstr ""
#, python-format
msgid "Common Vulnerabilities and Exposures; CVE %s"
msgstr ""
#, python-format
msgid "invalid CVE number %s"
msgstr ""
#, python-format
msgid "Common Weakness Enumeration; CWE %s"
msgstr ""
#, python-format
msgid "invalid CWE number %s"
msgstr ""
#, python-format
msgid "Python Enhancement Proposals; PEP %s"
msgstr ""
#, python-format
msgid "invalid PEP number %s"
msgstr ""
#, python-format
msgid "invalid RFC number %s"
msgstr ""
msgid "[source]"
msgstr "[source]"
msgid "highlighting module code... "
msgstr ""
msgid "[docs]"
msgstr ""
msgid "Module code"
msgstr ""
#, python-format
msgid "<h1>Source code for %s</h1>"
msgstr ""
msgid "Overview: module code"
msgstr ""
msgid "<h1>All modules for which code is available</h1>"
msgstr ""
#, python-format
msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)"
msgstr ""
#, python-format
msgid "section \"%s\" gets labeled as \"%s\""
msgstr ""
#, python-format
msgid "duplicate label %s, other instance in %s"
msgstr ""
msgid "Link to this equation"
msgstr ""
msgid "====================== slowest reading durations ======================="
msgstr ""
#, python-format
msgid "missing '+' or '-' in '%s' option."
msgstr ""
#, python-format
msgid "'%s' is not a valid option."
msgstr ""
#, python-format
msgid "'%s' is not a valid pyversion option"
msgstr ""
msgid "invalid TestCode type"
msgstr ""
#, python-format
msgid "Testing of doctests in the sources finished, look at the results in %(outdir)s/output.txt."
msgstr ""
#, python-format
msgid "no code/output in %s block at %s:%s"
msgstr ""
#, python-format
msgid "ignoring invalid doctest code: %r"
msgstr ""
#, python-format
msgid "LaTeX command %r cannot be run (needed for math display), check the imgmath_latex setting"
msgstr ""
#, python-format
msgid "%s command %r cannot be run (needed for math display), check the imgmath_%s setting"
msgstr ""
#, python-format
msgid "display latex %r: %s"
msgstr ""
#, python-format
msgid "inline latex %r: %s"
msgstr ""
#, python-format
msgid "invalid regex %r in %s"
msgstr ""
#, python-format
msgid "module %s could not be imported: %s"
msgstr ""
#, python-format
msgid "the following modules are documented but were not specified in coverage_modules: %s"
msgstr ""
msgid "the following modules are specified in coverage_modules but were not documented"
msgstr ""
#, python-format, python-brace-format
msgid "Testing of coverage in the sources finished, look at the results in %(outdir)s{sep}python.txt."
msgstr ""
#, python-format
msgid "invalid regex %r in coverage_c_regexes"
msgstr ""
#, python-format
msgid "undocumented c api: %s [%s] in file %s"
msgstr ""
#, python-format
msgid "undocumented python function: %s :: %s"
msgstr ""
#, python-format
msgid "undocumented python class: %s :: %s"
msgstr ""
#, python-format
msgid "undocumented python method: %s :: %s :: %s"
msgstr ""
#, python-format
msgid ""
"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n"
"\n"
"Traceback: %s"
msgstr ""
#, python-format
msgid ""
"convert exited with error:\n"
"[stderr]\n"
"%r\n"
"[stdout]\n"
"%r"
msgstr ""
#, python-format
msgid "convert command %r cannot be run, check the image_converter setting"
msgstr ""
msgid "Graphviz directive cannot have both content and a filename argument"
msgstr ""
#, python-format
msgid "External Graphviz file %r not found or reading it failed"
msgstr ""
msgid "Ignoring \"graphviz\" directive without content."
msgstr ""
#, python-format
msgid "graphviz_dot executable path must be set! %r"
msgstr ""
#, python-format
msgid "dot command %r cannot be run (needed for graphviz output), check the graphviz_dot setting"
msgstr ""
#, python-format
msgid ""
"dot exited with error:\n"
"[stderr]\n"
"%r\n"
"[stdout]\n"
"%r"
msgstr ""
#, python-format
msgid ""
"dot did not produce an output file:\n"
"[stderr]\n"
"%r\n"