|
| 1 | +# SOME DESCRIPTIVE TITLE. |
| 2 | +# Copyright (C) 2025, Learning Process |
| 3 | +# This file is distributed under the same license as the Parallel |
| 4 | +# Programming Course package. |
| 5 | +# FIRST AUTHOR <EMAIL@ADDRESS>, 2025. |
| 6 | +# |
| 7 | +#, fuzzy |
| 8 | +msgid "" |
| 9 | +msgstr "" |
| 10 | +"Project-Id-Version: Parallel Programming Course \n" |
| 11 | +"Report-Msgid-Bugs-To: \n" |
| 12 | +"POT-Creation-Date: 2025-01-25 16:54+0100\n" |
| 13 | +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" |
| 14 | +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" |
| 15 | +"Language: ru\n" |
| 16 | +"Language-Team: ru <LL@li.org>\n" |
| 17 | +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " |
| 18 | +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" |
| 19 | +"MIME-Version: 1.0\n" |
| 20 | +"Content-Type: text/plain; charset=utf-8\n" |
| 21 | +"Content-Transfer-Encoding: 8bit\n" |
| 22 | +"Generated-By: Babel 2.16.0\n" |
| 23 | + |
| 24 | +#: ../../user_guide/ci.rst:2 |
| 25 | +msgid "Continuous Integration (CI)" |
| 26 | +msgstr "" |
| 27 | + |
| 28 | +#: ../../user_guide/ci.rst:4 |
| 29 | +msgid "" |
| 30 | +"Students need to pass all the checks in the CI pipeline before their work" |
| 31 | +" can be considered for submission. This includes successful code " |
| 32 | +"checkout, build ans testing stages. Each integration is verified by an " |
| 33 | +"automated build and automated tests." |
| 34 | +msgstr "" |
| 35 | + |
| 36 | +#: ../../user_guide/ci.rst:9 |
| 37 | +msgid "CI Pipeline" |
| 38 | +msgstr "" |
| 39 | + |
| 40 | +#: ../../user_guide/ci.rst:11 |
| 41 | +msgid "The CI pipeline for this project is illustrated in the following diagram:" |
| 42 | +msgstr "" |
| 43 | + |
| 44 | +#: ../../user_guide/ci.rst:13 |
| 45 | +msgid "CI Pipeline Diagram" |
| 46 | +msgstr "" |
| 47 | + |
0 commit comments