Skip to content

Commit 7100a44

Browse files
samdarkgithub-actions[bot]
authored andcommitted
Update translation
1 parent 1927c73 commit 7100a44

11 files changed

Lines changed: 202 additions & 77 deletions

_translations/po/es/guide_tutorial_console-applications.md.po

Lines changed: 17 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: 2026-01-26 08:41+0000\n"
9+
"POT-Creation-Date: 2026-03-30 08:11+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -27,6 +27,12 @@ msgstr ""
2727
msgid "References"
2828
msgstr "Referencias"
2929

30+
#. type: Title ##
31+
#: ../src/guide/index.md ../src/guide/tutorial/console-applications.md
32+
#, no-wrap
33+
msgid "Getting started"
34+
msgstr ""
35+
3036
#. type: Title #
3137
#: ../src/guide/tutorial/console-applications.md
3238
#, no-wrap
@@ -40,24 +46,29 @@ msgstr ""
4046

4147
#. type: Plain text
4248
#: ../src/guide/tutorial/console-applications.md
43-
msgid "To get support for console application in your project, get `yiisoft/yii-console` via composer:"
49+
msgid "If you're using [yiisoft/app](https://github.com/yiisoft/app) or [yiisoft/app-api](https://github.com/yiisoft/app-api), console support is already included. You can access the entry point as:"
4450
msgstr ""
4551

4652
#. type: Fenced code block
4753
#: ../src/guide/tutorial/console-applications.md
4854
#, no-wrap
49-
msgid "composer require yiisoft/yii-console\n"
55+
msgid "./yii\n"
5056
msgstr ""
5157

5258
#. type: Plain text
5359
#: ../src/guide/tutorial/console-applications.md
54-
msgid "After it's installed, you can access the entry point as"
60+
msgid "If you want a standalone console-only application, use the [yiisoft/app-console](https://github.com/yiisoft/app-console) project template:"
5561
msgstr ""
5662

57-
#. type: Fenced code block
63+
#. type: Fenced code block (sh)
5864
#: ../src/guide/tutorial/console-applications.md
5965
#, no-wrap
60-
msgid "./yii\n"
66+
msgid "composer create-project yiisoft/app-console your-project\n"
67+
msgstr ""
68+
69+
#. type: Plain text
70+
#: ../src/guide/tutorial/console-applications.md
71+
msgid "To add console support to an existing project from scratch, refer to the [yiisoft/yii-console package documentation](https://github.com/yiisoft/yii-console)."
6172
msgstr ""
6273

6374
#. type: Plain text

_translations/po/id/guide_tutorial_console-applications.md.po

Lines changed: 22 additions & 8 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-26 08:41+0000\n"
9+
"POT-Creation-Date: 2026-03-30 08:11+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -26,6 +26,12 @@ msgstr ""
2626
msgid "References"
2727
msgstr "Referensi"
2828

29+
#. type: Title ##
30+
#: ../src/guide/index.md ../src/guide/tutorial/console-applications.md
31+
#, no-wrap
32+
msgid "Getting started"
33+
msgstr ""
34+
2935
#. type: Title #
3036
#: ../src/guide/tutorial/console-applications.md
3137
#, no-wrap
@@ -39,24 +45,32 @@ msgstr ""
3945

4046
#. type: Plain text
4147
#: ../src/guide/tutorial/console-applications.md
42-
msgid "To get support for console application in your project, get `yiisoft/yii-console` via composer:"
48+
msgid "If you're using [yiisoft/app](https://github.com/yiisoft/app) or [yiisoft/app-api](https://github.com/yiisoft/app-api), console support is already included. You can access the entry point as:"
4349
msgstr ""
4450

4551
#. type: Fenced code block
4652
#: ../src/guide/tutorial/console-applications.md
4753
#, no-wrap
48-
msgid "composer require yiisoft/yii-console\n"
54+
msgid "./yii\n"
4955
msgstr ""
5056

