mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 15:23:27 +08:00
45 lines
1.7 KiB
YAML
Vendored
45 lines
1.7 KiB
YAML
Vendored
# 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 gezginini şuradan etkinleştirin: /admin/plugins/explorer"
|
||
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:
|
||
report_generator:
|
||
private_message:
|
||
title: "%{query_name} için planlanmış rapor"
|
||
body: |
|
||
Merhaba %{recipient_name}, Veri Gezgini raporunuz hazır.
|
||
|
||
Sorgu adı:
|
||
%{query_name}
|
||
|
||
İşte sonuçlar:
|
||
%{table}
|
||
|
||
<a href='%{base_url}/admin/plugins/explorer/queries/%{query_id}'>Sorguyu Veri Gezgininde görüntüleyin</a>
|
||
|
||
Rapor oluşturulma zamanı: %{created_at} (%{timezone})
|
||
post:
|
||
body: |
|
||
### %{query_name} için planlanan rapor
|
||
|
||
İşte sonuçlar:
|
||
%{table}
|
||
|
||
<a href='%{base_url}/admin/plugins/explorer/queries/%{query_id}'>Sorguyu Veri Gezgininde görüntüleyin</a>
|
||
|
||
Rapor oluşturulma zamanı: %{created_at} (%{timezone})
|
||
upload_appendix: "Ek: [%{filename}|ek](%{short_url})"
|