Skip to content

Commit ef78148

Browse files
Tigrovgithub-actions[bot]
authored andcommitted
Update translation
1 parent c376277 commit ef78148

23 files changed

+712
-6
lines changed
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Spanish 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: es\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=2; plural=(n != 1);\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+
#, no-wrap
58+
msgid "Secrets and Environment Variables"
59+
msgstr ""
60+
61+
#. type: Plain text
62+
#: ../src/internals/023-github-actions.md
63+
msgid "Secret names and environment variable names must use SCREAMING_SNAKE_CASE format."
64+
msgstr ""
65+
66+
#. type: Fenced code block (yaml)
67+
#: ../src/internals/023-github-actions.md
68+
#, no-wrap
69+
msgid ""
70+
"secrets:\n"
71+
" MY_SECRET:\n"
72+
" description: 'My secret'\n"
73+
msgstr ""
74+
75+
#. type: Fenced code block (yaml)
76+
#: ../src/internals/023-github-actions.md
77+
#, no-wrap
78+
msgid ""
79+
"env:\n"
80+
" MY_ENV_VAR: 1\n"
81+
msgstr ""

_translations/po/es/internals_index.md.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2025-12-24 08:23+0000\n"
9+
"POT-Creation-Date: 2026-04-05 07:15+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:23+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -149,3 +149,8 @@ msgstr ""
149149
#: ../src/internals/index.md
150150
msgid "[022 — Config groups](022-config-groups.md) - Configuration group organization"
151151
msgstr ""
152+
153+
#. type: Bullet: '- '
154+
#: ../src/internals/index.md
155+
msgid "[023 - GitHub Actions](023-github-actions.md) - GitHub actions configuration"
156+
msgstr ""
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Indonesian 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: id\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
18+
#. type: Title #
19+
#: ../src/internals/023-github-actions.md
20+
#, no-wrap
21+
msgid "023 — GitHub Actions"
22+
msgstr ""
23+
24+
#. type: Plain text
25+
#: ../src/internals/023-github-actions.md
26+
msgid "This document defines naming convention for the GitHub actions configuration files."
27+
msgstr ""
28+
29+
#. type: Title ##
30+
#: ../src/internals/023-github-actions.md
31+
#, no-wrap
32+
msgid "Inputs and Outputs"
33+
msgstr ""
34+
35+
#. type: Plain text
36+
#: ../src/internals/023-github-actions.md
37+
msgid "Input names and output names must use kebab-case format."
38+
msgstr ""
39+
40+
#. type: Plain text
41+
#: ../src/internals/023-github-actions.md
42+
msgid "For example:"
43+
msgstr ""
44+
45+
#. type: Fenced code block (yaml)
46+
#: ../src/internals/023-github-actions.md
47+
#, no-wrap
48+
msgid ""
49+
"inputs:\n"
50+
" my-input:\n"
51+
" description: 'My input'\n"
52+
msgstr ""
53+
54+
#. type: Title ##
55+
#: ../src/internals/023-github-actions.md
56+
#, no-wrap
57+
msgid "Secrets and Environment Variables"
58+
msgstr ""
59+
60+
#. type: Plain text
61+
#: ../src/internals/023-github-actions.md
62+
msgid "Secret names and environment variable names must use SCREAMING_SNAKE_CASE format."
63+
msgstr ""
64+
65+
#. type: Fenced code block (yaml)
66+
#: ../src/internals/023-github-actions.md
67+
#, no-wrap
68+
msgid ""
69+
"secrets:\n"
70+
" MY_SECRET:\n"
71+
" description: 'My secret'\n"
72+
msgstr ""
73+
74+
#. type: Fenced code block (yaml)
75+
#: ../src/internals/023-github-actions.md
76+
#, no-wrap
77+
msgid ""
78+
"env:\n"
79+
" MY_ENV_VAR: 1\n"
80+
msgstr ""

_translations/po/id/internals_index.md.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2025-12-24 08:23+0000\n"
9+
"POT-Creation-Date: 2026-04-05 07:15+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:23+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -148,3 +148,8 @@ msgstr ""
148148
#: ../src/internals/index.md
149149
msgid "[022 — Config groups](022-config-groups.md) - Configuration group organization"
150150
msgstr ""
151+
152+
#. type: Bullet: '- '
153+
#: ../src/internals/index.md
154+
msgid "[023 - GitHub Actions](023-github-actions.md) - GitHub actions configuration"
155+
msgstr ""
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Italian 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: it\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=2; plural=(n != 1);\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 "Variabili d'ambiente"
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 ""

_translations/po/it/internals_index.md.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: PACKAGE VERSION\n"
9-
"POT-Creation-Date: 2025-12-24 08:23+0000\n"
9+
"POT-Creation-Date: 2026-04-05 07:15+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:23+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -147,3 +147,8 @@ msgstr ""
147147
#: ../src/internals/index.md
148148
msgid "[022 — Config groups](022-config-groups.md) - Configuration group organization"
149149
msgstr ""
150+
151+
#. type: Bullet: '- '
152+
#: ../src/internals/index.md
153+
msgid "[023 - GitHub Actions](023-github-actions.md) - GitHub actions configuration"
154+
msgstr ""
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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

Comments
 (0)