-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathintroduction.po
More file actions
1413 lines (1294 loc) · 51.8 KB
/
Copy pathintroduction.po
File metadata and controls
1413 lines (1294 loc) · 51.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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2025, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-10 02:51+0330\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"
#: tutorial/introduction.rst:5
#, fuzzy
msgid "An Informal Introduction to Python"
msgstr "معرفی غیر رسمی پایتون"
#: tutorial/introduction.rst:7
#, fuzzy
msgid ""
"In the following examples, input and output are distinguished by the "
"presence or absence of prompts (:term:`>>>` and :term:`...`): to repeat the "
"example, you must type everything after the prompt, when the prompt appears;"
" lines that do not begin with a prompt are output from the interpreter. Note"
" that a secondary prompt on a line by itself in an example means you must "
"type a blank line; this is used to end a multi-line command."
msgstr ""
"در مثالهای زیر، ورودی و خروجی با وجود یا عدم وجود اعلانها (:term:`>>>` و "
":term:`...`) متمایز میشوند: برای تکرار مثال, باید همه چیز را بعد از دستور "
"تایپ کنید, زمانی که اعلان ظاهر شد. خطوطی که با اعلان شروع نمی شوند از مفسر "
"خروجی می شوند. توجه داشته باشید که یک دستور ثانویه روی یک خط به تنهایی در یک"
" مثال به این معنی است که باید یک خط خالی تایپ کنید. این برای پایان دادن به "
"یک فرمان چند خطی استفاده می شود."
#: tutorial/introduction.rst:16
#, fuzzy
msgid ""
"You can toggle the display of prompts and output by clicking on ``>>>`` in "
"the upper-right corner of an example box. If you hide the prompts and "
"output for an example, then you can easily copy and paste the input lines "
"into your interpreter."
msgstr ""
"می توانید با کلیک بر روی ``>>>`` در گوشه سمت راست بالای یک کادر مثال, نمایش "
"اعلان ها و خروجی ها را تغییر دهید. اگر اعلان ها و خروجی ها را برای مثال "
"مخفی کنید, می توانید به راحتی خطوط ورودی را در مترجم خود کپی و جایگذاری "
"کنید."
#: tutorial/introduction.rst:23
#, fuzzy
msgid ""
"Many of the examples in this manual, even those entered at the interactive "
"prompt, include comments. Comments in Python start with the hash character,"
" ``#``, and extend to the end of the physical line. A comment may appear at"
" the start of a line or following whitespace or code, but not within a "
"string literal. A hash character within a string literal is just a hash "
"character. Since comments are to clarify code and are not interpreted by "
"Python, they may be omitted when typing in examples."
msgstr ""
"بسیاری از مثالهای موجود در این راهنما، حتی نمونههایی که در اعلان تعاملی "
"وارد شدهاند، شامل نظرات هستند. نظرات در پایتون با کاراکتر هش ``#`` شروع می"
" شود و تا انتهای خط فیزیکی گسترش می یابد. یک نظر ممکن است در ابتدای یک خط "
"یا پس از فضای خالی یا کد ظاهر شود، اما نه در یک رشته به معنای واقعی کلمه. "
"یک کاراکتر هش در یک رشته واقعی فقط یک کاراکتر هش است. از آنجایی که کامنتها "
"برای شفافسازی کد هستند و توسط پایتون تفسیر نمیشوند، ممکن است هنگام تایپ در"
" مثالها حذف شوند."
#: tutorial/introduction.rst:31
#, fuzzy
msgid "Some examples::"
msgstr "چند نمونه::"
#: tutorial/introduction.rst:33
#, fuzzy
msgid ""
"# this is the first comment\n"
"spam = 1 # and this is the second comment\n"
" # ... and now a third!\n"
"text = \"# This is not a comment because it's inside quotes.\""
msgstr ""
"# this is the first comment\n"
"spam = 1 # and this is the second comment\n"
" # ... and now a third!\n"
"text = \"# This is not a comment because it's inside quotes.\""
#: tutorial/introduction.rst:42
#, fuzzy
msgid "Using Python as a Calculator"
msgstr "استفاده از پایتون به عنوان ماشین حساب"
#: tutorial/introduction.rst:44
#, fuzzy
msgid ""
"Let's try some simple Python commands. Start the interpreter and wait for "
"the primary prompt, ``>>>``. (It shouldn't take long.)"
msgstr ""
"بیایید چند دستور ساده پایتون را امتحان کنیم. مفسر را راه اندازی کنید و "
"منتظر فرمان اولیه، ``>>>`` باشید. (نباید زیاد طول بکشد.)"
#: tutorial/introduction.rst:51
#, fuzzy
msgid "Numbers"
msgstr "اعداد"
#: tutorial/introduction.rst:53
#, fuzzy
msgid ""
"The interpreter acts as a simple calculator: you can type an expression at "
"it and it will write the value. Expression syntax is straightforward: the "
"operators ``+``, ``-``, ``*`` and ``/`` can be used to perform arithmetic; "
"parentheses (``()``) can be used for grouping. For example::"
msgstr ""
"مفسر به عنوان یک ماشین حساب ساده عمل می کند: می توانید یک عبارت را در آن "
"تایپ کنید و مقدار را می نویسد. نحو بیان ساده است: عملگرهای ``+``، ``-``، "
"``*`` و ``/`` می توانند برای انجام محاسبات استفاده شوند. از پرانتز (``()``) "
"می توان برای گروه بندی استفاده کرد. به عنوان مثال::"
#: tutorial/introduction.rst:59
#, fuzzy
msgid ""
">>> 2 + 2\n"
"4\n"
">>> 50 - 5*6\n"
"20\n"
">>> (50 - 5*6) / 4\n"
"5.0\n"
">>> 8 / 5 # division always returns a floating-point number\n"
"1.6"
msgstr ""
">>> 2 + 2\n"
"4\n"
">>> 50 - 5*6\n"
"20\n"
">>> (50 - 5*6) / 4\n"
"5.0\n"
">>> 8 / 5 # division always returns a floating-point number\n"
"1.6"
#: tutorial/introduction.rst:68
#, fuzzy
msgid ""
"The integer numbers (e.g. ``2``, ``4``, ``20``) have type :class:`int`, the "
"ones with a fractional part (e.g. ``5.0``, ``1.6``) have type "
":class:`float`. We will see more about numeric types later in the tutorial."
msgstr ""
"اعداد صحیح (مانند ``2``, ``4``, ``20``) دارای نوع :class:`int` هستند، اعدادی"
" که دارای قسمت کسری هستند (مانند ``5.0``, ``1.6``) دارای نوع :class:`float` "
"هستند. در ادامه در آموزش بیشتر در مورد انواع عددی خواهیم دید."
#: tutorial/introduction.rst:72
#, fuzzy
msgid ""
"Division (``/``) always returns a float. To do :term:`floor division` and "
"get an integer result you can use the ``//`` operator; to calculate the "
"remainder you can use ``%``::"
msgstr ""
"بخش (``/``) همیشه یک شناور را برمی گرداند. برای انجام :term:`floor "
"division` و گرفتن نتیجه عدد صحیح می توانید از عملگر ``//`` استفاده کنید. "
"برای محاسبه باقی مانده می توانید از ``%`` استفاده کنید::"
#: tutorial/introduction.rst:76
#, fuzzy
msgid ""
">>> 17 / 3 # classic division returns a float\n"
"5.666666666666667\n"
">>>\n"
">>> 17 // 3 # floor division discards the fractional part\n"
"5\n"
">>> 17 % 3 # the % operator returns the remainder of the division\n"
"2\n"
">>> 5 * 3 + 2 # floored quotient * divisor + remainder\n"
"17"
msgstr ""
">>> 17 / 3 # بخش کلاسیک یک شناور را برمی گرداند\n"
"5.666666666666667\n"
">>>\n"
">>> 17 // 3 # تقسیم طبقه قسمت کسری را دور می اندازد\n"
"5\n"
">>> 17 % 3 # عملگر % باقیمانده تقسیم را برمی گرداند\n"
"2\n"
">>> 5 مقسوم علیه * 3 + 2 # floored quotient * + باقیمانده\n"
"17"
#: tutorial/introduction.rst:86
#, fuzzy
msgid ""
"With Python, it is possible to use the ``**`` operator to calculate powers "
"[#]_::"
msgstr ""
"با پایتون، می توان از عملگر ``**`` برای محاسبه قدرت ها استفاده کرد [#]_::"
#: tutorial/introduction.rst:88
#, fuzzy
msgid ""
">>> 5 ** 2 # 5 squared\n"
"25\n"
">>> 2 ** 7 # 2 to the power of 7\n"
"128"
msgstr ""
">>> 5 ** 2 # 5 squared\n"
"25\n"
">>> 2 ** 7 # 2 to the power of 7\n"
"128"
#: tutorial/introduction.rst:93
#, fuzzy
msgid ""
"The equal sign (``=``) is used to assign a value to a variable. Afterwards, "
"no result is displayed before the next interactive prompt::"
msgstr ""
"علامت مساوی (``=``) برای تخصیص یک مقدار به یک متغیر استفاده می شود. پس از "
"آن، هیچ نتیجه ای قبل از اعلان تعاملی بعدی نمایش داده نمی شود::"
#: tutorial/introduction.rst:96
#, fuzzy
msgid ""
">>> width = 20\n"
">>> height = 5 * 9\n"
">>> width * height\n"
"900"
msgstr ""
">>> width = 20\n"
">>> height = 5 * 9\n"
">>> width * height\n"
"900"
#: tutorial/introduction.rst:101
#, fuzzy
msgid ""
"If a variable is not \"defined\" (assigned a value), trying to use it will "
"give you an error::"
msgstr ""
"اگر متغیری \"تعریف\" نشده باشد (مقدار اختصاص داده شده), تلاش برای استفاده از"
" آن با خطای زیر مواجه می شود::"
#: tutorial/introduction.rst:104
#, fuzzy
msgid ""
">>> n # try to access an undefined variable\n"
"Traceback (most recent call last):\n"
" File \"<stdin>\", line 1, in <module>\n"
"NameError: name 'n' is not defined"
msgstr ""
">>> n # سعی کنید به یک متغیر تعریف نشده دسترسی پیدا کنید\n"
"ردیابی (آخرین تماس اخیر):\n"
" فایل \"<stdin>\", خط 1، در <module>\n"
"NameError: نام 'n' تعریف نشده است"
#: tutorial/introduction.rst:109
#, fuzzy
msgid ""
"There is full support for floating point; operators with mixed type operands"
" convert the integer operand to floating point::"
msgstr ""
"پشتیبانی کامل از ممیز شناور وجود دارد. عملگرهایی با عملوندهای نوع مختلط، "
"عملوند عدد صحیح را به ممیز شناور تبدیل می کنند:"
#: tutorial/introduction.rst:112
#, fuzzy
msgid ""
">>> 4 * 3.75 - 1\n"
"14.0"
msgstr ""
">>> 4 * 3.75 - 1\n"
"14.0"
#: tutorial/introduction.rst:115
#, fuzzy
msgid ""
"In interactive mode, the last printed expression is assigned to the variable"
" ``_``. This means that when you are using Python as a desk calculator, it "
"is somewhat easier to continue calculations, for example::"
msgstr ""
"در حالت تعاملی، آخرین عبارت چاپ شده به متغیر ``_`` اختصاص داده می شود. این "
"بدان معنی است که وقتی از پایتون به عنوان یک ماشین حساب میز استفاده می کنید، "
"ادامه محاسبات تا حدودی آسان تر است، به عنوان مثال:"
#: tutorial/introduction.rst:119
#, fuzzy
msgid ""
">>> tax = 12.5 / 100\n"
">>> price = 100.50\n"
">>> price * tax\n"
"12.5625\n"
">>> price + _\n"
"113.0625\n"
">>> round(_, 2)\n"
"113.06"
msgstr ""
">>> tax = 12.5 / 100\n"
">>> price = 100.50\n"
">>> price * tax\n"
"12.5625\n"
">>> price + _\n"
"113.0625\n"
">>> round(_, 2)\n"
"113.06"
#: tutorial/introduction.rst:128
#, fuzzy
msgid ""
"This variable should be treated as read-only by the user. Don't explicitly "
"assign a value to it --- you would create an independent local variable with"
" the same name masking the built-in variable with its magic behavior."
msgstr ""
"این متغیر باید توسط کاربر فقط خواندنی باشد. صراحتاً مقداری به آن اختصاص "
"ندهید --- می توانید یک متغیر محلی مستقل با همان نام ایجاد کنید که متغیر "
"داخلی را با رفتار جادویی آن پوشانده است."
#: tutorial/introduction.rst:132
#, fuzzy
msgid ""
"In addition to :class:`int` and :class:`float`, Python supports other types "
"of numbers, such as :class:`~decimal.Decimal` and "
":class:`~fractions.Fraction`. Python also has built-in support for "
":ref:`complex numbers <typesnumeric>`, and uses the ``j`` or ``J`` suffix to"
" indicate the imaginary part (e.g. ``3+5j``)."
msgstr ""
"علاوه بر :class:`int` و :class:`float`، پایتون از انواع دیگری از اعداد مانند"
" :class:`~decimal.Decimal` و :class:`~fractions.Fraction` پشتیبانی می کند. "
"پایتون همچنین از :ref:`complex numbers <typesnumeric>` پشتیبانی داخلی دارد و"
" از پسوند ``j`` یا ``J`` برای نشان دادن قسمت خیالی (مثلاً ``3+5j``) استفاده "
"می کند."
#: tutorial/introduction.rst:142
#, fuzzy
msgid "Text"
msgstr "متن"
#: tutorial/introduction.rst:144
#, fuzzy
msgid ""
"Python can manipulate text (represented by type :class:`str`, so-called "
"\"strings\") as well as numbers. This includes characters \"``!``\", words "
"\"``rabbit``\", names \"``Paris``\", sentences \"``Got your back.``\", etc. "
"\"``Yay! :)``\". They can be enclosed in single quotes (``'...'``) or double"
" quotes (``\"...\"``) with the same result [#]_."
msgstr ""
"پایتون می تواند متن (که با نوع :class:`str` نشان داده می شود, به اصطلاح "
"\"رشته\") و همچنین اعداد را دستکاری کند. این شامل کاراکترهای \"``!``\", "
"کلمات \"``rabbit``\", نام \"``Paris``\", جملات \"``Got your back.``\", و "
"غیره \"``Yay! :)``\" است. آنها را می توان در گیومه های تکی (``'...'``) یا دو"
" گیومه (``\"...\"``) با نتیجه یکسان [#]_ قرار داد."
#: tutorial/introduction.rst:157
#, fuzzy
msgid ""
"To quote a quote, we need to \"escape\" it, by preceding it with ``\\``. "
"Alternatively, we can use the other type of quotation marks::"
msgstr ""
"برای نقل قول، باید از آن فرار کنیم، قبل از آن با ``\\``. همچنین میتوانیم از"
" نوع دیگر گیومهها استفاده کنیم:"
#: tutorial/introduction.rst:160
#, fuzzy
msgid ""
">>> 'doesn\\'t' # use \\' to escape the single quote...\n"
"\"doesn't\"\n"
">>> \"doesn't\" # ...or use double quotes instead\n"
"\"doesn't\"\n"
">>> '\"Yes,\" they said.'\n"
"'\"Yes,\" they said.'\n"
">>> \"\\\"Yes,\\\" they said.\"\n"
"'\"Yes,\" they said.'\n"
">>> '\"Isn\\'t,\" they said.'\n"
"'\"Isn\\'t,\" they said.'"
msgstr ""
">>> 'doesn\\'t' # use \\' to escape the single quote...\n"
"\"doesn't\"\n"
">>> \"doesn't\" # ...or use double quotes instead\n"
"\"doesn't\"\n"
">>> '\"Yes,\" they said.'\n"
"'\"Yes,\" they said.'\n"
">>> \"\\\"Yes,\\\" they said.\"\n"
"'\"Yes,\" they said.'\n"
">>> '\"Isn\\'t,\" they said.'\n"
"'\"Isn\\'t,\" they said.'"
#: tutorial/introduction.rst:171
#, fuzzy
msgid ""
"In the Python shell, the string definition and output string can look "
"different. The :func:`print` function produces a more readable output, by "
"omitting the enclosing quotes and by printing escaped and special "
"characters::"
msgstr ""
"در پوسته پایتون، تعریف رشته و رشته خروجی می تواند متفاوت به نظر برسد. تابع "
":func:`print` با حذف نقل قول های محصور و با چاپ نویسه های فرار و ویژه خروجی "
"خواناتری تولید می کند:"
#: tutorial/introduction.rst:175
#, fuzzy
msgid ""
">>> s = 'First line.\\nSecond line.' # \\n means newline\n"
">>> s # without print(), special characters are included in the string\n"
"'First line.\\nSecond line.'\n"
">>> print(s) # with print(), special characters are interpreted, so \\n produces new line\n"
"First line.\n"
"Second line."
msgstr ""
">>> s = 'خط اول.\\nخط دوم.' # \\n به معنای خط جدید است\n"
">>> s # بدون print(), کاراکترهای ویژه در رشته گنجانده شده است\n"
"\"خط اول.\\nخط دوم.\"\n"
">>> print(s) # با print(), کاراکترهای ویژه تفسیر می شوند, بنابراین \\n خط جدید تولید می کند\n"
"خط اول\n"
"خط دوم."
#: tutorial/introduction.rst:182
#, fuzzy
msgid ""
"If you don't want characters prefaced by ``\\`` to be interpreted as special"
" characters, you can use *raw strings* by adding an ``r`` before the first "
"quote::"
msgstr ""
"اگر نمیخواهید کاراکترهای پیشگفتار ``\\`` به عنوان کاراکترهای خاص تفسیر "
"شوند، میتوانید از *raw strings* با اضافه کردن یک ``r`` قبل از اولین نقل قول"
" استفاده کنید:"
#: tutorial/introduction.rst:186
#, fuzzy
msgid ""
">>> print('C:\\some\\name') # here \\n means newline!\n"
"C:\\some\n"
"ame\n"
">>> print(r'C:\\some\\name') # note the r before the quote\n"
"C:\\some\\name"
msgstr ""
">>> print('C:\\some\\name') # در اینجا \\n به معنای خط جدید است!\n"
"ج: برخی\n"
"آمی\n"
">>> print(r'C:\\some\\name') # r قبل از نقل قول را یادداشت کنید\n"
"ج:\\some\\name"
#: tutorial/introduction.rst:192
#, fuzzy
msgid ""
"There is one subtle aspect to raw strings: a raw string may not end in an "
"odd number of ``\\`` characters; see :ref:`the FAQ entry <faq-programming-"
"raw-string-backslash>` for more information and workarounds."
msgstr ""
"یک جنبه ظریف برای رشته های خام وجود دارد: یک رشته خام ممکن است به تعداد فرد "
"از کاراکترهای ``\\`` ختم نشود. برای اطلاعات بیشتر و راه حل ها به :ref:`the "
"FAQ entry <faq-programming-raw-string-backslash>` مراجعه کنید."
#: tutorial/introduction.rst:197
#, fuzzy
msgid ""
"String literals can span multiple lines. One way is using triple-quotes: "
"``\"\"\"...\"\"\"`` or ``'''...'''``. End of lines are automatically "
"included in the string, but it's possible to prevent this by adding a ``\\``"
" at the end of the line. In the following example, the initial newline is "
"not included::"
msgstr ""
"لفظ رشته می تواند چندین خط را در بر بگیرد. یک راه استفاده از سه گیومه است: "
"``\"\"\"...\"\"\"`` یا ``'''...'''``. انتهای خطوط به طور خودکار در رشته "
"گنجانده می شود، اما می توان با افزودن ``\\`` در انتهای خط از این امر جلوگیری"
" کرد. در مثال زیر، خط جدید اولیه گنجانده نشده است:"
#: tutorial/introduction.rst:203
#, fuzzy
msgid ""
">>> print(\"\"\"\\\n"
"... Usage: thingy [OPTIONS]\n"
"... -h Display this usage message\n"
"... -H hostname Hostname to connect to\n"
"... \"\"\")\n"
"Usage: thingy [OPTIONS]\n"
" -h Display this usage message\n"
" -H hostname Hostname to connect to\n"
"\n"
">>>"
msgstr ""
">>> چاپ (\"\"\"\\\n"
"... استفاده: چیز [OPTIONS]\n"
"... -h این پیام استفاده را نمایش دهید\n"
"... -H نام میزبان نام میزبان برای اتصال به\n"
"... \"\"\")\n"
"استفاده: چیز [OPTIONS]\n"
" -h این پیام استفاده را نمایش دهید\n"
" -H نام میزبان نام میزبان برای اتصال به\n"
"\n"
">>>"
#: tutorial/introduction.rst:214
#, fuzzy
msgid ""
"Strings can be concatenated (glued together) with the ``+`` operator, and "
"repeated with ``*``::"
msgstr ""
"رشته ها را می توان با عملگر ``+`` متصل کرد (به هم چسباند) و با ``*`` تکرار "
"کرد:"
#: tutorial/introduction.rst:217
#, fuzzy
msgid ""
">>> # 3 times 'un', followed by 'ium'\n"
">>> 3 * 'un' + 'ium'\n"
"'unununium'"
msgstr ""
">>> # 3 times 'un', followed by 'ium'\n"
">>> 3 * 'un' + 'ium'\n"
"'unununium'"
#: tutorial/introduction.rst:221
#, fuzzy
msgid ""
"Two or more *string literals* (i.e. the ones enclosed between quotes) next "
"to each other are automatically concatenated. ::"
msgstr ""
"دو یا چند *string literals* (یعنی آنهایی که بین نقل قول قرار می گیرند) در "
"کنار یکدیگر به طور خودکار به هم متصل می شوند. ::"
#: tutorial/introduction.rst:224
#, fuzzy
msgid ""
">>> 'Py' 'thon'\n"
"'Python'"
msgstr ""
">>> 'Py' 'thon'\n"
"'Python'"
#: tutorial/introduction.rst:227
#, fuzzy
msgid ""
"This feature is particularly useful when you want to break long strings::"
msgstr ""
"این ویژگی به ویژه زمانی مفید است که می خواهید رشته های طولانی را بشکنید:"
#: tutorial/introduction.rst:229
#, fuzzy
msgid ""
">>> text = ('Put several strings within parentheses '\n"
"... 'to have them joined together.')\n"
">>> text\n"
"'Put several strings within parentheses to have them joined together.'"
msgstr ""
">>> text = ('Put several strings within parentheses '\n"
"... 'to have them joined together.')\n"
">>> text\n"
"'Put several strings within parentheses to have them joined together.'"
#: tutorial/introduction.rst:234
#, fuzzy
msgid ""
"This only works with two literals though, not with variables or "
"expressions::"
msgstr "این فقط با دو حرف واقعی کار می کند، نه با متغیرها یا عبارات::"
#: tutorial/introduction.rst:236
#, fuzzy
msgid ""
">>> prefix = 'Py'\n"
">>> prefix 'thon' # can't concatenate a variable and a string literal\n"
" File \"<stdin>\", line 1\n"
" prefix 'thon'\n"
" ^^^^^^\n"
"SyntaxError: invalid syntax\n"
">>> ('un' * 3) 'ium'\n"
" File \"<stdin>\", line 1\n"
" ('un' * 3) 'ium'\n"
" ^^^^^\n"
"SyntaxError: invalid syntax"
msgstr ""
">>> پیشوند = 'Py'\n"
">>> پیشوند 'thon' # نمی تواند یک متغیر و یک رشته واقعی را به هم الحاق کند\n"
" فایل \"<stdin>\", خط 1\n"
" پیشوند \"thon\"\n"
" ^^^^^^\n"
"SyntaxError: نحو نامعتبر است\n"
">>> ('un' * 3) 'ium'\n"
" File \"<stdin>\", line 1\n"
" ('un' * 3) 'ium'\n"
" ^^^^^\n"
"SyntaxError: نحو نامعتبر است"
#: tutorial/introduction.rst:248
#, fuzzy
msgid ""
"If you want to concatenate variables or a variable and a literal, use "
"``+``::"
msgstr ""
"اگر می خواهید متغیرها یا یک متغیر و یک لفظ را به هم متصل کنید، از ``+`` "
"استفاده کنید::"
#: tutorial/introduction.rst:250
#, fuzzy
msgid ""
">>> prefix + 'thon'\n"
"'Python'"
msgstr ""
">>> prefix + 'thon'\n"
"'Python'"
#: tutorial/introduction.rst:253
#, fuzzy
msgid ""
"Strings can be *indexed* (subscripted), with the first character having "
"index 0. There is no separate character type; a character is simply a string"
" of size one::"
msgstr ""
"رشته ها می توانند *indexed* (مشترک) باشند که اولین کاراکتر دارای اندیس 0 "
"باشد. هیچ نوع کاراکتر جداگانه ای وجود ندارد. یک کاراکتر به سادگی یک رشته با "
"اندازه یک است:"
#: tutorial/introduction.rst:257
#, fuzzy
msgid ""
">>> word = 'Python'\n"
">>> word[0] # character in position 0\n"
"'P'\n"
">>> word[5] # character in position 5\n"
"'n'"
msgstr ""
">>> word = 'Python'\n"
">>> word[0] # character in position 0\n"
"'P'\n"
">>> word[5] # character in position 5\n"
"'n'"
#: tutorial/introduction.rst:263
#, fuzzy
msgid ""
"Indices may also be negative numbers, to start counting from the right::"
msgstr "شاخص ها نیز ممکن است اعداد منفی باشند، برای شروع شمارش از سمت راست:"
#: tutorial/introduction.rst:265
#, fuzzy
msgid ""
">>> word[-1] # last character\n"
"'n'\n"
">>> word[-2] # second-last character\n"
"'o'\n"
">>> word[-6]\n"
"'P'"
msgstr ""
">>> word[-1] # last character\n"
"'n'\n"
">>> word[-2] # second-last character\n"
"'o'\n"
">>> word[-6]\n"
"'P'"
#: tutorial/introduction.rst:272
#, fuzzy
msgid "Note that since -0 is the same as 0, negative indices start from -1."
msgstr ""
"توجه داشته باشید که از آنجایی که -0 همان 0 است، شاخص های منفی از -1 شروع می "
"شوند."
#: tutorial/introduction.rst:274
#, fuzzy
msgid ""
"In addition to indexing, *slicing* is also supported. While indexing is "
"used to obtain individual characters, *slicing* allows you to obtain a "
"substring::"
msgstr ""
"علاوه بر نمایه سازی، *slicing* نیز پشتیبانی می شود. در حالی که نمایه سازی "
"برای به دست آوردن کاراکترهای مجزا استفاده می شود، *slicing* به شما امکان می "
"دهد یک زیر رشته به دست آورید:"
#: tutorial/introduction.rst:277
#, fuzzy
msgid ""
">>> word[0:2] # characters from position 0 (included) to 2 (excluded)\n"
"'Py'\n"
">>> word[2:5] # characters from position 2 (included) to 5 (excluded)\n"
"'tho'"
msgstr ""
">>> word[0:2] # characters from position 0 (included) to 2 (excluded)\n"
"'Py'\n"
">>> word[2:5] # characters from position 2 (included) to 5 (excluded)\n"
"'tho'"
#: tutorial/introduction.rst:282
#, fuzzy
msgid ""
"Slice indices have useful defaults; an omitted first index defaults to zero,"
" an omitted second index defaults to the size of the string being sliced. ::"
msgstr ""
"شاخص های برش دارای پیش فرض های مفیدی هستند. شاخص اول حذف شده به طور پیش فرض "
"صفر است، شاخص دوم حذف شده به طور پیش فرض به اندازه رشته در حال برش است. ::"
#: tutorial/introduction.rst:285
#, fuzzy
msgid ""
">>> word[:2] # character from the beginning to position 2 (excluded)\n"
"'Py'\n"
">>> word[4:] # characters from position 4 (included) to the end\n"
"'on'\n"
">>> word[-2:] # characters from the second-last (included) to the end\n"
"'on'"
msgstr ""
">>> word[:2] # character from the beginning to position 2 (excluded)\n"
"'Py'\n"
">>> word[4:] # characters from position 4 (included) to the end\n"
"'on'\n"
">>> word[-2:] # characters from the second-last (included) to the end\n"
"'on'"
#: tutorial/introduction.rst:292
#, fuzzy
msgid ""
"Note how the start is always included, and the end always excluded. This "
"makes sure that ``s[:i] + s[i:]`` is always equal to ``s``::"
msgstr ""
"توجه داشته باشید که چگونه شروع همیشه گنجانده می شود و پایان همیشه حذف می "
"شود. این اطمینان حاصل می کند که ``s[:i] + s[i:]`` همیشه برابر با ``s`` است:"
#: tutorial/introduction.rst:295
#, fuzzy
msgid ""
">>> word[:2] + word[2:]\n"
"'Python'\n"
">>> word[:4] + word[4:]\n"
"'Python'"
msgstr ""
">>> word[:2] + word[2:]\n"
"'Python'\n"
">>> word[:4] + word[4:]\n"
"'Python'"
#: tutorial/introduction.rst:300
#, fuzzy
msgid ""
"One way to remember how slices work is to think of the indices as pointing "
"*between* characters, with the left edge of the first character numbered 0. "
"Then the right edge of the last character of a string of *n* characters has "
"index *n*, for example::"
msgstr ""
"یکی از راههای به یاد آوردن نحوه کار برشها این است که شاخصها را بهعنوان "
"کاراکترهای *between* در نظر بگیرید، با لبه سمت چپ اولین کاراکتر با شماره 0. "
"سپس لبه سمت راست آخرین کاراکتر یک رشته از کاراکترهای *n* دارای شاخص *n* است،"
" برای مثال:"
#: tutorial/introduction.rst:305
#, fuzzy
msgid ""
" +---+---+---+---+---+---+\n"
" | P | y | t | h | o | n |\n"
" +---+---+---+---+---+---+\n"
" 0 1 2 3 4 5 6\n"
"-6 -5 -4 -3 -2 -1"
msgstr ""
" +---+---+---+---+---+---+\n"
" | P | y | t | h | o | n |\n"
" +---+---+---+---+---+---+\n"
" 0 1 2 3 4 5 6\n"
"-6 -5 -4 -3 -2 -1"
#: tutorial/introduction.rst:311
#, fuzzy
msgid ""
"The first row of numbers gives the position of the indices 0...6 in the "
"string; the second row gives the corresponding negative indices. The slice "
"from *i* to *j* consists of all characters between the edges labeled *i* and"
" *j*, respectively."
msgstr ""
"ردیف اول اعداد موقعیت شاخص ها را 0...6 در رشته می دهد. ردیف دوم شاخص های "
"منفی مربوطه را نشان می دهد. برش از *i* تا *j* شامل تمام کاراکترهای بین "
"لبههای با برچسب *i* و *j* است."
#: tutorial/introduction.rst:316
#, fuzzy
msgid ""
"For non-negative indices, the length of a slice is the difference of the "
"indices, if both are within bounds. For example, the length of "
"``word[1:3]`` is 2."
msgstr ""
"برای شاخصهای غیرمنفی، در صورتی که هر دو در محدوده باشند، طول یک برش تفاوت "
"شاخصها است. به عنوان مثال، طول ``word[1:3]`` 2 است."
#: tutorial/introduction.rst:320
#, fuzzy
msgid "Attempting to use an index that is too large will result in an error::"
msgstr "تلاش برای استفاده از شاخصی که خیلی بزرگ است با خطا مواجه می شود::"
#: tutorial/introduction.rst:322
#, fuzzy
msgid ""
">>> word[42] # the word only has 6 characters\n"
"Traceback (most recent call last):\n"
" File \"<stdin>\", line 1, in <module>\n"
"IndexError: string index out of range"
msgstr ""
">>> word[42] # کلمه فقط 6 کاراکتر دارد\n"
"ردیابی (آخرین تماس اخیر):\n"
" فایل \"<stdin>\", خط 1، در <module>\n"
"IndexError: فهرست رشته خارج از محدوده"
#: tutorial/introduction.rst:327
#, fuzzy
msgid ""
"However, out of range slice indexes are handled gracefully when used for "
"slicing::"
msgstr ""
"با این حال، شاخصهای برش خارج از محدوده زمانی که برای برش استفاده میشوند، "
"به خوبی مدیریت میشوند:"
#: tutorial/introduction.rst:330
#, fuzzy
msgid ""
">>> word[4:42]\n"
"'on'\n"
">>> word[42:]\n"
"''"
msgstr ""
">>> word[4:42]\n"
"'on'\n"
">>> word[42:]\n"
"''"
#: tutorial/introduction.rst:335
#, fuzzy
msgid ""
"Python strings cannot be changed --- they are :term:`immutable`. Therefore, "
"assigning to an indexed position in the string results in an error::"
msgstr ""
"رشته های پایتون قابل تغییر نیستند --- آنها :term:`immutable` هستند. "
"بنابراین، انتساب به یک موقعیت ایندکس شده در رشته منجر به خطا می شود::"
#: tutorial/introduction.rst:338
#, fuzzy
msgid ""
">>> word[0] = 'J'\n"
"Traceback (most recent call last):\n"
" File \"<stdin>\", line 1, in <module>\n"
"TypeError: 'str' object does not support item assignment\n"
">>> word[2:] = 'py'\n"
"Traceback (most recent call last):\n"
" File \"<stdin>\", line 1, in <module>\n"
"TypeError: 'str' object does not support item assignment"
msgstr ""
">>> کلمه[0] = 'J'\n"
"ردیابی (آخرین تماس اخیر):\n"
" فایل \"<stdin>\", خط 1، در <module>\n"
"TypeError: شیء 'str' از انتساب آیتم پشتیبانی نمی کند\n"
">>> word[2:] = 'py'\n"
"ردیابی (آخرین تماس اخیر):\n"
" فایل \"<stdin>\", خط 1، در <module>\n"
"TypeError: شیء 'str' از انتساب آیتم پشتیبانی نمی کند"
#: tutorial/introduction.rst:347
#, fuzzy
msgid "If you need a different string, you should create a new one::"
msgstr "اگر به رشته دیگری نیاز دارید، باید رشته جدیدی ایجاد کنید:"
#: tutorial/introduction.rst:349
#, fuzzy
msgid ""
">>> 'J' + word[1:]\n"
"'Jython'\n"
">>> word[:2] + 'py'\n"
"'Pypy'"
msgstr ""
">>> 'J' + word[1:]\n"
"'Jython'\n"
">>> word[:2] + 'py'\n"
"'Pypy'"
#: tutorial/introduction.rst:354
#, fuzzy
msgid "The built-in function :func:`len` returns the length of a string::"
msgstr "تابع داخلی :func:`len` طول یک رشته را برمی گرداند:"
#: tutorial/introduction.rst:356
#, fuzzy
msgid ""
">>> s = 'supercalifragilisticexpialidocious'\n"
">>> len(s)\n"
"34"
msgstr ""
">>> s = 'supercalifragilisticexpialidocious'\n"
">>> len(s)\n"
"34"
#: tutorial/introduction.rst:363
#, fuzzy
msgid ":ref:`textseq`"
msgstr ":ref:`textseq`"
#: tutorial/introduction.rst:364
#, fuzzy
msgid ""
"Strings are examples of *sequence types*, and support the common operations "
"supported by such types."
msgstr ""
"رشته ها نمونه هایی از *sequence types* هستند و از عملیات رایج پشتیبانی شده "
"توسط چنین انواعی پشتیبانی می کنند."
#: tutorial/introduction.rst:367
#, fuzzy
msgid ":ref:`string-methods`"
msgstr ":ref:`string-methods`"
#: tutorial/introduction.rst:368
#, fuzzy
msgid ""
"Strings support a large number of methods for basic transformations and "
"searching."
msgstr ""
"رشته ها از تعداد زیادی روش برای تبدیل های اساسی و جستجو پشتیبانی می کنند."
#: tutorial/introduction.rst:371
#, fuzzy
msgid ":ref:`f-strings`"
msgstr ":ref:`f-strings`"
#: tutorial/introduction.rst:372
#, fuzzy
msgid "String literals that have embedded expressions."
msgstr "لفظ رشته ای که عبارات تعبیه شده دارند."
#: tutorial/introduction.rst:374
#, fuzzy
msgid ":ref:`formatstrings`"
msgstr ":ref:`formatstrings`"
#: tutorial/introduction.rst:375
#, fuzzy
msgid "Information about string formatting with :meth:`str.format`."
msgstr "اطلاعاتی در مورد قالب بندی رشته با :meth:`str.format`."
#: tutorial/introduction.rst:377
#, fuzzy
msgid ":ref:`old-string-formatting`"
msgstr ":ref:`old-string-formatting`"
#: tutorial/introduction.rst:378
#, fuzzy
msgid ""
"The old formatting operations invoked when strings are the left operand of "
"the ``%`` operator are described in more detail here."
msgstr ""
"عملیات قالببندی قدیمی که زمانی که رشتهها عملوند سمت چپ عملگر ``%`` هستند "
"فراخوانی میشوند در اینجا با جزئیات بیشتری توضیح داده شدهاند."
#: tutorial/introduction.rst:385
#, fuzzy
msgid "Lists"
msgstr "لیست ها"
#: tutorial/introduction.rst:387
#, fuzzy
msgid ""
"Python knows a number of *compound* data types, used to group together other"
" values. The most versatile is the *list*, which can be written as a list "
"of comma-separated values (items) between square brackets. Lists might "
"contain items of different types, but usually the items all have the same "
"type. ::"
msgstr ""
"پایتون تعدادی از انواع داده *compound* را می شناسد که برای گروه بندی مقادیر "
"دیگر استفاده می شود. همه کاره ترین *list* است که می تواند به عنوان لیستی از"
" مقادیر (اقلام) جدا شده با کاما بین پرانتز نوشته شود. فهرست ها ممکن است "
"شامل مواردی از انواع مختلف باشند، اما معمولاً همه موارد دارای یک نوع هستند. "
"::"
#: tutorial/introduction.rst:392
#, fuzzy
msgid ""
">>> squares = [1, 4, 9, 16, 25]\n"
">>> squares\n"
"[1, 4, 9, 16, 25]"
msgstr ""
">>> squares = [1, 4, 9, 16, 25]\n"
">>> squares\n"
"[1, 4, 9, 16, 25]"
#: tutorial/introduction.rst:396
#, fuzzy
msgid ""
"Like strings (and all other built-in :term:`sequence` types), lists can be "
"indexed and sliced::"
msgstr ""
"مانند رشته ها (و سایر انواع :term:`sequence` داخلی), لیست ها را می توان "
"ایندکس و برش داد:"
#: tutorial/introduction.rst:399
#, fuzzy
msgid ""
">>> squares[0] # indexing returns the item\n"
"1\n"
">>> squares[-1]\n"
"25\n"
">>> squares[-3:] # slicing returns a new list\n"
"[9, 16, 25]"
msgstr ""
">>> squares[0] # indexing returns the item\n"
"1\n"
">>> squares[-1]\n"
"25\n"
">>> squares[-3:] # slicing returns a new list\n"
"[9, 16, 25]"
#: tutorial/introduction.rst:406
#, fuzzy