Skip to content

Commit a3d422b

Browse files
samdarkgithub-actions[bot]
authored andcommitted
Update translation
1 parent 09deffb commit a3d422b

33 files changed

+149
-363
lines changed

_translations/po/es/guide_security_authorization.md.po

Lines changed: 11 additions & 10 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-03-01 17:44+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -16,6 +16,13 @@ msgstr ""
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1818

19+
#. type: Fenced code block
20+
#: ../src/guide/databases/db-migrations.md
21+
#: ../src/guide/security/authorization.md
22+
#, no-wrap
23+
msgid "./yii migrate:up\n"
24+
msgstr ""
25+
1926
#. type: Title #
2027
#: ../src/guide/security/authorization.md
2128
#, no-wrap
@@ -312,12 +319,6 @@ msgstr ""
312319
msgid "Apply migrations:"
313320
msgstr ""
314321

315-
#. type: Fenced code block
316-
#: ../src/guide/security/authorization.md
317-
#, no-wrap
318-
msgid "APP_ENV=dev ./yii migrate:up\n"
319-
msgstr ""
320-
321322
#. type: Title ###
322323
#: ../src/guide/security/authorization.md
323324
#, no-wrap
@@ -479,7 +480,7 @@ msgstr ""
479480
#. type: Fenced code block
480481
#: ../src/guide/security/authorization.md
481482
#, no-wrap
482-
msgid "APP_ENV=dev ./yii rbac:init\n"
483+
msgid "./yii rbac:init\n"
483484
msgstr ""
484485

485486
#. type: Plain text
@@ -509,7 +510,7 @@ msgstr ""
509510

510511
#. type: Plain text
511512
#: ../src/guide/security/authorization.md
512-
msgid "Create new migration using `APP_ENV=dev ./yii migrate:create init_rbac` then implement creating a hierarchy:"
513+
msgid "Create new migration using `./yii migrate:create init_rbac` then implement creating a hierarchy:"
513514
msgstr ""
514515

515516
#. type: Fenced code block (php)
@@ -581,7 +582,7 @@ msgstr ""
581582

582583
#. type: Plain text
583584
#: ../src/guide/security/authorization.md
584-
msgid "You could apply migration by using `APP_ENV=dev ./yii migrate:up`."
585+
msgid "You could apply migration by using `./yii migrate:up`."
585586
msgstr ""
586587

587588
#. type: Title ##

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

Lines changed: 2 additions & 28 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-01-31 08:44+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -106,33 +106,7 @@ msgstr ""
106106
#. type: Fenced code block (sh)
107107
#: ../src/guide/start/creating-project.md
108108
#, no-wrap
109-
msgid "APP_ENV=dev ./yii serve --port=80\n"
110-
msgstr ""
111-
112-
#. type: Plain text
113-
#: ../src/guide/start/creating-project.md
114-
msgid "For Windows Command Prompt users, run:"
115-
msgstr ""
116-
117-
#. type: Fenced code block (cmd)
118-
#: ../src/guide/start/creating-project.md
119-
#, no-wrap
120-
msgid ""
121-
"set APP_ENV=dev\n"
122-
"yii serve --port=80\n"
123-
msgstr ""
124-
125-
#. type: Plain text
126-
#: ../src/guide/start/creating-project.md
127-
msgid "For Windows PowerShell users, run:"
128-
msgstr ""
129-
130-
#. type: Fenced code block (powershell)
131-
#: ../src/guide/start/creating-project.md
132-
#, no-wrap
133-
msgid ""
134-
"$env:APP_ENV = \"dev\"\n"
135-
".\\yii serve --port=80\n"
109+
msgid "./yii serve --port=80\n"
136110
msgstr ""
137111

138112
#. type: Plain text

_translations/po/es/guide_start_workflow.md.po

Lines changed: 2 additions & 2 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-24 13:00+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -56,7 +56,7 @@ msgstr ""
5656

5757
#. type: Plain text
5858
#: ../src/guide/start/workflow.md
59-
msgid "In addition to the web application, you can access a console script via `APP_ENV=dev ./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
59+
msgid "In addition to the web application, you can access a console script via `./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
6060
msgstr ""
6161

6262
#. type: Title ##

_translations/po/id/guide_security_authorization.md.po

Lines changed: 11 additions & 10 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-03-01 17:44+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -15,6 +15,13 @@ msgstr ""
1515
"Content-Type: text/plain; charset=UTF-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
1717

