Skip to content

Commit

Permalink
Merge pull request n3d1117#274 from bugfloyd/feat/farsi_translation
Browse files Browse the repository at this point in the history
Add Farsi (Persian) translation
  • Loading branch information
n3d1117 authored Apr 27, 2023
2 parents 656f9c2 + 5da46d8 commit 86cf05c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A [Telegram bot](https://core.telegram.org/bots/api) that integrates with OpenAI
- [x] (NEW!) GPT-4 support
- If you have access to the GPT-4 API, simply change the `OPENAI_MODEL` parameter to `gpt-4`
- [x] (NEW!) Localized bot language
- Available languages :gb: :de: :ru: :tr: :it: :es: :indonesia: :netherlands: :cn: :taiwan: :vietnam:
- Available languages :gb: :de: :ru: :tr: :it: :es: :indonesia: :netherlands: :cn: :taiwan: :vietnam: :iran:
- [x] (NEW!) Improved inline queries support for group and private chats - by [@bugfloyd](https://github.com/bugfloyd)
- To use this feature, enable inline queries for your bot in BotFather via the `/setinline` [command](https://core.telegram.org/bots/inline)

Expand Down Expand Up @@ -90,7 +90,7 @@ Check out the [Budget Manual](https://github.com/n3d1117/chatgpt-telegram-bot/di
| `IMAGE_SIZE` | The DALL·E generated image size. Allowed values: `256x256`, `512x512` or `1024x1024` | `512x512` |
| `GROUP_TRIGGER_KEYWORD` | If set, the bot in group chats will only respond to messages that start with this keyword | - |
| `IGNORE_GROUP_TRANSCRIPTIONS` | If set to true, the bot will not process transcriptions in group chats | `true` |
| `BOT_LANGUAGE` | Language of general bot messages. Currently available: `en`, `de`, `ru`, `tr`, `it`, `es`, `id`, `nl`, `zh-cn`, `zh-tw`, `vi`. [Contribute with additional translations](https://github.com/n3d1117/chatgpt-telegram-bot/discussions/219) | `en` |
| `BOT_LANGUAGE` | Language of general bot messages. Currently available: `en`, `de`, `ru`, `tr`, `it`, `es`, `id`, `nl`, `zh-cn`, `zh-tw`, `vi`, `fa`. [Contribute with additional translations](https://github.com/n3d1117/chatgpt-telegram-bot/discussions/219) | `en` |

Check out the [official API reference](https://platform.openai.com/docs/api-reference/chat) for more details.

Expand Down
42 changes: 42 additions & 0 deletions translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,5 +460,47 @@
"answer_with_chatgpt":"Trả lời với ChatGPT",
"ask_chatgpt":"Hỏi ChatGPT",
"loading":"Đang tải..."
},
"fa": {
"help_description":"نمایش پیغام راهنما",
"reset_description":"مکالمه را تنظیم مجدد کنید. به صورت اختیاری می‌توانید دستورالعمل های سطح بالا را ارسال کنید (به عنوان مثال /reset تو یک دستیار مفید هستی)",
"image_description":"ایجاد تصویر بر اساس فرمان (به عنوان مثال /image گربه)",
"stats_description":"آمار استفاده فعلی خود را دریافت کنید",
"resend_description":"آخرین پیام را دوباره ارسال کنید",
"chat_description":"چت با ربات!",
"disallowed":"با عرض پوزش، شما مجاز به استفاده از این ربات نیستید. می‌توانید کد منبع را در https://github.com/n3d1117/chatgpt-telegram-bot بررسی کنید",
"budget_limit":"با عرض پوزش، شما به حد مجاز استفاده خود رسیده‌اید.",
"help_text":["من یک ربات ChatGPT هستم، با من صحبت کنید!", "برای من پیام صوتی یا فایل بفرستید تا آن را برای شما رونویسی کنم", "منبع باز در https://github.com/n3d1117/chatgpt-telegram-bot"],
"stats_conversation":["مکالمه فعلی", "پیام چت در تاریخچه", "توکن چت در تاریخچه"],
"usage_today":"استفاده امروز",
"usage_month":"استفاده این ماه",
"stats_tokens":"توکن چت استفاده شده است",
"stats_images":"تصویر تولید شده است",
"stats_transcribe":["دقیقه و", "ثانیه رونویسی شده است"],
"stats_total":"💰 مقدار کل مصرف: $",
"stats_budget":"بودجه باقی‌مانده شما",
"monthly":" برای این ماه",
"daily":" برای امروز",
"all-time":"",
"stats_openai":"صورتحساب این ماه حساب OpenAI شما: $",
"resend_failed":"شما چیزی برای ارسال مجدد ندارید",
"reset_done":"انجام شد!",
"image_no_prompt":"لطفا یک فرمان ارائه دهید! (به عنوان مثال /image گربه)",
"image_fail":"در تولید تصویر خطایی رخ داد",
"media_download_fail":["فایل صوتی دانلود نشد", "دقت کنید که فایل خیلی بزرگ نباشد. (حداکثر 20 مگابایت)"],
"media_type_fail":"نوع فایل پشتیبانی نمی‌شود",
"transcript":"رونوشت",
"answer":"پاسخ",
"transcribe_fail":"در رونویسی متن خطایی رخ داد",
"chat_fail":"در دریافت پاسخ خطایی رخ داد",
"prompt":"فرمان",
"completion":"تکمیل",
"openai_rate_limit":"بیشتر از حد مجاز درخواست به OpenAI استفاده شده است",
"openai_invalid":"درخواست نامعتبر OpenAI",
"error":"خطایی رخ داده است",
"try_again":"لطفا بعد از مدتی دوباره امتحان کنید",
"answer_with_chatgpt":"با ChatGPT پاسخ دهید",
"ask_chatgpt":"از ChatGPT بپرسید",
"loading":"در حال بارگذاری..."
}
}

0 comments on commit 86cf05c

Please sign in to comment.