Skip to content

Commit 04720a2

Browse files
committed
Merge branch 'master' into fixes
2 parents a69140b + e37347c commit 04720a2

37 files changed

+114
-114
lines changed

_translations/po/es/guide_index.md.po

Lines changed: 1 addition & 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-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:23+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"

_translations/po/es/guide_intro_upgrade-from-v2.md.po

Lines changed: 10 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: 2025-12-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -32,13 +32,13 @@ msgstr ""
3232
#: ../src/guide/intro/upgrade-from-v2.md
3333
#, no-wrap
3434
msgid ""
35-
"> If you haven't used Yii 2.0, you can skip this section and get directly to \"[getting started](../start/prerequisites.md)\"\n"
35+
"> If you haven't used Yii2, you can skip this section and get directly to \"[getting started](../start/prerequisites.md)\"\n"
3636
"> section.\n"
3737
msgstr ""
3838

3939
#. type: Plain text
4040
#: ../src/guide/intro/upgrade-from-v2.md
41-
msgid "While sharing some common ideas and values, Yii3 is conceptually different from Yii 2.0. There is no easy upgrade path, so first [check maintenance policy and end-of-life dates for Yii 2.0](https://www.yiiframework.com/release-cycle) and consider starting new projects on Yii3 while keeping existing ones on Yii 2.0."
41+
msgid "While sharing some common ideas and values, Yii3 is conceptually different from Yii 2. There is no easy upgrade path, so first [check maintenance policy and end-of-life dates for Yii 2](https://www.yiiframework.com/release-cycle) and consider starting new projects on Yii3 while keeping existing ones on Yii 2."
4242
msgstr ""
4343

4444
#. type: Title ##
@@ -49,7 +49,7 @@ msgstr ""
4949

5050
#. type: Plain text
5151
#: ../src/guide/intro/upgrade-from-v2.md
52-
msgid "Yii3 requires PHP 8.2 or above. As a result, there are language features used that weren't used in Yii 2.0:"
52+
msgid "Yii3 requires PHP 8.2 or above. As a result, there are language features used that weren't used in Yii 2:"
5353
msgstr ""
5454

5555
#. type: Bullet: '- '
@@ -120,7 +120,7 @@ msgstr ""
120120

121121
#. type: Plain text
122122
#: ../src/guide/intro/upgrade-from-v2.md
123-
msgid "It's a good idea to refactor your Yii 2.0 project before porting it to Yii3. That would both make porting easier and benefit the project in question while it's not moved to Yii3 yet."
123+
msgid "It's a good idea to refactor your Yii 2 project before porting it to Yii3. That would both make porting easier and benefit the project in question while it's not moved to Yii3 yet."
124124
msgstr ""
125125

126126
#. type: Title ###
@@ -199,7 +199,7 @@ msgstr ""
199199

200200
#. type: Plain text
201201
#: ../src/guide/intro/upgrade-from-v2.md
202-
msgid "Yii3 services are conceptually similar to Yii 2.0 components, so it's a good idea to move reusable parts of your application into components."
202+
msgid "Yii3 services are conceptually similar to Yii 2 components, so it's a good idea to move reusable parts of your application into components."
203203
msgstr ""
204204

205205
#. type: Title ##
@@ -242,7 +242,7 @@ msgstr ""
242242

243243
#. type: Plain text
244244
#: ../src/guide/intro/upgrade-from-v2.md
245-
msgid "Yii3 application templates are using [environment variables](https://en.wikipedia.org/wiki/Environment_variable) to configure parts of the application. The concept is [very handy for Dockerized applications](https://12factor.net/) but might be alien to users of Yii 1.1 and Yii 2.0."
245+
msgid "Yii3 application templates are using [environment variables](https://en.wikipedia.org/wiki/Environment_variable) to configure parts of the application. The concept is [very handy for Dockerized applications](https://12factor.net/) but might be alien to users of Yii 1.1 and Yii 2."
246246
msgstr ""
247247

248248
#. type: Title ###
@@ -253,15 +253,15 @@ msgstr ""
253253

