Skip to content

Commit 2f49b9c

Browse files
committed
update new version
1 parent 798ac67 commit 2f49b9c

File tree

12 files changed

+986
-932
lines changed

12 files changed

+986
-932
lines changed

docs/locale/en/LC_MESSAGES/common_information/introduction.po

Lines changed: 71 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Parallel Programming Course \n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2025-02-04 00:05+0100\n"
12+
"POT-Creation-Date: 2025-02-05 13:29+0100\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language: en\n"
@@ -25,15 +25,15 @@ msgid "Introduction"
2525
msgstr ""
2626

2727
#: ../../common_information/introduction.rst:5
28-
msgid "Practice:"
28+
msgid "Practice"
2929
msgstr ""
3030

3131
#: ../../common_information/introduction.rst:7
3232
msgid "We work online"
3333
msgstr ""
3434

3535
#: ../../common_information/introduction.rst:9
36-
msgid "Use GitHub repository sysytem"
36+
msgid "Use GitHub repository"
3737
msgstr ""
3838

3939
#: ../../common_information/introduction.rst:10
@@ -49,120 +49,134 @@ msgid "Test verification"
4949
msgstr ""
5050

5151
#: ../../common_information/introduction.rst:14
52-
msgid "Task distribution is random for each person."
52+
msgid "Task distribution is random for each student."
5353
msgstr ""
5454

5555
#: ../../common_information/introduction.rst:15
5656
msgid ""
57-
"An example for each technology can be found in the directory: "
58-
"``tasks/<all/omp/tbb/seq/stl/mpi>/example``."
57+
"An example for each technology can be found in the corresponding "
58+
"directory: ``tasks/<all/omp/tbb/seq/stl/mpi>/example``."
5959
msgstr ""
6060

61-
#: ../../common_information/introduction.rst:17
61+
#: ../../common_information/introduction.rst:16
6262
msgid ""
63-
"In each repository, the README.md contains a link to the build "
64-
"instructions (**read it in full!!!**)."
63+
"In each repository, the README.md contains a link to the course "
64+
"documentation (**read it fully!!!**)."
6565
msgstr ""
6666

67-
#: ../../common_information/introduction.rst:19
67+
#: ../../common_information/introduction.rst:17
6868
msgid ""
6969
"Additionally, each repository includes an example of a properly formatted"
7070
" PULL REQUEST."
7171
msgstr ""
7272

73-
#: ../../common_information/introduction.rst:21
74-
msgid "All tasks are mandatory."
73+
#: ../../common_information/introduction.rst:18
74+
msgid "Submission of all tasks is mandatory to pass the course."
7575
msgstr ""
7676

77-
#: ../../common_information/introduction.rst:22
77+
#: ../../common_information/introduction.rst:19
7878
msgid ""
7979
"A task that has been merged into the master branch continues to be "
80-
"reviewed. If a task fails in the master, it is disabled, and a record of "
81-
"this is added to the score table. All disabled tasks will result in a "
82-
"zero score for those tasks at the end of the semester."
80+
"monitored. If a task fails in the master, it is disabled, and a record of"
81+
" this is added to the score table. All disabled tasks will result in a "
82+
"zero points result for those tasks at the end of the semester."
8383
msgstr ""
8484

85-
#: ../../common_information/introduction.rst:26
85+
#: ../../common_information/introduction.rst:21
8686
msgid "All resources for using the repository will be provided here:"
8787
msgstr ""
8888

89-
#: ../../common_information/introduction.rst:28
90-
msgid "`GIT-1 <https://proglib.io/p/git-for-half-an-hour>`__"
89+
#: ../../common_information/introduction.rst:23
90+
msgid ""
91+
"`Git for half an hour: A Beginner’s Guide <https://proglib.io/p/git-for-"
92+
"half-an-hour>`__"
9193
msgstr ""
9294

93-
#: ../../common_information/introduction.rst:29
95+
#: ../../common_information/introduction.rst:24
9496
#, python-format
9597
msgid ""
96-
"`GIT-2 <https://medium.com/nuances-of-"
98+
"`Getting Started with Git and GitHub: A Beginner’s Guide "
99+
"<https://medium.com/nuances-of-"
97100
"programming/%D0%B7%D0%BD%D0%B0%D0%BA%D0%BE%D0%BC%D1%81%D1%82%D0%B2%D0%BE-%D1%81-git-%D0%B8-github-%D1%80%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%B4%D0%BB%D1%8F-%D0%BD%D0%B0%D1%87%D0%B8%D0%BD%D0%B0%D1%8E%D1%89%D0%B8%D1%85-54ea2567d76c>`__"
98101
msgstr ""
99102

100-
#: ../../common_information/introduction.rst:30
101-
msgid "`GIT-3 <https://tproger.ru/translations/git-quick-start/>`__"
103+
#: ../../common_information/introduction.rst:25
104+
msgid ""
105+
"`Git: A Quick Start Guide to Using Core Operations with Explanations "
106+
"<https://tproger.ru/translations/git-quick-start/>`__"
102107
msgstr ""
103108

104-
#: ../../common_information/introduction.rst:31
105-
msgid "`GIT CONFILCTS <https://githowto.com/ru/resolving_conflicts>`__"
109+
#: ../../common_information/introduction.rst:26
110+
msgid ""
111+
"`Conflicts resolving in Git "
112+
"<https://githowto.com/ru/resolving_conflicts>`__"
106113
msgstr ""
107114

