Skip to content

Commit b4f0431

Browse files
samdarkgithub-actions[bot]
authored andcommitted
Update translation
1 parent 00aa088 commit b4f0431

File tree

11 files changed

+164
-128
lines changed

11 files changed

+164
-128
lines changed

_translations/po/es/guide_views_asset.md.po

Lines changed: 13 additions & 12 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-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-16 21:08+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:02+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -482,16 +482,10 @@ msgid ""
482482
"{\n"
483483
" public string $basePath = '@assets';\n"
484484
" public string $baseUrl = '@assetsUrl';\n"
485-
" \n"
485+
"\n"
486486
" public array $js = [\n"
487487
" 'js/jquery-3.6.0.min.js',\n"
488488
" ];\n"
489-
" \n"
490-
" // Or use CDN\n"
491-
" public array $jsOptions = [\n"
492-
" 'integrity' => 'sha256-...',\n"
493-
" 'crossorigin' => 'anonymous',\n"
494-
" ];\n"
495489
"}\n"
496490
msgstr ""
497491

@@ -540,7 +534,7 @@ msgstr ""
540534

541535
#. type: Plain text
542536
#: ../src/guide/views/asset.md
543-
msgid "For CDN-hosted assets, you can specify full URLs:"
537+
msgid "For CDN-hosted assets, set `$cdn` to `true` and use full URLs for your asset files. Setting `$cdn = true` tells the asset manager that the assets are served from an external CDN, so it skips local file publishing and path resolution. The `$basePath` and `$baseUrl` properties aren't needed in this case."
544538
msgstr ""
545539

546540
#. type: Fenced code block (php)
@@ -555,16 +549,23 @@ msgid ""
555549
"\n"
556550
"use Yiisoft\\Assets\\AssetBundle;\n"
557551
"\n"
558-
"final class CdnAsset extends AssetBundle\n"
552+
"final class BootstrapCdnAsset extends AssetBundle\n"
559553
"{\n"
554+
" public bool $cdn = true;\n"
555+
"\n"
560556
" public array $css = [\n"
561557
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css',\n"
562558
" ];\n"
563-
" \n"
559+
"\n"
560+
" public array $cssOptions = [\n"
561+
" 'integrity' => 'sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3',\n"
562+
" 'crossorigin' => 'anonymous',\n"
563+
" ];\n"
564+
"\n"
564565
" public array $js = [\n"
565566
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js',\n"
566567
" ];\n"
567-
" \n"
568+
"\n"
568569
" public array $jsOptions = [\n"
569570
" 'integrity' => 'sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p',\n"
570571
" 'crossorigin' => 'anonymous',\n"

_translations/po/id/guide_views_asset.md.po

Lines changed: 13 additions & 12 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-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-16 21:08+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:02+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -482,16 +482,10 @@ msgid ""
482482
"{\n"
483483
" public string $basePath = '@assets';\n"
484484
" public string $baseUrl = '@assetsUrl';\n"
485-
" \n"
485+
"\n"
486486
" public array $js = [\n"
487487
" 'js/jquery-3.6.0.min.js',\n"
488488
" ];\n"
489-
" \n"
490-
" // Or use CDN\n"
491-
" public array $jsOptions = [\n"
492-
" 'integrity' => 'sha256-...',\n"
493-
" 'crossorigin' => 'anonymous',\n"
494-
" ];\n"
495489
"}\n"
496490
msgstr ""
497491

@@ -540,7 +534,7 @@ msgstr ""
540534

541535
#. type: Plain text
542536
#: ../src/guide/views/asset.md
543-
msgid "For CDN-hosted assets, you can specify full URLs:"
537+
msgid "For CDN-hosted assets, set `$cdn` to `true` and use full URLs for your asset files. Setting `$cdn = true` tells the asset manager that the assets are served from an external CDN, so it skips local file publishing and path resolution. The `$basePath` and `$baseUrl` properties aren't needed in this case."
544538
msgstr ""
545539

546540
#. type: Fenced code block (php)
@@ -555,16 +549,23 @@ msgid ""
555549
"\n"
556550
"use Yiisoft\\Assets\\AssetBundle;\n"
557551
"\n"
558-
"final class CdnAsset extends AssetBundle\n"
552+
"final class BootstrapCdnAsset extends AssetBundle\n"
559553
"{\n"
554+
" public bool $cdn = true;\n"
555+
"\n"
560556
" public array $css = [\n"
561557
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css',\n"
562558
" ];\n"
563-
" \n"
559+
"\n"
560+
" public array $cssOptions = [\n"
561+
" 'integrity' => 'sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3',\n"
562+
" 'crossorigin' => 'anonymous',\n"
563+
" ];\n"
564+
"\n"
564565
" public array $js = [\n"
565566
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js',\n"
566567
" ];\n"
567-
" \n"
568+
"\n"
568569
" public array $jsOptions = [\n"
569570
" 'integrity' => 'sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p',\n"
570571
" 'crossorigin' => 'anonymous',\n"

_translations/po/it/guide_views_asset.md.po

