nextcloud/apps/calendar/l10n/tr.php

81 lines
2.5 KiB
PHP
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.

<?php $TRANSLATIONS = array(
"Timezone changed" => "Zaman dilimi değiştirildi",
"Invalid request" => "Geçersiz istek",
"Calendar" => "Takvim",
"Wrong calendar" => "Yanlış takvim",
"Birthday" => "Doğum günü",
"Business" => "İş",
"Call" => "Arama",
"Clients" => "Müşteriler",
"Deliverer" => "Teslimatçı",
"Holidays" => "Tatil günleri",
"Ideas" => "Fikirler",
"Journey" => "Seyahat",
"Jubilee" => "Yıl dönümü",
"Meeting" => "Toplantı",
"Other" => "Diğer",
"Personal" => "Kişisel",
"Projects" => "Projeler",
"Questions" => "Sorular",
"Work" => "İş",
"Does not repeat" => "Tekrar etmiyor",
"Daily" => "Günlük",
"Weekly" => "Haftalı",
"Every Weekday" => "Haftaiçi Her gün",
"Bi-Weekly" => "İki haftada bir",
"Monthly" => "Aylık",
"Yearly" => "Yıllı",
"Not an array" => "Bir dizi değil",
"All day" => "Tüm gün",
"Missing fields" => "Eksik alanlar",
"Title" => "Başlık",
"From Date" => "Bu Tarihten",
"From Time" => "Bu Saatten",
"To Date" => "Bu Tarihe",
"To Time" => "Bu Saate",
"The event ends before it starts" => "Olay başlamadan önce bitiyor",
"There was a database fail" => "Bir veritabanı başarısızlığı oluştu",
"Week" => "Hafta",
"Month" => "Ay",
"List" => "Liste",
"Today" => "Bugün",
"Calendars" => "Takvimler",
"There was a fail, while parsing the file." => "Dosya okunurken başarısızlık oldu.",
"Choose active calendars" => "Aktif takvimleri seçin",
"New Calendar" => "Yeni Takvim",
"CalDav Link" => "CalDav Bağlantısı",
"Download" => "İndir",
"Edit" => "Düzenle",
"Delete" => "Sil",
"New calendar" => "Yeni takvim",
"Edit calendar" => "Takvimi düzenle",
"Displayname" => "Görünümadı",
"Active" => "Aktif",
"Calendar color" => "Takvim rengi",
"Save" => "Kaydet",
"Submit" => "Gönder",
"Cancel" => "İptal",
"Edit an event" => "Bir olay düzenle",
"Export" => "Dışa aktar",
"Title of the Event" => "Olayın Başlığı",
"Category" => "Kategori",
"Select category" => "Kategori seçin",
"All Day Event" => "Tüm Gün Olay",
"From" => "Kimden",
"To" => "Kime",
"Advanced options" => "Gelişmiş opsiyonlar",
"Repeat" => "Tekrar",
"Location" => "Konum",
"Location of the Event" => "Olayın Konumu",
"Description" => "ıklama",
"Description of the Event" => "Olayın Açıklaması",
"Please choose the calendar" => "Lütfen takvimi seçin",
"Import" => "İçe Al",
"Create a new event" => "Yeni olay oluştur",
"Timezone" => "Zaman dilimi",
"Timeformat" => "Saat biçimi",
"24h" => "24s",
"12h" => "12s",
"Calendar CalDAV syncing address:" => "CalDAV Takvim senkron adresi:"
);