Skip to content

Clean up voice_online language files and related broken links#163

Open
tah5882 wants to merge 3 commits intoProBotOrg:masterfrom
tah5882:fix/broken-links
Open

Clean up voice_online language files and related broken links#163
tah5882 wants to merge 3 commits intoProBotOrg:masterfrom
tah5882:fix/broken-links

Conversation

@tah5882
Copy link
Copy Markdown
Contributor

@tah5882 tah5882 commented Apr 3, 2026

This PR addresses the necessary cleanup following the removal of voice_online from the English version.

Changes Included:

  • Deleted the corresponding voice_online language files across all localized versions to match the English version's removal.
  • Removed the broken links associated with voice_online in premium.mdx.

Copilot AI review requested due to automatic review settings April 3, 2026 04:18
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 3, 2026

@tah5882 is attempting to deploy a commit to the probot Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cleans up localized documentation to align with the removal of the voice_online module from the English docs, primarily by deleting the corresponding localized module pages and removing/adjusting Premium-page links that referenced the removed module. It also includes formatting-only edits across several localized premium.mdx files, and (unexpectedly) adds a new Japanese tickets.mdx module page.

Changes:

  • Removed voice_online.mdx module docs across multiple locales to match the English docs removal.
  • Updated localized Premium docs to remove voice_online links (and applied additional MDX formatting changes).
  • Added a new Japanese modules/tickets.mdx page (not mentioned in the PR description).

Reviewed changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
i18n/tr/docusaurus-plugin-content-docs/current/modules/voice_online.mdx Deleted Turkish voice_online module doc.
i18n/ru/docusaurus-plugin-content-docs/current/modules/voice_online.mdx Deleted Russian voice_online module doc.
i18n/ku/docusaurus-plugin-content-docs/current/modules/voice_online.mdx Deleted Kurdish voice_online module doc.
i18n/ja/docusaurus-plugin-content-docs/current/modules/voice_online.mdx Deleted Japanese voice_online module doc.
i18n/es/docusaurus-plugin-content-docs/current/modules/voice_online.mdx Deleted Spanish voice_online module doc.
i18n/ar/docusaurus-plugin-content-docs/current/modules/voice_online.mdx Deleted Arabic voice_online module doc.
i18n/tr/docusaurus-plugin-content-docs/current/getting-started/premium.mdx Removed voice_online link; adjusted formatting (includes nonstandard emphasis).
i18n/ku/docusaurus-plugin-content-docs/current/getting-started/premium.mdx Removed voice_online link; adjusted list indentation/formatting.
i18n/ja/docusaurus-plugin-content-docs/current/getting-started/premium.mdx Removed voice_online link; reformatted keywords/details (includes nonstandard emphasis).
i18n/fr/docusaurus-plugin-content-docs/current/getting-started/premium.mdx Removed voice_online link; formatting edits (includes {" "} and nonstandard emphasis).
i18n/es/docusaurus-plugin-content-docs/current/getting-started/premium.mdx Removed voice_online link; formatting edits (includes {" "} in <summary>).
i18n/ar/docusaurus-plugin-content-docs/current/getting-started/premium.mdx Removed voice_online link; formatting edits (includes nonstandard emphasis).
i18n/ja/docusaurus-plugin-content-docs/current/modules/tickets.mdx Added new Japanese Tickets module doc (content currently appears truncated).
Comments suppressed due to low confidence (1)

i18n/ja/docusaurus-plugin-content-docs/current/modules/tickets.mdx:131

  • The new page ends mid-sentence (line 130) and includes a stray escaped \*\* at the end, which looks like an unfinished formatting/edit. Please complete the paragraph (or remove the dangling escape) so the page content renders cleanly and doesn’t look truncated.
### パネルメッセージ (Panel Messages)

チケットのライフサイクルのさまざまなイベントで送信されるメッセージをカスタマイズします。各メッセージは、プレーンテキスト、または色、作成者、タイトル、説明、画像を含む \*\*


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 68 to +72
Her bir ödeme yöntemi hakkında daha fazla bilgi:

- **__Kredi Kartı__**: Dünya çapında bütün ülkelerden tüm kredi kartlarını kabul ediyoruz. Banka ekstrenizde görüntülenen miktar dolar cinsinden olacaktır.
- ****Kredi Kartı****: Dünya çapında bütün ülkelerden tüm kredi kartlarını kabul ediyoruz. Banka ekstrenizde görüntülenen miktar dolar cinsinden olacaktır.

- **__PayPal__**: Ödeme yapmadan önce PayPal hesabınızın yasal olduğundan ve doğru tutarda bakiyeye sahip olduğundan emin olun. Zorluklarla karşılaşırsanız, bir kredi kartı ile deneyin.
- ****PayPal****: Ödeme yapmadan önce PayPal hesabınızın yasal olduğundan ve doğru tutarda bakiyeye sahip olduğundan emin olun. Zorluklarla karşılaşırsanız, bir kredi kartı ile deneyin.
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These list item labels were changed to ****…****, which is nonstandard emphasis and may render inconsistently across Markdown/MDX parsers. Use normal bold syntax (e.g., **…** or __…__) for the payment method labels.