254254
#. type: Plain text
255255
#: ../src/guide/intro/upgrade-from-v2.md
256-
msgid "Unlike Yii 2.0, Yii3 doesn't have controllers concept. Instead, it uses [handlers](../structure/handler.md) which are similar to controllers but different."
256+
msgid "Unlike Yii2, Yii3 doesn't have controllers per se. Instead, it uses [handlers](../structure/handler.md) which are similar to controllers but different."
257257
msgstr ""
258258

259259
#. type: Plain text
260260
#: ../src/guide/intro/upgrade-from-v2.md
261-
msgid "Suggested Yii3 application structure is different from Yii 2.0. It's described in [application structure](../structure/overview.md)."
261+
msgid "Suggested Yii3 application structure is different from Yii 2. It's described in [application structure](../structure/overview.md)."
262262
msgstr ""
263263

264264
#. type: Plain text
265265
#: ../src/guide/intro/upgrade-from-v2.md
266-
msgid "Despite that, Yii3 is flexible, so it's still possible to use a structure similar to Yii 2.0 with Yii3."
266+
msgid "Despite that, Yii3 is flexible, so it's still possible to use a structure similar to Yii 2 with Yii3."
267267
msgstr ""

_translations/po/es/guide_intro_what-is-yii.md.po

Lines changed: 1 addition & 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-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-09-04 07:51+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"

_translations/po/es/guide_runtime_logging.md.po

Lines changed: 1 addition & 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-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"

_translations/po/es/guide_security_best-practices.md.po

Lines changed: 1 addition & 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-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-09-04 08:00+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"

_translations/po/es/guide_start_databases.md.po

Lines changed: 6 additions & 6 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-26 22:37+0000\n"
9+
"POT-Creation-Date: 2025-12-27 06:04+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -64,7 +64,7 @@ msgstr ""
6464

6565
#. type: Bullet: '- '
6666
#: ../src/guide/start/databases.md
67-
msgid "[Redis](https://redis.io/docs/clients/#php)"
67+
msgid "[Redis](https://redis.io/docs/latest/develop/clients/php/)"
6868
msgstr ""
6969

7070
#. type: Bullet: ' - '
@@ -449,8 +449,8 @@ msgid ""
449449
"\n"
450450
" public function findOneBySlug(string $slug): ?Page\n"
451451
" {\n"
452-
" $query = (new Query($this->connection))\n"
453-
" ->select('*')\n"
452+
" $query = $this->connection\n"
453+
" ->select()\n"
454454
" ->from('{{%page}}')\n"
455455
" ->where('slug = :slug', ['slug' => $slug]);\n"
456456
"\n"
@@ -462,8 +462,8 @@ msgid ""
462462
" */\n"
463463
" public function findAll(): iterable\n"
464464
" {\n"
465-
" $data = (new Query($this->connection))\n"
466-
" ->select('*')\n"
465+
" $data = $this->connection\n"
466+
" ->select()\n"
467467
" ->from('{{%page}}')\n"
468468
" ->all();\n"
469469
"\n"

_translations/po/es/guide_structure_application.md.po

Lines changed: 1 addition & 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-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"

_translations/po/es/guide_tutorial_performance-tuning.md.po

Lines changed: 1 addition & 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-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"

_translations/po/id/guide_index.md.po

Lines changed: 1 addition & 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-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:23+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"

_translations/po/id/guide_intro_upgrade-from-v2.md.po

Lines changed: 10 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: 2025-12-27 07:40+0000\n"
9+
"POT-Creation-Date: 2025-12-27 03:24+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -31,13 +31,13 @@ msgstr ""
3131
#: ../src/guide/intro/upgrade-from-v2.md
3232
#, no-wrap
3333
msgid ""
34-
"> If you haven't used Yii 2.0, you can skip this section and get directly to \"[getting started](../start/prerequisites.md)\"\n"
34+
"> If you haven't used Yii2, you can skip this section and get directly to \"[getting started](../start/prerequisites.md)\"\n"
3535
"> section.\n"
3636
msgstr ""
3737