5157
#. type: Plain text
5258
#: ../src/guide/tutorial/console-applications.md
53-
msgid "After it's installed, you can access the entry point as"
54-
msgstr ""
59+
#, fuzzy
60+
#| msgid "To use cache, install [yiisoft/cache](https://github.com/yiisoft/cache) package:"
61+
msgid "If you want a standalone console-only application, use the [yiisoft/app-console](https://github.com/yiisoft/app-console) project template:"
62+
msgstr "Untuk menggunakan cache, pasang paket [yiisoft/cache](https://github.com/yiisoft/cache):"
5563

56-
#. type: Fenced code block
64+
#. type: Fenced code block (sh)
5765
#: ../src/guide/tutorial/console-applications.md
58-
#, no-wrap
59-
msgid "./yii\n"
66+
#, fuzzy, no-wrap
67+
#| msgid "composer require yiisoft/cache\n"
68+
msgid "composer create-project yiisoft/app-console your-project\n"
69+
msgstr "composer require yiisoft/cache\n"
70+
71+
#. type: Plain text
72+
#: ../src/guide/tutorial/console-applications.md
73+
msgid "To add console support to an existing project from scratch, refer to the [yiisoft/yii-console package documentation](https://github.com/yiisoft/yii-console)."
6074
msgstr ""
6175

6276
#. type: Plain text

_translations/po/it/guide_tutorial_console-applications.md.po

Lines changed: 22 additions & 8 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-26 08:41+0000\n"
9+
"POT-Creation-Date: 2026-03-30 08:11+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -27,6 +27,12 @@ msgstr ""
2727
msgid "References"
2828
msgstr ""
2929

30+
#. type: Title ##
31+
#: ../src/guide/index.md ../src/guide/tutorial/console-applications.md
32+
#, no-wrap
33+
msgid "Getting started"
34+
msgstr "Per iniziare"
35+
3036
#. type: Title #
3137
#: ../src/guide/tutorial/console-applications.md
3238
#, no-wrap
@@ -40,24 +46,32 @@ msgstr ""
4046

4147
#. type: Plain text
4248
#: ../src/guide/tutorial/console-applications.md
43-
msgid "To get support for console application in your project, get `yiisoft/yii-console` via composer:"
49+
msgid "If you're using [yiisoft/app](https://github.com/yiisoft/app) or [yiisoft/app-api](https://github.com/yiisoft/app-api), console support is already included. You can access the entry point as:"
4450
msgstr ""
4551

4652
#. type: Fenced code block
4753
#: ../src/guide/tutorial/console-applications.md
4854
#, no-wrap
49-
msgid "composer require yiisoft/yii-console\n"
55+
msgid "./yii\n"
5056
msgstr ""
5157

5258
#. type: Plain text
5359
#: ../src/guide/tutorial/console-applications.md
54-
msgid "After it's installed, you can access the entry point as"
55-
msgstr ""
60+
#, fuzzy
61+
#| msgid "[Strings](https://github.com/yiisoft/strings)"
62+
msgid "If you want a standalone console-only application, use the [yiisoft/app-console](https://github.com/yiisoft/app-console) project template:"
63+
msgstr "[Stringhe](https://github.com/yiisoft/strings)"
5664

57-
#. type: Fenced code block
65+
#. type: Fenced code block (sh)
5866
#: ../src/guide/tutorial/console-applications.md
59-
#, no-wrap
60-
msgid "./yii\n"
67+
#, fuzzy, no-wrap
68+
#| msgid "composer create-project yiisoft/app your_project\n"
69+
msgid "composer create-project yiisoft/app-console your-project\n"
70+
msgstr "composer create-project yiisoft/app your_project\n"
71+
72+
#. type: Plain text
73+
#: ../src/guide/tutorial/console-applications.md
74+
msgid "To add console support to an existing project from scratch, refer to the [yiisoft/yii-console package documentation](https://github.com/yiisoft/yii-console)."
6175
msgstr ""
6276

6377
#. type: Plain text

_translations/po/ru/guide_tutorial_console-applications.md.po

Lines changed: 24 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-01-26 08:41+0000\n"
9+
"POT-Creation-Date: 2026-03-30 08:11+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -27,6 +27,12 @@ msgstr ""
2727
msgid "References"
2828
msgstr "Ссылки"
2929

