Skip to content

Commit

Permalink
Revert machine translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hth4nh authored Dec 11, 2024
1 parent 5c00e60 commit d6db7f5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion site/docs/es/hosting/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Puedes seguir usando el paquete principal de grammY y un número de plugins, per

Actualmente, no tenemos una lista completa de plugins compatibles, así que tienes que probarlo por ti mismo.

Utilice este fragmento a continuación si desea cambiar a Edge Functions:
Añada esta línea al fragmento anterior si desea cambiar a Edge Functions:

```ts
import { Bot, webhookCallback } from "grammy";
Expand Down
2 changes: 1 addition & 1 deletion site/docs/id/guide/deployment-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Di bawah ini adalah tabel berisi berbagai macam adapter yang tersedia beserta je
| Adapter | Framework/API/Runtime |
| ------------------ | ----------------------------------------------------------------------------------------------------|
| `aws-lambda` | AWS Lambda Functions |
| `aws-lambda-async` | AWS Lambda Functions with `async`/`await` |
| `aws-lambda-async` | AWS Lambda Functions dengan `async`/`await` |
| `azure` | Azure Functions |
| `bun` | `Bun.serve` |
| `cloudflare` | Cloudflare Workers |
Expand Down
2 changes: 1 addition & 1 deletion site/docs/id/hosting/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Meski kamu masih bisa menggunakan paket inti grammY dan sejumlah plugin lainnya,

Saat ini, kami tidak memiliki daftar lengkap plugin yang kompatibel, sehingga kamu perlu mencobanya sendiri.

Gunakan cuplikan di bawah ini jika Anda ingin beralih ke Fungsi Edge:
Tambahkan baris ini pada kode di atas jika kamu ingin beralih ke Edge Functions:

```ts
import { Bot, webhookCallback } from "grammy";
Expand Down
2 changes: 1 addition & 1 deletion site/docs/ru/guide/deployment-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ await bot.api.setWebhook(endpoint);
| Адаптер | Фреймворк/API/Среда выполнения |
| ------------------ | ----------------------------------------------------------------------------------------------------|
| `aws-lambda` | AWS Lambda Functions |
| `aws-lambda-async` | AWS Lambda Functions with `async`/`await` |
| `aws-lambda-async` | AWS Lambda Functions с `async`/`await` |
| `azure` | Azure Functions |
| `bun` | `Bun.serve` |
| `cloudflare` | Cloudflare Workers |
Expand Down
2 changes: 1 addition & 1 deletion site/docs/ru/hosting/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default webhookCallback(bot, "https");

В настоящее время у нас нет полного списка совместимых плагинов, поэтому вам нужно проверить это самостоятельно.

Используйте этот фрагмент кода ниже, если вы хотите переключиться на Edge Functions:
Добавьте эту строку к приведенному выше сниппету, если вы хотите перейти на Edge Functions:

```ts
import { Bot, webhookCallback } from "grammy";
Expand Down
4 changes: 2 additions & 2 deletions site/docs/uk/guide/deployment-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,15 @@ await bot.api.setWebhook(endpoint);
| Адаптер | Фреймворк, API або середовище виконання |
| ------------------ | ----------------------------------------------------------------------------------------------------|
| `aws-lambda` | AWS Lambda Functions |
| `aws-lambda-async` | AWS Lambda Functions with `async`/`await` |
| `aws-lambda-async` | AWS Lambda Functions з `async/await` |
| `azure` | Azure Functions |
| `bun` | `Bun.serve` |
| `cloudflare` | Cloudflare Workers |
| `cloudflare-mod` | Cloudflare Module Workers |
| `express` | Express, Google Cloud Functions |
| `fastify` | Fastify |
| `hono` | Hono |
| `http`, `https` | Node.js `http`/`https` modules, Vercel Serverless |
| `http`, `https` | Модулі Node.js `http` або `https`, Vercel Serverless |
| `koa` | Koa |
| `next-js` | Next.js |
| `nhttp` | NHttp |
Expand Down
2 changes: 1 addition & 1 deletion site/docs/uk/hosting/vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default webhookCallback(bot, "https");

Наразі ми не маємо повного списку сумісних плагінів, тому вам доведеться перевірити це самостійно.

Використовуйте цей фрагмент коду нижче, якщо хочете переключитися на Edge Functions:
Додайте цей рядок до фрагмента вище, якщо ви хочете переключитися на Edge Functions:

```ts
import { Bot, webhookCallback } from "grammy";
Expand Down

0 comments on commit d6db7f5

Please sign in to comment.