18+
#. type: Fenced code block
19+
#: ../src/guide/databases/db-migrations.md
20+
#: ../src/guide/security/authorization.md
21+
#, no-wrap
22+
msgid "./yii migrate:up\n"
23+
msgstr ""
24+
1825
#. type: Title #
1926
#: ../src/guide/security/authorization.md
2027
#, no-wrap
@@ -319,12 +326,6 @@ msgstr ""
319326
msgid "Apply migrations:"
320327
msgstr "Konfigurasi"
321328

322-
#. type: Fenced code block
323-
#: ../src/guide/security/authorization.md
324-
#, no-wrap
325-
msgid "APP_ENV=dev ./yii migrate:up\n"
326-
msgstr ""
327-
328329
#. type: Title ###
329330
#: ../src/guide/security/authorization.md
330331
#, no-wrap
@@ -486,7 +487,7 @@ msgstr ""
486487
#. type: Fenced code block
487488
#: ../src/guide/security/authorization.md
488489
#, no-wrap
489-
msgid "APP_ENV=dev ./yii rbac:init\n"
490+
msgid "./yii rbac:init\n"
490491
msgstr ""
491492

492493
#. type: Plain text
@@ -516,7 +517,7 @@ msgstr ""
516517

517518
#. type: Plain text
518519
#: ../src/guide/security/authorization.md
519-
msgid "Create new migration using `APP_ENV=dev ./yii migrate:create init_rbac` then implement creating a hierarchy:"
520+
msgid "Create new migration using `./yii migrate:create init_rbac` then implement creating a hierarchy:"
520521
msgstr ""
521522

522523
#. type: Fenced code block (php)
@@ -588,7 +589,7 @@ msgstr ""
588589

589590
#. type: Plain text
590591
#: ../src/guide/security/authorization.md
591-
msgid "You could apply migration by using `APP_ENV=dev ./yii migrate:up`."
592+
msgid "You could apply migration by using `./yii migrate:up`."
592593
msgstr ""
593594

594595
#. type: Title ##

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

Lines changed: 2 additions & 28 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-01-31 08:44+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -103,33 +103,7 @@ msgstr ""
103103
#. type: Fenced code block (sh)
104104
#: ../src/guide/start/creating-project.md
105105
#, no-wrap
106-
msgid "APP_ENV=dev ./yii serve --port=80\n"
107-
msgstr ""
108-
109-
#. type: Plain text
110-
#: ../src/guide/start/creating-project.md
111-
msgid "For Windows Command Prompt users, run:"
112-
msgstr ""
113-
114-
#. type: Fenced code block (cmd)
115-
#: ../src/guide/start/creating-project.md
116-
#, no-wrap
117-
msgid ""
118-
"set APP_ENV=dev\n"
119-
"yii serve --port=80\n"
120-
msgstr ""
121-
122-
#. type: Plain text
123-
#: ../src/guide/start/creating-project.md
124-
msgid "For Windows PowerShell users, run:"
125-
msgstr ""
126-
127-
#. type: Fenced code block (powershell)
128-
#: ../src/guide/start/creating-project.md
129-
#, no-wrap
130-
msgid ""
131-
"$env:APP_ENV = \"dev\"\n"
132-
".\\yii serve --port=80\n"
106+
msgid "./yii serve --port=80\n"
133107
msgstr ""
134108

135109
#. type: Plain text

_translations/po/id/guide_start_workflow.md.po

Lines changed: 2 additions & 2 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-24 13:00+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -55,7 +55,7 @@ msgstr ""
5555

5656
#. type: Plain text
5757
#: ../src/guide/start/workflow.md
58-
msgid "In addition to the web application, you can access a console script via `APP_ENV=dev ./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
58+
msgid "In addition to the web application, you can access a console script via `./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
5959
msgstr ""
6060

6161
#. type: Title ##

_translations/po/it/guide_security_authorization.md.po

Lines changed: 11 additions & 11 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-03-01 17:44+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-12-24 10:12+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -16,6 +16,13 @@ msgstr ""
1616
"Content-Transfer-Encoding: 8bit\n"
1717
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1818

19+
#. type: Fenced code block
20+
#: ../src/guide/databases/db-migrations.md
21+
#: ../src/guide/security/authorization.md
22+
#, no-wrap
23+
msgid "./yii migrate:up\n"
24+
msgstr ""
25+
1926
#. type: Title #
2027
#: ../src/guide/security/authorization.md
2128
#, no-wrap
@@ -318,13 +325,6 @@ msgstr ""
318325
msgid "Apply migrations:"
319326
msgstr "Struttura applicativa"
320327