30+
#. type: Title ##
31+
#: ../src/guide/index.md ../src/guide/tutorial/console-applications.md
32+
#, no-wrap
33+
msgid "Getting started"
34+
msgstr ""
35+
3036
#. type: Title #
3137
#: ../src/guide/tutorial/console-applications.md
3238
#, no-wrap
@@ -40,26 +46,33 @@ msgstr ""
4046

4147
#. type: Plain text
4248
#: ../src/guide/tutorial/console-applications.md
43-
msgid "To get support for console application in your project, get `yiisoft/yii-console` via composer:"
49+
msgid "If you're using [yiisoft/app](https://github.com/yiisoft/app) or [yiisoft/app-api](https://github.com/yiisoft/app-api), console support is already included. You can access the entry point as:"
4450
msgstr ""
4551

4652
#. type: Fenced code block
4753
#: ../src/guide/tutorial/console-applications.md
48-
#, fuzzy, no-wrap
49-
#| msgid "composer install yiisoft/security\n"
50-
msgid "composer require yiisoft/yii-console\n"
51-
msgstr "composer install yiisoft/security\n"
54+
#, no-wrap
55+
msgid "./yii\n"
56+
msgstr ""
5257

5358
#. type: Plain text
5459
#: ../src/guide/tutorial/console-applications.md
55-
msgid "After it's installed, you can access the entry point as"
60+
msgid "If you want a standalone console-only application, use the [yiisoft/app-console](https://github.com/yiisoft/app-console) project template:"
5661
msgstr ""
5762

58-
#. type: Fenced code block
63+
#. type: Fenced code block (sh)
5964
#: ../src/guide/tutorial/console-applications.md
60-
#, no-wrap
61-
msgid "./yii\n"
62-
msgstr ""
65+
#, fuzzy, no-wrap
66+
#| msgid "composer install yiisoft/security\n"
67+
msgid "composer create-project yiisoft/app-console your-project\n"
68+
msgstr "composer install yiisoft/security\n"
69+
70+
#. type: Plain text
71+
#: ../src/guide/tutorial/console-applications.md
72+
#, fuzzy
73+
#| msgid "You can learn more about the application template from the [yiisoft/app package documentation](https://github.com/yiisoft/app/blob/master/README.md)."
74+
msgid "To add console support to an existing project from scratch, refer to the [yiisoft/yii-console package documentation](https://github.com/yiisoft/yii-console)."
75+
msgstr "Дополнительную информацию о шаблоне приложения можно найти в [документации пакета yiisoft/app](https://github.com/yiisoft/app/blob/master/README.md)."
6376

6477
#. type: Plain text
6578
#: ../src/guide/tutorial/console-applications.md

_translations/po/zh-CN/guide_tutorial_console-applications.md.po

Lines changed: 23 additions & 8 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-26 08:41+0000\n"
9+
"POT-Creation-Date: 2026-03-30 08:11+0000\n"
1010
"PO-Revision-Date: 2025-09-04 11:19+0500\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -26,6 +26,12 @@ msgstr ""
2626
msgid "References"
2727
msgstr "参考资料"
2828

29+
#. type: Title ##
30+
#: ../src/guide/index.md ../src/guide/tutorial/console-applications.md
31+
#, no-wrap
32+
msgid "Getting started"
33+
msgstr "入门"
34+
2935
#. type: Title #
3036
#: ../src/guide/tutorial/console-applications.md
3137
#, no-wrap
@@ -39,26 +45,35 @@ msgstr "控制台应用程序主要用于创建实用工具、后台处理和维
3945

4046
#. type: Plain text
4147
#: ../src/guide/tutorial/console-applications.md
42-
msgid "To get support for console application in your project, get `yiisoft/yii-console` via composer:"
43-
msgstr "要在项目中获得控制台应用程序支持,请通过 composer 获取 `yiisoft/yii-console`:"
48+
msgid "If you're using [yiisoft/app](https://github.com/yiisoft/app) or [yiisoft/app-api](https://github.com/yiisoft/app-api), console support is already included. You can access the entry point as:"
49+
msgstr ""
4450

4551
#. type: Fenced code block
4652
#: ../src/guide/tutorial/console-applications.md
4753
#, no-wrap
48-
msgid "composer require yiisoft/yii-console\n"
54+
msgid "./yii\n"
4955
msgstr ""
5056

