mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-02-06 11:38:13 +00:00
52a7dd2a4b
This is a rather huge refactor with 1 new feature (tool details can be suppressed) Previously we use the name "Command" to describe "Tools", this unifies all the internal language and simplifies the code. We also amended the persona UI to use less DToggles which aligns with our design guidelines. Co-authored-by: Martin Brennan <martin@discourse.org>
35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
# WARNING: Never edit this file.
|
|
# It will be overwritten when translations are pulled from Crowdin.
|
|
#
|
|
# To work with us on translations, join this project:
|
|
# https://translate.discourse.org/
|
|
|
|
fa_IR:
|
|
site_settings:
|
|
discourse_ai_enabled: "افزونه discourse AI را فعال کنید."
|
|
reports:
|
|
overall_sentiment:
|
|
yaxis: "تاریخ"
|
|
discourse_ai:
|
|
share_ai:
|
|
onebox_title: "گفتگوی هوشمصنوعی با %{llm_name}"
|
|
formatted_excerpt: "گفتگوی هوشمصنوعی با %{llm_name}:\n %{excerpt}"
|
|
title: "%{title} - گفتگوی هوشمصنوعی - %{site_name}"
|
|
ai_bot:
|
|
personas:
|
|
dall_e3:
|
|
name: "DALL-E 3"
|
|
tool_summary:
|
|
categories: "فهرست دستهبندیها"
|
|
search: "جستجو"
|
|
tags: "فهرست برچسبها"
|
|
time: "زمان"
|
|
summarize: "خلاصه کنید"
|
|
image: "تولید تصویر"
|
|
google: "جستجو در گوگل"
|
|
dall_e: "تولید تصویر"
|
|
tool_description:
|
|
summarize: "خلاصه شده <a href='%{url}'>%{title}</a>"
|
|
dall_e: "%{prompt}"
|
|
image: "%{prompt}"
|