diff --git a/docs/guide-de/README.md b/docs/guide-de/README.md index bcaf598..c602706 100644 --- a/docs/guide-de/README.md +++ b/docs/guide-de/README.md @@ -1,7 +1,7 @@ Twitter Bootstrap Erweiterung für Yii 2 ======================================= -Diese Erweiterung enthält Unterstützung für das [Bootstrap 5 Framework](http://getbootstrap.com/) (auch bekannt als "Twitter Bootstrap") +Diese Erweiterung enthält Unterstützung für das [Bootstrap 5 Framework](https://getbootstrap.com/) (auch bekannt als "Twitter Bootstrap") Markup und dessen Komponenten. Bootstrap ist eine exzellentes, reponsives Framework welches den clientseitigen Entwicklungsprozess vehement zu verkürzen vermag. diff --git a/docs/guide-de/assets-setup.md b/docs/guide-de/assets-setup.md index a4e2deb..dec1aa5 100644 --- a/docs/guide-de/assets-setup.md +++ b/docs/guide-de/assets-setup.md @@ -1,7 +1,7 @@ Asset-Konfiguration =================== -Diese Erweiterung beruht auf [Bower](http://bower.io/) und/oder [NPM](https://www.npmjs.org/) Packages für die Asset Installation. +Diese Erweiterung beruht auf [Bower](https://bower.io/) und/oder [NPM](https://www.npmjs.org/) Packages für die Asset Installation. Bevor Sie diese Erweiterung einsetzen, sollten Sie entscheiden, auf welche Weise Sie diese Packages installieren möchten. ## Verwendung des asset-packagist Repository diff --git a/docs/guide-de/installation.md b/docs/guide-de/installation.md index 494da27..2647d23 100644 --- a/docs/guide-de/installation.md +++ b/docs/guide-de/installation.md @@ -3,7 +3,7 @@ Installation ## Mittels Composer Package -Der empfohlene Weg zur Installation dieser Erweiterung ist mittels [composer](http://getcomposer.org/download/). +Der empfohlene Weg zur Installation dieser Erweiterung ist mittels [composer](https://getcomposer.org/download/). Führen Sie entweder folgenden Befehlt aus diff --git a/docs/guide-es/README.md b/docs/guide-es/README.md index d74f07e..17f8400 100644 --- a/docs/guide-es/README.md +++ b/docs/guide-es/README.md @@ -1,7 +1,7 @@ Extensión Twitter Bootstrap para Yii 2 ====================================== -La extensión incluye soporte para el marcado de [Bootstrap 5](http://getbootstrap.com/) y los componentes del framework +La extensión incluye soporte para el marcado de [Bootstrap 5](https://getbootstrap.com/) y los componentes del framework (también conocido como "Twitter Bootstrap"). Bootstrap es un excelente framework responsivo que puede acelerar enormemente el proceso de desarrollo del lado del cliente. diff --git a/docs/guide-es/installation.md b/docs/guide-es/installation.md index b07cff8..633618b 100644 --- a/docs/guide-es/installation.md +++ b/docs/guide-es/installation.md @@ -3,7 +3,7 @@ Instalación ## Obteniendo el Paquete de Composer -La mejor manera para instalar esta extensión es a través de [composer](http://getcomposer.org/download/). +La mejor manera para instalar esta extensión es a través de [composer](https://getcomposer.org/download/). Ejecuta diff --git a/docs/guide-es/topics-sass.md b/docs/guide-es/topics-sass.md index 4e81f38..4f32826 100644 --- a/docs/guide-es/topics-sass.md +++ b/docs/guide-es/topics-sass.md @@ -1,7 +1,7 @@ Usando directamente los ficheros .sass de Bootstrap =================================================== -Si deseas incluir el [css de Bootstrap directamente en tus ficheros sass](http://getbootstrap.com/getting-started/#customizing) puedes necesitar deshabilitar los ficheros css de bootstrap originales para ser cargados. +Si deseas incluir el [css de Bootstrap directamente en tus ficheros sass](https://getbootstrap.com/getting-started/#customizing) puedes necesitar deshabilitar los ficheros css de bootstrap originales para ser cargados. Puedes hacer esto mediante la configuración de la propiedad css de [[yii\bootstrap5\BootstrapAsset|BootstrapAsset]] asignando un array vacio. Para esto necesitas configurar el `assetManager` [componente de aplicación](https://github.com/yiisoft/yii2/blob/master/docs/guide-es/structure-application-components.md) como se muestra a continuación: diff --git a/docs/guide-ja/README.md b/docs/guide-ja/README.md index 9027d5b..0d0268b 100644 --- a/docs/guide-ja/README.md +++ b/docs/guide-ja/README.md @@ -1,7 +1,7 @@ Yii 2 Twitter Bootstrap エクステンション ======================================== -このエクステンションは、マークアップとコンポーネントのフレームワーク [Bootstrap 5](http://getbootstrap.com/) ("Twitter Bootstrap" としても知られています) +このエクステンションは、マークアップとコンポーネントのフレームワーク [Bootstrap 5](https://getbootstrap.com/) ("Twitter Bootstrap" としても知られています) に対するサポートを提供します。 Bootstrap は優れた、レスポンシブなフレームワークであり、クライアント・サイドの開発プロセスを大いにスピードアップすることが出来るものです。 diff --git a/docs/guide-ja/assets-setup.md b/docs/guide-ja/assets-setup.md index c73d7bf..e03e5ad 100644 --- a/docs/guide-ja/assets-setup.md +++ b/docs/guide-ja/assets-setup.md @@ -1,7 +1,7 @@ アセットのセットアップ ====================== -Bootstrap エクステンションは、アセットのインストールについて、[Bower](http://bower.io/) および/または [NPM](https://www.npmjs.org/) のパッケージに依存しています。 +Bootstrap エクステンションは、アセットのインストールについて、[Bower](https://bower.io/) および/または [NPM](https://www.npmjs.org/) のパッケージに依存しています。 Bootstrap パッケージを使う前に、これらのパッケージをあなたのプロジェクトにインストールする方法を決定しなければなりません。 diff --git a/docs/guide-ja/installation.md b/docs/guide-ja/installation.md index 47a5734..b88ae4a 100644 --- a/docs/guide-ja/installation.md +++ b/docs/guide-ja/installation.md @@ -3,7 +3,7 @@ ## Composer パッケージを取得する -このエクステンションをインストールするのに推奨される方法は [composer](http://getcomposer.org/download/) によるものです。 +このエクステンションをインストールするのに推奨される方法は [composer](https://getcomposer.org/download/) によるものです。 下記のコマンドを実行してください。 diff --git a/docs/guide-ja/topics-sass.md b/docs/guide-ja/topics-sass.md index 0d346f0..9b06000 100644 --- a/docs/guide-ja/topics-sass.md +++ b/docs/guide-ja/topics-sass.md @@ -1,7 +1,7 @@ Bootstrap の .sass ファイルを直接に使う ======================================= -あなたが [Bootstrap CSS をあなたの sass ファイルに直接含める](http://getbootstrap.com/getting-started/#customizing) ことを望む場合は、 +あなたが [Bootstrap CSS をあなたの sass ファイルに直接含める](https://getbootstrap.com/getting-started/#customizing) ことを望む場合は、 オリジナルの CSS ファイルがロードされないように無効化する必要があります。 [[yii\bootstrap5\BootstrapAsset|BootstrapAsset]] の `css` プロパティを空に設定することによって、そうすることが出来ます。 そのためには、`assetManager` [アプリケーション・コンポーネント](https://github.com/yiisoft/yii2/blob/master/docs/guide-ja/structure-application-components.md) を以下のように構成します。 diff --git a/docs/guide-pt-BR/README.md b/docs/guide-pt-BR/README.md index 27499d6..8ebd9b1 100644 --- a/docs/guide-pt-BR/README.md +++ b/docs/guide-pt-BR/README.md @@ -1,7 +1,7 @@ Extenção Twitter Bootstrap para Yii 2 ===================================== -A extensão inclui suporte para marcação e componentes ao framework [Bootstrap 5](http://getbootstrap.com/) +A extensão inclui suporte para marcação e componentes ao framework [Bootstrap 5](https://getbootstrap.com/) (também conhecido como "Bootstrap Twitter"). Bootstrap é um excelente framework ágil, que pode acelerar bastante o do lado do cliente do seu processo de desenvolvimento. diff --git a/docs/guide-pt-BR/installation.md b/docs/guide-pt-BR/installation.md index cb8555d..63186a5 100644 --- a/docs/guide-pt-BR/installation.md +++ b/docs/guide-pt-BR/installation.md @@ -3,7 +3,7 @@ Instalação ## Instalando através do composer -A maneira recomendada para instalar esta extensão é através do [composer](http://getcomposer.org/download/). +A maneira recomendada para instalar esta extensão é através do [composer](https://getcomposer.org/download/). Então rode diff --git a/docs/guide-pt-BR/topics-sass.md b/docs/guide-pt-BR/topics-sass.md index 1dcd511..dcdb4dd 100644 --- a/docs/guide-pt-BR/topics-sass.md +++ b/docs/guide-pt-BR/topics-sass.md @@ -1,7 +1,7 @@ Usando arquivos .sass diretamente do Bootstrap =========================================== -Se você quiser incluir o [css do Bootstrap diretamente em seus arquivos sass] (http://getbootstrap.com/getting-started/#customizing) +Se você quiser incluir o [css do Bootstrap diretamente em seus arquivos sass] (https://getbootstrap.com/getting-started/#customizing) talvez você precise desativar os arquivos css do Bootstrap originais que são carregados. Você pode fazer isso definindo a propriedade css do [[yii \ inicialização \ BootstrapAsset | BootstrapAsset]] e deixe estar vazio. Para isso, você precisa configurar o `assetManager` [application component](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) diff --git a/docs/guide-ru/README.md b/docs/guide-ru/README.md index e2295c2..77357ac 100644 --- a/docs/guide-ru/README.md +++ b/docs/guide-ru/README.md @@ -1,7 +1,7 @@ Расширение Twitter Bootstrap для Yii 2 ====================================== -Расширение включает поддержку разметки и компонентов фреймворка [Bootstrap 5](http://getbootstrap.com/) (также известного как "Twitter Bootstrap"). Bootstrap является прекрасным, отзывчивым фреймворком, который может значительно ускорить процесс разработки на стороне клиента. +Расширение включает поддержку разметки и компонентов фреймворка [Bootstrap 5](https://getbootstrap.com/) (также известного как "Twitter Bootstrap"). Bootstrap является прекрасным, отзывчивым фреймворком, который может значительно ускорить процесс разработки на стороне клиента. Ядро Bootstrap представлено двумя частями: diff --git a/docs/guide-ru/installation.md b/docs/guide-ru/installation.md index 5d1b8d6..eaa6c1b 100644 --- a/docs/guide-ru/installation.md +++ b/docs/guide-ru/installation.md @@ -3,7 +3,7 @@ ## Получение расширения через Composer -Предпочтительный способ установки расширения - через [Composer](http://getcomposer.org/download/). +Предпочтительный способ установки расширения - через [Composer](https://getcomposer.org/download/). Для этого запустите команду diff --git a/docs/guide-ru/topics-sass.md b/docs/guide-ru/topics-sass.md index 9fe52dd..66c4f2e 100644 --- a/docs/guide-ru/topics-sass.md +++ b/docs/guide-ru/topics-sass.md @@ -1,7 +1,7 @@ Использование .sass файлов Bootstrap напрямую ============================================= -Если вы хотите включить [Bootstrap CSS непосредственно в ваши sass-файлы](http://getbootstrap.com/getting-started/#customizing), вам может понадобиться исключить исходные css-файлы Bootstrap из загрузки. Вы можете сделать это, установив пустым свойство `css` пакета [[yii\bootstrap5\BootstrapAsset|BootstrapAsset]]. Для этого вам необходимо настроить [компонент приложения](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) `assetManager` следующим образом: +Если вы хотите включить [Bootstrap CSS непосредственно в ваши sass-файлы](https://getbootstrap.com/getting-started/#customizing), вам может понадобиться исключить исходные css-файлы Bootstrap из загрузки. Вы можете сделать это, установив пустым свойство `css` пакета [[yii\bootstrap5\BootstrapAsset|BootstrapAsset]]. Для этого вам необходимо настроить [компонент приложения](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) `assetManager` следующим образом: ```php 'assetManager' => [ diff --git a/docs/guide-uk/README.md b/docs/guide-uk/README.md index 2d7d138..ed52d2d 100644 --- a/docs/guide-uk/README.md +++ b/docs/guide-uk/README.md @@ -1,7 +1,7 @@ Розширення Twitter Bootstrap для Yii 2 ====================================== -З коробки Yii включає підтримку розмітки [Bootstrap 5](http://getbootstrap.com/) та компонентів фреймворку +З коробки Yii включає підтримку розмітки [Bootstrap 5](https://getbootstrap.com/) та компонентів фреймворку (також відомий як "Twitter Bootstrap"). Bootstrap є чудовим, адаптивним фреймворком, який може значно прискорити процес розробки клієнтської частини сайту. diff --git a/docs/guide-uk/installation.md b/docs/guide-uk/installation.md index bb120a0..fe8562c 100644 --- a/docs/guide-uk/installation.md +++ b/docs/guide-uk/installation.md @@ -3,7 +3,7 @@ ## Отримання пакету Composer -Кращим способом для встановлення даного розширення є встановлення через [composer](http://getcomposer.org/download/). +Кращим способом для встановлення даного розширення є встановлення через [composer](https://getcomposer.org/download/). Запустіть diff --git a/docs/guide-uk/topics-sass.md b/docs/guide-uk/topics-sass.md index 033b1c6..b6a0cd1 100644 --- a/docs/guide-uk/topics-sass.md +++ b/docs/guide-uk/topics-sass.md @@ -1,7 +1,7 @@ Використання .sass файлів в Bootstrap ===================================== -Якщо ви хочете включити [CSS Bootstrap напряму до ваших sass файлів](http://getbootstrap.com/getting-started/#customizing) +Якщо ви хочете включити [CSS Bootstrap напряму до ваших sass файлів](https://getbootstrap.com/getting-started/#customizing) вам необхідно відключити завантаження оригінальних css файлів bootstrap. Ви можете зробити це, встановивши CSS властивість [[yii\bootstrap5\BootstrapAsset|BootstrapAsset]] порожньою. Для цього вам необхідно налаштувати [компонент додатка](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) diff --git a/docs/guide-zh-CN/README.md b/docs/guide-zh-CN/README.md index e7131f3..8dd560a 100644 --- a/docs/guide-zh-CN/README.md +++ b/docs/guide-zh-CN/README.md @@ -1,7 +1,7 @@ 基于Yii 2 的 Twitter Bootstrap 扩展 ===================================== -扩展包括对 [Bootstrap 5](http://getbootstrap.com/) 标记和组件框架的支持 +扩展包括对 [Bootstrap 5](https://getbootstrap.com/) 标记和组件框架的支持 (也称为“Twitter Bootstrap”)。 Bootstrap是一个优秀的,响应式框架,可以大大加快 客户端的开发过程。 diff --git a/docs/guide-zh-CN/installation.md b/docs/guide-zh-CN/installation.md index eb829c2..d2b2945 100644 --- a/docs/guide-zh-CN/installation.md +++ b/docs/guide-zh-CN/installation.md @@ -3,7 +3,7 @@ ## 获取 Composer 包 -安装此扩展的首选方式是通过 [composer](http://getcomposer.org/download/). +安装此扩展的首选方式是通过 [composer](https://getcomposer.org/download/). 直接运行 diff --git a/docs/guide-zh-CN/topics-sass.md b/docs/guide-zh-CN/topics-sass.md index 0039740..3a77992 100644 --- a/docs/guide-zh-CN/topics-sass.md +++ b/docs/guide-zh-CN/topics-sass.md @@ -1,7 +1,7 @@ 直接使用Bootstrap的.sass文件 ======================================= -如果引入 [直接使用Bootstrap的.sass文件](http://getbootstrap.com/getting-started/#customizing) +如果引入 [直接使用Bootstrap的.sass文件](https://getbootstrap.com/getting-started/#customizing) 则需要禁用原始加载的 css 文件. 通过设置 [[yii\bootstrap5\BootstrapAsset|BootstrapAsset]] 的 css 属性为空即可. 为此,需要配置 `assetManager` [应用组件](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) 为如下: diff --git a/docs/guide/README.md b/docs/guide/README.md index eb273b2..126a0e3 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -1,7 +1,7 @@ Twitter Bootstrap Extension for Yii 2 ===================================== -The extension includes support for the [Bootstrap 5](http://getbootstrap.com/) markup and components framework +The extension includes support for the [Bootstrap 5](https://getbootstrap.com/) markup and components framework (also known as "Twitter Bootstrap"). Bootstrap is an excellent, responsive framework that can greatly speed up the client-side of your development process. diff --git a/docs/guide/assets-setup.md b/docs/guide/assets-setup.md index c5acdfc..eda9c6c 100644 --- a/docs/guide/assets-setup.md +++ b/docs/guide/assets-setup.md @@ -1,7 +1,7 @@ Assets Setup ============ -This extensions relies on [Bower](http://bower.io/) and/or [NPM](https://www.npmjs.org/) packages for the asset installation. +This extensions relies on [Bower](https://bower.io/) and/or [NPM](https://www.npmjs.org/) packages for the asset installation. Before using this package you should decide in which way you will install those packages in your project. diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 1818a21..603d328 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -3,7 +3,7 @@ Installation ## Getting Composer package -The preferred way to install this extension is through [composer](http://getcomposer.org/download/). +The preferred way to install this extension is through [composer](https://getcomposer.org/download/). Either run diff --git a/docs/guide/topics-sass.md b/docs/guide/topics-sass.md index 136701b..fa62301 100644 --- a/docs/guide/topics-sass.md +++ b/docs/guide/topics-sass.md @@ -1,7 +1,7 @@ Using the .sass files of Bootstrap directly =========================================== -If you want to include the [Bootstrap css directly in your sass files](http://getbootstrap.com/getting-started/#customizing) +If you want to include the [Bootstrap css directly in your sass files](https://getbootstrap.com/getting-started/#customizing) you may need to disable the bootstrap css files loaded by this extension. You can do this by setting the css property of [[yii\bootstrap5\BootstrapAsset|BootstrapAsset]] to be empty. For this, you need to configure the `assetManager` [application component](https://github.com/yiisoft/yii2/blob/master/docs/guide/structure-application-components.md) as follows: