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