Skip to content

Commit 0842d8d

Browse files
samdarkgithub-actions[bot]
authored andcommitted
Update translation
1 parent 4869996 commit 0842d8d

34 files changed

+6767
-68
lines changed

_translations/po/es/guide_index.md.po

Lines changed: 9 additions & 5 deletions
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-27 03:24+0000\n"
9+
"POT-Creation-Date: 2026-04-07 16:34+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:23+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -52,7 +52,7 @@ msgid "[Upgrading from version 2.0](intro/upgrade-from-v2.md)"
5252
msgstr ""
5353

5454
#. type: Title ##
55-
#: ../src/guide/index.md
55+
#: ../src/guide/index.md ../src/guide/tutorial/console-applications.md
5656
#, no-wrap
5757
msgid "Getting started"
5858
msgstr ""
@@ -492,10 +492,9 @@ msgstr ""
492492
msgid "Generating API documentation"
493493
msgstr "Generación de Documentación de API"
494494

495-
#. type: Title ##
496-
#: ../src/guide/index.md
495+
#. type: Title ###
496+
#: ../src/guide/index.md ../src/guide/tutorial/docker.md
497497
#, fuzzy, no-wrap
498-
#| msgid "Testing -"
499498
msgid "Testing"
500499
msgstr "Pruebas (Testing)"
501500

@@ -540,6 +539,11 @@ msgstr ""
540539
msgid "[Console applications](tutorial/console-applications.md)"
541540
msgstr ""
542541

542+
#. type: Bullet: '- '
543+
#: ../src/guide/index.md
544+
msgid "[Docker in application templates](tutorial/docker.md)"
545+
msgstr ""
546+
543547
#. type: Bullet: '- '
544548
#: ../src/guide/index.md
545549
msgid "[Internationalization](tutorial/i18n.md) TODO"

_translations/po/es/guide_start_creating-project.md.po

Lines changed: 4 additions & 4 deletions
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: 2026-04-06 22:12+0000\n"
9+
"POT-Creation-Date: 2026-04-07 16:34+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -100,7 +100,7 @@ msgstr ""
100100

101101
#. type: Plain text
102102
#: ../src/guide/start/creating-project.md
103-
msgid "Go into the newly created directory and run:"
103+
msgid "Go into the newly created directory, copy `.env.example` to `.env`, and run:"
104104
msgstr ""
105105

106106
#. type: Fenced code block (sh)
@@ -130,8 +130,8 @@ msgstr ""
130130
#, no-wrap
131131
msgid ""
132132
"> [!NOTE]\n"
133-
"> The HTTP server listens on port 80. If that port is already in use, specify the port via `--port` or, in case of Docker,\n"
134-
"> `DEV_PORT` in the `docker/.env` file.\n"
133+
"> To change the port for the built-in server, pass `--port` to `./yii serve`. For Docker, set `DEV_PORT`\n"
134+
"> in `docker/.env`.\n"
135135
msgstr ""
136136

137137
#. type: Plain text

0 commit comments

Comments
 (0)