Lines changed: 13 additions & 12 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-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-16 21:08+0000\n"
1010
"PO-Revision-Date: 2025-12-24 13:00+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -482,16 +482,10 @@ msgid ""
482482
"{\n"
483483
" public string $basePath = '@assets';\n"
484484
" public string $baseUrl = '@assetsUrl';\n"
485-
" \n"
485+
"\n"
486486
" public array $js = [\n"
487487
" 'js/jquery-3.6.0.min.js',\n"
488488
" ];\n"
489-
" \n"
490-
" // Or use CDN\n"
491-
" public array $jsOptions = [\n"
492-
" 'integrity' => 'sha256-...',\n"
493-
" 'crossorigin' => 'anonymous',\n"
494-
" ];\n"
495489
"}\n"
496490
msgstr ""
497491

@@ -540,7 +534,7 @@ msgstr ""
540534

541535
#. type: Plain text
542536
#: ../src/guide/views/asset.md
543-
msgid "For CDN-hosted assets, you can specify full URLs:"
537+
msgid "For CDN-hosted assets, set `$cdn` to `true` and use full URLs for your asset files. Setting `$cdn = true` tells the asset manager that the assets are served from an external CDN, so it skips local file publishing and path resolution. The `$basePath` and `$baseUrl` properties aren't needed in this case."
544538
msgstr ""
545539

546540
#. type: Fenced code block (php)
@@ -555,16 +549,23 @@ msgid ""
555549
"\n"
556550
"use Yiisoft\\Assets\\AssetBundle;\n"
557551
"\n"
558-
"final class CdnAsset extends AssetBundle\n"
552+
"final class BootstrapCdnAsset extends AssetBundle\n"
559553
"{\n"
554+
" public bool $cdn = true;\n"
555+
"\n"
560556
" public array $css = [\n"
561557
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css',\n"
562558
" ];\n"
563-
" \n"
559+
"\n"
560+
" public array $cssOptions = [\n"
561+
" 'integrity' => 'sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3',\n"
562+
" 'crossorigin' => 'anonymous',\n"
563+
" ];\n"
564+
"\n"
564565
" public array $js = [\n"
565566
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js',\n"
566567
" ];\n"
567-
" \n"
568+
"\n"
568569
" public array $jsOptions = [\n"
569570
" 'integrity' => 'sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p',\n"
570571
" 'crossorigin' => 'anonymous',\n"

_translations/po/ru/guide_views_asset.md.po

Lines changed: 13 additions & 12 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-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-16 21:08+0000\n"
1010
"PO-Revision-Date: 2025-12-24 08:02+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -483,16 +483,10 @@ msgid ""
483483
"{\n"
484484
" public string $basePath = '@assets';\n"
485485
" public string $baseUrl = '@assetsUrl';\n"
486-
" \n"
486+
"\n"
487487
" public array $js = [\n"
488488
" 'js/jquery-3.6.0.min.js',\n"
489489
" ];\n"
490-
" \n"
491-
" // Or use CDN\n"
492-
" public array $jsOptions = [\n"
493-
" 'integrity' => 'sha256-...',\n"
494-
" 'crossorigin' => 'anonymous',\n"
495-
" ];\n"
496490
"}\n"
497491
msgstr ""
498492

@@ -541,7 +535,7 @@ msgstr ""
541535

542536
#. type: Plain text
543537
#: ../src/guide/views/asset.md
544-
msgid "For CDN-hosted assets, you can specify full URLs:"
538+
msgid "For CDN-hosted assets, set `$cdn` to `true` and use full URLs for your asset files. Setting `$cdn = true` tells the asset manager that the assets are served from an external CDN, so it skips local file publishing and path resolution. The `$basePath` and `$baseUrl` properties aren't needed in this case."
545539
msgstr ""
546540

547541
#. type: Fenced code block (php)
@@ -556,16 +550,23 @@ msgid ""
556550
"\n"
557551
"use Yiisoft\\Assets\\AssetBundle;\n"
558552
"\n"
559-
"final class CdnAsset extends AssetBundle\n"
553+
"final class BootstrapCdnAsset extends AssetBundle\n"
560554
"{\n"
555+
" public bool $cdn = true;\n"
556+
"\n"
561557
" public array $css = [\n"
562558
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css',\n"
563559
" ];\n"
564-
" \n"
560+
"\n"
561+
" public array $cssOptions = [\n"
562+
" 'integrity' => 'sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3',\n"
563+
" 'crossorigin' => 'anonymous',\n"
564+
" ];\n"
565+
"\n"
565566
" public array $js = [\n"
566567
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js',\n"
567568
" ];\n"
568-
" \n"
569+
"\n"
569570
" public array $jsOptions = [\n"
570571
" 'integrity' => 'sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p',\n"
571572
" 'crossorigin' => 'anonymous',\n"

_translations/po/zh-CN/guide_views_asset.md.po

