0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 20:33:03 +08:00
discourse/plugins/discourse-data-explorer/config/locales/server.tr_TR.yml
2026-05-26 15:25:51 +02:00

63 lines
2.6 KiB
YAML
Vendored
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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/
tr_TR:
site_settings:
data_explorer_enabled: "Veri gezginiyi etkinleştir"
data_explorer_ai_queries_enabled: "Veri Gezgini'nde yapay zeka sorgu oluşturma özelliğini etkinleştir"
discourse_ai:
ai_bot:
agents:
ai_query_generator:
name: "Veri Gezgini Sorgu Oluşturucu"
description: "Doğal dilden Data Explorer için SQL sorguları oluşturur"
tool_help:
run_sql: "Bir SQL sorgusu çalıştırır ve sonuçları döndürür"
tool_summary:
run_sql: "SQL sorgusu çalıştırma"
tool_description:
run_sql: "SQL sorgusu çalıştırıldı"
discourse_data_explorer:
ai:
error_agent_not_configured: "Yapay Zeka ajanı yapılandırılmamış. Lütfen AI özellikleri ayarlarını kontrol edin."
error_no_sql_returned: "AI geçerli bir SQL sorgusu döndürmedi. Lütfen tekrar deneyin veya sorguyu manuel olarak yazın."
discourse_automation:
scriptables:
recurring_data_explorer_result_pm:
title: Veri Gezgini sonuçlarıyla kişisel mesaj planlayın
description: Mesajlarınıza gönderilen planlanmış raporları alın
no_csv_allowed: "`attach_csv` alanını kullanırken site ayarlarında izin verilen uzantılar listesine `csv` eklenmelidir."
recurring_data_explorer_result_topic:
title: Veri Gezgini sonuçlarını içeren bir konuda gönderi planlayın
description: Belirli bir konuya gönderilen planlanmış raporları alın
data_explorer:
admin_dashboard_label: "Veri Gezgini"
report_generator:
private_message:
title: "%{query_name} için planlanmış rapor"
body: |
Merhaba %{recipient_name}, Veri Gezgini raporunuz hazır.
Sorgu adı:
%{query_name}
Sonuçlar şunlardır:
%{table}
<a href='%{base_url}/admin/plugins/discourse-data-explorer/queries/%{query_id}'>Sorguyu Data Explorer'da görüntüle</a>
Rapor %{created_at} (%{timezone}) tarihinde oluşturuldu.
post:
body: |
### %{query_name} için planlanmış rapor
Sonuçlar şunlardır:
%{table}
<a href='%{base_url}/admin/plugins/discourse-data-explorer/queries/%{query_id}'>Veri Gezgini'nde sorguyu görüntüle</a>
Rapor %{created_at} (%{timezone}) tarihinde oluşturuldu.
upload_appendix: "Ek: [%{filename}|ek](%{short_url})"