108-
#: ../../common_information/introduction.rst:32
109-
msgid "`GTEST-1 <https://habr.com/ru/post/119090/>`__"
115+
#: ../../common_information/introduction.rst:27
116+
msgid "`Google testing framework (gtest) <https://habr.com/ru/post/119090/>`__"
110117
msgstr ""
111118

112-
#: ../../common_information/introduction.rst:33
119+
#: ../../common_information/introduction.rst:28
113120
msgid ""
114-
"`GTEST-2 "
115-
"<https://github.com/google/googletest/blob/master/googletest/docs/primer.md>`__"
116-
msgstr ""
117-
118-
#: ../../common_information/introduction.rst:34
119-
msgid "`GITHUB ACTIONS <https://docs.github.com/ru/actions>`__"
121+
"`GoogleTest Primer "
122+
"<https://github.com/google/googletest/blob/main/docs/primer.md>`__"
120123
msgstr ""
121124

122-
#: ../../common_information/introduction.rst:35
123-
msgid "`MPI <https://parallel.ru/vvv/mpi.html#p1>`__"
125+
#: ../../common_information/introduction.rst:29
126+
msgid "`GitHub Actions documentation <https://docs.github.com/ru/actions>`__"
124127
msgstr ""
125128

126-
#: ../../common_information/introduction.rst:36
127-
msgid "`LaTeX-1 <https://www.mccme.ru/free-books/llang/newllang.pdf>`__"
129+
#: ../../common_information/introduction.rst:30
130+
msgid ""
131+
"`Parallel Programming Technologies. Message Passing Interface (MPI) "
132+
"<https://parallel.ru/vvv/mpi.html#p1>`__"
128133
msgstr ""
129134

130-
#: ../../common_information/introduction.rst:37
135+
#: ../../common_information/introduction.rst:31
131136
msgid ""
132-
"`LaTeX-2 "
133-
"<http://www.docs.is.ed.ac.uk/skills/documents/3722/3722-2014.pdf>`__"
137+
"`Typing and Layout in the System LaTeX <https://www.mccme.ru/free-"
138+
"books/llang/newllang.pdf>`__"
134139
msgstr ""
135140

136-
#: ../../common_information/introduction.rst:38
137-
msgid "`OpenMP <https://parallel.ru/tech/tech_dev/openmp.html>`__"
141+
#: ../../common_information/introduction.rst:32
142+
msgid ""
143+
"`LaTeX for the beginners "
144+
"<https://web.archive.org/web/20210420184700/http://www.docs.is.ed.ac.uk/skills/documents/3722/3722-2014.pdf>`__"
138145
msgstr ""
139146

140-
#: ../../common_information/introduction.rst:39
141-
msgid "`TBB-1 <http://www.unn.ru/pages/e-library/aids/2007/12.pdf>`__"
147+
#: ../../common_information/introduction.rst:33
148+
msgid "`What is OpenMP? <https://parallel.ru/tech/tech_dev/openmp.html>`__"
142149
msgstr ""
143150

144-
#: ../../common_information/introduction.rst:40
151+
#: ../../common_information/introduction.rst:34
145152
msgid ""
146-
"`TBB-2 "
147-
"<https://software.intel.com/content/www/ru/ru/develop/articles/tbb_async_io.html>`__"
153+
"`TBB-1 "
154+
"<https://web.archive.org/web/20220406024622/http://www.unn.ru/pages/e-library/aids/2007/12.pdf>`__"
148155
msgstr ""
149156

150-
#: ../../common_information/introduction.rst:41
151-
msgid "`std::thread-1 <https://eax.me/cpp-multithreading/>`__"
157+
#: ../../common_information/introduction.rst:35
158+
msgid ""
159+
"`Writing Multithreaded Applications in C++ <https://eax.me/cpp-"
160+
"multithreading/>`__"
152161
msgstr ""
153162

154-
#: ../../common_information/introduction.rst:42
155-
msgid "`std::thread-2 <http://www.quizful.net/post/multithreading-cpp11>`__"
163+
#: ../../common_information/introduction.rst:36
164+
msgid ""
165+
"`Multithreading: New Features of the C++11 Standard "
166+
"<https://web.archive.org/web/20200608173050/http://www.quizful.net/post"
167+
"/multithreading-cpp11>`__"
156168
msgstr ""
157169

158-
#: ../../common_information/introduction.rst:43
159-
msgid "`std::thread-3 <http://ikt.muctr.ru/images/info/2Lecture_3.pdf>`__"
170+
#: ../../common_information/introduction.rst:37
171+
msgid ""
172+
"`Introduction to Parallel Computing "
173+
"<http://ikt.muctr.ru/images/info/2Lecture_3.pdf>`__"
160174
msgstr ""
161175

162-
#: ../../common_information/introduction.rst:45
176+
#: ../../common_information/introduction.rst:39
163177
msgid ""
164178
"\\* *All instructions, repositories, and tables may be updated during the"
165-
" learning process for better usability. Be prepared for changes and check"
166-
" them periodically!!!*"
179+
" learning process for better usability. Be prepared for changes, check "
180+
"and update them periodically!!!*"
167181
msgstr ""
168182

0 commit comments

Comments
 (0)