Lines changed: 14 additions & 13 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-02-25 03:25+0000\n"
9+
"POT-Creation-Date: 2026-03-16 21:08+0000\n"
1010
"PO-Revision-Date: 2025-12-24 13:00+0000\n"
1111
"Last-Translator: Automatically generated\n"
1212
"Language-Team: none\n"
@@ -492,16 +492,10 @@ msgid ""
492492
"{\n"
493493
" public string $basePath = '@assets';\n"
494494
" public string $baseUrl = '@assetsUrl';\n"
495-
" \n"
495+
"\n"
496496
" public array $js = [\n"
497497
" 'js/jquery-3.6.0.min.js',\n"
498498
" ];\n"
499-
" \n"
500-
" // Or use CDN\n"
501-
" public array $jsOptions = [\n"
502-
" 'integrity' => 'sha256-...',\n"
503-
" 'crossorigin' => 'anonymous',\n"
504-
" ];\n"
505499
"}\n"
506500
msgstr ""
507501

@@ -550,8 +544,8 @@ msgstr "CDN 资源"
550544

551545
#. type: Plain text
552546
#: ../src/guide/views/asset.md
553-
msgid "For CDN-hosted assets, you can specify full URLs:"
554-
msgstr "对于托管在 CDN 上的资源,可以指定完整 URL:"
547+
msgid "For CDN-hosted assets, set `$cdn` to `true` and use full URLs for your asset files. Setting `$cdn = true` tells the asset manager that the assets are served from an external CDN, so it skips local file publishing and path resolution. The `$basePath` and `$baseUrl` properties aren't needed in this case."
548+
msgstr ""
555549

556550
#. type: Fenced code block (php)
557551
#: ../src/guide/views/asset.md
@@ -565,16 +559,23 @@ msgid ""
565559
"\n"
566560
"use Yiisoft\\Assets\\AssetBundle;\n"
567561
"\n"
568-
"final class CdnAsset extends AssetBundle\n"
562+
"final class BootstrapCdnAsset extends AssetBundle\n"
569563
"{\n"
564+
" public bool $cdn = true;\n"
565+
"\n"
570566
" public array $css = [\n"
571567
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css',\n"
572568
" ];\n"
573-
" \n"
569+
"\n"
570+
" public array $cssOptions = [\n"
571+
" 'integrity' => 'sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3',\n"
572+
" 'crossorigin' => 'anonymous',\n"
573+
" ];\n"
574+
"\n"
574575
" public array $js = [\n"
575576
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js',\n"
576577
" ];\n"
577-
" \n"
578+
"\n"
578579
" public array $jsOptions = [\n"
579580
" 'integrity' => 'sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p',\n"
580581
" 'crossorigin' => 'anonymous',\n"

_translations/pot/guide_views_asset.md.pot

Lines changed: 18 additions & 12 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-02-25 03:25+0000\n"
10+
"POT-Creation-Date: 2026-03-16 21:08+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"
@@ -501,16 +501,10 @@ msgid ""
501501
"{\n"
502502
" public string $basePath = '@assets';\n"
503503
" public string $baseUrl = '@assetsUrl';\n"
504-
" \n"
504+
"\n"
505505
" public array $js = [\n"
506506
" 'js/jquery-3.6.0.min.js',\n"
507507
" ];\n"
508-
" \n"
509-
" // Or use CDN\n"
510-
" public array $jsOptions = [\n"
511-
" 'integrity' => 'sha256-...',\n"
512-
" 'crossorigin' => 'anonymous',\n"
513-
" ];\n"
514508
"}\n"
515509
msgstr ""
516510

@@ -559,7 +553,12 @@ msgstr ""
559553

560554
#. type: Plain text
561555
#: ../src/guide/views/asset.md
562-
msgid "For CDN-hosted assets, you can specify full URLs:"
556+
msgid ""
557+
"For CDN-hosted assets, set `$cdn` to `true` and use full URLs for your asset "
558+
"files. Setting `$cdn = true` tells the asset manager that the assets are "
559+
"served from an external CDN, so it skips local file publishing and path "
560+
"resolution. The `$basePath` and `$baseUrl` properties aren't needed in this "
561+
"case."
563562
msgstr ""
564563

565564
#. type: Fenced code block (php)
@@ -574,16 +573,23 @@ msgid ""
574573
"\n"
575574
"use Yiisoft\\Assets\\AssetBundle;\n"
576575
"\n"
577-
"final class CdnAsset extends AssetBundle\n"
576+
"final class BootstrapCdnAsset extends AssetBundle\n"
578577
"{\n"
578+
" public bool $cdn = true;\n"
579+
"\n"
579580
" public array $css = [\n"
580581
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css',\n"
581582
" ];\n"
582-
" \n"
583+
"\n"
584+
" public array $cssOptions = [\n"
585+
" 'integrity' => 'sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3',\n"
586+
" 'crossorigin' => 'anonymous',\n"
587+
" ];\n"
588+
"\n"
583589
" public array $js = [\n"
584590
" 'https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js',\n"
585591
" ];\n"
586-
" \n"
592+
"\n"
587593
" public array $jsOptions = [\n"
588594
" 'integrity' => 'sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p',\n"
589595
" 'crossorigin' => 'anonymous',\n"

0 commit comments

Comments
 (0)