|
| 1 | +# Russian translations for PACKAGE package |
| 2 | +# Copyright (C) 2026 Free Software Foundation, Inc. |
| 3 | +# This file is distributed under the same license as the PACKAGE package. |
| 4 | +# Automatically generated, 2026. |
| 5 | +# |
| 6 | +msgid "" |
| 7 | +msgstr "" |
| 8 | +"Project-Id-Version: PACKAGE VERSION\n" |
| 9 | +"POT-Creation-Date: 2026-04-05 07:15+0000\n" |
| 10 | +"PO-Revision-Date: 2026-04-05 07:15+0000\n" |
| 11 | +"Last-Translator: Automatically generated\n" |
| 12 | +"Language-Team: none\n" |
| 13 | +"Language: ru\n" |
| 14 | +"MIME-Version: 1.0\n" |
| 15 | +"Content-Type: text/plain; charset=UTF-8\n" |
| 16 | +"Content-Transfer-Encoding: 8bit\n" |
| 17 | +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" |
| 18 | + |
| 19 | +#. type: Title # |
| 20 | +#: ../src/internals/023-github-actions.md |
| 21 | +#, no-wrap |
| 22 | +msgid "023 — GitHub Actions" |
| 23 | +msgstr "" |
| 24 | + |
| 25 | +#. type: Plain text |
| 26 | +#: ../src/internals/023-github-actions.md |
| 27 | +msgid "This document defines naming convention for the GitHub actions configuration files." |
| 28 | +msgstr "" |
| 29 | + |
| 30 | +#. type: Title ## |
| 31 | +#: ../src/internals/023-github-actions.md |
| 32 | +#, no-wrap |
| 33 | +msgid "Inputs and Outputs" |
| 34 | +msgstr "" |
| 35 | + |
| 36 | +#. type: Plain text |
| 37 | +#: ../src/internals/023-github-actions.md |
| 38 | +msgid "Input names and output names must use kebab-case format." |
| 39 | +msgstr "" |
| 40 | + |
| 41 | +#. type: Plain text |
| 42 | +#: ../src/internals/023-github-actions.md |
| 43 | +msgid "For example:" |
| 44 | +msgstr "" |
| 45 | + |
| 46 | +#. type: Fenced code block (yaml) |
| 47 | +#: ../src/internals/023-github-actions.md |
| 48 | +#, no-wrap |
| 49 | +msgid "" |
| 50 | +"inputs:\n" |
| 51 | +" my-input:\n" |
| 52 | +" description: 'My input'\n" |
| 53 | +msgstr "" |
| 54 | + |
| 55 | +#. type: Title ## |
| 56 | +#: ../src/internals/023-github-actions.md |
| 57 | +#, fuzzy, no-wrap |
| 58 | +#| msgid "Environment variables" |
| 59 | +msgid "Secrets and Environment Variables" |
| 60 | +msgstr "Переменные окружения" |
| 61 | + |
| 62 | +#. type: Plain text |
| 63 | +#: ../src/internals/023-github-actions.md |
| 64 | +msgid "Secret names and environment variable names must use SCREAMING_SNAKE_CASE format." |
| 65 | +msgstr "" |
| 66 | + |
| 67 | +#. type: Fenced code block (yaml) |
| 68 | +#: ../src/internals/023-github-actions.md |
| 69 | +#, no-wrap |
| 70 | +msgid "" |
| 71 | +"secrets:\n" |
| 72 | +" MY_SECRET:\n" |
| 73 | +" description: 'My secret'\n" |
| 74 | +msgstr "" |
| 75 | + |
| 76 | +#. type: Fenced code block (yaml) |
| 77 | +#: ../src/internals/023-github-actions.md |
| 78 | +#, no-wrap |
| 79 | +msgid "" |
| 80 | +"env:\n" |
| 81 | +" MY_ENV_VAR: 1\n" |
| 82 | +msgstr "" |
0 commit comments