You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _translations/po/es/cookbook_configuring-webservers_apache.md.po
+3-11Lines changed: 3 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,7 @@ msgstr ""
24
24
25
25
#. type: Plain text
26
26
#: en/configuring-webservers/apache.md
27
-
msgid""
28
-
"Use the following configuration in Apache's `httpd.conf` file or within a "
29
-
"virtual host configuration. Note that you should replace `path/to/app/"
30
-
"public` with the actual path for `app/public`."
27
+
msgid"Use the following configuration in Apache's `httpd.conf` file or within a virtual host configuration. Note that you should replace `path/to/app/public` with the actual path for `app/public`."
31
28
msgstr""
32
29
33
30
#. type: Fenced code block (apacheconfig)
@@ -59,9 +56,7 @@ msgstr ""
59
56
60
57
#. type: Plain text
61
58
#: en/configuring-webservers/apache.md
62
-
msgid""
63
-
"In case you have `AllowOverride All` you can add `.htaccess` file with the "
64
-
"following configuration instead of using `httpd.conf`:"
59
+
msgid"In case you have `AllowOverride All` you can add `.htaccess` file with the following configuration instead of using `httpd.conf`:"
65
60
msgstr""
66
61
67
62
#. type: Fenced code block (apacheconfig)
@@ -88,8 +83,5 @@ msgstr ""
88
83
89
84
#. type: Plain text
90
85
#: en/configuring-webservers/apache.md
91
-
msgid""
92
-
"In the above, note the usage of `SetEnv`. Since the Yii3 application "
93
-
"template is using environment variables, this is a possible place to set "
94
-
"them. In production environment remember to set `APP_ENV` to `prod`."
86
+
msgid"In the above, note the usage of `SetEnv`. Since the Yii3 application template is using environment variables, this is a possible place to set them. In production environment remember to set `APP_ENV` to `prod`."
Copy file name to clipboardExpand all lines: _translations/po/es/cookbook_configuring-webservers_iis.md.po
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,7 @@ msgstr ""
24
24
25
25
#. type: Plain text
26
26
#: en/configuring-webservers/iis.md
27
-
msgid""
28
-
"When you use [IIS](https://www.iis.net/), host the application in a virtual "
29
-
"host (Website) where the document root points to the `path/to/app/public` "
30
-
"folder and configure the website to run PHP. In that `public` folder, place "
31
-
"a file named `web.config` at `path/to/app/public/web.config`. Use the "
32
-
"following content:"
27
+
msgid"When you use [IIS](https://www.iis.net/), host the application in a virtual host (Website) where the document root points to the `path/to/app/public` folder and configure the website to run PHP. In that `public` folder, place a file named `web.config` at `path/to/app/public/web.config`. Use the following content:"
33
28
msgstr""
34
29
35
30
#. type: Fenced code block (xml)
@@ -60,22 +55,15 @@ msgstr ""
60
55
61
56
#. type: Plain text
62
57
#: en/configuring-webservers/iis.md
63
-
msgid""
64
-
"Also, the following list of Microsoft's official resources could be useful "
65
-
"to configure PHP on IIS:"
58
+
msgid"Also, the following list of Microsoft's official resources could be useful to configure PHP on IIS:"
66
59
msgstr""
67
60
68
61
#. type: Bullet: '1. '
69
62
#: en/configuring-webservers/iis.md
70
-
msgid""
71
-
"[How to set up your first IIS website](https://support.microsoft.com/en-us/"
msgid"[Configure a PHP Website on IIS](https://docs.microsoft.com/en-us/iis/application-frameworks/scenario-build-a-php-website-on-iis/configure-a-php-website-on-iis)"
Copy file name to clipboardExpand all lines: _translations/po/es/cookbook_configuring-webservers_nginx-unit.md.po
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,7 @@ msgstr ""
24
24
25
25
#. type: Plain text
26
26
#: en/configuring-webservers/nginx-unit.md
27
-
msgid""
28
-
"Run Yii-based apps using [NGINX Unit](https://unit.nginx.org/) with a PHP "
29
-
"language module. Here is a sample configuration."
27
+
msgid"Run Yii-based apps using [NGINX Unit](https://unit.nginx.org/) with a PHP language module. Here is a sample configuration."
30
28
msgstr""
31
29
32
30
#. type: Fenced code block (json)
@@ -90,15 +88,10 @@ msgstr ""
90
88
91
89
#. type: Plain text
92
90
#: en/configuring-webservers/nginx-unit.md
93
-
msgid""
94
-
"You can also [set up](https://unit.nginx.org/configuration/#php) your PHP "
95
-
"environment or supply a custom `php.ini` in the same configuration."
91
+
msgid"You can also [set up](https://unit.nginx.org/configuration/#php) your PHP environment or supply a custom `php.ini` in the same configuration."
96
92
msgstr""
97
93
98
94
#. type: Plain text
99
95
#: en/configuring-webservers/nginx-unit.md
100
-
msgid""
101
-
"In the above, note the usage of `environment`. Since the Yii3 application "
102
-
"template is using environment variables, this is a possible place to set "
103
-
"them. In production environment remember to set `APP_ENV` to `prod`."
96
+
msgid"In the above, note the usage of `environment`. Since the Yii3 application template is using environment variables, this is a possible place to set them. In production environment remember to set `APP_ENV` to `prod`."
Copy file name to clipboardExpand all lines: _translations/po/es/cookbook_configuring-webservers_nginx.md.po
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,7 @@ msgstr ""
24
24
25
25
#. type: Plain text
26
26
#: en/configuring-webservers/nginx.md
27
-
msgid""
28
-
"To use [Nginx](https://wiki.nginx.org/), install PHP as an [FPM SAPI]"
29
-
"(https://secure.php.net/install.fpm). Use the following Nginx "
30
-
"configuration, replacing `path/to/app/public` with the actual path for `app/"
31
-
"public` and `mysite.test` with the actual hostname to serve."
27
+
msgid"To use [Nginx](https://wiki.nginx.org/), install PHP as an [FPM SAPI](https://secure.php.net/install.fpm). Use the following Nginx configuration, replacing `path/to/app/public` with the actual path for `app/public` and `mysite.test` with the actual hostname to serve."
32
28
msgstr""
33
29
34
30
#. type: Fenced code block (nginx)
@@ -82,23 +78,15 @@ msgstr ""
82
78
83
79
#. type: Plain text
84
80
#: en/configuring-webservers/nginx.md
85
-
msgid""
86
-
"When you use this configuration, also set `cgi.fix_pathinfo=0` in the `php."
87
-
"ini` file to avoid many unnecessary system `stat()` calls."
81
+
msgid"When you use this configuration, also set `cgi.fix_pathinfo=0` in the `php.ini` file to avoid many unnecessary system `stat()` calls."
88
82
msgstr""
89
83
90
84
#. type: Plain text
91
85
#: en/configuring-webservers/nginx.md
92
-
msgid""
93
-
"Also, note that when running an HTTPS server, you need to add `fastcgi_param "
94
-
"HTTPS on;` so that Yii can detect if a connection is secure."
86
+
msgid"Also, note that when running an HTTPS server, you need to add `fastcgi_param HTTPS on;` so that Yii can detect if a connection is secure."
95
87
msgstr""
96
88
97
89
#. type: Plain text
98
90
#: en/configuring-webservers/nginx.md
99
-
msgid""
100
-
"In the above, note the usage of `fastcgi_param APP_ENV`. Since the Yii3 "
101
-
"application template is using environment variables, this is a possible "
102
-
"place to set them. In production environment remember to set `APP_ENV` to "
103
-
"`prod`."
91
+
msgid"In the above, note the usage of `fastcgi_param APP_ENV`. Since the Yii3 application template is using environment variables, this is a possible place to set them. In production environment remember to set `APP_ENV` to `prod`."
"Yii is a high-performance, package-based PHP framework for developing modern "
35
-
"applications. The name Yii (pronounced `Yee` or `[ji:]`) means \"simple and "
36
-
"evolutionary\" in Chinese. You can also think about it as an acronym for "
37
-
"**Yes It Is**!"
33
+
msgid"Yii is a high-performance, package-based PHP framework for developing modern applications. The name Yii (pronounced `Yee` or `[ji:]`) means \"simple and evolutionary\" in Chinese. You can also think about it as an acronym for **Yes It Is**!"
"Yii is a generic Web programming framework. You can use it for developing "
44
-
"all kinds of Web applications using PHP. Because of its architecture and "
45
-
"sophisticated caching support, it's especially suitable for developing large-"
46
-
"scale applications such as portals, content management systems, e-commerce, "
47
-
"REST APIs, etc."
38
+
msgid"Yii is a generic Web programming framework. You can use it for developing all kinds of Web applications using PHP. Because of its architecture and sophisticated caching support, it's especially suitable for developing large-scale applications such as portals, content management systems, e-commerce, REST APIs, etc."
48
39
msgstr""
49
40
50
41
#. type: Plain text
51
42
#: ../src/en/cookbook/preface.md
52
-
msgid""
53
-
"With comprehensive documentation and an enthusiastic user community, Yii can "
54
-
"significantly reduce your development time in the long run."
43
+
msgid"With comprehensive documentation and an enthusiastic user community, Yii can significantly reduce your development time in the long run."
55
44
msgstr""
56
45
57
46
#. type: Title ##
@@ -62,19 +51,12 @@ msgstr ""
62
51
63
52
#. type: Plain text
64
53
#: ../src/en/cookbook/preface.md
65
-
msgid""
66
-
"This book is for you if you're familiar with Yii3, building Yii "
67
-
"applications, and read the official Yii3 guide. It covers fundamentally "
68
-
"important development concepts, application architecture approaches, "
69
-
"integrating third party services with Yii3, etc."
54
+
msgid"This book is for you if you're familiar with Yii3, building Yii applications, and read the official Yii3 guide. It covers fundamentally important development concepts, application architecture approaches, integrating third party services with Yii3, etc."
70
55
msgstr""
71
56
72
57
#. type: Plain text
73
58
#: ../src/en/cookbook/preface.md
74
-
msgid""
75
-
"The book consists of individual recipes gathered from Yii experts that you "
76
-
"can apply in your applications. These go by topic, but you are free to read "
77
-
"them in any order as there is no dependency between them."
59
+
msgid"The book consists of individual recipes gathered from Yii experts that you can apply in your applications. These go by topic, but you are free to read them in any order as there is no dependency between them."
78
60
msgstr""
79
61
80
62
#. type: Bullet: '- '
@@ -84,8 +66,7 @@ msgstr ""
84
66
85
67
#. type: Bullet: '- '
86
68
#: ../src/en/cookbook/preface.md
87
-
msgid""
88
-
"You should be familiar with the framework basics and the official guide."
69
+
msgid"You should be familiar with the framework basics and the official guide."
89
70
msgstr""
90
71
91
72
#. type: Title ##
@@ -96,8 +77,5 @@ msgstr ""
96
77
97
78
#. type: Plain text
98
79
#: ../src/en/cookbook/preface.md
99
-
msgid""
100
-
"If you've found any errata, wrong information, want to improve something or "
101
-
"have a good recipe, create an issue or make a pull request in [the book "
msgid"If you've found any errata, wrong information, want to improve something or have a good recipe, create an issue or make a pull request in [the book GitHub repository](https://github.com/yiisoft/docs)."
Copy file name to clipboardExpand all lines: _translations/po/es/guide_views_script-style-meta.md.po
+7-20Lines changed: 7 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -44,18 +44,12 @@ msgstr ""
44
44
45
45
#. type: Plain text
46
46
#: ../src/en/guide/views/script-style-meta.md
47
-
msgid""
48
-
"Modern web applications require careful management of CSS styles, JavaScript "
49
-
"code, and HTML meta tags. Yii3 provides a comprehensive system for "
50
-
"registering and organizing these resources through the `WebView` class, "
51
-
"which is part of the `yiisoft/view` package."
47
+
msgid"Modern web applications require careful management of CSS styles, JavaScript code, and HTML meta tags. Yii3 provides a comprehensive system for registering and organizing these resources through the `WebView` class, which is part of the `yiisoft/view` package."
52
48
msgstr""
53
49
54
50
#. type: Plain text
55
51
#: ../src/en/guide/views/script-style-meta.md
56
-
msgid""
57
-
"The `WebView` class extends the basic `View` class with web-specific "
58
-
"functionality, allowing you to:"
52
+
msgid"The `WebView` class extends the basic `View` class with web-specific functionality, allowing you to:"
59
53
msgstr""
60
54
61
55
#. type: Bullet: '- '
@@ -361,8 +355,7 @@ msgstr ""
361
355
362
356
#. type: Plain text
363
357
#: ../src/en/guide/views/script-style-meta.md
364
-
msgid""
365
-
"Resources can be positioned at different locations in the HTML document:"
358
+
msgid"Resources can be positioned at different locations in the HTML document:"
366
359
msgstr""
367
360
368
361
#. type: Fenced code block (php)
@@ -608,8 +601,7 @@ msgstr ""
608
601
609
602
#. type: Plain text
610
603
#: ../src/en/guide/views/script-style-meta.md
611
-
msgid""
612
-
"Here's how you might set up a complete page with all types of resources:"
604
+
msgid"Here's how you might set up a complete page with all types of resources:"
613
605
msgstr""
614
606
615
607
#. type: Fenced code block (php)
@@ -729,9 +721,7 @@ msgstr ""
729
721
730
722
#. type: Bullet: '1. '
731
723
#: ../src/en/guide/views/script-style-meta.md
732
-
msgid""
733
-
"**Use appropriate positions**: Place CSS in `POSITION_HEAD`, JavaScript at "
734
-
"`POSITION_END`"
724
+
msgid"**Use appropriate positions**: Place CSS in `POSITION_HEAD`, JavaScript at `POSITION_END`"
735
725
msgstr""
736
726
737
727
#. type: Bullet: '2. '
@@ -741,15 +731,12 @@ msgstr ""
741
731
742
732
#. type: Bullet: '3. '
743
733
#: ../src/en/guide/views/script-style-meta.md
744
-
msgid""
745
-
"**Use keys for duplicates**: Prevent duplicate resources with meaningful keys"
734
+
msgid"**Use keys for duplicates**: Prevent duplicate resources with meaningful keys"
746
735
msgstr""
747
736
748
737
#. type: Bullet: '4. '
749
738
#: ../src/en/guide/views/script-style-meta.md
750
-
msgid""
751
-
"**Optimize loading**: Use `async` and `defer` attributes for non-critical "
752
-
"JavaScript"
739
+
msgid"**Optimize loading**: Use `async` and `defer` attributes for non-critical JavaScript"
0 commit comments