Copilot uses AI. Check for mistakes.
Comment on lines 101 to 106
各支払い方法の詳細について:

- **__クレジットカード__**: 世界中の主要なクレジットカードをすべて受け付けています。表示される金額はドルです。
- ****クレジットカード****: 世界中の主要なクレジットカードをすべて受け付けています。表示される金額はドルです。

- **__PayPal__**: PayPalアカウントが正当で、支払い前に正しい金額があることを確認してください。問題が発生した場合は、クレジットカードをリンクしてみてください。
- ****PayPal****: PayPalアカウントが正当で、支払い前に正しい金額があることを確認してください。問題が発生した場合は、クレジットカードをリンクしてみてください。

Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These list item labels were changed to ****…****, which is nonstandard emphasis and may render inconsistently across Markdown/MDX parsers. Use normal bold syntax (e.g., **…** or __…__) for the payment method labels.

Copilot uses AI. Check for mistakes.
Comment on lines 65 to +72
- **Credit Cards**
- **PayPal**

Pour plus d'informations sur chaque mode de paiement:

- **__Credit Cards__**: Nous acceptons toutes les principales credit cards de tous les pays du monde. Le montant affiché sera en dollars.
- ****Credit Cards****: Nous acceptons toutes les principales credit cards de tous les pays du monde. Le montant affiché sera en dollars.

- **__PayPal__**: Assurez-vous que votre compte PayPal est légitime et qu'il contient le montant correct avant d'effectuer un paiement. Si vous rencontrez des difficultés, essayez de lier une credit card.
- ****PayPal****: Assurez-vous que votre compte PayPal est légitime et qu'il contient le montant correct avant d'effectuer un paiement. Si vous rencontrez des difficultés, essayez de lier une credit card.
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These list item labels were changed to ****…****, which is nonstandard emphasis and may render inconsistently across Markdown/MDX parsers. Use normal bold syntax (e.g., **…** or __…__) for the payment method labels.

Copilot uses AI. Check for mistakes.
Comment on lines +70 to +72
- ****بطاقات الإئتمان****: نقبل جميع بطاقات الإئتمان الأساسية بجميع أنحاء العالم، سيكون المبلغ المعروض بالدولار الأمريكي.

- ****باي بال****: تأكد من أن يكون حسابك على الباي بال شرعي ويتوفر لديك المبلغ المطلوب قبل إجراء عملية الدفع، إذا واجهت صعوبات قم بربط بطاقة إئتمان.
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These list item labels were changed to ****…****, which is nonstandard emphasis and may render inconsistently across Markdown/MDX parsers. Use normal bold syntax (e.g., **…** or __…__) for the payment method labels.

Suggested change
- ****بطاقات الإئتمان****: نقبل جميع بطاقات الإئتمان الأساسية بجميع أنحاء العالم، سيكون المبلغ المعروض بالدولار الأمريكي.
- ****باي بال****: تأكد من أن يكون حسابك على الباي بال شرعي ويتوفر لديك المبلغ المطلوب قبل إجراء عملية الدفع، إذا واجهت صعوبات قم بربط بطاقة إئتمان.
- **بطاقات الإئتمان**: نقبل جميع بطاقات الإئتمان الأساسية بجميع أنحاء العالم، سيكون المبلغ المعروض بالدولار الأمريكي.
- **باي بال**: تأكد من أن يكون حسابك على الباي بال شرعي ويتوفر لديك المبلغ المطلوب قبل إجراء عملية الدفع، إذا واجهت صعوبات قم بربط بطاقة إئتمان.

Copilot uses AI. Check for mistakes.
Comment on lines +103 to +106
<summary>
{" "}
Puis-je transférer la propriété de mon bot premium à mon ami?
</summary>
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{" "} was introduced inside the <summary>; this JSX whitespace hack is unnecessary here and can show up verbatim or make the MDX harder to read. Please remove it and keep the summary text as plain content.

Suggested change
<summary>
{" "}
Puis-je transférer la propriété de mon bot premium à mon ami?
</summary>
<summary>Puis-je transférer la propriété de mon bot premium à mon ami?</summary>

Copilot uses AI. Check for mistakes.
<details>
<summary> ¿Puedo transferir la propiedad de mi bot premium a mi amigo?</summary>
<summary>
{" "}
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{" "} was introduced inside the <summary>; this JSX whitespace hack is unnecessary here and can show up verbatim or make the MDX harder to read. Please remove it and keep the summary text as plain content.

Suggested change
{" "}

Copilot uses AI. Check for mistakes.
Comment on lines +1 to +5
---
sidebar_position: 18
title: チケット
description: ProBotのチケットシステムのセットアップと管理方法(チケットパネル、カテゴリー、ロール、自動化、フォーム、メッセージ、トランスクリプト、クレーム、チケットログなど)について学びます。
keywords:
Copy link

Copilot AI Apr 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is described as removing voice_online docs and broken links, but it also adds a new Japanese tickets.mdx module page. If this addition is intentional, the PR description should be updated; otherwise, consider moving this file to a separate PR to keep scope focused.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants