Chris@1517
|
1 # Turkish translations for Ruby on Rails
|
Chris@1517
|
2 # by Ozgun Ataman (ozataman@gmail.com)
|
Chris@1517
|
3 # by Burak Yigit Kaya (ben@byk.im)
|
Chris@1517
|
4 # by Mert Salih Kaplan (mail@mertskaplan.com)
|
Chris@1517
|
5
|
Chris@1517
|
6 tr:
|
Chris@1517
|
7 direction: ltr
|
Chris@1517
|
8 date:
|
Chris@1517
|
9 formats:
|
Chris@1517
|
10 default: "%d.%m.%Y"
|
Chris@1517
|
11 short: "%e %b"
|
Chris@1517
|
12 long: "%e %B %Y, %A"
|
Chris@1517
|
13 only_day: "%e"
|
Chris@1517
|
14
|
Chris@1517
|
15 day_names: [Pazar, Pazartesi, Salı, Çarşamba, Perşembe, Cuma, Cumartesi]
|
Chris@1517
|
16 abbr_day_names: [Pzr, Pzt, Sal, Çrş, Prş, Cum, Cts]
|
Chris@1517
|
17 month_names: [~, Ocak, Şubat, Mart, Nisan, Mayıs, Haziran, Temmuz, Ağustos, Eylül, Ekim, Kasım, Aralık]
|
Chris@1517
|
18 abbr_month_names: [~, Oca, Şub, Mar, Nis, May, Haz, Tem, Ağu, Eyl, Eki, Kas, Ara]
|
Chris@1517
|
19 order:
|
Chris@1517
|
20 - :day
|
Chris@1517
|
21 - :month
|
Chris@1517
|
22 - :year
|
Chris@1517
|
23
|
Chris@1517
|
24 time:
|
Chris@1517
|
25 formats:
|
Chris@1517
|
26 default: "%a %d.%b.%y %H:%M"
|
Chris@1517
|
27 short: "%e %B, %H:%M"
|
Chris@1517
|
28 long: "%e %B %Y, %A, %H:%M"
|
Chris@1517
|
29 time: "%H:%M"
|
Chris@1517
|
30
|
Chris@1517
|
31 am: "öğleden önce"
|
Chris@1517
|
32 pm: "öğleden sonra"
|
Chris@1517
|
33
|
Chris@1517
|
34 datetime:
|
Chris@1517
|
35 distance_in_words:
|
Chris@1517
|
36 half_a_minute: 'yarım dakika'
|
Chris@1517
|
37 less_than_x_seconds:
|
Chris@1517
|
38 zero: '1 saniyeden az'
|
Chris@1517
|
39 one: '1 saniyeden az'
|
Chris@1517
|
40 other: '%{count} saniyeden az'
|
Chris@1517
|
41 x_seconds:
|
Chris@1517
|
42 one: '1 saniye'
|
Chris@1517
|
43 other: '%{count} saniye'
|
Chris@1517
|
44 less_than_x_minutes:
|
Chris@1517
|
45 zero: '1 dakikadan az'
|
Chris@1517
|
46 one: '1 dakikadan az'
|
Chris@1517
|
47 other: '%{count} dakikadan az'
|
Chris@1517
|
48 x_minutes:
|
Chris@1517
|
49 one: '1 dakika'
|
Chris@1517
|
50 other: '%{count} dakika'
|
Chris@1517
|
51 about_x_hours:
|
Chris@1517
|
52 one: 'yaklaşık 1 saat'
|
Chris@1517
|
53 other: 'yaklaşık %{count} saat'
|
Chris@1517
|
54 x_hours:
|
Chris@1517
|
55 one: "1 saat"
|
Chris@1517
|
56 other: "%{count} saat"
|
Chris@1517
|
57 x_days:
|
Chris@1517
|
58 one: '1 gün'
|
Chris@1517
|
59 other: '%{count} gün'
|
Chris@1517
|
60 about_x_months:
|
Chris@1517
|
61 one: 'yaklaşık 1 ay'
|
Chris@1517
|
62 other: 'yaklaşık %{count} ay'
|
Chris@1517
|
63 x_months:
|
Chris@1517
|
64 one: '1 ay'
|
Chris@1517
|
65 other: '%{count} ay'
|
Chris@1517
|
66 about_x_years:
|
Chris@1517
|
67 one: 'yaklaşık 1 yıl'
|
Chris@1517
|
68 other: 'yaklaşık %{count} yıl'
|
Chris@1517
|
69 over_x_years:
|
Chris@1517
|
70 one: '1 yıldan fazla'
|
Chris@1517
|
71 other: '%{count} yıldan fazla'
|
Chris@1517
|
72 almost_x_years:
|
Chris@1517
|
73 one: "neredeyse 1 Yıl"
|
Chris@1517
|
74 other: "neredeyse %{count} yıl"
|
Chris@1517
|
75
|
Chris@1517
|
76 number:
|
Chris@1517
|
77 format:
|
Chris@1517
|
78 precision: 2
|
Chris@1517
|
79 separator: ','
|
Chris@1517
|
80 delimiter: '.'
|
Chris@1517
|
81 currency:
|
Chris@1517
|
82 format:
|
Chris@1517
|
83 unit: 'TRY'
|
Chris@1517
|
84 format: '%n%u'
|
Chris@1517
|
85 separator: ','
|
Chris@1517
|
86 delimiter: '.'
|
Chris@1517
|
87 precision: 2
|
Chris@1517
|
88 percentage:
|
Chris@1517
|
89 format:
|
Chris@1517
|
90 delimiter: '.'
|
Chris@1517
|
91 precision:
|
Chris@1517
|
92 format:
|
Chris@1517
|
93 delimiter: '.'
|
Chris@1517
|
94 human:
|
Chris@1517
|
95 format:
|
Chris@1517
|
96 delimiter: '.'
|
Chris@1517
|
97 precision: 3
|
Chris@1517
|
98 storage_units:
|
Chris@1517
|
99 format: "%n %u"
|
Chris@1517
|
100 units:
|
Chris@1517
|
101 byte:
|
Chris@1517
|
102 one: "Byte"
|
Chris@1517
|
103 other: "Byte"
|
Chris@1517
|
104 kb: "KB"
|
Chris@1517
|
105 mb: "MB"
|
Chris@1517
|
106 gb: "GB"
|
Chris@1517
|
107 tb: "TB"
|
Chris@1517
|
108
|
Chris@1517
|
109 support:
|
Chris@1517
|
110 array:
|
Chris@1517
|
111 sentence_connector: "ve"
|
Chris@1517
|
112 skip_last_comma: true
|
Chris@1517
|
113
|
Chris@1517
|
114 activerecord:
|
Chris@1517
|
115 errors:
|
Chris@1517
|
116 template:
|
Chris@1517
|
117 header:
|
Chris@1517
|
118 one: "%{model} girişi kaydedilemedi: 1 hata."
|
Chris@1517
|
119 other: "%{model} girişi kadedilemedi: %{count} hata."
|
Chris@1517
|
120 body: "Lütfen aşağıdaki hataları düzeltiniz:"
|
Chris@1517
|
121
|
Chris@1517
|
122 messages:
|
Chris@1517
|
123 inclusion: "kabul edilen bir kelime değil"
|
Chris@1517
|
124 exclusion: "kullanılamaz"
|
Chris@1517
|
125 invalid: "geçersiz"
|
Chris@1517
|
126 confirmation: "teyidi uyuşmamakta"
|
Chris@1517
|
127 accepted: "kabul edilmeli"
|
Chris@1517
|
128 empty: "doldurulmalı"
|
Chris@1517
|
129 blank: "doldurulmalı"
|
Chris@1517
|
130 too_long: "çok uzun (en fazla %{count} karakter)"
|
Chris@1517
|
131 too_short: "çok kısa (en az %{count} karakter)"
|
Chris@1517
|
132 wrong_length: "yanlış uzunlukta (tam olarak %{count} karakter olmalı)"
|
Chris@1517
|
133 taken: "hali hazırda kullanılmakta"
|
Chris@1517
|
134 not_a_number: "geçerli bir sayı değil"
|
Chris@1517
|
135 greater_than: "%{count} sayısından büyük olmalı"
|
Chris@1517
|
136 greater_than_or_equal_to: "%{count} sayısına eşit veya büyük olmalı"
|
Chris@1517
|
137 equal_to: "tam olarak %{count} olmalı"
|
Chris@1517
|
138 less_than: "%{count} sayısından küçük olmalı"
|
Chris@1517
|
139 less_than_or_equal_to: "%{count} sayısına eşit veya küçük olmalı"
|
Chris@1517
|
140 odd: "tek olmalı"
|
Chris@1517
|
141 even: "çift olmalı"
|
Chris@1517
|
142 greater_than_start_date: "başlangıç tarihinden büyük olmalı"
|
Chris@1517
|
143 not_same_project: "aynı projeye ait değil"
|
Chris@1517
|
144 circular_dependency: "Bu ilişki döngüsel bağımlılık meydana getirecektir"
|
Chris@1517
|
145 cant_link_an_issue_with_a_descendant: "Bir iş, alt işlerinden birine bağlanamaz"
|
Chris@1517
|
146 earlier_than_minimum_start_date: "cannot be earlier than %{date} because of preceding issues"
|
Chris@1517
|
147 models:
|
Chris@1517
|
148
|
Chris@1517
|
149 actionview_instancetag_blank_option: Lütfen Seçin
|
Chris@1517
|
150
|
Chris@1517
|
151 general_text_No: 'Hayır'
|
Chris@1517
|
152 general_text_Yes: 'Evet'
|
Chris@1517
|
153 general_text_no: 'hayır'
|
Chris@1517
|
154 general_text_yes: 'evet'
|
Chris@1517
|
155 general_lang_name: 'Türkçe'
|
Chris@1517
|
156 general_csv_separator: ','
|
Chris@1517
|
157 general_csv_encoding: ISO-8859-9
|
Chris@1517
|
158 general_pdf_encoding: UTF-8
|
Chris@1517
|
159 general_first_day_of_week: '7'
|
Chris@1517
|
160
|
Chris@1517
|
161 notice_account_updated: Hesap başarıyla güncelleştirildi.
|
Chris@1517
|
162 notice_account_invalid_creditentials: Geçersiz kullanıcı ya da parola
|
Chris@1517
|
163 notice_account_password_updated: Parola başarıyla güncellendi.
|
Chris@1517
|
164 notice_account_wrong_password: Yanlış parola
|
Chris@1517
|
165 notice_account_register_done: Hesap başarıyla oluşturuldu. Hesabınızı etkinleştirmek için, size gönderilen e-postadaki bağlantıya tıklayın.
|
Chris@1517
|
166 notice_account_unknown_email: Tanınmayan kullanıcı.
|
Chris@1517
|
167 notice_can_t_change_password: Bu hesap harici bir denetim kaynağı kullanıyor. Parolayı değiştirmek mümkün değil.
|
Chris@1517
|
168 notice_account_lost_email_sent: Yeni parola seçme talimatlarını içeren e-postanız gönderildi.
|
Chris@1517
|
169 notice_account_activated: Hesabınız etkinleştirildi. Şimdi giriş yapabilirsiniz.
|
Chris@1517
|
170 notice_successful_create: Başarıyla oluşturuldu.
|
Chris@1517
|
171 notice_successful_update: Başarıyla güncellendi.
|
Chris@1517
|
172 notice_successful_delete: Başarıyla silindi.
|
Chris@1517
|
173 notice_successful_connection: Bağlantı başarılı.
|
Chris@1517
|
174 notice_file_not_found: Erişmek istediğiniz sayfa mevcut değil ya da kaldırılmış.
|
Chris@1517
|
175 notice_locking_conflict: Veri başka bir kullanıcı tarafından güncellendi.
|
Chris@1517
|
176 notice_not_authorized: Bu sayfaya erişme yetkiniz yok.
|
Chris@1517
|
177 notice_email_sent: "E-posta gönderildi %{value}"
|
Chris@1517
|
178 notice_email_error: "E-posta gönderilirken bir hata oluştu (%{value})"
|
Chris@1517
|
179 notice_feeds_access_key_reseted: Atom erişim anahtarınız sıfırlandı.
|
Chris@1517
|
180 notice_failed_to_save_issues: "Failed to save %{count} issue(s) on %{total} selected: %{ids}."
|
Chris@1517
|
181 notice_no_issue_selected: "Seçili iş yok! Lütfen, düzenlemek istediğiniz işleri işaretleyin."
|
Chris@1517
|
182 notice_account_pending: "Hesabınız oluşturuldu ve yönetici onayı bekliyor."
|
Chris@1517
|
183 notice_default_data_loaded: Varasayılan konfigürasyon başarılıyla yüklendi.
|
Chris@1517
|
184
|
Chris@1517
|
185 error_can_t_load_default_data: "Varsayılan konfigürasyon yüklenemedi: %{value}"
|
Chris@1517
|
186 error_scm_not_found: "Depoda, giriş ya da değişiklik yok."
|
Chris@1517
|
187 error_scm_command_failed: "Depoya erişmeye çalışırken bir hata meydana geldi: %{value}"
|
Chris@1517
|
188 error_scm_annotate: "Giriş mevcut değil veya izah edilemedi."
|
Chris@1517
|
189 error_issue_not_found_in_project: 'İş bilgisi bulunamadı veya bu projeye ait değil'
|
Chris@1517
|
190
|
Chris@1517
|
191 mail_subject_lost_password: "Parolanız %{value}"
|
Chris@1517
|
192 mail_body_lost_password: 'Parolanızı değiştirmek için, aşağıdaki bağlantıya tıklayın:'
|
Chris@1517
|
193 mail_subject_register: "%{value} hesap aktivasyonu"
|
Chris@1517
|
194 mail_body_register: 'Hesabınızı etkinleştirmek için, aşağıdaki bağlantıya tıklayın:'
|
Chris@1517
|
195 mail_body_account_information_external: "Hesabınızı %{value} giriş yapmak için kullanabilirsiniz."
|
Chris@1517
|
196 mail_body_account_information: Hesap bilgileriniz
|
Chris@1517
|
197 mail_subject_account_activation_request: "%{value} hesabı etkinleştirme isteği"
|
Chris@1517
|
198 mail_body_account_activation_request: "Yeni bir kullanıcı (%{value}) kaydedildi. Hesap onaylanmayı bekliyor:"
|
Chris@1517
|
199
|
Chris@1517
|
200
|
Chris@1517
|
201 field_name: İsim
|
Chris@1517
|
202 field_description: Yorum
|
Chris@1517
|
203 field_summary: Özet
|
Chris@1517
|
204 field_is_required: Gerekli
|
Chris@1517
|
205 field_firstname: Ad
|
Chris@1517
|
206 field_lastname: Soyad
|
Chris@1517
|
207 field_mail: E-Posta
|
Chris@1517
|
208 field_filename: Dosya
|
Chris@1517
|
209 field_filesize: Boyut
|
Chris@1517
|
210 field_downloads: İndirilenler
|
Chris@1517
|
211 field_author: Yazar
|
Chris@1517
|
212 field_created_on: Oluşturulma
|
Chris@1517
|
213 field_updated_on: Güncellenme
|
Chris@1517
|
214 field_field_format: Biçim
|
Chris@1517
|
215 field_is_for_all: Tüm projeler için
|
Chris@1517
|
216 field_possible_values: Kullanılabilir değerler
|
Chris@1517
|
217 field_regexp: Düzenli ifadeler
|
Chris@1517
|
218 field_min_length: En az uzunluk
|
Chris@1517
|
219 field_max_length: En çok uzunluk
|
Chris@1517
|
220 field_value: Değer
|
Chris@1517
|
221 field_category: Kategori
|
Chris@1517
|
222 field_title: Başlık
|
Chris@1517
|
223 field_project: Proje
|
Chris@1517
|
224 field_issue: İş
|
Chris@1517
|
225 field_status: Durum
|
Chris@1517
|
226 field_notes: Notlar
|
Chris@1517
|
227 field_is_closed: İş kapatıldı
|
Chris@1517
|
228 field_is_default: Varsayılan Değer
|
Chris@1517
|
229 field_tracker: İş tipi
|
Chris@1517
|
230 field_subject: Konu
|
Chris@1517
|
231 field_due_date: Bitiş Tarihi
|
Chris@1517
|
232 field_assigned_to: Atanan
|
Chris@1517
|
233 field_priority: Öncelik
|
Chris@1517
|
234 field_fixed_version: Hedef Sürüm
|
Chris@1517
|
235 field_user: Kullanıcı
|
Chris@1517
|
236 field_role: Rol
|
Chris@1517
|
237 field_homepage: Anasayfa
|
Chris@1517
|
238 field_is_public: Genel
|
Chris@1517
|
239 field_parent: 'Üst proje: '
|
Chris@1517
|
240 field_is_in_roadmap: Yol haritasında gösterilen işler
|
Chris@1517
|
241 field_login: Giriş
|
Chris@1517
|
242 field_mail_notification: E-posta uyarıları
|
Chris@1517
|
243 field_admin: Yönetici
|
Chris@1517
|
244 field_last_login_on: Son Bağlantı
|
Chris@1517
|
245 field_language: Dil
|
Chris@1517
|
246 field_effective_date: Tarih
|
Chris@1517
|
247 field_password: Parola
|
Chris@1517
|
248 field_new_password: Yeni Parola
|
Chris@1517
|
249 field_password_confirmation: Parola Doğrulama
|
Chris@1517
|
250 field_version: Sürüm
|
Chris@1517
|
251 field_type: Tip
|
Chris@1517
|
252 field_host: Host
|
Chris@1517
|
253 field_port: Port
|
Chris@1517
|
254 field_account: Hesap
|
Chris@1517
|
255 field_base_dn: Base DN
|
Chris@1517
|
256 field_attr_login: Giriş Niteliği
|
Chris@1517
|
257 field_attr_firstname: Ad Niteliği
|
Chris@1517
|
258 field_attr_lastname: Soyad Niteliği
|
Chris@1517
|
259 field_attr_mail: E-Posta Niteliği
|
Chris@1517
|
260 field_onthefly: Anında kullanıcı oluşturma
|
Chris@1517
|
261 field_start_date: Başlangıç Tarihi
|
Chris@1517
|
262 field_done_ratio: Tamamlanma yüzdesi
|
Chris@1517
|
263 field_auth_source: Kimlik Denetim Modu
|
Chris@1517
|
264 field_hide_mail: E-posta adresimi gizle
|
Chris@1517
|
265 field_comments: Yorumlar
|
Chris@1517
|
266 field_url: URL
|
Chris@1517
|
267 field_start_page: Başlangıç Sayfası
|
Chris@1517
|
268 field_subproject: Alt Proje
|
Chris@1517
|
269 field_hours: Saat
|
Chris@1517
|
270 field_activity: Etkinlik
|
Chris@1517
|
271 field_spent_on: Tarih
|
Chris@1517
|
272 field_identifier: Tanımlayıcı
|
Chris@1517
|
273 field_is_filter: süzgeç olarak kullanılmış
|
Chris@1517
|
274 field_issue_to: İlişkili iş
|
Chris@1517
|
275 field_delay: Gecikme
|
Chris@1517
|
276 field_assignable: Bu role atanabilecek işler
|
Chris@1517
|
277 field_redirect_existing_links: Mevcut bağlantıları yönlendir
|
Chris@1517
|
278 field_estimated_hours: Kalan zaman
|
Chris@1517
|
279 field_column_names: Sütunlar
|
Chris@1517
|
280 field_time_zone: Saat dilimi
|
Chris@1517
|
281 field_searchable: Aranabilir
|
Chris@1517
|
282 field_default_value: Varsayılan değer
|
Chris@1517
|
283 field_comments_sorting: Yorumları göster
|
Chris@1517
|
284
|
Chris@1517
|
285 setting_app_title: Uygulama Bağlığı
|
Chris@1517
|
286 setting_app_subtitle: Uygulama alt başlığı
|
Chris@1517
|
287 setting_welcome_text: Hoşgeldin Mesajı
|
Chris@1517
|
288 setting_default_language: Varsayılan Dil
|
Chris@1517
|
289 setting_login_required: Kimlik denetimi gerekli mi
|
Chris@1517
|
290 setting_self_registration: Otomatik kayıt
|
Chris@1517
|
291 setting_attachment_max_size: Maksimum ek boyutu
|
Chris@1517
|
292 setting_issues_export_limit: İşlerin dışa aktarılma sınırı
|
Chris@1517
|
293 setting_mail_from: Gönderici e-posta adresi
|
Chris@1517
|
294 setting_bcc_recipients: Alıcıları birbirinden gizle (bcc)
|
Chris@1517
|
295 setting_host_name: Host adı
|
Chris@1517
|
296 setting_text_formatting: Metin biçimi
|
Chris@1517
|
297 setting_wiki_compression: Wiki geçmişini sıkıştır
|
Chris@1517
|
298 setting_feeds_limit: Haber yayını içerik limiti
|
Chris@1517
|
299 setting_default_projects_public: Yeni projeler varsayılan olarak herkese açık
|
Chris@1517
|
300 setting_autofetch_changesets: Otomatik gönderi al
|
Chris@1517
|
301 setting_sys_api_enabled: Depo yönetimi için WS'yi etkinleştir
|
Chris@1517
|
302 setting_commit_ref_keywords: Başvuru Kelimeleri
|
Chris@1517
|
303 setting_commit_fix_keywords: Sabitleme kelimeleri
|
Chris@1517
|
304 setting_autologin: Otomatik Giriş
|
Chris@1517
|
305 setting_date_format: Tarih Formati
|
Chris@1517
|
306 setting_time_format: Zaman Formatı
|
Chris@1517
|
307 setting_cross_project_issue_relations: Çapraz-Proje iş ilişkilendirmesine izin ver
|
Chris@1517
|
308 setting_issue_list_default_columns: İş listesinde gösterilen varsayılan sütunlar
|
Chris@1517
|
309 setting_emails_footer: E-posta dip not
|
Chris@1517
|
310 setting_protocol: Protokol
|
Chris@1517
|
311 setting_per_page_options: Sayfada başına öğe sayısı
|
Chris@1517
|
312 setting_user_format: Kullanıcı gösterim biçimi
|
Chris@1517
|
313 setting_activity_days_default: Proje etkinliklerinde gösterilen gün sayısı
|
Chris@1517
|
314 setting_display_subprojects_issues: Varsayılan olarak ana projenin iş listesinde alt proje işlerini göster
|
Chris@1517
|
315
|
Chris@1517
|
316 project_module_issue_tracking: İş Takibi
|
Chris@1517
|
317 project_module_time_tracking: Zaman Takibi
|
Chris@1517
|
318 project_module_news: Haberler
|
Chris@1517
|
319 project_module_documents: Belgeler
|
Chris@1517
|
320 project_module_files: Dosyalar
|
Chris@1517
|
321 project_module_wiki: Wiki
|
Chris@1517
|
322 project_module_repository: Depo
|
Chris@1517
|
323 project_module_boards: Tartışma Alanı
|
Chris@1517
|
324
|
Chris@1517
|
325 label_user: Kullanıcı
|
Chris@1517
|
326 label_user_plural: Kullanıcılar
|
Chris@1517
|
327 label_user_new: Yeni Kullanıcı
|
Chris@1517
|
328 label_project: Proje
|
Chris@1517
|
329 label_project_new: Yeni proje
|
Chris@1517
|
330 label_project_plural: Projeler
|
Chris@1517
|
331 label_x_projects:
|
Chris@1517
|
332 zero: hiç proje yok
|
Chris@1517
|
333 one: 1 proje
|
Chris@1517
|
334 other: "%{count} proje"
|
Chris@1517
|
335 label_project_all: Tüm Projeler
|
Chris@1517
|
336 label_project_latest: En son projeler
|
Chris@1517
|
337 label_issue: İş
|
Chris@1517
|
338 label_issue_new: Yeni İş
|
Chris@1517
|
339 label_issue_plural: İşler
|
Chris@1517
|
340 label_issue_view_all: Tüm işleri izle
|
Chris@1517
|
341 label_issues_by: "%{value} tarafından gönderilmiş işler"
|
Chris@1517
|
342 label_issue_added: İş eklendi
|
Chris@1517
|
343 label_issue_updated: İş güncellendi
|
Chris@1517
|
344 label_document: Belge
|
Chris@1517
|
345 label_document_new: Yeni belge
|
Chris@1517
|
346 label_document_plural: Belgeler
|
Chris@1517
|
347 label_document_added: Belge eklendi
|
Chris@1517
|
348 label_role: Rol
|
Chris@1517
|
349 label_role_plural: Roller
|
Chris@1517
|
350 label_role_new: Yeni rol
|
Chris@1517
|
351 label_role_and_permissions: Roller ve izinler
|
Chris@1517
|
352 label_member: Üye
|
Chris@1517
|
353 label_member_new: Yeni üye
|
Chris@1517
|
354 label_member_plural: Üyeler
|
Chris@1517
|
355 label_tracker: İş tipi
|
Chris@1517
|
356 label_tracker_plural: İş tipleri
|
Chris@1517
|
357 label_tracker_new: Yeni iş tipi
|
Chris@1517
|
358 label_workflow: İş akışı
|
Chris@1517
|
359 label_issue_status: İş durumu
|
Chris@1517
|
360 label_issue_status_plural: İş durumları
|
Chris@1517
|
361 label_issue_status_new: Yeni durum
|
Chris@1517
|
362 label_issue_category: İş kategorisi
|
Chris@1517
|
363 label_issue_category_plural: İş kategorileri
|
Chris@1517
|
364 label_issue_category_new: Yeni kategori
|
Chris@1517
|
365 label_custom_field: Özel alan
|
Chris@1517
|
366 label_custom_field_plural: Özel alanlar
|
Chris@1517
|
367 label_custom_field_new: Yeni özel alan
|
Chris@1517
|
368 label_enumerations: Numaralandırmalar
|
Chris@1517
|
369 label_enumeration_new: Yeni değer
|
Chris@1517
|
370 label_information: Bilgi
|
Chris@1517
|
371 label_information_plural: Bilgi
|
Chris@1517
|
372 label_please_login: Lütfen giriş yapın
|
Chris@1517
|
373 label_register: Kayıt
|
Chris@1517
|
374 label_password_lost: Parolamı unuttum
|
Chris@1517
|
375 label_home: Anasayfa
|
Chris@1517
|
376 label_my_page: Kişisel Sayfam
|
Chris@1517
|
377 label_my_account: Hesabım
|
Chris@1517
|
378 label_my_projects: Projelerim
|
Chris@1517
|
379 label_administration: Yönetim
|
Chris@1517
|
380 label_login: Giriş
|
Chris@1517
|
381 label_logout: Çıkış
|
Chris@1517
|
382 label_help: Yardım
|
Chris@1517
|
383 label_reported_issues: Rapor edilmiş işler
|
Chris@1517
|
384 label_assigned_to_me_issues: Bana atanmış işler
|
Chris@1517
|
385 label_last_login: Son bağlantı
|
Chris@1517
|
386 label_registered_on: Kayıt tarihi
|
Chris@1517
|
387 label_activity: Etkinlik
|
Chris@1517
|
388 label_overall_activity: Tüm etkinlikler
|
Chris@1517
|
389 label_new: Yeni
|
Chris@1517
|
390 label_logged_as: "Kullanıcı :"
|
Chris@1517
|
391 label_environment: Çevre
|
Chris@1517
|
392 label_authentication: Kimlik Denetimi
|
Chris@1517
|
393 label_auth_source: Kimlik Denetim Modu
|
Chris@1517
|
394 label_auth_source_new: Yeni Denetim Modu
|
Chris@1517
|
395 label_auth_source_plural: Denetim Modları
|
Chris@1517
|
396 label_subproject_plural: Alt Projeler
|
Chris@1517
|
397 label_min_max_length: Min - Maks uzunluk
|
Chris@1517
|
398 label_list: Liste
|
Chris@1517
|
399 label_date: Tarih
|
Chris@1517
|
400 label_integer: Tam sayı
|
Chris@1517
|
401 label_float: Ondalıklı sayı
|
Chris@1517
|
402 label_boolean: "Evet/Hayır"
|
Chris@1517
|
403 label_string: Metin
|
Chris@1517
|
404 label_text: Uzun Metin
|
Chris@1517
|
405 label_attribute: Nitelik
|
Chris@1517
|
406 label_attribute_plural: Nitelikler
|
Chris@1517
|
407 label_no_data: Gösterilecek veri yok
|
Chris@1517
|
408 label_change_status: Değişim Durumu
|
Chris@1517
|
409 label_history: Geçmiş
|
Chris@1517
|
410 label_attachment: Dosya
|
Chris@1517
|
411 label_attachment_new: Yeni Dosya
|
Chris@1517
|
412 label_attachment_delete: Dosyayı Sil
|
Chris@1517
|
413 label_attachment_plural: Dosyalar
|
Chris@1517
|
414 label_file_added: Eklenen Dosyalar
|
Chris@1517
|
415 label_report: Rapor
|
Chris@1517
|
416 label_report_plural: Raporlar
|
Chris@1517
|
417 label_news: Haber
|
Chris@1517
|
418 label_news_new: Haber ekle
|
Chris@1517
|
419 label_news_plural: Haber
|
Chris@1517
|
420 label_news_latest: Son Haberler
|
Chris@1517
|
421 label_news_view_all: Tüm haberleri oku
|
Chris@1517
|
422 label_news_added: Haber eklendi
|
Chris@1517
|
423 label_settings: Ayarlar
|
Chris@1517
|
424 label_overview: Genel
|
Chris@1517
|
425 label_version: Sürüm
|
Chris@1517
|
426 label_version_new: Yeni sürüm
|
Chris@1517
|
427 label_version_plural: Sürümler
|
Chris@1517
|
428 label_confirmation: Doğrulamama
|
Chris@1517
|
429 label_export_to: "Diğer uygun kaynaklar:"
|
Chris@1517
|
430 label_read: "Oku..."
|
Chris@1517
|
431 label_public_projects: Genel Projeler
|
Chris@1517
|
432 label_open_issues: açık
|
Chris@1517
|
433 label_open_issues_plural: açık
|
Chris@1517
|
434 label_closed_issues: kapalı
|
Chris@1517
|
435 label_closed_issues_plural: kapalı
|
Chris@1517
|
436 label_x_open_issues_abbr_on_total:
|
Chris@1517
|
437 zero: tamamı kapalı, toplam %{total}
|
Chris@1517
|
438 one: 1'i' açık, toplam %{total}
|
Chris@1517
|
439 other: "%{count} açık, toplam %{total}"
|
Chris@1517
|
440 label_x_open_issues_abbr:
|
Chris@1517
|
441 zero: hiç açık yok
|
Chris@1517
|
442 one: 1 açık
|
Chris@1517
|
443 other: "%{count} açık"
|
Chris@1517
|
444 label_x_closed_issues_abbr:
|
Chris@1517
|
445 zero: hiç kapalı yok
|
Chris@1517
|
446 one: 1 kapalı
|
Chris@1517
|
447 other: "%{count} kapalı"
|
Chris@1517
|
448 label_total: Toplam
|
Chris@1517
|
449 label_permissions: İzinler
|
Chris@1517
|
450 label_current_status: Mevcut Durum
|
Chris@1517
|
451 label_new_statuses_allowed: Yeni durumlara izin verildi
|
Chris@1517
|
452 label_all: Hepsi
|
Chris@1517
|
453 label_none: Hiçbiri
|
Chris@1517
|
454 label_nobody: Hiçkimse
|
Chris@1517
|
455 label_next: Sonraki
|
Chris@1517
|
456 label_previous: Önceki
|
Chris@1517
|
457 label_used_by: 'Kullanan: '
|
Chris@1517
|
458 label_details: Ayrıntılar
|
Chris@1517
|
459 label_add_note: Not ekle
|
Chris@1517
|
460 label_per_page: Sayfa başına
|
Chris@1517
|
461 label_calendar: Takvim
|
Chris@1517
|
462 label_months_from: ay öncesinden itibaren
|
Chris@1517
|
463 label_gantt: İş-Zaman Çizelgesi
|
Chris@1517
|
464 label_internal: Dahili
|
Chris@1517
|
465 label_last_changes: "Son %{count} değişiklik"
|
Chris@1517
|
466 label_change_view_all: Tüm Değişiklikleri göster
|
Chris@1517
|
467 label_personalize_page: Bu sayfayı kişiselleştir
|
Chris@1517
|
468 label_comment: Yorum
|
Chris@1517
|
469 label_comment_plural: Yorumlar
|
Chris@1517
|
470 label_x_comments:
|
Chris@1517
|
471 zero: hiç yorum yok
|
Chris@1517
|
472 one: 1 yorum
|
Chris@1517
|
473 other: "%{count} yorum"
|
Chris@1517
|
474 label_comment_add: Yorum Ekle
|
Chris@1517
|
475 label_comment_added: Yorum Eklendi
|
Chris@1517
|
476 label_comment_delete: Yorumları sil
|
Chris@1517
|
477 label_query: Özel Sorgu
|
Chris@1517
|
478 label_query_plural: Özel Sorgular
|
Chris@1517
|
479 label_query_new: Yeni Sorgu
|
Chris@1517
|
480 label_filter_add: Süzgeç ekle
|
Chris@1517
|
481 label_filter_plural: Süzgeçler
|
Chris@1517
|
482 label_equals: Eşit
|
Chris@1517
|
483 label_not_equals: Eşit değil
|
Chris@1517
|
484 label_in_less_than: küçüktür
|
Chris@1517
|
485 label_in_more_than: büyüktür
|
Chris@1517
|
486 label_in: içinde
|
Chris@1517
|
487 label_today: bugün
|
Chris@1517
|
488 label_all_time: Tüm Zamanlar
|
Chris@1517
|
489 label_yesterday: Dün
|
Chris@1517
|
490 label_this_week: Bu hafta
|
Chris@1517
|
491 label_last_week: Geçen hafta
|
Chris@1517
|
492 label_last_n_days: "Son %{count} gün"
|
Chris@1517
|
493 label_this_month: Bu ay
|
Chris@1517
|
494 label_last_month: Geçen ay
|
Chris@1517
|
495 label_this_year: Bu yıl
|
Chris@1517
|
496 label_date_range: Tarih aralığı
|
Chris@1517
|
497 label_less_than_ago: günler öncesinden az
|
Chris@1517
|
498 label_more_than_ago: günler öncesinden fazla
|
Chris@1517
|
499 label_ago: gün önce
|
Chris@1517
|
500 label_contains: içeriyor
|
Chris@1517
|
501 label_not_contains: içermiyor
|
Chris@1517
|
502 label_day_plural: Günler
|
Chris@1517
|
503 label_repository: Depo
|
Chris@1517
|
504 label_repository_plural: Depolar
|
Chris@1517
|
505 label_browse: Gözat
|
Chris@1517
|
506 label_revision: Değişiklik
|
Chris@1517
|
507 label_revision_plural: Değişiklikler
|
Chris@1517
|
508 label_associated_revisions: Birleştirilmiş değişiklikler
|
Chris@1517
|
509 label_added: eklendi
|
Chris@1517
|
510 label_modified: güncellendi
|
Chris@1517
|
511 label_deleted: silindi
|
Chris@1517
|
512 label_latest_revision: En son değişiklik
|
Chris@1517
|
513 label_latest_revision_plural: En son değişiklikler
|
Chris@1517
|
514 label_view_revisions: Değişiklikleri izle
|
Chris@1517
|
515 label_max_size: En büyük boyut
|
Chris@1517
|
516 label_sort_highest: Üste taşı
|
Chris@1517
|
517 label_sort_higher: Yukarı taşı
|
Chris@1517
|
518 label_sort_lower: Aşağı taşı
|
Chris@1517
|
519 label_sort_lowest: Dibe taşı
|
Chris@1517
|
520 label_roadmap: Yol Haritası
|
Chris@1517
|
521 label_roadmap_due_in: "%{value} içinde bitmeli"
|
Chris@1517
|
522 label_roadmap_overdue: "%{value} geç"
|
Chris@1517
|
523 label_roadmap_no_issues: Bu sürüm için iş yok
|
Chris@1517
|
524 label_search: Ara
|
Chris@1517
|
525 label_result_plural: Sonuçlar
|
Chris@1517
|
526 label_all_words: Tüm Kelimeler
|
Chris@1517
|
527 label_wiki: Wiki
|
Chris@1517
|
528 label_wiki_edit: Wiki düzenleme
|
Chris@1517
|
529 label_wiki_edit_plural: Wiki düzenlemeleri
|
Chris@1517
|
530 label_wiki_page: Wiki sayfası
|
Chris@1517
|
531 label_wiki_page_plural: Wiki sayfaları
|
Chris@1517
|
532 label_index_by_title: Başlığa göre diz
|
Chris@1517
|
533 label_index_by_date: Tarihe göre diz
|
Chris@1517
|
534 label_current_version: Güncel sürüm
|
Chris@1517
|
535 label_preview: Önizleme
|
Chris@1517
|
536 label_feed_plural: Beslemeler
|
Chris@1517
|
537 label_changes_details: Bütün değişikliklerin detayları
|
Chris@1517
|
538 label_issue_tracking: İş Takibi
|
Chris@1517
|
539 label_spent_time: Harcanan zaman
|
Chris@1517
|
540 label_f_hour: "%{value} saat"
|
Chris@1517
|
541 label_f_hour_plural: "%{value} saat"
|
Chris@1517
|
542 label_time_tracking: Zaman Takibi
|
Chris@1517
|
543 label_change_plural: Değişiklikler
|
Chris@1517
|
544 label_statistics: İstatistikler
|
Chris@1517
|
545 label_commits_per_month: Aylık teslim
|
Chris@1517
|
546 label_commits_per_author: Yazar başına teslim
|
Chris@1517
|
547 label_view_diff: Farkları izle
|
Chris@1517
|
548 label_diff_inline: satır içi
|
Chris@1517
|
549 label_diff_side_by_side: Yan yana
|
Chris@1517
|
550 label_options: Tercihler
|
Chris@1517
|
551 label_copy_workflow_from: İşakışı kopyala
|
Chris@1517
|
552 label_permissions_report: İzin raporu
|
Chris@1517
|
553 label_watched_issues: İzlenmiş işler
|
Chris@1517
|
554 label_related_issues: İlişkili işler
|
Chris@1517
|
555 label_applied_status: uygulanmış işler
|
Chris@1517
|
556 label_loading: Yükleniyor...
|
Chris@1517
|
557 label_relation_new: Yeni ilişki
|
Chris@1517
|
558 label_relation_delete: İlişkiyi sil
|
Chris@1517
|
559 label_relates_to: ilişkili
|
Chris@1517
|
560 label_duplicates: yinelenmiş
|
Chris@1517
|
561 label_blocks: Engeller
|
Chris@1517
|
562 label_blocked_by: Engelleyen
|
Chris@1517
|
563 label_precedes: önce gelir
|
Chris@1517
|
564 label_follows: sonra gelir
|
Chris@1517
|
565 label_end_to_start: sondan başa
|
Chris@1517
|
566 label_end_to_end: sondan sona
|
Chris@1517
|
567 label_start_to_start: baştan başa
|
Chris@1517
|
568 label_start_to_end: baştan sona
|
Chris@1517
|
569 label_stay_logged_in: Sürekli bağlı kal
|
Chris@1517
|
570 label_disabled: Devredışı
|
Chris@1517
|
571 label_show_completed_versions: Tamamlanmış sürümleri göster
|
Chris@1517
|
572 label_me: Ben
|
Chris@1517
|
573 label_board: Tartışma Alanı
|
Chris@1517
|
574 label_board_new: Yeni alan
|
Chris@1517
|
575 label_board_plural: Tartışma alanları
|
Chris@1517
|
576 label_topic_plural: Konular
|
Chris@1517
|
577 label_message_plural: Mesajlar
|
Chris@1517
|
578 label_message_last: Son mesaj
|
Chris@1517
|
579 label_message_new: Yeni mesaj
|
Chris@1517
|
580 label_message_posted: Mesaj eklendi
|
Chris@1517
|
581 label_reply_plural: Cevaplar
|
Chris@1517
|
582 label_send_information: Hesap bilgisini kullanıcıya gönder
|
Chris@1517
|
583 label_year: Yıl
|
Chris@1517
|
584 label_month: Ay
|
Chris@1517
|
585 label_week: Hafta
|
Chris@1517
|
586 label_date_from: Başlangıç
|
Chris@1517
|
587 label_date_to: Bitiş
|
Chris@1517
|
588 label_language_based: Kullanıcı dili bazlı
|
Chris@1517
|
589 label_sort_by: "%{value} göre sırala"
|
Chris@1517
|
590 label_send_test_email: Test e-postası gönder
|
Chris@1517
|
591 label_feeds_access_key_created_on: "Atom erişim anahtarı %{value} önce oluşturuldu"
|
Chris@1517
|
592 label_module_plural: Modüller
|
Chris@1517
|
593 label_added_time_by: "%{author} tarafından %{age} önce eklendi"
|
Chris@1517
|
594 label_updated_time: "%{value} önce güncellendi"
|
Chris@1517
|
595 label_jump_to_a_project: Projeye git...
|
Chris@1517
|
596 label_file_plural: Dosyalar
|
Chris@1517
|
597 label_changeset_plural: Değişiklik Listeleri
|
Chris@1517
|
598 label_default_columns: Varsayılan Sütunlar
|
Chris@1517
|
599 label_no_change_option: (Değişiklik yok)
|
Chris@1517
|
600 label_bulk_edit_selected_issues: Seçili işleri toplu olarak düzenle
|
Chris@1517
|
601 label_theme: Tema
|
Chris@1517
|
602 label_default: Varsayılan
|
Chris@1517
|
603 label_search_titles_only: Sadece başlıkları ara
|
Chris@1517
|
604 label_user_mail_option_all: "Tüm projelerimdeki herhangi bir olay için"
|
Chris@1517
|
605 label_user_mail_option_selected: "Sadece seçili projelerdeki herhangi bir olay için"
|
Chris@1517
|
606 label_user_mail_no_self_notified: "Kendi yaptığım değişikliklerden haberdar olmak istemiyorum"
|
Chris@1517
|
607 label_registration_activation_by_email: e-posta ile hesap etkinleştirme
|
Chris@1517
|
608 label_registration_manual_activation: Elle hesap etkinleştirme
|
Chris@1517
|
609 label_registration_automatic_activation: Otomatik hesap etkinleştirme
|
Chris@1517
|
610 label_display_per_page: "Sayfa başına: %{value}"
|
Chris@1517
|
611 label_age: Yaş
|
Chris@1517
|
612 label_change_properties: Özellikleri değiştir
|
Chris@1517
|
613 label_general: Genel
|
Chris@1517
|
614 label_more: Daha fazla
|
Chris@1517
|
615 label_scm: KY
|
Chris@1517
|
616 label_plugins: Eklentiler
|
Chris@1517
|
617 label_ldap_authentication: LDAP Denetimi
|
Chris@1517
|
618 label_downloads_abbr: D/L
|
Chris@1517
|
619 label_optional_description: İsteğe bağlı açıklama
|
Chris@1517
|
620 label_add_another_file: Bir dosya daha ekle
|
Chris@1517
|
621 label_preferences: Tercihler
|
Chris@1517
|
622 label_chronological_order: Tarih sırasına göre
|
Chris@1517
|
623 label_reverse_chronological_order: Ters tarih sırasına göre
|
Chris@1517
|
624 label_planning: Planlanıyor
|
Chris@1517
|
625
|
Chris@1517
|
626 button_login: Giriş
|
Chris@1517
|
627 button_submit: Gönder
|
Chris@1517
|
628 button_save: Kaydet
|
Chris@1517
|
629 button_check_all: Hepsini işaretle
|
Chris@1517
|
630 button_uncheck_all: Tüm işaretleri kaldır
|
Chris@1517
|
631 button_delete: Sil
|
Chris@1517
|
632 button_create: Oluştur
|
Chris@1517
|
633 button_test: Sına
|
Chris@1517
|
634 button_edit: Düzenle
|
Chris@1517
|
635 button_add: Ekle
|
Chris@1517
|
636 button_change: Değiştir
|
Chris@1517
|
637 button_apply: Uygula
|
Chris@1517
|
638 button_clear: Temizle
|
Chris@1517
|
639 button_lock: Kilitle
|
Chris@1517
|
640 button_unlock: Kilidi aç
|
Chris@1517
|
641 button_download: İndir
|
Chris@1517
|
642 button_list: Listele
|
Chris@1517
|
643 button_view: Bak
|
Chris@1517
|
644 button_move: Taşı
|
Chris@1517
|
645 button_back: Geri
|
Chris@1517
|
646 button_cancel: İptal
|
Chris@1517
|
647 button_activate: Etkinleştir
|
Chris@1517
|
648 button_sort: Sırala
|
Chris@1517
|
649 button_log_time: Zaman kaydı
|
Chris@1517
|
650 button_rollback: Bu sürüme geri al
|
Chris@1517
|
651 button_watch: İzle
|
Chris@1517
|
652 button_unwatch: İzlemeyi iptal et
|
Chris@1517
|
653 button_reply: Cevapla
|
Chris@1517
|
654 button_archive: Arşivle
|
Chris@1517
|
655 button_unarchive: Arşivlemeyi kaldır
|
Chris@1517
|
656 button_reset: Sıfırla
|
Chris@1517
|
657 button_rename: Yeniden adlandır
|
Chris@1517
|
658 button_change_password: Parolayı değiştir
|
Chris@1517
|
659 button_copy: Kopyala
|
Chris@1517
|
660 button_annotate: Değişiklik geçmişine göre göster
|
Chris@1517
|
661 button_update: Güncelle
|
Chris@1517
|
662 button_configure: Yapılandır
|
Chris@1517
|
663
|
Chris@1517
|
664 status_active: faal
|
Chris@1517
|
665 status_registered: kayıtlı
|
Chris@1517
|
666 status_locked: kilitli
|
Chris@1517
|
667
|
Chris@1517
|
668 text_select_mail_notifications: Gönderilecek e-posta uyarısına göre hareketi seçin.
|
Chris@1517
|
669 text_regexp_info: örn. ^[A-Z0-9]+$
|
Chris@1517
|
670 text_min_max_length_info: 0 sınırlama yok demektir
|
Chris@1517
|
671 text_project_destroy_confirmation: Bu projeyi ve bağlantılı verileri silmek istediğinizden emin misiniz?
|
Chris@1517
|
672 text_subprojects_destroy_warning: "Ayrıca %{value} alt proje silinecek."
|
Chris@1517
|
673 text_workflow_edit: İşakışını düzenlemek için bir rol ve iş tipi seçin
|
Chris@1517
|
674 text_are_you_sure: Emin misiniz ?
|
Chris@1517
|
675 text_tip_issue_begin_day: Bugün başlayan görevler
|
Chris@1517
|
676 text_tip_issue_end_day: Bugün sona eren görevler
|
Chris@1517
|
677 text_tip_issue_begin_end_day: Bugün başlayan ve sona eren görevler
|
Chris@1517
|
678 text_caracters_maximum: "En çok %{count} karakter."
|
Chris@1517
|
679 text_caracters_minimum: "En az %{count} karakter uzunluğunda olmalı."
|
Chris@1517
|
680 text_length_between: "%{min} ve %{max} karakterleri arasındaki uzunluk."
|
Chris@1517
|
681 text_tracker_no_workflow: Bu iş tipi için işakışı tanımlanmamış
|
Chris@1517
|
682 text_unallowed_characters: Yasaklı karakterler
|
Chris@1517
|
683 text_comma_separated: Çoklu değer girilebilir(Virgül ile ayrılmış).
|
Chris@1517
|
684 text_issues_ref_in_commit_messages: Teslim mesajlarındaki işleri çözme ve başvuruda bulunma
|
Chris@1517
|
685 text_issue_added: "İş %{id}, %{author} tarafından rapor edildi."
|
Chris@1517
|
686 text_issue_updated: "İş %{id}, %{author} tarafından güncellendi."
|
Chris@1517
|
687 text_wiki_destroy_confirmation: bu wikiyi ve tüm içeriğini silmek istediğinizden emin misiniz?
|
Chris@1517
|
688 text_issue_category_destroy_question: "Bazı işler (%{count}) bu kategoriye atandı. Ne yapmak istersiniz?"
|
Chris@1517
|
689 text_issue_category_destroy_assignments: Kategori atamalarını kaldır
|
Chris@1517
|
690 text_issue_category_reassign_to: İşleri bu kategoriye tekrar ata
|
Chris@1517
|
691 text_user_mail_option: "Seçili olmayan projeler için, sadece dahil olduğunuz ya da izlediğiniz öğeler hakkında uyarılar alacaksınız (örneğin,yazarı veya atandığınız işler)."
|
Chris@1517
|
692 text_no_configuration_data: "Roller, iş tipleri, iş durumları ve işakışı henüz yapılandırılmadı.\nVarsayılan yapılandırılmanın yüklenmesi şiddetle tavsiye edilir. Bir kez yüklendiğinde yapılandırmayı değiştirebileceksiniz."
|
Chris@1517
|
693 text_load_default_configuration: Varsayılan yapılandırmayı yükle
|
Chris@1517
|
694 text_status_changed_by_changeset: "Değişiklik listesi %{value} içinde uygulandı."
|
Chris@1517
|
695 text_issues_destroy_confirmation: 'Seçili işleri silmek istediğinizden emin misiniz ?'
|
Chris@1517
|
696 text_select_project_modules: 'Bu proje için etkinleştirmek istediğiniz modülleri seçin:'
|
Chris@1517
|
697 text_default_administrator_account_changed: Varsayılan yönetici hesabı değişti
|
Chris@1517
|
698 text_file_repository_writable: Dosya deposu yazılabilir
|
Chris@1517
|
699 text_rmagick_available: RMagick Kullanılabilir (isteğe bağlı)
|
Chris@1517
|
700 text_destroy_time_entries_question: Silmek üzere olduğunuz işler üzerine %{hours} saat raporlandı.Ne yapmak istersiniz ?
|
Chris@1517
|
701 text_destroy_time_entries: Raporlanmış süreleri sil
|
Chris@1517
|
702 text_assign_time_entries_to_project: Raporlanmış süreleri projeye ata
|
Chris@1517
|
703 text_reassign_time_entries: 'Raporlanmış süreleri bu işe tekrar ata:'
|
Chris@1517
|
704
|
Chris@1517
|
705 default_role_manager: Yönetici
|
Chris@1517
|
706 default_role_developer: Geliştirici
|
Chris@1517
|
707 default_role_reporter: Raporlayıcı
|
Chris@1517
|
708 default_tracker_bug: Hata
|
Chris@1517
|
709 default_tracker_feature: Özellik
|
Chris@1517
|
710 default_tracker_support: Destek
|
Chris@1517
|
711 default_issue_status_new: Yeni
|
Chris@1517
|
712 default_issue_status_in_progress: Yapılıyor
|
Chris@1517
|
713 default_issue_status_resolved: Çözüldü
|
Chris@1517
|
714 default_issue_status_feedback: Geribildirim
|
Chris@1517
|
715 default_issue_status_closed: "Kapatıldı"
|
Chris@1517
|
716 default_issue_status_rejected: Reddedildi
|
Chris@1517
|
717 default_doc_category_user: Kullanıcı Dökümantasyonu
|
Chris@1517
|
718 default_doc_category_tech: Teknik Dökümantasyon
|
Chris@1517
|
719 default_priority_low: Düşük
|
Chris@1517
|
720 default_priority_normal: Normal
|
Chris@1517
|
721 default_priority_high: Yüksek
|
Chris@1517
|
722 default_priority_urgent: Acil
|
Chris@1517
|
723 default_priority_immediate: Derhal
|
Chris@1517
|
724 default_activity_design: Tasarım
|
Chris@1517
|
725 default_activity_development: Geliştirme
|
Chris@1517
|
726
|
Chris@1517
|
727 enumeration_issue_priorities: İş önceliği
|
Chris@1517
|
728 enumeration_doc_categories: Belge Kategorileri
|
Chris@1517
|
729 enumeration_activities: Faaliyetler (zaman takibi)
|
Chris@1517
|
730 button_quote: Alıntı
|
Chris@1517
|
731 setting_enabled_scm: KKY Açık
|
Chris@1517
|
732 label_incoming_emails: "Gelen e-postalar"
|
Chris@1517
|
733 label_generate_key: "Anahtar oluştur"
|
Chris@1517
|
734 setting_sequential_project_identifiers: "Sıralı proje tanımlayıcıları oluştur"
|
Chris@1517
|
735 field_parent_title: Üst sayfa
|
Chris@1517
|
736 text_email_delivery_not_configured: "E-posta gönderme yapılandırılmadı ve bildirimler devre dışı.\nconfig/configuration.yml içinden SMTP sunucusunu yapılandırın ve uygulamayı yeniden başlatın."
|
Chris@1517
|
737 text_enumeration_category_reassign_to: 'Hepsini şuna çevir:'
|
Chris@1517
|
738 label_issue_watchers: Takipçiler
|
Chris@1517
|
739 mail_body_reminder: "Size atanmış olan %{count} iş %{days} gün içerisinde bitirilmeli:"
|
Chris@1517
|
740 label_duplicated_by: yineleyen
|
Chris@1517
|
741 text_enumeration_destroy_question: "Bu nesneye %{count} değer bağlanmış."
|
Chris@1517
|
742 text_user_wrote: "%{value} demiş ki:"
|
Chris@1517
|
743 setting_mail_handler_api_enabled: Gelen e-postalar için WS'yi aç
|
Chris@1517
|
744 label_and_its_subprojects: "%{value} ve alt projeleri"
|
Chris@1517
|
745 mail_subject_reminder: "%{count} iş bir kaç güne bitecek"
|
Chris@1517
|
746 setting_mail_handler_api_key: API anahtarı
|
Chris@1517
|
747 setting_commit_logs_encoding: Gönderim mesajlarının kodlaması (UTF-8 vs.)
|
Chris@1517
|
748 general_csv_decimal_separator: '.'
|
Chris@1517
|
749 notice_unable_delete_version: Sürüm silinemiyor
|
Chris@1517
|
750 label_renamed: yeniden adlandırılmış
|
Chris@1517
|
751 label_copied: kopyalanmış
|
Chris@1517
|
752 setting_plain_text_mail: sadece düz metin (HTML yok)
|
Chris@1517
|
753 permission_view_files: Dosyaları gösterme
|
Chris@1517
|
754 permission_edit_issues: İşleri düzenleme
|
Chris@1517
|
755 permission_edit_own_time_entries: Kendi zaman girişlerini düzenleme
|
Chris@1517
|
756 permission_manage_public_queries: Herkese açık sorguları yönetme
|
Chris@1517
|
757 permission_add_issues: İş ekleme
|
Chris@1517
|
758 permission_log_time: Harcanan zamanı kaydetme
|
Chris@1517
|
759 permission_view_changesets: Değişimleri gösterme(SVN, vs.)
|
Chris@1517
|
760 permission_view_time_entries: Harcanan zamanı gösterme
|
Chris@1517
|
761 permission_manage_versions: Sürümleri yönetme
|
Chris@1517
|
762 permission_manage_wiki: Wiki'yi yönetme
|
Chris@1517
|
763 permission_manage_categories: İş kategorilerini yönetme
|
Chris@1517
|
764 permission_protect_wiki_pages: Wiki sayfalarını korumaya alma
|
Chris@1517
|
765 permission_comment_news: Haberlere yorum yapma
|
Chris@1517
|
766 permission_delete_messages: Mesaj silme
|
Chris@1517
|
767 permission_select_project_modules: Proje modüllerini seçme
|
Chris@1517
|
768 permission_edit_wiki_pages: Wiki sayfalarını düzenleme
|
Chris@1517
|
769 permission_add_issue_watchers: Takipçi ekleme
|
Chris@1517
|
770 permission_view_gantt: İş-Zaman çizelgesi gösterme
|
Chris@1517
|
771 permission_move_issues: İşlerin yerini değiştirme
|
Chris@1517
|
772 permission_manage_issue_relations: İşlerin biribiriyle bağlantılarını yönetme
|
Chris@1517
|
773 permission_delete_wiki_pages: Wiki sayfalarını silme
|
Chris@1517
|
774 permission_manage_boards: Panoları yönetme
|
Chris@1517
|
775 permission_delete_wiki_pages_attachments: Ekleri silme
|
Chris@1517
|
776 permission_view_wiki_edits: Wiki geçmişini gösterme
|
Chris@1517
|
777 permission_add_messages: Mesaj gönderme
|
Chris@1517
|
778 permission_view_messages: Mesajları gösterme
|
Chris@1517
|
779 permission_manage_files: Dosyaları yönetme
|
Chris@1517
|
780 permission_edit_issue_notes: Notları düzenleme
|
Chris@1517
|
781 permission_manage_news: Haberleri yönetme
|
Chris@1517
|
782 permission_view_calendar: Takvimleri gösterme
|
Chris@1517
|
783 permission_manage_members: Üyeleri yönetme
|
Chris@1517
|
784 permission_edit_messages: Mesajları düzenleme
|
Chris@1517
|
785 permission_delete_issues: İşleri silme
|
Chris@1517
|
786 permission_view_issue_watchers: Takipçi listesini gösterme
|
Chris@1517
|
787 permission_manage_repository: Depo yönetimi
|
Chris@1517
|
788 permission_commit_access: Gönderme erişimi
|
Chris@1517
|
789 permission_browse_repository: Depoya gözatma
|
Chris@1517
|
790 permission_view_documents: Belgeleri gösterme
|
Chris@1517
|
791 permission_edit_project: Projeyi düzenleme
|
Chris@1517
|
792 permission_add_issue_notes: Not ekleme
|
Chris@1517
|
793 permission_save_queries: Sorgu kaydetme
|
Chris@1517
|
794 permission_view_wiki_pages: Wiki gösterme
|
Chris@1517
|
795 permission_rename_wiki_pages: Wiki sayfasının adını değiştirme
|
Chris@1517
|
796 permission_edit_time_entries: Zaman kayıtlarını düzenleme
|
Chris@1517
|
797 permission_edit_own_issue_notes: Kendi notlarını düzenleme
|
Chris@1517
|
798 setting_gravatar_enabled: Kullanıcı resimleri için Gravatar kullan
|
Chris@1517
|
799 label_example: Örnek
|
Chris@1517
|
800 text_repository_usernames_mapping: "Redmine kullanıcı adlarını depo değişiklik kayıtlarındaki kullanıcı adlarıyla eşleştirin veya eşleştirmeleri güncelleyin.\nRedmine kullanıcı adları ile depo kullanıcı adları aynı olan kullanıcılar otomatik olarak eşlendirilecektir."
|
Chris@1517
|
801 permission_edit_own_messages: Kendi mesajlarını düzenleme
|
Chris@1517
|
802 permission_delete_own_messages: Kendi mesajlarını silme
|
Chris@1517
|
803 label_user_activity: "%{value} kullanıcısının etkinlikleri"
|
Chris@1517
|
804 label_updated_time_by: "%{author} tarafından %{age} önce güncellendi"
|
Chris@1517
|
805 text_diff_truncated: '... Bu fark tam olarak gösterilemiyor çünkü gösterim için ayarlanmış üst sınırı aşıyor.'
|
Chris@1517
|
806 setting_diff_max_lines_displayed: Gösterilebilecek maksimumu fark satırı
|
Chris@1517
|
807 text_plugin_assets_writable: Eklenti yardımcı dosya dizini yazılabilir
|
Chris@1517
|
808 warning_attachments_not_saved: "%{count} adet dosya kaydedilemedi."
|
Chris@1517
|
809 button_create_and_continue: Oluştur ve devam et
|
Chris@1517
|
810 text_custom_field_possible_values_info: 'Her değer için bir satır'
|
Chris@1517
|
811 label_display: Göster
|
Chris@1517
|
812 field_editable: Düzenlenebilir
|
Chris@1517
|
813 setting_repository_log_display_limit: Dosya kaydında gösterilecek maksimum değişim sayısı
|
Chris@1517
|
814 setting_file_max_size_displayed: Dahili olarak gösterilecek metin dosyaları için maksimum satır sayısı
|
Chris@1517
|
815 field_watcher: Takipçi
|
Chris@1517
|
816 setting_openid: Kayıt ve giriş için OpenID'ye izin ver
|
Chris@1517
|
817 field_identity_url: OpenID URL
|
Chris@1517
|
818 label_login_with_open_id_option: veya OpenID kullanın
|
Chris@1517
|
819 field_content: İçerik
|
Chris@1517
|
820 label_descending: Azalan
|
Chris@1517
|
821 label_sort: Sırala
|
Chris@1517
|
822 label_ascending: Artan
|
Chris@1517
|
823 label_date_from_to: "%{start} - %{end} arası"
|
Chris@1517
|
824 label_greater_or_equal: ">="
|
Chris@1517
|
825 label_less_or_equal: <=
|
Chris@1517
|
826 text_wiki_page_destroy_question: Bu sayfanın %{descendants} adet alt sayfası var. Ne yapmak istersiniz?
|
Chris@1517
|
827 text_wiki_page_reassign_children: Alt sayfaları bu sayfanın altına bağla
|
Chris@1517
|
828 text_wiki_page_nullify_children: Alt sayfaları ana sayfa olarak sakla
|
Chris@1517
|
829 text_wiki_page_destroy_children: Alt sayfaları ve onların alt sayfalarını tamamen sil
|
Chris@1517
|
830 setting_password_min_length: Minimum parola uzunluğu
|
Chris@1517
|
831 field_group_by: Sonuçları grupla
|
Chris@1517
|
832 mail_subject_wiki_content_updated: "'%{id}' wiki sayfası güncellendi"
|
Chris@1517
|
833 label_wiki_content_added: Wiki sayfası eklendi
|
Chris@1517
|
834 mail_subject_wiki_content_added: "'%{id}' wiki sayfası eklendi"
|
Chris@1517
|
835 mail_body_wiki_content_added: "'%{id}' wiki sayfası, %{author} tarafından eklendi."
|
Chris@1517
|
836 label_wiki_content_updated: Wiki sayfası güncellendi
|
Chris@1517
|
837 mail_body_wiki_content_updated: "'%{id}' wiki sayfası, %{author} tarafından güncellendi."
|
Chris@1517
|
838 permission_add_project: Proje oluştur
|
Chris@1517
|
839 setting_new_project_user_role_id: Yönetici olmayan ancak proje yaratabilen kullanıcıya verilen rol
|
Chris@1517
|
840 label_view_all_revisions: Tüm değişiklikleri göster
|
Chris@1517
|
841 label_tag: Etiket
|
Chris@1517
|
842 label_branch: Kol
|
Chris@1517
|
843 error_no_tracker_in_project: Bu projeye bağlanmış bir iş tipi yok. Lütfen proje ayarlarını kontrol edin.
|
Chris@1517
|
844 error_no_default_issue_status: Varsayılan iş durumu tanımlanmamış. Lütfen ayarlarınızı kontrol edin ("Yönetim -> İş durumları" sayfasına gidin).
|
Chris@1517
|
845 label_group_plural: Gruplar
|
Chris@1517
|
846 label_group: Grup
|
Chris@1517
|
847 label_group_new: Yeni grup
|
Chris@1517
|
848 label_time_entry_plural: Harcanan zaman
|
Chris@1517
|
849 text_journal_changed: "%{label}: %{old} -> %{new}"
|
Chris@1517
|
850 text_journal_set_to: "%{label} %{value} yapıldı"
|
Chris@1517
|
851 text_journal_deleted: "%{label} silindi (%{old})"
|
Chris@1517
|
852 text_journal_added: "%{label} %{value} eklendi"
|
Chris@1517
|
853 field_active: Etkin
|
Chris@1517
|
854 enumeration_system_activity: Sistem Etkinlikleri
|
Chris@1517
|
855 permission_delete_issue_watchers: İzleyicileri sil
|
Chris@1517
|
856 version_status_closed: kapalı
|
Chris@1517
|
857 version_status_locked: kilitli
|
Chris@1517
|
858 version_status_open: açık
|
Chris@1517
|
859 error_can_not_reopen_issue_on_closed_version: Kapatılmış bir sürüme ait işler tekrar açılamaz
|
Chris@1517
|
860 label_user_anonymous: Anonim
|
Chris@1517
|
861 button_move_and_follow: Yerini değiştir ve takip et
|
Chris@1517
|
862 setting_default_projects_modules: Yeni projeler için varsayılan modüller
|
Chris@1517
|
863 setting_gravatar_default: Varsayılan Gravatar resmi
|
Chris@1517
|
864 field_sharing: Paylaşım
|
Chris@1517
|
865 label_version_sharing_hierarchy: Proje hiyerarşisi ile
|
Chris@1517
|
866 label_version_sharing_system: Tüm projeler ile
|
Chris@1517
|
867 label_version_sharing_descendants: Alt projeler ile
|
Chris@1517
|
868 label_version_sharing_tree: Proje ağacı ile
|
Chris@1517
|
869 label_version_sharing_none: Paylaşılmamış
|
Chris@1517
|
870 error_can_not_archive_project: Bu proje arşivlenemez
|
Chris@1517
|
871 button_duplicate: Yinele
|
Chris@1517
|
872 button_copy_and_follow: Kopyala ve takip et
|
Chris@1517
|
873 label_copy_source: Kaynak
|
Chris@1517
|
874 setting_issue_done_ratio: İş tamamlanma oranını şununla hesapla
|
Chris@1517
|
875 setting_issue_done_ratio_issue_status: İş durumunu kullan
|
Chris@1517
|
876 error_issue_done_ratios_not_updated: İş tamamlanma oranları güncellenmedi.
|
Chris@1517
|
877 error_workflow_copy_target: Lütfen hedef iş tipi ve rolleri seçin
|
Chris@1517
|
878 setting_issue_done_ratio_issue_field: İşteki alanı kullan
|
Chris@1517
|
879 label_copy_same_as_target: Hedef ile aynı
|
Chris@1517
|
880 label_copy_target: Hedef
|
Chris@1517
|
881 notice_issue_done_ratios_updated: İş tamamlanma oranları güncellendi.
|
Chris@1517
|
882 error_workflow_copy_source: Lütfen kaynak iş tipi ve rolleri seçin
|
Chris@1517
|
883 label_update_issue_done_ratios: İş tamamlanma oranlarını güncelle
|
Chris@1517
|
884 setting_start_of_week: Takvimleri şundan başlat
|
Chris@1517
|
885 permission_view_issues: İşleri Göster
|
Chris@1517
|
886 label_display_used_statuses_only: Sadece bu iş tipi tarafından kullanılan durumları göster
|
Chris@1517
|
887 label_revision_id: Değişiklik %{value}
|
Chris@1517
|
888 label_api_access_key: API erişim anahtarı
|
Chris@1517
|
889 label_api_access_key_created_on: API erişim anahtarı %{value} önce oluşturuldu
|
Chris@1517
|
890 label_feeds_access_key: Atom erişim anahtarı
|
Chris@1517
|
891 notice_api_access_key_reseted: API erişim anahtarınız sıfırlandı.
|
Chris@1517
|
892 setting_rest_api_enabled: REST web servisini etkinleştir
|
Chris@1517
|
893 label_missing_api_access_key: Bir API erişim anahtarı eksik
|
Chris@1517
|
894 label_missing_feeds_access_key: Bir Atom erişim anahtarı eksik
|
Chris@1517
|
895 button_show: Göster
|
Chris@1517
|
896 text_line_separated: Çoklu değer girilebilir (her satıra bir değer).
|
Chris@1517
|
897 setting_mail_handler_body_delimiters: Şu satırların birinden sonra e-postayı sonlandır
|
Chris@1517
|
898 permission_add_subprojects: Alt proje yaratma
|
Chris@1517
|
899 label_subproject_new: Yeni alt proje
|
Chris@1517
|
900 text_own_membership_delete_confirmation: "Projeyi daha sonra düzenleyememenize sebep olacak bazı yetkilerinizi kaldırmak üzeresiniz.\nDevam etmek istediğinize emin misiniz?"
|
Chris@1517
|
901 label_close_versions: Tamamlanmış sürümleri kapat
|
Chris@1517
|
902 label_board_sticky: Yapışkan
|
Chris@1517
|
903 label_board_locked: Kilitli
|
Chris@1517
|
904 permission_export_wiki_pages: Wiki sayfalarını dışarı aktar
|
Chris@1517
|
905 setting_cache_formatted_text: Biçimlendirilmiş metni önbelleğe al
|
Chris@1517
|
906 permission_manage_project_activities: Proje etkinliklerini yönetme
|
Chris@1517
|
907 error_unable_delete_issue_status: İş durumu silinemiyor
|
Chris@1517
|
908 label_profile: Profil
|
Chris@1517
|
909 permission_manage_subtasks: Alt işleri yönetme
|
Chris@1517
|
910 field_parent_issue: Üst iş
|
Chris@1517
|
911 label_subtask_plural: Alt işler
|
Chris@1517
|
912 label_project_copy_notifications: Proje kopyalaması esnasında bilgilendirme e-postaları gönder
|
Chris@1517
|
913 error_can_not_delete_custom_field: Özel alan silinemiyor
|
Chris@1517
|
914 error_unable_to_connect: Bağlanılamıyor (%{value})
|
Chris@1517
|
915 error_can_not_remove_role: Bu rol kullanımda olduğundan silinemez.
|
Chris@1517
|
916 error_can_not_delete_tracker: Bu iş tipi içerisinde iş barındırdığından silinemiyor.
|
Chris@1517
|
917 field_principal: Temel
|
Chris@1517
|
918 label_my_page_block: Kişisel sayfa bloğum
|
Chris@1517
|
919 notice_failed_to_save_members: "Üyeler kaydedilemiyor: %{errors}."
|
Chris@1517
|
920 text_zoom_out: Uzaklaş
|
Chris@1517
|
921 text_zoom_in: Yakınlaş
|
Chris@1517
|
922 notice_unable_delete_time_entry: Zaman kayıt girdisi silinemiyor.
|
Chris@1517
|
923 label_overall_spent_time: Toplam harcanan zaman
|
Chris@1517
|
924 field_time_entries: Zaman Kayıtları
|
Chris@1517
|
925 project_module_gantt: İş-Zaman Çizelgesi
|
Chris@1517
|
926 project_module_calendar: Takvim
|
Chris@1517
|
927 button_edit_associated_wikipage: "İlişkilendirilmiş Wiki sayfasını düzenle: %{page_title}"
|
Chris@1517
|
928 field_text: Metin alanı
|
Chris@1517
|
929 label_user_mail_option_only_owner: Sadece sahibi olduğum şeyler için
|
Chris@1517
|
930 setting_default_notification_option: Varsayılan bildirim seçeneği
|
Chris@1517
|
931 label_user_mail_option_only_my_events: Sadece takip ettiğim ya da içinde olduğum şeyler için
|
Chris@1517
|
932 label_user_mail_option_only_assigned: Sadece bana atanan şeyler için
|
Chris@1517
|
933 label_user_mail_option_none: Hiç bir şey için
|
Chris@1517
|
934 field_member_of_group: Atananın grubu
|
Chris@1517
|
935 field_assigned_to_role: Atananın rolü
|
Chris@1517
|
936 notice_not_authorized_archived_project: Erişmeye çalıştığınız proje arşive kaldırılmış.
|
Chris@1517
|
937 label_principal_search: "Kullanıcı ya da grup ara:"
|
Chris@1517
|
938 label_user_search: "Kullanıcı ara:"
|
Chris@1517
|
939 field_visible: Görünür
|
Chris@1517
|
940 setting_emails_header: "E-Posta başlığı"
|
Chris@1517
|
941 setting_commit_logtime_activity_id: Kaydedilen zaman için etkinlik
|
Chris@1517
|
942 text_time_logged_by_changeset: Değişiklik uygulandı %{value}.
|
Chris@1517
|
943 setting_commit_logtime_enabled: Zaman kaydını etkinleştir
|
Chris@1517
|
944 notice_gantt_chart_truncated: Görüntülenebilir öğelerin sayısını aştığı için tablo kısaltıldı (%{max})
|
Chris@1517
|
945 setting_gantt_items_limit: İş-Zaman çizelgesinde gösterilecek en fazla öğe sayısı
|
Chris@1517
|
946 field_warn_on_leaving_unsaved: Kaydedilmemiş metin bulunan bir sayfadan çıkarken beni uyar
|
Chris@1517
|
947 text_warn_on_leaving_unsaved: Bu sayfada terkettiğiniz takdirde kaybolacak kaydedilmemiş metinler var.
|
Chris@1517
|
948 label_my_queries: Özel sorgularım
|
Chris@1517
|
949 text_journal_changed_no_detail: "%{label} güncellendi"
|
Chris@1517
|
950 label_news_comment_added: Bir habere yorum eklendi
|
Chris@1517
|
951 button_expand_all: Tümünü genişlet
|
Chris@1517
|
952 button_collapse_all: Tümünü daralt
|
Chris@1517
|
953 label_additional_workflow_transitions_for_assignee: Kullanıcı atanan olduğu zaman tanınacak ek yetkiler
|
Chris@1517
|
954 label_additional_workflow_transitions_for_author: Kullanıcı yazar olduğu zaman tanınacak ek yetkiler
|
Chris@1517
|
955 label_bulk_edit_selected_time_entries: Seçilen zaman kayıtlarını toplu olarak düzenle
|
Chris@1517
|
956 text_time_entries_destroy_confirmation: Seçilen zaman kaydını/kayıtlarını silmek istediğinize emin misiniz?
|
Chris@1517
|
957 label_role_anonymous: Anonim
|
Chris@1517
|
958 label_role_non_member: Üye Değil
|
Chris@1517
|
959 label_issue_note_added: Not eklendi
|
Chris@1517
|
960 label_issue_status_updated: Durum güncellendi
|
Chris@1517
|
961 label_issue_priority_updated: Öncelik güncellendi
|
Chris@1517
|
962 label_issues_visibility_own: Kullanıcı tarafından oluşturulmuş ya da kullanıcıya atanmış sorunlar
|
Chris@1517
|
963 field_issues_visibility: İşlerin görünürlüğü
|
Chris@1517
|
964 label_issues_visibility_all: Tüm işler
|
Chris@1517
|
965 permission_set_own_issues_private: Kendi işlerini özel ya da genel olarak işaretle
|
Chris@1517
|
966 field_is_private: Özel
|
Chris@1517
|
967 permission_set_issues_private: İşleri özel ya da genel olarak işaretleme
|
Chris@1517
|
968 label_issues_visibility_public: Özel olmayan tüm işler
|
Chris@1517
|
969 text_issues_destroy_descendants_confirmation: "%{count} alt görev de silinecek."
|
Chris@1517
|
970 field_commit_logs_encoding: Değişiklik mesajı kodlaması(encoding)
|
Chris@1517
|
971 field_scm_path_encoding: Yol kodlaması(encoding)
|
Chris@1517
|
972 text_scm_path_encoding_note: "Varsayılan: UTF-8"
|
Chris@1517
|
973 field_path_to_repository: Depo yolu
|
Chris@1517
|
974 field_root_directory: Ana dizin
|
Chris@1517
|
975 field_cvs_module: Modül
|
Chris@1517
|
976 field_cvsroot: CVSROOT
|
Chris@1517
|
977 text_mercurial_repository_note: Yerel depo (ör. /hgrepo, c:\hgrepo)
|
Chris@1517
|
978 text_scm_command: Komut
|
Chris@1517
|
979 text_scm_command_version: Sürüm
|
Chris@1517
|
980 label_git_report_last_commit: Son gönderilen dosya ve dizinleri raporla
|
Chris@1517
|
981 notice_issue_successful_create: İş %{id} oluşturuldu.
|
Chris@1517
|
982 label_between: arasında
|
Chris@1517
|
983 setting_issue_group_assignment: Gruplara iş atanmasına izin ver
|
Chris@1517
|
984 label_diff: farklar
|
Chris@1517
|
985 text_git_repository_note: Depo yalın halde (bare) ve yerel sistemde bulunuyor. (örn. /gitrepo, c:\gitrepo)
|
Chris@1517
|
986 description_query_sort_criteria_direction: Sıralama yönü
|
Chris@1517
|
987 description_project_scope: Arama kapsamı
|
Chris@1517
|
988 description_filter: Süzgeç
|
Chris@1517
|
989 description_user_mail_notification: E-posta bildirim ayarları
|
Chris@1517
|
990 description_date_from: Başlangıç tarihini gir
|
Chris@1517
|
991 description_message_content: Mesaj içeriği
|
Chris@1517
|
992 description_available_columns: Kullanılabilir Sütunlar
|
Chris@1517
|
993 description_date_range_interval: Başlangıç ve bitiş tarihini seçerek tarih aralığını belirleyin
|
Chris@1517
|
994 description_issue_category_reassign: İş kategorisini seçin
|
Chris@1517
|
995 description_search: Arama alanı
|
Chris@1517
|
996 description_notes: Notlar
|
Chris@1517
|
997 description_date_range_list: Listeden tarih aralığını seçin
|
Chris@1517
|
998 description_choose_project: Projeler
|
Chris@1517
|
999 description_date_to: Bitiş tarihini gir
|
Chris@1517
|
1000 description_query_sort_criteria_attribute: Sıralama ölçütü
|
Chris@1517
|
1001 description_wiki_subpages_reassign: Yeni üst sayfa seç
|
Chris@1517
|
1002 description_selected_columns: Seçilmiş Sütunlar
|
Chris@1517
|
1003 label_parent_revision: Üst
|
Chris@1517
|
1004 label_child_revision: Alt
|
Chris@1517
|
1005 error_scm_annotate_big_text_file: Girdi maksimum metin dosyası boyutundan büyük olduğu için ek açıklama girilemiyor.
|
Chris@1517
|
1006 setting_default_issue_start_date_to_creation_date: Geçerli tarihi yeni işler için başlangıç tarihi olarak kullan
|
Chris@1517
|
1007 button_edit_section: Bölümü düzenle
|
Chris@1517
|
1008 setting_repositories_encodings: Eklerin ve depoların kodlamaları
|
Chris@1517
|
1009 description_all_columns: Tüm sütunlar
|
Chris@1517
|
1010 button_export: Dışarı aktar
|
Chris@1517
|
1011 label_export_options: "%{export_format} dışa aktarım seçenekleri"
|
Chris@1517
|
1012 error_attachment_too_big: İzin verilen maksimum dosya boyutunu (%{max_size}) aştığı için dosya yüklenemedi.
|
Chris@1517
|
1013 notice_failed_to_save_time_entries: "Seçilen %{total} adet zaman girdisinden %{count} tanesi kaydedilemedi: %{ids}."
|
Chris@1517
|
1014 label_x_issues:
|
Chris@1517
|
1015 zero: 0 İş
|
Chris@1517
|
1016 one: 1 İş
|
Chris@1517
|
1017 other: "%{count} İşler"
|
Chris@1517
|
1018 label_repository_new: Yeni depo
|
Chris@1517
|
1019 field_repository_is_default: Ana depo
|
Chris@1517
|
1020 label_copy_attachments: Ekleri kopyala
|
Chris@1517
|
1021 label_item_position: "%{position}/%{count}"
|
Chris@1517
|
1022 label_completed_versions: Tamamlanmış sürümler
|
Chris@1517
|
1023 text_project_identifier_info: Yalnızca küçük harfler (a-z), sayılar, tire ve alt tire kullanılabilir.<br />Kaydedilen tanımlayıcı daha sonra değiştirilemez.
|
Chris@1517
|
1024 field_multiple: Çoklu değer
|
Chris@1517
|
1025 setting_commit_cross_project_ref: Diğer bütün projelerdeki iş kayıtlarının kaynak gösterilmesine ve kayıtların kapatılabilmesine izin ver
|
Chris@1517
|
1026 text_issue_conflict_resolution_add_notes: Notlarımı ekle ve diğer değişikliklerimi iptal et
|
Chris@1517
|
1027 text_issue_conflict_resolution_overwrite: Değişikliklerimi yine de uygula (önceki notlar saklanacak ancak bazı değişikliklerin üzerine yazılabilir)
|
Chris@1517
|
1028 notice_issue_update_conflict: Düzenleme yaparken başka bir kullanıcı tarafından sorun güncellendi.
|
Chris@1517
|
1029 text_issue_conflict_resolution_cancel: Tüm değişiklikleri iptal et ve yeniden görüntüle %{link}
|
Chris@1517
|
1030 permission_manage_related_issues: Benzer sorunları yönet
|
Chris@1517
|
1031 field_auth_source_ldap_filter: LDAP süzgeçi
|
Chris@1517
|
1032 label_search_for_watchers: Takipçi eklemek için ara
|
Chris@1517
|
1033 notice_account_deleted: Hesabınız kalıcı olarak silinmiştir.
|
Chris@1517
|
1034 setting_unsubscribe: Kullanıcıların kendi hesaplarını silebilmesine izin ver
|
Chris@1517
|
1035 button_delete_my_account: Hesabımı sil
|
Chris@1517
|
1036 text_account_destroy_confirmation: |-
|
Chris@1517
|
1037 Devam etmek istediğinize emin misiniz?
|
Chris@1517
|
1038 Hesabınız tekrar açılmamak üzere kalıcı olarak silinecektir.
|
Chris@1517
|
1039 error_session_expired: Oturum zaman aşımına uğradı. Lütfen tekrar giriş yapın.
|
Chris@1517
|
1040 text_session_expiration_settings: "Uyarı: Bu ayarları değiştirmek (sizinki de dahil) tüm oturumları sonlandırabilir."
|
Chris@1517
|
1041 setting_session_lifetime: Maksimum oturum süresi
|
Chris@1517
|
1042 setting_session_timeout: Maksimum hareketsizlik zaman aşımı
|
Chris@1517
|
1043 label_session_expiration: Oturum süre sonu
|
Chris@1517
|
1044 permission_close_project: Projeyi kapat/yeniden aç
|
Chris@1517
|
1045 label_show_closed_projects: Kapatılmış projeleri göster
|
Chris@1517
|
1046 button_close: Kapat
|
Chris@1517
|
1047 button_reopen: Yeniden aç
|
Chris@1517
|
1048 project_status_active: etkin
|
Chris@1517
|
1049 project_status_closed: kapalı
|
Chris@1517
|
1050 project_status_archived: arşivlenmiş
|
Chris@1517
|
1051 text_project_closed: Proje kapatıldı ve artık değiştirilemez.
|
Chris@1517
|
1052 notice_user_successful_create: Kullanıcı %{id} yaratıldı.
|
Chris@1517
|
1053 field_core_fields: Standart alanlar
|
Chris@1517
|
1054 field_timeout: Zaman aşımı (saniye olarak)
|
Chris@1517
|
1055 setting_thumbnails_enabled: Küçük resmi görüntüle
|
Chris@1517
|
1056 setting_thumbnails_size: Küçük resim boyutu (pixel olarak)
|
Chris@1517
|
1057 label_status_transitions: Durum değiştirme
|
Chris@1517
|
1058 label_fields_permissions: Alan izinleri
|
Chris@1517
|
1059 label_readonly: Salt okunur
|
Chris@1517
|
1060 label_required: Zorunlu
|
Chris@1517
|
1061 text_repository_identifier_info: Yalnızca küçük harfler (a-z), sayılar, tire ve alt tire kullanılabilir.<br />Kaydedilen tanımlayıcı daha sonra değiştirilemez.
|
Chris@1517
|
1062 field_board_parent: Üst forum
|
Chris@1517
|
1063 label_attribute_of_project: Proje %{name}
|
Chris@1517
|
1064 label_attribute_of_author: Yazar %{name}
|
Chris@1517
|
1065 label_attribute_of_assigned_to: Atanan %{name}
|
Chris@1517
|
1066 label_attribute_of_fixed_version: Hedef sürüm %{name}
|
Chris@1517
|
1067 label_copy_subtasks: Alt görevi kopyala
|
Chris@1517
|
1068 label_copied_to: Kopyalama hedefi
|
Chris@1517
|
1069 label_copied_from: Kopyalanacak kaynak
|
Chris@1517
|
1070 label_any_issues_in_project: projedeki herhangi bir sorun
|
Chris@1517
|
1071 label_any_issues_not_in_project: projede olmayan herhangi bir sorun
|
Chris@1517
|
1072 field_private_notes: Özel notlar
|
Chris@1517
|
1073 permission_view_private_notes: Özel notları görüntüle
|
Chris@1517
|
1074 permission_set_notes_private: Notları özel olarak işaretle
|
Chris@1517
|
1075 label_no_issues_in_project: projede hiçbir sorun yok
|
Chris@1517
|
1076 label_any: Hepsi
|
Chris@1517
|
1077 label_last_n_weeks: son %{count} hafta
|
Chris@1517
|
1078 setting_cross_project_subtasks: Projeler arası alt işlere izin ver
|
Chris@1517
|
1079 label_cross_project_descendants: Alt projeler ile
|
Chris@1517
|
1080 label_cross_project_tree: Proje ağacı ile
|
Chris@1517
|
1081 label_cross_project_hierarchy: Proje hiyerarşisi ile
|
Chris@1517
|
1082 label_cross_project_system: Tüm projeler ile
|
Chris@1517
|
1083 button_hide: Gizle
|
Chris@1517
|
1084 setting_non_working_week_days: Tatil günleri
|
Chris@1517
|
1085 label_in_the_next_days: gelecekte
|
Chris@1517
|
1086 label_in_the_past_days: geçmişte
|
Chris@1517
|
1087 label_attribute_of_user: Kullanıcı %{name}
|
Chris@1517
|
1088 text_turning_multiple_off: Çoklu değer seçimini devre dışı bırakırsanız, çoklu değer içeren alanlar, her alan için yalnızca tek değer girilecek şekilde düzenlenecektir.
|
Chris@1517
|
1089 label_attribute_of_issue: Sorun %{name}
|
Chris@1517
|
1090 permission_add_documents: Belgeleri ekle
|
Chris@1517
|
1091 permission_edit_documents: Belgeleri düzenle
|
Chris@1517
|
1092 permission_delete_documents: Belgeleri sil
|
Chris@1517
|
1093 label_gantt_progress_line: İlerleme çizgisi
|
Chris@1517
|
1094 setting_jsonp_enabled: JSONP desteğini etkinleştir
|
Chris@1517
|
1095 field_inherit_members: Devralan kullanıcılar
|
Chris@1517
|
1096 field_closed_on: Kapanış tarihi
|
Chris@1517
|
1097 field_generate_password: Parola oluştur
|
Chris@1517
|
1098 setting_default_projects_tracker_ids: Yeni projeler için varsayılan iş tipi
|
Chris@1517
|
1099 label_total_time: Toplam
|
Chris@1517
|
1100 text_scm_config: config/configuration.yml içinden SCM komutlarını yapılandırabilirsiniz. Lütfen yapılandırmadan sonra uygulamayı tekrar başlatın.
|
Chris@1517
|
1101 text_scm_command_not_available: SCM komutu kullanılamıyor. Lütfen yönetim panelinden ayarları kontrol edin.
|
Chris@1517
|
1102 notice_account_not_activated_yet: Hesabınız henüz etkinleştirilmedi. Yeni bir hesap etkinleştirme e-postası istiyorsanız, lütfen <a href="%{url}">buraya tıklayınız</a>..
|
Chris@1517
|
1103 notice_account_locked: Hesabınız kilitlendi.
|
Chris@1517
|
1104 label_hidden: Gizle
|
Chris@1517
|
1105 label_visibility_private: yalnız benim için
|
Chris@1517
|
1106 label_visibility_roles: yalnız bu roller için
|
Chris@1517
|
1107 label_visibility_public: herhangi bir kullanıcı için
|
Chris@1517
|
1108 field_must_change_passwd: Bir sonraki girişinizde şifrenizi değiştirmeniz gerekir.
|
Chris@1517
|
1109 notice_new_password_must_be_different: Yeni parola geçerli paroladan
|
Chris@1517
|
1110 farklı olmalı
|
Chris@1517
|
1111 setting_mail_handler_excluded_filenames: Dosya adı belirtilen ekleri hariç tut
|
Chris@1517
|
1112 text_convert_available: ImageMagick dönüştürmesi kullanılabilir (isteğe bağlı)
|
Chris@1517
|
1113 label_link: Link
|
Chris@1517
|
1114 label_only: only
|
Chris@1517
|
1115 label_drop_down_list: drop-down list
|
Chris@1517
|
1116 label_checkboxes: checkboxes
|
Chris@1517
|
1117 label_link_values_to: Link values to URL
|
Chris@1517
|
1118 setting_force_default_language_for_anonymous: Force default language for anonymous
|
Chris@1517
|
1119 users
|
Chris@1517
|
1120 setting_force_default_language_for_loggedin: Force default language for logged-in
|
Chris@1517
|
1121 users
|
Chris@1517
|
1122 label_custom_field_select_type: Select the type of object to which the custom field
|
Chris@1517
|
1123 is to be attached
|
Chris@1517
|
1124 label_check_for_updates: Check for updates
|
Chris@1517
|
1125 label_latest_compatible_version: Latest compatible version
|
Chris@1517
|
1126 label_unknown_plugin: Unknown plugin
|
Chris@1517
|
1127 label_radio_buttons: radio buttons
|