3838
#. type: Plain text
3939
#: ../src/guide/intro/upgrade-from-v2.md
40-
msgid "While sharing some common ideas and values, Yii3 is conceptually different from Yii 2.0. There is no easy upgrade path, so first [check maintenance policy and end-of-life dates for Yii 2.0](https://www.yiiframework.com/release-cycle) and consider starting new projects on Yii3 while keeping existing ones on Yii 2.0."
40+
msgid "While sharing some common ideas and values, Yii3 is conceptually different from Yii 2. There is no easy upgrade path, so first [check maintenance policy and end-of-life dates for Yii 2](https://www.yiiframework.com/release-cycle) and consider starting new projects on Yii3 while keeping existing ones on Yii 2."
4141
msgstr ""
4242

4343
#. type: Title ##
@@ -48,7 +48,7 @@ msgstr ""
4848

4949
#. type: Plain text
5050
#: ../src/guide/intro/upgrade-from-v2.md
51-
msgid "Yii3 requires PHP 8.2 or above. As a result, there are language features used that weren't used in Yii 2.0:"
51+
msgid "Yii3 requires PHP 8.2 or above. As a result, there are language features used that weren't used in Yii 2:"
5252
msgstr ""
5353

5454
#. type: Bullet: '- '
@@ -119,7 +119,7 @@ msgstr ""
119119

120120
#. type: Plain text
121121
#: ../src/guide/intro/upgrade-from-v2.md
122-
msgid "It's a good idea to refactor your Yii 2.0 project before porting it to Yii3. That would both make porting easier and benefit the project in question while it's not moved to Yii3 yet."
122+
msgid "It's a good idea to refactor your Yii 2 project before porting it to Yii3. That would both make porting easier and benefit the project in question while it's not moved to Yii3 yet."
123123
msgstr ""
124124

125125
#. type: Title ###
@@ -198,7 +198,7 @@ msgstr ""
198198

199199
#. type: Plain text
200200
#: ../src/guide/intro/upgrade-from-v2.md
201-
msgid "Yii3 services are conceptually similar to Yii 2.0 components, so it's a good idea to move reusable parts of your application into components."
201+
msgid "Yii3 services are conceptually similar to Yii 2 components, so it's a good idea to move reusable parts of your application into components."
202202
msgstr ""
203203

204204
#. type: Title ##
@@ -241,7 +241,7 @@ msgstr ""
241241

242242
#. type: Plain text
243243
#: ../src/guide/intro/upgrade-from-v2.md
244-
msgid "Yii3 application templates are using [environment variables](https://en.wikipedia.org/wiki/Environment_variable) to configure parts of the application. The concept is [very handy for Dockerized applications](https://12factor.net/) but might be alien to users of Yii 1.1 and Yii 2.0."
244+
msgid "Yii3 application templates are using [environment variables](https://en.wikipedia.org/wiki/Environment_variable) to configure parts of the application. The concept is [very handy for Dockerized applications](https://12factor.net/) but might be alien to users of Yii 1.1 and Yii 2."
245245
msgstr ""
246246

247247
#. type: Title ###
@@ -252,15 +252,15 @@ msgstr ""
252252

253253
#. type: Plain text
254254
#: ../src/guide/intro/upgrade-from-v2.md
255-
msgid "Unlike Yii 2.0, Yii3 doesn't have controllers concept. Instead, it uses [handlers](../structure/handler.md) which are similar to controllers but different."
255+
msgid "Unlike Yii2, Yii3 doesn't have controllers per se. Instead, it uses [handlers](../structure/handler.md) which are similar to controllers but different."
256256
msgstr ""
257257

258258
#. type: Plain text
259259
#: ../src/guide/intro/upgrade-from-v2.md
260-
msgid "Suggested Yii3 application structure is different from Yii 2.0. It's described in [application structure](../structure/overview.md)."
260+
msgid "Suggested Yii3 application structure is different from Yii 2. It's described in [application structure](../structure/overview.md)."
261261
msgstr ""
262262

263263
#. type: Plain text
264264
#: ../src/guide/intro/upgrade-from-v2.md
265-
msgid "Despite that, Yii3 is flexible, so it's still possible to use a structure similar to Yii 2.0 with Yii3."
265+
msgid "Despite that, Yii3 is flexible, so it's still possible to use a structure similar to Yii 2 with Yii3."
266266
msgstr ""

0 commit comments

Comments
 (0)