From 38efad5aa294ea843a53e80d3681df372a6b5e19 Mon Sep 17 00:00:00 2001 From: task-bot <106601941+task-bot@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:40:52 -0300 Subject: [PATCH] chore: sync translations (#1376) --- .../docusaurus-plugin-content-docs/current/donate.md | 2 +- .../docusaurus-plugin-content-docs/current/intro.md | 10 ---------- .../docusaurus-plugin-content-docs/current/donate.md | 2 +- .../docusaurus-plugin-content-docs/current/intro.md | 12 +----------- .../docusaurus-plugin-content-docs/current/donate.md | 2 +- .../docusaurus-plugin-content-docs/current/intro.md | 12 +----------- .../docusaurus-plugin-content-docs/current/donate.md | 2 +- .../docusaurus-plugin-content-docs/current/intro.md | 12 +----------- .../docusaurus-plugin-content-docs/current/donate.md | 2 +- .../docusaurus-plugin-content-docs/current/intro.md | 12 +----------- .../docusaurus-plugin-content-docs/current/donate.md | 2 +- .../docusaurus-plugin-content-docs/current/intro.md | 10 ---------- .../docusaurus-plugin-content-docs/current/donate.md | 2 +- .../docusaurus-plugin-content-docs/current/intro.md | 12 +----------- 14 files changed, 12 insertions(+), 82 deletions(-) diff --git a/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/donate.md b/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/donate.md index 8ca23eb7..66e60e6e 100644 --- a/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/donate.md +++ b/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/donate.md @@ -13,7 +13,7 @@ Companies who donate at least $50/month will be featured as a "Gold Sponsor" in ## GitHub Sponsors -The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation: +The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/intro.md b/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/intro.md index 4491233c..783f91c3 100644 --- a/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/intro.md +++ b/docs/i18n/es-ES/docusaurus-plugin-content-docs/current/intro.md @@ -37,16 +37,6 @@ The above example is just the start, you can take a look at the [usage](/usage) - Truly cross-platform: while most build tools only work well on Linux or macOS, Task also supports Windows thanks to [this shell interpreter for Go][sh]. - Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work) if a given set of files haven't changed since last run (based either on its timestamp or content). -## Gold Sponsors - -
- -| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | -| ---------------------------------------------------------------------------------------------------------------------------- | -| [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | - -
- diff --git a/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/donate.md b/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/donate.md index 518e4955..c5ebd580 100644 --- a/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/donate.md +++ b/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/donate.md @@ -13,7 +13,7 @@ Les entreprises qui font un don d'au moins 50$/mois seront présentées comme un ## Sponsors GitHub -La façon préférée de faire un don aux mainteneurs du projet est d'utiliser les sponsors GitHub. Utilisez simplement le lien suivant pour faire votre don : +La façon préférée de faire un don aux mainteneurs du projet est d'utiliser les sponsors GitHub. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/intro.md b/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/intro.md index 5e1e7659..2e2f429a 100644 --- a/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/intro.md +++ b/docs/i18n/fr-FR/docusaurus-plugin-content-docs/current/intro.md @@ -30,23 +30,13 @@ Et appelez-le en exécutant `task hello` depuis votre terminal. L'exemple ci-dessus n'est que le début, vous pouvez jeter un coup d'œil au [guide d'utilisation](/usage) pour vérifier la documentation complète du schéma et les fonctionnalités de Task. -## Fonctionnalités +## Features - [Installation facile](installation.md): il suffit de télécharger un seul binaire, ajoutez le à `$PATH` et vous avez terminé ! Ou vous pouvez également installer en utilisant [Homebrew][homebrew], [Snapcraft][snapcraft] ou [Scoop][scoop] si vous le souhaitez. - Disponible sur les CIs: en ajoutant [cette commande simple](installation.md#install-script) à installer sur votre script CI, vous êtes prêt à utiliser Task dans le cadre de votre pipeline CI ; - Multi-plateforme : alors que la plupart des outils de compilation ne fonctionnent bien que sous Linux ou macOS, Task prend également en charge Windows grâce à [cet interpréteur shell pour Go][sh]. - Idéal pour la génération de code : vous pouvez facilement [empêcher une tâche de s'exécuter](/usage#prevent-unnecessary-work) si un ensemble donné de fichiers n'ont pas changé depuis le dernier lancement (basé soit sur son horodatage soit son contenu). -## Sponsors Or - -
- -| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | -| ---------------------------------------------------------------------------------------------------------------------------- | -| [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | - -
- diff --git a/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/donate.md b/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/donate.md index e0f071f0..6789533f 100644 --- a/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/donate.md +++ b/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/donate.md @@ -13,7 +13,7 @@ Companies who donate at least $50/month will be featured as a "Gold Sponsor" in ## GitHub Sponsors -The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation: +The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/intro.md b/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/intro.md index 482706fc..dd3733c6 100644 --- a/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/intro.md +++ b/docs/i18n/ja-JP/docusaurus-plugin-content-docs/current/intro.md @@ -30,23 +30,13 @@ tasks: 上記の例は始まりに過ぎません。 全てのスキーマやTaskの機能については、[usage](/usage)ガイドを確認するといいでしょう。 -## 機能紹介 +## Features - [簡単なインストール方法](installation.md): シングルバイナリをダウンロードして、`$PATH`に追加するだけで完了です! または[Homebrew][homebrew]、[Snapcraft][snapcraft]、[Scoop][scoop]を使ってインストールすることができます。 - Clで使用可能: [シンプルなコマンド](installation.md#install-script)でCIスクリプトに追加することでCIパイプラインでTaskを使うことができます。 - 真のクロスプラットフォーム: ほとんどのビルドツールはLinuxまたはmacOSだけで使用可能ですが、Taskは[Goのシェルインタープリタ][sh]を使うことでWindowsもサポートしています。 - コード生成に適している: 特定のファイル群が最後に実行されてから変更されていない場合(タイムスタンプや内容に基づき)、簡単に[タスクの実行を防ぐ](/usage#prevent-unnecessary-work)ことができます。 -## ゴールドスポンサー - -
- -| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | -| ---------------------------------------------------------------------------------------------------------------------------- | -| [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | - -
- diff --git a/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/donate.md b/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/donate.md index b00be85e..dd9f1833 100644 --- a/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/donate.md +++ b/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/donate.md @@ -13,7 +13,7 @@ As empresas que doarem pelo menos $50/mês ganharão destaque como "Patrocinador ## GitHub Sponsors -A forma sugerida de doar para os mantenedores é através do GitHub Sponsors. Basta usar os seguintes links para fazer a sua doação: +A forma sugerida de doar para os mantenedores é através do GitHub Sponsors. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md b/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md index e423db98..395cdbcc 100644 --- a/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md +++ b/docs/i18n/pt-BR/docusaurus-plugin-content-docs/current/intro.md @@ -30,23 +30,13 @@ E invocá-lo ao rodar `task hello` do seu terminal. O exemplo acima é apenas o começo. Você pode dar uma olhada no [guia de uso](/usage) para conferir a documentação completa do esquema e as funcionalidades do Task. -## Funcionalidades +## Features - [Instalação fácil](installation.md): apenas baixe um único binário, adicione-o a `$PATH` e pronto! Ou você também pode instalá-lo usando [Homebrew][homebrew], [Snapcraft][snapcraft] ou [Scoop][scoop] se você quiser. - Disponível em CIs: adicionando [este script simples](installation.md#install-script) para instalá-lo no seu CI você estará pronto para usar o Task como parte do seu pipeline de CI; - Verdadeiramente multiplataforma: enquanto a maioria das ferramentas de compilação só funcionam bem no Linux ou macOS, o Task também suporta Windows graças [a este interpretador de shell para Go][sh]. - Ótimo para a geração de código: você pode facilmente [impedir que uma tarefa execute](/usage#prevent-unnecessary-work) se um determinado conjunto de arquivos não tiver mudado desde a última execução (baseado na data de modificação ou conteúdo dos arquivos). -## Patrocinadores de Ouro - -
- -| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | -| ---------------------------------------------------------------------------------------------------------------------------- | -| [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | - -
- diff --git a/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/donate.md b/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/donate.md index 9987915d..9583bd2c 100644 --- a/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/donate.md +++ b/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/donate.md @@ -13,7 +13,7 @@ sidebar_position: 16 ## GitHub Sponsors -Предпочтительный способ пожертвования для сопровождающих — через GitHub Sponsors. Просто используйте следующие ссылки, чтобы сделать пожертвование: +Предпочтительный способ пожертвования для сопровождающих — через GitHub Sponsors. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/intro.md b/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/intro.md index 0cd9810e..35ece92d 100644 --- a/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/intro.md +++ b/docs/i18n/ru-RU/docusaurus-plugin-content-docs/current/intro.md @@ -30,23 +30,13 @@ tasks: Приведенный выше пример - это только начало, вы можете посмотреть на [руководство](/usage) по использованию, чтобы посмотреть полную документацию схемы и функций Task. -## Особенности +## Features - [Простая установка](installation.md): просто загрузите единственный исполняемый файл, добавьте его в `$PATH` и вы готовы! Или вы можете установить с помощью [Homebrew][homebrew], [Snapcraft][snapcraft] или [Scoop][scoop], если хотите. - Доступен на CI-серверах: просто добавьте [эту простую команду](installation.md#install-script) для установки в CI-скрипт и готово! Теперь можно использовать Task в качестве части вашего CI-пайплайна. - Полностью кроссплатформенный: в то время как большинство инструментов сборки хорошо работают только в Linux или macOS, Task также поддерживает Windows, благодаря [интерпретатору командной оболочки для Go][sh]. - Отлично подходит для кодогенерации: вы можете легко [предотвратить запуск задачи](/usage#prevent-unnecessary-work), если необходимый набор файлов не изменился с прошлого запуска (основываясь на времени изменения или содержимом). -## Золотые спонсоры - -
- -| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | -| ---------------------------------------------------------------------------------------------------------------------------- | -| [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | - -
- diff --git a/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/donate.md b/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/donate.md index 06dc23b9..ccc07c7a 100644 --- a/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/donate.md +++ b/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/donate.md @@ -13,7 +13,7 @@ Companies who donate at least $50/month will be featured as a "Gold Sponsor" in ## GitHub Sponsorları -The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation: +The preferred way to donate to the maintainers is via GitHub Sponsors. Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/intro.md b/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/intro.md index 4491233c..783f91c3 100644 --- a/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/intro.md +++ b/docs/i18n/tr-TR/docusaurus-plugin-content-docs/current/intro.md @@ -37,16 +37,6 @@ The above example is just the start, you can take a look at the [usage](/usage) - Truly cross-platform: while most build tools only work well on Linux or macOS, Task also supports Windows thanks to [this shell interpreter for Go][sh]. - Great for code generation: you can easily [prevent a task from running](/usage#prevent-unnecessary-work) if a given set of files haven't changed since last run (based either on its timestamp or content). -## Gold Sponsors - -
- -| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | -| ---------------------------------------------------------------------------------------------------------------------------- | -| [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | - -
- diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/donate.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/donate.md index 0013d9af..7f20328a 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/donate.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/donate.md @@ -13,7 +13,7 @@ sidebar_position: 16 ## GitHub Sponsors -捐赠给维护者的首选方式是通过 GitHub Sponsors。 只需使用以下链接就可以进行捐赠: +捐赠给维护者的首选方式是通过 GitHub Sponsors。 Just use the following links to do your donation. We suggest a 50/50 split to each maintainer of the total amount you plan to donate to the project. - [@andreynering](https://github.com/sponsors/andreynering) - [@pd93](https://github.com/sponsors/pd93) diff --git a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md index f6ab92fc..14d54ed3 100644 --- a/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md +++ b/docs/i18n/zh-Hans/docusaurus-plugin-content-docs/current/intro.md @@ -30,23 +30,13 @@ tasks: 上面的示例只是一个开始,您可以查看 [使用指南](/usage) 以检查完整的规则文档和 Task 功能。 -## 特性 +## Features - [易于安装](installation.md):只需要下载一个二进制文件,添加到 `$PATH` 即可! 或者,您也可以根据需要使用 [Homebrew](https://brew.sh/)、[Snapcraft](https://snapcraft.io/) 或 [Scoop](https://scoop.sh/) 进行安装。 - 可以在 CI 中使用:只要添加 [这个命令](installation.md#安装脚本) 到 CI 安装脚本中,然后就可以把 Task 当做 CI 的一个功能来使用了。 - 真正的跨平台:虽然大多数构建工具只能在 Linux 或 macOS 上运行良好,但由于 [这个用于 Go 的 shell 解释器](https://github.com/mvdan/sh),Task 也支持 Windows。 - 非常适合代码生成:如果给定的一组文件自上次运行以来没有更改(基于其时间戳或内容),您可以轻松地 [阻止 task 运行](/usage#减少不必要的工作)。 -## 金牌赞助商 - -
- -| [Appwrite](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | -| ---------------------------------------------------------------------------------------------------------------------------- | -| [![Appwrite](/img/appwrite.svg)](https://appwrite.io/?utm_source=taskfile.dev&utm_medium=website&utm_campaign=task_oss_fund) | - -
-