Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/tr_TR/Document.json
2026-01-19 17:46:06 +01:00

41 lines
891 B
JSON
Raw 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.
{
"labels": {
"Create Document": "Belge Oluştur",
"Details": "Detaylar"
},
"fields": {
"name": "Ad",
"status": "Durum",
"file": "Dosya",
"type": "Tip",
"publishDate": "Yayım tarihi",
"expirationDate": "Bitiş Tarihi",
"description": "Tanım",
"accounts": "Hesaplar",
"folder": "Klasör"
},
"links": {
"accounts": "Hesaplar",
"opportunities": "Fırsatlar",
"folder": "Klasör",
"leads": "Potansiyeller",
"contacts": "Rehber"
},
"options": {
"status": {
"Active": "Etkin",
"Draft": "Taslak",
"Expired": "Süresi Dolan",
"Canceled": "İptal edildi"
},
"type": {
"": "Yok",
"Contract": "Kontrat",
"License Agreement": "Lisans Anlaşması"
}
},
"presetFilters": {
"active": "Etkin",
"draft": "Taslak"
}
}