5157
#. type: Plain text
5258
#: ../src/guide/tutorial/console-applications.md
53-
msgid "After it's installed, you can access the entry point as"
54-
msgstr "安装后,您可以通过以下方式访问入口点:"
59+
#, fuzzy
60+
#| msgid "You can also provide your own storage using the [yiisoft/rbac](https://github.com/yiisoft/rbac) package."
61+
msgid "If you want a standalone console-only application, use the [yiisoft/app-console](https://github.com/yiisoft/app-console) project template:"
62+
msgstr "您还可以使用 [yiisoft/rbac](https://github.com/yiisoft/rbac) 包提供自己的存储。"
5563

56-
#. type: Fenced code block
64+
#. type: Fenced code block (sh)
5765
#: ../src/guide/tutorial/console-applications.md
5866
#, no-wrap
59-
msgid "./yii\n"
67+
msgid "composer create-project yiisoft/app-console your-project\n"
6068
msgstr ""
6169

70+
#. type: Plain text
71+
#: ../src/guide/tutorial/console-applications.md
72+
#, fuzzy
73+
#| msgid "You can learn more about the application template from the [yiisoft/app package documentation](https://github.com/yiisoft/app/blob/master/README.md)."
74+
msgid "To add console support to an existing project from scratch, refer to the [yiisoft/yii-console package documentation](https://github.com/yiisoft/yii-console)."
75+
msgstr "你可以从 [yiisoft/app 包文档](https://github.com/yiisoft/app/blob/master/README.md)中了解更多关于应用程序模板的信息。"
76+
6277
#. type: Plain text
6378
#: ../src/guide/tutorial/console-applications.md
6479
msgid "Out of the box only `serve` command is available. It's starting PHP built-in web server to serve the application locally."

_translations/pot/guide_tutorial_console-applications.md.pot

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
10-
"POT-Creation-Date: 2026-01-26 08:41+0000\n"
10+
"POT-Creation-Date: 2026-03-30 08:11+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -27,6 +27,12 @@ msgstr ""
2727
msgid "References"
2828
msgstr ""
2929

30+
#. type: Title ##
31+
#: ../src/guide/index.md ../src/guide/tutorial/console-applications.md
32+
#, no-wrap
33+
msgid "Getting started"
34+
msgstr ""
35+
3036
#. type: Title #
3137
#: ../src/guide/tutorial/console-applications.md
3238
#, no-wrap
@@ -43,25 +49,36 @@ msgstr ""
4349
#. type: Plain text
4450
#: ../src/guide/tutorial/console-applications.md
4551
msgid ""
46-
"To get support for console application in your project, get `yiisoft/yii-"
47-
"console` via composer:"
52+
"If you're using [yiisoft/app](https://github.com/yiisoft/app) or [yiisoft/"
53+
"app-api](https://github.com/yiisoft/app-api), console support is already "
54+
"included. You can access the entry point as:"
4855
msgstr ""
4956

5057
#. type: Fenced code block
5158
#: ../src/guide/tutorial/console-applications.md
5259
#, no-wrap
53-
msgid "composer require yiisoft/yii-console\n"
60+
msgid "./yii\n"
5461
msgstr ""
5562

5663
#. type: Plain text
5764
#: ../src/guide/tutorial/console-applications.md
58-
msgid "After it's installed, you can access the entry point as"
65+
msgid ""
66+
"If you want a standalone console-only application, use the [yiisoft/app-"
67+
"console](https://github.com/yiisoft/app-console) project template:"
5968
msgstr ""
6069

61-
#. type: Fenced code block
70+
#. type: Fenced code block (sh)
6271
#: ../src/guide/tutorial/console-applications.md
6372
#, no-wrap
64-
msgid "./yii\n"
73+
msgid "composer create-project yiisoft/app-console your-project\n"
74+
msgstr ""
75+
76+
#. type: Plain text
77+
#: ../src/guide/tutorial/console-applications.md
78+
msgid ""
79+
"To add console support to an existing project from scratch, refer to the "
80+
"[yiisoft/yii-console package documentation](https://github.com/yiisoft/yii-"
81+
"console)."
6582
msgstr ""
6683

6784
#. type: Plain text

0 commit comments

Comments
 (0)