Skip to content

Commit

Permalink
Merge pull request #12 from javad-jafari/main
Browse files Browse the repository at this point in the history
fa: review tuples-and-arrays/exercise
  • Loading branch information
javad-jafari authored Sep 5, 2024
2 parents aef8ae6 + f0c9a54 commit c347894
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions po/fa.po
Original file line number Diff line number Diff line change
Expand Up @@ -4095,10 +4095,8 @@ msgid ""
"Use an array such as the above to write a function `transpose` which will "
"transpose a matrix (turn rows into columns):"
msgstr ""
"از کد بالا برای نوشتن تابع <span dir=ltr>`pretty_print`</span> که یک ماتریس "
"را به صورت <span dir=ltr>`pretty-print`</span> چاپ می‌کند و تابع <span "
"dir=ltr>`transpose`</span> که یک ماتریس را جابجا می‌کند (ردیف‌ها را به ستون‌ها "
"تبدیل می‌کند) استفاده کنید: "
"از آرایه‌ای مشابه مثال بالا برای نوشتن تابع <span dir=ltr>`transpose`</span> "
"استفاده کنید که یک ماتریس را جابجا می‌کند (ردیف‌ها را به ستون‌ها تبدیل می‌کند):"

#: src/tuples-and-arrays/exercise.md:22
msgid ""
Expand All @@ -4111,24 +4109,24 @@ msgstr ""
#: src/tuples-and-arrays/exercise.md:26 src/borrowing/exercise.md:14
#: src/unsafe-rust/exercise.md:51
msgid "// TODO: remove this when you're done with your implementation.\n"
msgstr ""
msgstr "// TODO: این را زمانی که پیاده‌سازی‌تان تمام شد حذف کنید.\n"

#: src/tuples-and-arrays/exercise.md:36 src/tuples-and-arrays/exercise.md:44
#: src/tuples-and-arrays/solution.md:17 src/tuples-and-arrays/solution.md:25
msgid "//\n"
msgstr ""
msgstr "//\n"

#: src/tuples-and-arrays/exercise.md:53 src/tuples-and-arrays/solution.md:34
msgid "// <-- the comment makes rustfmt add a newline\n"
msgstr ""
msgstr "‏// <-- این کامنت باعث می‌شود rustfmt یک خط جدید اضافه کند.\n"

#: src/tuples-and-arrays/exercise.md:58 src/tuples-and-arrays/solution.md:39
msgid "\"matrix: {:#?}\""
msgstr ""
msgstr "\"matrix: {:#?}\""

#: src/tuples-and-arrays/exercise.md:60 src/tuples-and-arrays/solution.md:41
msgid "\"transposed: {:#?}\""
msgstr ""
msgstr "\"transposed: {:#?}\""

#: src/references.md src/smart-pointers.md src/borrowing.md
#: src/concurrency/async-pitfalls.md
Expand Down

0 comments on commit c347894

Please sign in to comment.