321-
#. type: Fenced code block
322-
#: ../src/guide/security/authorization.md
323-
#, fuzzy, no-wrap
324-
#| msgid "APP_ENV=dev ./yii serve --port=80\n"
325-
msgid "APP_ENV=dev ./yii migrate:up\n"
326-
msgstr "APP_ENV=dev ./yii serve --port=80\n"
327-
328328
#. type: Title ###
329329
#: ../src/guide/security/authorization.md
330330
#, no-wrap
@@ -487,7 +487,7 @@ msgstr ""
487487
#: ../src/guide/security/authorization.md
488488
#, fuzzy, no-wrap
489489
#| msgid "APP_ENV=dev ./yii serve --port=80\n"
490-
msgid "APP_ENV=dev ./yii rbac:init\n"
490+
msgid "./yii rbac:init\n"
491491
msgstr "APP_ENV=dev ./yii serve --port=80\n"
492492

493493
#. type: Plain text
@@ -517,7 +517,7 @@ msgstr ""
517517

518518
#. type: Plain text
519519
#: ../src/guide/security/authorization.md
520-
msgid "Create new migration using `APP_ENV=dev ./yii migrate:create init_rbac` then implement creating a hierarchy:"
520+
msgid "Create new migration using `./yii migrate:create init_rbac` then implement creating a hierarchy:"
521521
msgstr ""
522522

523523
#. type: Fenced code block (php)
@@ -589,7 +589,7 @@ msgstr ""
589589

590590
#. type: Plain text
591591
#: ../src/guide/security/authorization.md
592-
msgid "You could apply migration by using `APP_ENV=dev ./yii migrate:up`."
592+
msgid "You could apply migration by using `./yii migrate:up`."
593593
msgstr ""
594594

595595
#. type: Title ##

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

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msgid ""
77
msgstr ""
88
"Project-Id-Version: \n"
9-
"POT-Creation-Date: 2026-01-31 08:44+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2026-01-10 21:35+0100\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -121,40 +121,9 @@ msgstr "Accedere alla directory appena creata ed eseguire:"
121121

122122
#. type: Fenced code block (sh)
123123
#: ../src/guide/start/creating-project.md
124-
#, no-wrap
125-
msgid "APP_ENV=dev ./yii serve --port=80\n"
126-
msgstr "APP_ENV=dev ./yii serve --port=80\n"
127-
128-
#. type: Plain text
129-
#: ../src/guide/start/creating-project.md
130-
#, fuzzy
131-
#| msgid "For Docker users, run:"
132-
msgid "For Windows Command Prompt users, run:"
133-
msgstr "Per gli utenti Docker, eseguire:"
134-
135-
#. type: Fenced code block (cmd)
136-
#: ../src/guide/start/creating-project.md
137124
#, fuzzy, no-wrap
138125
#| msgid "APP_ENV=dev ./yii serve --port=80\n"
139-
msgid ""
140-
"set APP_ENV=dev\n"
141-
"yii serve --port=80\n"
142-
msgstr "APP_ENV=dev ./yii serve --port=80\n"
143-
144-
#. type: Plain text
145-
#: ../src/guide/start/creating-project.md
146-
#, fuzzy
147-
#| msgid "For Docker users, run:"
148-
msgid "For Windows PowerShell users, run:"
149-
msgstr "Per gli utenti Docker, eseguire:"
150-
151-
#. type: Fenced code block (powershell)
152-
#: ../src/guide/start/creating-project.md
153-
#, fuzzy, no-wrap
154-
#| msgid "APP_ENV=dev ./yii serve --port=80\n"
155-
msgid ""
156-
"$env:APP_ENV = \"dev\"\n"
157-
".\\yii serve --port=80\n"
126+
msgid "./yii serve --port=80\n"
158127
msgstr "APP_ENV=dev ./yii serve --port=80\n"
159128

160129
#. type: Plain text

_translations/po/it/guide_start_workflow.md.po

Lines changed: 2 additions & 2 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-24 13:00+0000\n"
9+
"POT-Creation-Date: 2026-04-06 22:12+0000\n"
1010
"PO-Revision-Date: 2025-12-24 13:00+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -57,7 +57,7 @@ msgstr ""
5757

5858
#. type: Plain text
5959
#: ../src/guide/start/workflow.md
60-
msgid "In addition to the web application, you can access a console script via `APP_ENV=dev ./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
60+
msgid "In addition to the web application, you can access a console script via `./yii` or, in case of Docker, `make yii`. Use this script to run background and maintenance tasks for the application, which the [Console Application Section](../tutorial/console-applications.md) describes."
6161
msgstr ""
6262

6363
#. type: Title ##

0 commit comments

Comments
 (0)