Chris@0
|
1 # Turkish translations for Ruby on Rails
|
Chris@0
|
2 # by Ozgun Ataman (ozataman@gmail.com)
|
Chris@0
|
3
|
Chris@0
|
4 tr:
|
Chris@0
|
5 locale:
|
Chris@0
|
6 native_name: Türkçe
|
Chris@0
|
7 address_separator: " "
|
Chris@14
|
8 direction: ltr
|
Chris@0
|
9 date:
|
Chris@0
|
10 formats:
|
Chris@0
|
11 default: "%d.%m.%Y"
|
Chris@0
|
12 numeric: "%d.%m.%Y"
|
Chris@0
|
13 short: "%e %b"
|
Chris@0
|
14 long: "%e %B %Y, %A"
|
Chris@0
|
15 only_day: "%e"
|
Chris@0
|
16
|
Chris@0
|
17 day_names: [Pazar, Pazartesi, Salı, Çarşamba, Perşembe, Cuma, Cumartesi]
|
Chris@0
|
18 abbr_day_names: [Pzr, Pzt, Sal, Çrş, Prş, Cum, Cts]
|
Chris@0
|
19 month_names: [~, Ocak, Şubat, Mart, Nisan, Mayıs, Haziran, Temmuz, Ağustos, Eylül, Ekim, Kasım, Aralık]
|
Chris@0
|
20 abbr_month_names: [~, Oca, Şub, Mar, Nis, May, Haz, Tem, Ağu, Eyl, Eki, Kas, Ara]
|
Chris@0
|
21 order: [ :day, :month, :year ]
|
Chris@0
|
22
|
Chris@0
|
23 time:
|
Chris@0
|
24 formats:
|
Chris@0
|
25 default: "%a %d.%b.%y %H:%M"
|
Chris@0
|
26 numeric: "%d.%b.%y %H:%M"
|
Chris@0
|
27 short: "%e %B, %H:%M"
|
Chris@0
|
28 long: "%e %B %Y, %A, %H:%M"
|
Chris@0
|
29 time: "%H:%M"
|
Chris@0
|
30
|
Chris@0
|
31 am: "öğleden önce"
|
Chris@0
|
32 pm: "öğleden sonra"
|
Chris@0
|
33
|
Chris@0
|
34 datetime:
|
Chris@0
|
35 distance_in_words:
|
Chris@0
|
36 half_a_minute: 'yarım dakika'
|
Chris@0
|
37 less_than_x_seconds:
|
Chris@0
|
38 zero: '1 saniyeden az'
|
Chris@0
|
39 one: '1 saniyeden az'
|
Chris@0
|
40 other: '{{count}} saniyeden az'
|
Chris@0
|
41 x_seconds:
|
Chris@0
|
42 one: '1 saniye'
|
Chris@0
|
43 other: '{{count}} saniye'
|
Chris@0
|
44 less_than_x_minutes:
|
Chris@0
|
45 zero: '1 dakikadan az'
|
Chris@0
|
46 one: '1 dakikadan az'
|
Chris@0
|
47 other: '{{count}} dakikadan az'
|
Chris@0
|
48 x_minutes:
|
Chris@0
|
49 one: '1 dakika'
|
Chris@0
|
50 other: '{{count}} dakika'
|
Chris@0
|
51 about_x_hours:
|
Chris@0
|
52 one: '1 saat civarında'
|
Chris@0
|
53 other: '{{count}} saat civarında'
|
Chris@0
|
54 x_days:
|
Chris@0
|
55 one: '1 gün'
|
Chris@0
|
56 other: '{{count}} gün'
|
Chris@0
|
57 about_x_months:
|
Chris@0
|
58 one: '1 ay civarında'
|
Chris@0
|
59 other: '{{count}} ay civarında'
|
Chris@0
|
60 x_months:
|
Chris@0
|
61 one: '1 ay'
|
Chris@0
|
62 other: '{{count}} ay'
|
Chris@0
|
63 about_x_years:
|
Chris@0
|
64 one: '1 yıl civarında'
|
Chris@0
|
65 other: '{{count}} yıl civarında'
|
Chris@0
|
66 over_x_years:
|
Chris@0
|
67 one: '1 yıldan fazla'
|
Chris@0
|
68 other: '{{count}} yıldan fazla'
|
Chris@0
|
69 almost_x_years:
|
Chris@0
|
70 one: "almost 1 year"
|
Chris@0
|
71 other: "almost {{count}} years"
|
Chris@0
|
72
|
Chris@0
|
73 number:
|
Chris@0
|
74 format:
|
Chris@0
|
75 precision: 2
|
Chris@0
|
76 separator: ','
|
Chris@0
|
77 delimiter: '.'
|
Chris@0
|
78 currency:
|
Chris@0
|
79 format:
|
Chris@0
|
80 unit: 'TRY'
|
Chris@0
|
81 format: '%n%u'
|
Chris@0
|
82 separator: ','
|
Chris@0
|
83 delimiter: '.'
|
Chris@0
|
84 precision: 2
|
Chris@0
|
85 percentage:
|
Chris@0
|
86 format:
|
Chris@0
|
87 delimiter: '.'
|
Chris@0
|
88 separator: ','
|
Chris@0
|
89 precision: 2
|
Chris@0
|
90 precision:
|
Chris@0
|
91 format:
|
Chris@0
|
92 delimiter: '.'
|
Chris@0
|
93 separator: ','
|
Chris@0
|
94 human:
|
Chris@0
|
95 format:
|
Chris@0
|
96 delimiter: '.'
|
Chris@0
|
97 separator: ','
|
Chris@0
|
98 precision: 2
|
Chris@0
|
99 storage_units:
|
Chris@0
|
100 format: "%n %u"
|
Chris@0
|
101 units:
|
Chris@0
|
102 byte:
|
Chris@0
|
103 one: "Byte"
|
Chris@0
|
104 other: "Bytes"
|
Chris@0
|
105 kb: "KB"
|
Chris@0
|
106 mb: "MB"
|
Chris@0
|
107 gb: "GB"
|
Chris@0
|
108 tb: "TB"
|
Chris@0
|
109
|
Chris@0
|
110 support:
|
Chris@0
|
111 array:
|
Chris@0
|
112 sentence_connector: "ve"
|
Chris@0
|
113 skip_last_comma: true
|
Chris@0
|
114
|
Chris@0
|
115 activerecord:
|
Chris@0
|
116 errors:
|
Chris@0
|
117 template:
|
Chris@0
|
118 header:
|
Chris@0
|
119 one: "{{model}} girişi kaydedilemedi: 1 hata."
|
Chris@0
|
120 other: "{{model}} girişi kadedilemedi: {{count}} hata."
|
Chris@0
|
121 body: "Lütfen aşağıdaki hataları düzeltiniz:"
|
Chris@0
|
122
|
Chris@0
|
123 messages:
|
Chris@0
|
124 inclusion: "kabul edilen bir kelime değil"
|
Chris@0
|
125 exclusion: "kullanılamaz"
|
Chris@0
|
126 invalid: "geçersiz"
|
Chris@0
|
127 confirmation: "teyidi uyuşmamakta"
|
Chris@0
|
128 accepted: "kabul edilmeli"
|
Chris@0
|
129 empty: "doldurulmalı"
|
Chris@0
|
130 blank: "doldurulmalı"
|
Chris@0
|
131 too_long: "çok uzun (en fazla {{count}} karakter)"
|
Chris@0
|
132 too_short: "çok kısa (en az {{count}} karakter)"
|
Chris@0
|
133 wrong_length: "yanlış uzunlukta (tam olarak {{count}} karakter olmalı)"
|
Chris@0
|
134 taken: "hali hazırda kullanılmakta"
|
Chris@0
|
135 not_a_number: "geçerli bir sayı değil"
|
Chris@0
|
136 greater_than: "{{count}} sayısından büyük olmalı"
|
Chris@0
|
137 greater_than_or_equal_to: "{{count}} sayısına eşit veya büyük olmalı"
|
Chris@0
|
138 equal_to: "tam olarak {{count}} olmalı"
|
Chris@0
|
139 less_than: "{{count}} sayısından küçük olmalı"
|
Chris@0
|
140 less_than_or_equal_to: "{{count}} sayısına eşit veya küçük olmalı"
|
Chris@0
|
141 odd: "tek olmalı"
|
Chris@0
|
142 even: "çift olmalı"
|
Chris@0
|
143 greater_than_start_date: "başlangıç tarihinden büyük olmalı"
|
Chris@0
|
144 not_same_project: "aynı projeye ait değil"
|
Chris@0
|
145 circular_dependency: "Bu ilişki döngüsel bağımlılık meydana getirecektir"
|
chris@22
|
146 cant_link_an_issue_with_a_descendant: "An issue can not be linked to one of its subtasks"
|
Chris@0
|
147 models:
|
Chris@0
|
148
|
Chris@0
|
149 actionview_instancetag_blank_option: Lütfen Seçin
|
Chris@0
|
150
|
Chris@0
|
151 general_text_No: 'Hayır'
|
Chris@0
|
152 general_text_Yes: 'Evet'
|
Chris@0
|
153 general_text_no: 'hayır'
|
Chris@0
|
154 general_text_yes: 'evet'
|
Chris@0
|
155 general_lang_name: 'Türkçe'
|
Chris@0
|
156 general_csv_separator: ','
|
Chris@0
|
157 general_csv_encoding: ISO-8859-1
|
Chris@0
|
158 general_pdf_encoding: ISO-8859-1
|
Chris@0
|
159 general_first_day_of_week: '7'
|
Chris@0
|
160
|
Chris@0
|
161 notice_account_updated: Hesap başarıyla güncelleştirildi.
|
Chris@0
|
162 notice_account_invalid_creditentials: Geçersiz kullanıcı ya da parola
|
Chris@0
|
163 notice_account_password_updated: Parola başarıyla güncellendi.
|
Chris@0
|
164 notice_account_wrong_password: Yanlış parola
|
Chris@0
|
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@0
|
166 notice_account_unknown_email: Tanınmayan kullanıcı.
|
Chris@0
|
167 notice_can_t_change_password: Bu hesap harici bir denetim kaynağı kullanıyor. Parolayı değiştirmek mümkün değil.
|
Chris@0
|
168 notice_account_lost_email_sent: Yeni parola seçme talimatlarını içeren e-postanız gönderildi.
|
Chris@0
|
169 notice_account_activated: Hesabınız etkinleştirildi. Şimdi giriş yapabilirsiniz.
|
Chris@0
|
170 notice_successful_create: Başarıyla oluşturuldu.
|
Chris@0
|
171 notice_successful_update: Başarıyla güncellendi.
|
Chris@0
|
172 notice_successful_delete: Başarıyla silindi.
|
Chris@0
|
173 notice_successful_connection: Bağlantı başarılı.
|
Chris@0
|
174 notice_file_not_found: Erişmek istediğiniz sayfa mevcut değil ya da kaldırılmış.
|
Chris@0
|
175 notice_locking_conflict: Veri başka bir kullanıcı tarafından güncellendi.
|
Chris@0
|
176 notice_not_authorized: Bu sayfaya erişme yetkiniz yok.
|
Chris@0
|
177 notice_email_sent: "E-posta gönderildi {{value}}"
|
Chris@0
|
178 notice_email_error: "E-posta gönderilirken bir hata oluştu ({{value}})"
|
Chris@0
|
179 notice_feeds_access_key_reseted: RSS erişim anahtarınız sıfırlandı.
|
Chris@0
|
180 notice_failed_to_save_issues: "Failed to save {{count}} issue(s) on {{total}} selected: {{ids}}."
|
Chris@0
|
181 notice_no_issue_selected: "Seçili ileti yok! Lütfen, düzenlemek istediğiniz iletileri işaretleyin."
|
Chris@0
|
182 notice_account_pending: "Hesabınız oluşturuldu ve yönetici onayı bekliyor."
|
Chris@0
|
183 notice_default_data_loaded: Varasayılan konfigürasyon başarılıyla yüklendi.
|
Chris@0
|
184
|
Chris@0
|
185 error_can_t_load_default_data: "Varsayılan konfigürasyon yüklenemedi: {{value}}"
|
Chris@0
|
186 error_scm_not_found: "Depoda, giriş ya da revizyon yok."
|
Chris@0
|
187 error_scm_command_failed: "Depoya erişmeye çalışırken bir hata meydana geldi: {{value}}"
|
Chris@0
|
188 error_scm_annotate: "Giriş mevcut değil veya izah edilemedi."
|
Chris@0
|
189 error_issue_not_found_in_project: 'İleti bilgisi bulunamadı veya bu projeye ait değil'
|
Chris@0
|
190
|
Chris@0
|
191 mail_subject_lost_password: "Parolanız {{value}}"
|
Chris@0
|
192 mail_body_lost_password: 'Parolanızı değiştirmek için, aşağıdaki bağlantıya tıklayın:'
|
Chris@0
|
193 mail_subject_register: "Your {{value}} hesap aktivasyonu"
|
Chris@0
|
194 mail_body_register: 'Hesabınızı etkinleştirmek için, aşağıdaki bağlantıya tıklayın:'
|
Chris@0
|
195 mail_body_account_information_external: "Hesabınızı {{value}} giriş yapmak için kullanabilirsiniz."
|
Chris@0
|
196 mail_body_account_information: Hesap bilgileriniz
|
Chris@0
|
197 mail_subject_account_activation_request: "{{value}} hesabı etkinleştirme isteği"
|
Chris@0
|
198 mail_body_account_activation_request: "Yeni bir kullanıcı ({{value}}) kaydedildi. Hesap onaylanmayı bekliyor:"
|
Chris@0
|
199
|
Chris@0
|
200 gui_validation_error: 1 hata
|
Chris@0
|
201 gui_validation_error_plural: "{{count}} hata"
|
Chris@0
|
202
|
Chris@0
|
203 field_name: İsim
|
Chris@0
|
204 field_description: Açıklama
|
Chris@0
|
205 field_summary: Özet
|
Chris@0
|
206 field_is_required: Gerekli
|
Chris@0
|
207 field_firstname: Ad
|
Chris@0
|
208 field_lastname: Soyad
|
Chris@0
|
209 field_mail: E-Posta
|
Chris@0
|
210 field_filename: Dosya
|
Chris@0
|
211 field_filesize: Boyut
|
Chris@0
|
212 field_downloads: İndirilenler
|
Chris@0
|
213 field_author: Yazar
|
Chris@0
|
214 field_created_on: Oluşturuldu
|
Chris@0
|
215 field_updated_on: Güncellendi
|
Chris@0
|
216 field_field_format: Biçim
|
Chris@0
|
217 field_is_for_all: Tüm projeler için
|
Chris@0
|
218 field_possible_values: Mümkün değerler
|
Chris@0
|
219 field_regexp: Düzenli ifadeler
|
Chris@0
|
220 field_min_length: En az uzunluk
|
Chris@0
|
221 field_max_length: En çok uzunluk
|
Chris@0
|
222 field_value: Değer
|
Chris@0
|
223 field_category: Kategori
|
Chris@0
|
224 field_title: Başlık
|
Chris@0
|
225 field_project: Proje
|
Chris@0
|
226 field_issue: İleti
|
Chris@0
|
227 field_status: Durum
|
Chris@0
|
228 field_notes: Notlar
|
Chris@0
|
229 field_is_closed: İleti kapatıldı
|
Chris@0
|
230 field_is_default: Varsayılan Değer
|
Chris@0
|
231 field_tracker: Takipçi
|
Chris@0
|
232 field_subject: Konu
|
Chris@0
|
233 field_due_date: Bitiş Tarihi
|
Chris@0
|
234 field_assigned_to: Atanan
|
Chris@0
|
235 field_priority: Öncelik
|
Chris@0
|
236 field_fixed_version: Hedef Version
|
Chris@0
|
237 field_user: Kullanıcı
|
Chris@0
|
238 field_role: Rol
|
Chris@0
|
239 field_homepage: Anasayfa
|
Chris@0
|
240 field_is_public: Genel
|
Chris@0
|
241 field_parent: 'Üst proje: '
|
Chris@0
|
242 field_is_in_roadmap: Yol haritasında gösterilen iletiler
|
Chris@0
|
243 field_login: Giriş
|
Chris@0
|
244 field_mail_notification: E-posta uyarıları
|
Chris@0
|
245 field_admin: Yönetici
|
Chris@0
|
246 field_last_login_on: Son Bağlantı
|
Chris@0
|
247 field_language: Dil
|
Chris@0
|
248 field_effective_date: Tarih
|
Chris@0
|
249 field_password: Parola
|
Chris@0
|
250 field_new_password: Yeni Parola
|
Chris@0
|
251 field_password_confirmation: Onay
|
Chris@0
|
252 field_version: Versiyon
|
Chris@0
|
253 field_type: Tip
|
Chris@0
|
254 field_host: Host
|
Chris@0
|
255 field_port: Port
|
Chris@0
|
256 field_account: Hesap
|
Chris@0
|
257 field_base_dn: Base DN
|
Chris@0
|
258 field_attr_login: Giriş Niteliği
|
Chris@0
|
259 field_attr_firstname: Ad Niteliği
|
Chris@0
|
260 field_attr_lastname: Soyad Niteliği
|
Chris@0
|
261 field_attr_mail: E-Posta Niteliği
|
Chris@0
|
262 field_onthefly: Anında kullanıcı oluşturma
|
Chris@0
|
263 field_done_ratio: % tamamlandı
|
Chris@0
|
264 field_auth_source: Kimlik Denetim Modu
|
Chris@0
|
265 field_hide_mail: E-posta adresimi gizle
|
Chris@0
|
266 field_comments: Açıklama
|
Chris@0
|
267 field_url: URL
|
Chris@0
|
268 field_start_page: Başlangıç Sayfası
|
Chris@0
|
269 field_subproject: Alt Proje
|
Chris@0
|
270 field_hours: Saatler
|
Chris@0
|
271 field_activity: Faaliyet
|
Chris@0
|
272 field_spent_on: Tarih
|
Chris@0
|
273 field_identifier: Tanımlayıcı
|
Chris@0
|
274 field_is_filter: filtre olarak kullanılmış
|
Chris@0
|
275 field_issue_to: İlişkili ileti
|
Chris@0
|
276 field_delay: Gecikme
|
Chris@0
|
277 field_assignable: Bu role atanabilecek iletiler
|
Chris@0
|
278 field_redirect_existing_links: Mevcut bağlantıları tekrar yönlendir
|
Chris@0
|
279 field_estimated_hours: Kalan zaman
|
Chris@0
|
280 field_column_names: Sütunlar
|
Chris@0
|
281 field_time_zone: Saat dilimi
|
Chris@0
|
282 field_searchable: Aranabilir
|
Chris@0
|
283 field_default_value: Varsayılan değer
|
Chris@0
|
284 field_comments_sorting: Açıklamaları göster
|
Chris@0
|
285
|
Chris@0
|
286 setting_app_title: Uygulama Bağlığı
|
Chris@0
|
287 setting_app_subtitle: Uygulama alt başlığı
|
Chris@0
|
288 setting_welcome_text: Hoşgeldin Mesajı
|
Chris@0
|
289 setting_default_language: Varsayılan Dil
|
Chris@0
|
290 setting_login_required: Kimlik denetimi gerekli mi
|
Chris@0
|
291 setting_self_registration: Otomatik kayıt
|
Chris@0
|
292 setting_attachment_max_size: Maksimum Ek boyutu
|
Chris@0
|
293 setting_issues_export_limit: İletilerin dışa aktarılma sınırı
|
Chris@0
|
294 setting_mail_from: Gönderici e-posta adresi
|
Chris@0
|
295 setting_bcc_recipients: Alıcıları birbirinden gizle (bcc)
|
Chris@0
|
296 setting_host_name: Host adı
|
Chris@0
|
297 setting_text_formatting: Metin biçimi
|
Chris@0
|
298 setting_wiki_compression: Wiki geçmişini sıkıştır
|
Chris@0
|
299 setting_feeds_limit: Haber yayını içerik limiti
|
Chris@0
|
300 setting_default_projects_public: Yeni projeler varsayılan olarak herkese açık
|
Chris@0
|
301 setting_autofetch_changesets: Otomatik gönderi al
|
Chris@0
|
302 setting_sys_api_enabled: Depo yönetimi için WS'yi etkinleştir
|
Chris@0
|
303 setting_commit_ref_keywords: Başvuru Kelimeleri
|
Chris@0
|
304 setting_commit_fix_keywords: Sabitleme kelimeleri
|
Chris@0
|
305 setting_autologin: Otomatik Giriş
|
Chris@0
|
306 setting_date_format: Tarih Formati
|
Chris@0
|
307 setting_time_format: Zaman Formatı
|
Chris@0
|
308 setting_cross_project_issue_relations: Çapraz-Proje ileti ilişkilendirmesine izin ver
|
Chris@0
|
309 setting_issue_list_default_columns: İleti listesinde gösterilen varsayılan sütunlar
|
Chris@0
|
310 setting_repositories_encodings: Depo dil kodlaması
|
Chris@0
|
311 setting_emails_footer: E-posta dip not
|
Chris@0
|
312 setting_protocol: Protokol
|
Chris@0
|
313 setting_per_page_options: Sayfa seçenekleri başına nesneler
|
Chris@0
|
314 setting_user_format: Kullanıcı gösterim formatı
|
Chris@0
|
315 setting_activity_days_default: Proje Faaliyetlerinde gösterilen gün sayısı
|
Chris@0
|
316 setting_display_subprojects_issues: Varsayılan olarak ana projenin ileti listesinde alt proje iletilerini göster
|
Chris@0
|
317
|
Chris@0
|
318 project_module_issue_tracking: İleti Takibi
|
Chris@0
|
319 project_module_time_tracking: Zaman Takibi
|
Chris@0
|
320 project_module_news: Haberler
|
Chris@0
|
321 project_module_documents: Belgeler
|
Chris@0
|
322 project_module_files: Dosyalar
|
Chris@0
|
323 project_module_wiki: Wiki
|
Chris@0
|
324 project_module_repository: Depo
|
Chris@0
|
325 project_module_boards: Tartışma Alanı
|
Chris@0
|
326
|
Chris@0
|
327 label_user: Kullanıcı
|
Chris@0
|
328 label_user_plural: Kullanıcılar
|
Chris@0
|
329 label_user_new: Yeni Kullanıcı
|
Chris@0
|
330 label_project: Proje
|
Chris@0
|
331 label_project_new: Yeni proje
|
Chris@0
|
332 label_project_plural: Projeler
|
Chris@0
|
333 label_x_projects:
|
Chris@0
|
334 zero: no projects
|
Chris@0
|
335 one: 1 project
|
Chris@0
|
336 other: "{{count}} projects"
|
Chris@0
|
337 label_project_all: Tüm Projeler
|
Chris@0
|
338 label_project_latest: En son projeler
|
Chris@0
|
339 label_issue: İleti
|
Chris@0
|
340 label_issue_new: Yeni İleti
|
Chris@0
|
341 label_issue_plural: İletiler
|
Chris@0
|
342 label_issue_view_all: Tüm iletileri izle
|
Chris@0
|
343 label_issues_by: "{{value}} tarafından gönderilmiş iletiler"
|
Chris@0
|
344 label_issue_added: İleti eklendi
|
Chris@0
|
345 label_issue_updated: İleti güncellendi
|
Chris@0
|
346 label_document: Belge
|
Chris@0
|
347 label_document_new: Yeni belge
|
Chris@0
|
348 label_document_plural: Belgeler
|
Chris@0
|
349 label_document_added: Belge eklendi
|
Chris@0
|
350 label_role: Rol
|
Chris@0
|
351 label_role_plural: Roller
|
Chris@0
|
352 label_role_new: Yeni rol
|
Chris@0
|
353 label_role_and_permissions: Roller ve izinler
|
Chris@0
|
354 label_member: Üye
|
Chris@0
|
355 label_member_new: Yeni üye
|
Chris@0
|
356 label_member_plural: Üyeler
|
Chris@0
|
357 label_tracker: Takipçi
|
Chris@0
|
358 label_tracker_plural: Takipçiler
|
Chris@0
|
359 label_tracker_new: Yeni takipçi
|
Chris@0
|
360 label_workflow: İş akışı
|
Chris@0
|
361 label_issue_status: İleti durumu
|
Chris@0
|
362 label_issue_status_plural: İleti durumuları
|
Chris@0
|
363 label_issue_status_new: Yeni durum
|
Chris@0
|
364 label_issue_category: İleti kategorisi
|
Chris@0
|
365 label_issue_category_plural: İleti kategorileri
|
Chris@0
|
366 label_issue_category_new: Yeni kategori
|
Chris@0
|
367 label_custom_field: Özel alan
|
Chris@0
|
368 label_custom_field_plural: Özel alanlar
|
Chris@0
|
369 label_custom_field_new: Yeni özel alan
|
Chris@0
|
370 label_enumerations: Numaralandırmalar
|
Chris@0
|
371 label_enumeration_new: Yeni değer
|
Chris@0
|
372 label_information: Bilgi
|
Chris@0
|
373 label_information_plural: Bilgi
|
Chris@0
|
374 label_please_login: Lütfen giriş yapın
|
Chris@0
|
375 label_register: Kayıt
|
Chris@0
|
376 label_password_lost: Parolamı unuttum?
|
Chris@0
|
377 label_home: Anasayfa
|
Chris@0
|
378 label_my_page: Kişisel Sayfam
|
Chris@0
|
379 label_my_account: Hesabım
|
Chris@0
|
380 label_my_projects: Projelerim
|
Chris@0
|
381 label_administration: Yönetim
|
Chris@0
|
382 label_login: Gir
|
Chris@0
|
383 label_logout: Çıkış
|
Chris@0
|
384 label_help: Yardım
|
Chris@0
|
385 label_reported_issues: Rapor edilmiş iletiler
|
Chris@0
|
386 label_assigned_to_me_issues: Bana atanmış iletiler
|
Chris@0
|
387 label_last_login: Son bağlantı
|
Chris@0
|
388 label_registered_on: Kayıtlı
|
Chris@0
|
389 label_activity: Faaliyet
|
Chris@0
|
390 label_overall_activity: Tüm aktiviteler
|
Chris@0
|
391 label_new: Yeni
|
Chris@0
|
392 label_logged_as: "Kullanıcı :"
|
Chris@0
|
393 label_environment: Çevre
|
Chris@0
|
394 label_authentication: Kimlik Denetimi
|
Chris@0
|
395 label_auth_source: Kimlik Denetim Modu
|
Chris@0
|
396 label_auth_source_new: Yeni Denetim Modu
|
Chris@0
|
397 label_auth_source_plural: Denetim Modları
|
Chris@0
|
398 label_subproject_plural: Alt Projeler
|
Chris@0
|
399 label_min_max_length: Min - Maks uzunluk
|
Chris@0
|
400 label_list: Liste
|
Chris@0
|
401 label_date: Tarih
|
Chris@0
|
402 label_integer: Tam sayı
|
Chris@0
|
403 label_float: Noktalı sayı
|
Chris@0
|
404 label_boolean: Boolean
|
Chris@0
|
405 label_string: Metin
|
Chris@0
|
406 label_text: Uzun Metin
|
Chris@0
|
407 label_attribute: Nitelik
|
Chris@0
|
408 label_attribute_plural: Nitelikler
|
Chris@0
|
409 label_download: "{{count}} indirilen"
|
Chris@0
|
410 label_download_plural: "{{count}} indirilen"
|
Chris@0
|
411 label_no_data: Gösterilecek veri yok
|
Chris@0
|
412 label_change_status: Değişim Durumu
|
Chris@0
|
413 label_history: Geçmiş
|
Chris@0
|
414 label_attachment: Dosya
|
Chris@0
|
415 label_attachment_new: Yeni Dosya
|
Chris@0
|
416 label_attachment_delete: Dosyayı Sil
|
Chris@0
|
417 label_attachment_plural: Dosyalar
|
Chris@0
|
418 label_file_added: Eklenen Dosyalar
|
Chris@0
|
419 label_report: Rapor
|
Chris@0
|
420 label_report_plural: Raporlar
|
Chris@0
|
421 label_news: Haber
|
Chris@0
|
422 label_news_new: Haber ekle
|
Chris@0
|
423 label_news_plural: Haber
|
Chris@0
|
424 label_news_latest: Son Haberler
|
Chris@0
|
425 label_news_view_all: Tüm haberleri oku
|
Chris@0
|
426 label_news_added: Haber eklendi
|
Chris@0
|
427 label_settings: Ayarlar
|
Chris@0
|
428 label_overview: Genel
|
Chris@0
|
429 label_version: Versiyon
|
Chris@0
|
430 label_version_new: Yeni versiyon
|
Chris@0
|
431 label_version_plural: Versiyonlar
|
Chris@0
|
432 label_confirmation: Doğrulamama
|
Chris@0
|
433 label_export_to: 'Diğer uygun kaynaklar:'
|
Chris@0
|
434 label_read: Oku...
|
Chris@0
|
435 label_public_projects: Genel Projeler
|
Chris@0
|
436 label_open_issues: açık
|
Chris@0
|
437 label_open_issues_plural: açık
|
Chris@0
|
438 label_closed_issues: kapalı
|
Chris@0
|
439 label_closed_issues_plural: kapalı
|
Chris@0
|
440 label_x_open_issues_abbr_on_total:
|
Chris@0
|
441 zero: 0 open / {{total}}
|
Chris@0
|
442 one: 1 open / {{total}}
|
Chris@0
|
443 other: "{{count}} open / {{total}}"
|
Chris@0
|
444 label_x_open_issues_abbr:
|
Chris@0
|
445 zero: 0 open
|
Chris@0
|
446 one: 1 open
|
Chris@0
|
447 other: "{{count}} open"
|
Chris@0
|
448 label_x_closed_issues_abbr:
|
Chris@0
|
449 zero: 0 closed
|
Chris@0
|
450 one: 1 closed
|
Chris@0
|
451 other: "{{count}} closed"
|
Chris@0
|
452 label_total: Toplam
|
Chris@0
|
453 label_permissions: İzinler
|
Chris@0
|
454 label_current_status: Mevcut Durum
|
Chris@0
|
455 label_new_statuses_allowed: Yeni durumlara izin verildi
|
Chris@0
|
456 label_all: Hepsi
|
Chris@0
|
457 label_none: Hiçbiri
|
Chris@0
|
458 label_nobody: Hiçkimse
|
Chris@0
|
459 label_next: Sonraki
|
Chris@0
|
460 label_previous: Önceki
|
Chris@0
|
461 label_used_by: 'Kullanan: '
|
Chris@0
|
462 label_details: Detaylar
|
Chris@0
|
463 label_add_note: Bir not ekle
|
Chris@0
|
464 label_per_page: Sayfa başına
|
Chris@0
|
465 label_calendar: Takvim
|
Chris@0
|
466 label_months_from: aylardan itibaren
|
Chris@0
|
467 label_gantt: Gantt
|
Chris@0
|
468 label_internal: Dahili
|
Chris@0
|
469 label_last_changes: "Son {{count}} değişiklik"
|
Chris@0
|
470 label_change_view_all: Tüm Değişiklikleri gör
|
Chris@0
|
471 label_personalize_page: Bu sayfayı kişiselleştir
|
Chris@0
|
472 label_comment: Açıklama
|
Chris@0
|
473 label_comment_plural: Açıklamalar
|
Chris@0
|
474 label_x_comments:
|
Chris@0
|
475 zero: no comments
|
Chris@0
|
476 one: 1 comment
|
Chris@0
|
477 other: "{{count}} comments"
|
Chris@0
|
478 label_comment_add: Açıklama Ekle
|
Chris@0
|
479 label_comment_added: Açıklama Eklendi
|
Chris@0
|
480 label_comment_delete: Açıklamaları sil
|
Chris@0
|
481 label_query: Özel Sorgu
|
Chris@0
|
482 label_query_plural: Özel Sorgular
|
Chris@0
|
483 label_query_new: Yeni Sorgu
|
Chris@0
|
484 label_filter_add: Filtre ekle
|
Chris@0
|
485 label_filter_plural: Filtreler
|
Chris@0
|
486 label_equals: Eşit
|
Chris@0
|
487 label_not_equals: Eşit değil
|
Chris@0
|
488 label_in_less_than: küçüktür
|
Chris@0
|
489 label_in_more_than: büyüktür
|
Chris@0
|
490 label_in: içinde
|
Chris@0
|
491 label_today: bugün
|
Chris@0
|
492 label_all_time: Tüm Zamanlar
|
Chris@0
|
493 label_yesterday: Dün
|
Chris@0
|
494 label_this_week: Bu hafta
|
Chris@0
|
495 label_last_week: Geçen hafta
|
Chris@0
|
496 label_last_n_days: "Son {{count}} gün"
|
Chris@0
|
497 label_this_month: Bu ay
|
Chris@0
|
498 label_last_month: Geçen ay
|
Chris@0
|
499 label_this_year: Bu yıl
|
Chris@0
|
500 label_date_range: Tarih aralığı
|
Chris@0
|
501 label_less_than_ago: günler öncesinden az
|
Chris@0
|
502 label_more_than_ago: günler öncesinden fazla
|
Chris@0
|
503 label_ago: gün önce
|
Chris@0
|
504 label_contains: içeriyor
|
Chris@0
|
505 label_not_contains: içermiyor
|
Chris@0
|
506 label_day_plural: Günler
|
Chris@0
|
507 label_repository: Depo
|
Chris@0
|
508 label_repository_plural: Depolar
|
Chris@0
|
509 label_browse: Tara
|
Chris@0
|
510 label_modification: "{{count}} değişim"
|
Chris@0
|
511 label_modification_plural: "{{count}} değişim"
|
Chris@0
|
512 label_revision: Revizyon
|
Chris@0
|
513 label_revision_plural: Revizyonlar
|
Chris@0
|
514 label_associated_revisions: Birleştirilmiş revizyonlar
|
Chris@0
|
515 label_added: eklendi
|
Chris@0
|
516 label_modified: güncellendi
|
Chris@0
|
517 label_deleted: silindi
|
Chris@0
|
518 label_latest_revision: En son revizyon
|
Chris@0
|
519 label_latest_revision_plural: En son revizyonlar
|
Chris@0
|
520 label_view_revisions: Revizyonları izle
|
Chris@0
|
521 label_max_size: En büyük boyut
|
Chris@0
|
522 label_sort_highest: Üste taşı
|
Chris@0
|
523 label_sort_higher: Yukarı taşı
|
Chris@0
|
524 label_sort_lower: Aşağı taşı
|
Chris@0
|
525 label_sort_lowest: Dibe taşı
|
Chris@0
|
526 label_roadmap: Yol Haritası
|
Chris@0
|
527 label_roadmap_due_in: "Due in {{value}}"
|
Chris@0
|
528 label_roadmap_overdue: "{{value}} geç"
|
Chris@0
|
529 label_roadmap_no_issues: Bu versiyon için ileti yok
|
Chris@0
|
530 label_search: Ara
|
Chris@0
|
531 label_result_plural: Sonuçlar
|
Chris@0
|
532 label_all_words: Tüm Kelimeler
|
Chris@0
|
533 label_wiki: Wiki
|
Chris@0
|
534 label_wiki_edit: Wiki düzenleme
|
Chris@0
|
535 label_wiki_edit_plural: Wiki düzenlemeleri
|
Chris@0
|
536 label_wiki_page: Wiki sayfası
|
Chris@0
|
537 label_wiki_page_plural: Wiki sayfaları
|
Chris@0
|
538 label_index_by_title: Başlığa göre diz
|
Chris@0
|
539 label_index_by_date: Tarihe göre diz
|
Chris@0
|
540 label_current_version: Güncel versiyon
|
Chris@0
|
541 label_preview: Önizleme
|
Chris@0
|
542 label_feed_plural: Beslemeler
|
Chris@0
|
543 label_changes_details: Bütün değişikliklerin detayları
|
Chris@0
|
544 label_issue_tracking: İleti Takibi
|
Chris@0
|
545 label_spent_time: Harcanan zaman
|
Chris@0
|
546 label_f_hour: "{{value}} saat"
|
Chris@0
|
547 label_f_hour_plural: "{{value}} saat"
|
Chris@0
|
548 label_time_tracking: Zaman Takibi
|
Chris@0
|
549 label_change_plural: Değişiklikler
|
Chris@0
|
550 label_statistics: İstatistikler
|
Chris@0
|
551 label_commits_per_month: Aylık teslim
|
Chris@0
|
552 label_commits_per_author: Yazar başına teslim
|
Chris@0
|
553 label_view_diff: Farkları izle
|
Chris@0
|
554 label_diff_inline: satır içi
|
Chris@0
|
555 label_diff_side_by_side: Yan yana
|
Chris@0
|
556 label_options: Tercihler
|
Chris@0
|
557 label_copy_workflow_from: İşakışı kopyala
|
Chris@0
|
558 label_permissions_report: İzin raporu
|
Chris@0
|
559 label_watched_issues: İzlenmiş iletiler
|
Chris@0
|
560 label_related_issues: İlişkili iletiler
|
Chris@0
|
561 label_applied_status: uygulanmış iletiler
|
Chris@0
|
562 label_loading: Yükleniyor...
|
Chris@0
|
563 label_relation_new: Yeni ilişki
|
Chris@0
|
564 label_relation_delete: İlişkiyi sil
|
Chris@0
|
565 label_relates_to: ilişkili
|
Chris@0
|
566 label_duplicates: yinelenmiş
|
Chris@0
|
567 label_blocks: Engeller
|
Chris@0
|
568 label_blocked_by: Engelleyen
|
Chris@0
|
569 label_precedes: önce gelir
|
Chris@0
|
570 label_follows: sonra gelir
|
Chris@0
|
571 label_end_to_start: sondan başa
|
Chris@0
|
572 label_end_to_end: sondan sona
|
Chris@0
|
573 label_start_to_start: baştan başa
|
Chris@0
|
574 label_start_to_end: baştan sona
|
Chris@0
|
575 label_stay_logged_in: Sürekli bağlı kal
|
Chris@0
|
576 label_disabled: Devredışı
|
Chris@0
|
577 label_show_completed_versions: Tamamlanmış versiyonları göster
|
Chris@0
|
578 label_me: Ben
|
Chris@0
|
579 label_board: Tartışma Alanı
|
Chris@0
|
580 label_board_new: Yeni alan
|
Chris@0
|
581 label_board_plural: Tartışma alanları
|
Chris@0
|
582 label_topic_plural: Konular
|
Chris@0
|
583 label_message_plural: Mesajlar
|
Chris@0
|
584 label_message_last: Son mesaj
|
Chris@0
|
585 label_message_new: Yeni mesaj
|
Chris@0
|
586 label_message_posted: Mesaj eklendi
|
Chris@0
|
587 label_reply_plural: Cevaplar
|
Chris@0
|
588 label_send_information: Hesap bilgisini kullanıcıya gönder
|
Chris@0
|
589 label_year: Yıl
|
Chris@0
|
590 label_month: Ay
|
Chris@0
|
591 label_week: Hafta
|
Chris@0
|
592 label_date_from: Başlangıç
|
Chris@0
|
593 label_date_to: Bitiş
|
Chris@0
|
594 label_language_based: Kullanıcı diline istinaden
|
Chris@0
|
595 label_sort_by: "{{value}} göre sırala"
|
Chris@0
|
596 label_send_test_email: Test e-postası gönder
|
Chris@0
|
597 label_feeds_access_key_created_on: "RSS erişim anahtarı {{value}} önce oluşturuldu"
|
Chris@0
|
598 label_module_plural: Modüller
|
Chris@0
|
599 label_added_time_by: "{{author}} tarafından {{age}} önce eklendi"
|
Chris@0
|
600 label_updated_time: "{{value}} önce güncellendi"
|
Chris@0
|
601 label_jump_to_a_project: Projeye git...
|
Chris@0
|
602 label_file_plural: Dosyalar
|
Chris@0
|
603 label_changeset_plural: Değişiklik Listeleri
|
Chris@0
|
604 label_default_columns: Varsayılan Sütunlar
|
Chris@0
|
605 label_no_change_option: (Değişiklik yok)
|
Chris@0
|
606 label_bulk_edit_selected_issues: Seçili iletileri toplu düzenle
|
Chris@0
|
607 label_theme: Tema
|
Chris@0
|
608 label_default: Varsayılan
|
Chris@0
|
609 label_search_titles_only: Sadece başlıkları ara
|
Chris@0
|
610 label_user_mail_option_all: "Tüm projelerimdeki herhangi bir olay için"
|
Chris@0
|
611 label_user_mail_option_selected: "Sadece seçili projelerdeki herhangi bir olay için..."
|
Chris@0
|
612 label_user_mail_no_self_notified: "Kendi yaptığım değişikliklerden haberdar olmak istemiyorum"
|
Chris@0
|
613 label_registration_activation_by_email: e-posta ile hesap etkinleştirme
|
Chris@0
|
614 label_registration_manual_activation: Elle hesap etkinleştirme
|
Chris@0
|
615 label_registration_automatic_activation: Otomatik hesap etkinleştirme
|
Chris@0
|
616 label_display_per_page: "Sayfa başına: {{value}}"
|
Chris@0
|
617 label_age: Yaş
|
Chris@0
|
618 label_change_properties: Özellikleri değiştir
|
Chris@0
|
619 label_general: Genel
|
Chris@0
|
620 label_more: Daha fazla
|
Chris@0
|
621 label_scm: KKY
|
Chris@0
|
622 label_plugins: Eklentiler
|
Chris@0
|
623 label_ldap_authentication: LDAP Denetimi
|
Chris@0
|
624 label_downloads_abbr: D/L
|
Chris@0
|
625 label_optional_description: İsteğe bağlı açıklama
|
Chris@0
|
626 label_add_another_file: Bir dosya daha ekle
|
Chris@0
|
627 label_preferences: Tercihler
|
Chris@0
|
628 label_chronological_order: Tarih sırasına göre
|
Chris@0
|
629 label_reverse_chronological_order: Ters tarih sırasına göre
|
Chris@0
|
630 label_planning: Planlanıyor
|
Chris@0
|
631
|
Chris@0
|
632 button_login: Giriş
|
Chris@0
|
633 button_submit: Gönder
|
Chris@0
|
634 button_save: Kaydet
|
Chris@0
|
635 button_check_all: Hepsini işaretle
|
Chris@0
|
636 button_uncheck_all: Tüm işaretleri kaldır
|
Chris@0
|
637 button_delete: Sil
|
Chris@0
|
638 button_create: Oluştur
|
Chris@0
|
639 button_test: Sına
|
Chris@0
|
640 button_edit: Düzenle
|
Chris@0
|
641 button_add: Ekle
|
Chris@0
|
642 button_change: Değiştir
|
Chris@0
|
643 button_apply: Uygula
|
Chris@0
|
644 button_clear: Temizle
|
Chris@0
|
645 button_lock: Kilitle
|
Chris@0
|
646 button_unlock: Kilidi aç
|
Chris@0
|
647 button_download: İndir
|
Chris@0
|
648 button_list: Listele
|
Chris@0
|
649 button_view: Bak
|
Chris@0
|
650 button_move: Taşı
|
Chris@0
|
651 button_back: Geri
|
Chris@0
|
652 button_cancel: İptal
|
Chris@0
|
653 button_activate: Etkinleştir
|
Chris@0
|
654 button_sort: Sırala
|
Chris@0
|
655 button_log_time: Günlük zamanı
|
Chris@0
|
656 button_rollback: Bu versiyone geri al
|
Chris@0
|
657 button_watch: İzle
|
Chris@0
|
658 button_unwatch: İzlemeyi iptal et
|
Chris@0
|
659 button_reply: Cevapla
|
Chris@0
|
660 button_archive: Arşivle
|
Chris@0
|
661 button_unarchive: Arşivlemeyi kaldır
|
Chris@0
|
662 button_reset: Sıfırla
|
Chris@0
|
663 button_rename: Yeniden adlandır
|
Chris@0
|
664 button_change_password: Parolayı değiştir
|
Chris@0
|
665 button_copy: Kopyala
|
Chris@0
|
666 button_annotate: Revizyon geçmişine göre göster
|
Chris@0
|
667 button_update: Güncelle
|
Chris@0
|
668 button_configure: Yapılandır
|
Chris@0
|
669
|
Chris@0
|
670 status_active: faal
|
Chris@0
|
671 status_registered: kayıtlı
|
Chris@0
|
672 status_locked: kilitli
|
Chris@0
|
673
|
Chris@0
|
674 text_select_mail_notifications: Gönderilecek e-posta uyarısına göre hareketi seçin.
|
Chris@0
|
675 text_regexp_info: eg. ^[A-Z0-9]+$
|
Chris@0
|
676 text_min_max_length_info: 0 sınırlama yok demektir
|
Chris@0
|
677 text_project_destroy_confirmation: Bu projeyi ve bağlantılı verileri silmek istediğinizden emin misiniz?
|
Chris@0
|
678 text_subprojects_destroy_warning: "Ayrıca {{value}} alt proje silinecek."
|
Chris@0
|
679 text_workflow_edit: İşakışını düzenlemek için bir rol ve takipçi seçin
|
Chris@0
|
680 text_are_you_sure: Emin misiniz ?
|
chris@37
|
681 text_tip_issue_begin_day: Bugün başlayan görevler
|
chris@37
|
682 text_tip_issue_end_day: Bugün sona eren görevler
|
chris@37
|
683 text_tip_issue_begin_end_day: Bugün başlayan ve sona eren görevler
|
Chris@0
|
684 text_project_identifier_info: 'Küçük harfler (a-z), sayılar ve noktalar kabul edilir.<br />Bir kere kaydedildiğinde,tanımlayıcı değiştirilemez.'
|
Chris@0
|
685 text_caracters_maximum: "En çok {{count}} karakter."
|
Chris@0
|
686 text_caracters_minimum: "En az {{count}} karakter uzunluğunda olmalı."
|
Chris@0
|
687 text_length_between: "{{min}} ve {{max}} karakterleri arasındaki uzunluk."
|
Chris@0
|
688 text_tracker_no_workflow: Bu takipçi için işakışı tanımlanmamış
|
Chris@0
|
689 text_unallowed_characters: Yasaklı karakterler
|
Chris@0
|
690 text_comma_separated: Çoklu değer uygundur(Virgül ile ayrılmış).
|
Chris@0
|
691 text_issues_ref_in_commit_messages: Teslim mesajlarındaki iletileri çözme ve başvuruda bulunma
|
Chris@0
|
692 text_issue_added: "İleti {{id}}, {{author}} tarafından rapor edildi."
|
Chris@0
|
693 text_issue_updated: "İleti {{id}}, {{author}} tarafından güncellendi."
|
Chris@0
|
694 text_wiki_destroy_confirmation: bu wikiyi ve tüm içeriğini silmek istediğinizden emin misiniz?
|
Chris@0
|
695 text_issue_category_destroy_question: "Bazı iletiler ({{count}}) bu kategoriye atandı. Ne yapmak istersiniz?"
|
Chris@0
|
696 text_issue_category_destroy_assignments: Kategori atamalarını kaldır
|
Chris@0
|
697 text_issue_category_reassign_to: İletileri bu kategoriye tekrar ata
|
Chris@0
|
698 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 iletiler)."
|
Chris@0
|
699 text_no_configuration_data: "Roller, takipçiler, ileti 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@0
|
700 text_load_default_configuration: Varsayılan yapılandırmayı yükle
|
Chris@0
|
701 text_status_changed_by_changeset: "Değişiklik listesi {{value}} içinde uygulandı."
|
Chris@0
|
702 text_issues_destroy_confirmation: 'Seçili iletileri silmek istediğinizden emin misiniz ?'
|
Chris@0
|
703 text_select_project_modules: 'Bu proje için etkinleştirmek istediğiniz modülleri seçin:'
|
Chris@0
|
704 text_default_administrator_account_changed: Varsayılan yönetici hesabı değişti
|
Chris@0
|
705 text_file_repository_writable: Dosya deposu yazılabilir
|
Chris@0
|
706 text_rmagick_available: RMagick Kullanılabilir (isteğe bağlı)
|
Chris@0
|
707 text_destroy_time_entries_question: Silmek üzere olduğunuz iletiler üzerine {{hours}} saat raporlandı.Ne yapmak istersiniz ?
|
Chris@0
|
708 text_destroy_time_entries: Raporlanmış saatleri sil
|
Chris@0
|
709 text_assign_time_entries_to_project: Raporlanmış saatleri projeye ata
|
Chris@0
|
710 text_reassign_time_entries: 'Raporlanmış saatleri bu iletiye tekrar ata:'
|
Chris@0
|
711
|
Chris@0
|
712 default_role_manager: Yönetici
|
Chris@0
|
713 default_role_developer: Geliştirici
|
Chris@0
|
714 default_role_reporter: Raporlayıcı
|
Chris@0
|
715 default_tracker_bug: Hata
|
Chris@0
|
716 default_tracker_feature: ÖZellik
|
Chris@0
|
717 default_tracker_support: Destek
|
Chris@0
|
718 default_issue_status_new: Yeni
|
Chris@0
|
719 default_issue_status_in_progress: In Progress
|
Chris@0
|
720 default_issue_status_resolved: Çözüldü
|
Chris@0
|
721 default_issue_status_feedback: Geribildirim
|
Chris@0
|
722 default_issue_status_closed: Kapatıldı
|
Chris@0
|
723 default_issue_status_rejected: Reddedildi
|
Chris@0
|
724 default_doc_category_user: Kullanıcı Dökümantasyonu
|
Chris@0
|
725 default_doc_category_tech: Teknik Dökümantasyon
|
Chris@0
|
726 default_priority_low: Düşük
|
Chris@0
|
727 default_priority_normal: Normal
|
Chris@0
|
728 default_priority_high: Yüksek
|
Chris@0
|
729 default_priority_urgent: Acil
|
Chris@0
|
730 default_priority_immediate: Derhal
|
Chris@0
|
731 default_activity_design: Tasarım
|
Chris@0
|
732 default_activity_development: Geliştirim
|
Chris@0
|
733
|
Chris@0
|
734 enumeration_issue_priorities: İleti önceliği
|
Chris@0
|
735 enumeration_doc_categories: Belge Kategorileri
|
Chris@0
|
736 enumeration_activities: Faaliyetler (zaman takibi)
|
Chris@0
|
737 button_quote: Quote
|
Chris@0
|
738 setting_enabled_scm: Enabled SCM
|
Chris@0
|
739 label_incoming_emails: Incoming emails
|
Chris@0
|
740 label_generate_key: Generate a key
|
Chris@0
|
741 setting_sequential_project_identifiers: Generate sequential project identifiers
|
Chris@0
|
742 field_parent_title: Parent page
|
Chris@0
|
743 text_email_delivery_not_configured: "Email delivery is not configured, and notifications are disabled.\nConfigure your SMTP server in config/email.yml and restart the application to enable them."
|
Chris@0
|
744 text_enumeration_category_reassign_to: 'Reassign them to this value:'
|
Chris@0
|
745 label_issue_watchers: Watchers
|
Chris@0
|
746 mail_body_reminder: "{{count}} issue(s) that are assigned to you are due in the next {{days}} days:"
|
Chris@0
|
747 label_duplicated_by: duplicated by
|
Chris@0
|
748 text_enumeration_destroy_question: "{{count}} objects are assigned to this value."
|
Chris@0
|
749 text_user_wrote: "{{value}} wrote:"
|
Chris@0
|
750 setting_mail_handler_api_enabled: Enable WS for incoming emails
|
Chris@0
|
751 label_and_its_subprojects: "{{value}} and its subprojects"
|
Chris@14
|
752 mail_subject_reminder: "{{count}} issue(s) due in the next {{days}} days"
|
Chris@0
|
753 setting_mail_handler_api_key: API key
|
Chris@0
|
754 setting_commit_logs_encoding: Commit messages encoding
|
Chris@0
|
755 general_csv_decimal_separator: '.'
|
Chris@0
|
756 notice_unable_delete_version: Unable to delete version
|
Chris@0
|
757 label_renamed: renamed
|
Chris@0
|
758 label_copied: copied
|
Chris@0
|
759 setting_plain_text_mail: plain text only (no HTML)
|
Chris@0
|
760 permission_view_files: View files
|
Chris@0
|
761 permission_edit_issues: Edit issues
|
Chris@0
|
762 permission_edit_own_time_entries: Edit own time logs
|
Chris@0
|
763 permission_manage_public_queries: Manage public queries
|
Chris@0
|
764 permission_add_issues: Add issues
|
Chris@0
|
765 permission_log_time: Log spent time
|
Chris@0
|
766 permission_view_changesets: View changesets
|
Chris@0
|
767 permission_view_time_entries: View spent time
|
Chris@0
|
768 permission_manage_versions: Manage versions
|
Chris@0
|
769 permission_manage_wiki: Manage wiki
|
Chris@0
|
770 permission_manage_categories: Manage issue categories
|
Chris@0
|
771 permission_protect_wiki_pages: Protect wiki pages
|
Chris@0
|
772 permission_comment_news: Comment news
|
Chris@0
|
773 permission_delete_messages: Delete messages
|
Chris@0
|
774 permission_select_project_modules: Select project modules
|
Chris@0
|
775 permission_manage_documents: Manage documents
|
Chris@0
|
776 permission_edit_wiki_pages: Edit wiki pages
|
Chris@0
|
777 permission_add_issue_watchers: Add watchers
|
Chris@0
|
778 permission_view_gantt: View gantt chart
|
Chris@0
|
779 permission_move_issues: Move issues
|
Chris@0
|
780 permission_manage_issue_relations: Manage issue relations
|
Chris@0
|
781 permission_delete_wiki_pages: Delete wiki pages
|
Chris@0
|
782 permission_manage_boards: Manage boards
|
Chris@0
|
783 permission_delete_wiki_pages_attachments: Delete attachments
|
Chris@0
|
784 permission_view_wiki_edits: View wiki history
|
Chris@0
|
785 permission_add_messages: Post messages
|
Chris@0
|
786 permission_view_messages: View messages
|
Chris@0
|
787 permission_manage_files: Manage files
|
Chris@0
|
788 permission_edit_issue_notes: Edit notes
|
Chris@0
|
789 permission_manage_news: Manage news
|
Chris@0
|
790 permission_view_calendar: View calendrier
|
Chris@0
|
791 permission_manage_members: Manage members
|
Chris@0
|
792 permission_edit_messages: Edit messages
|
Chris@0
|
793 permission_delete_issues: Delete issues
|
Chris@0
|
794 permission_view_issue_watchers: View watchers list
|
Chris@0
|
795 permission_manage_repository: Manage repository
|
Chris@0
|
796 permission_commit_access: Commit access
|
Chris@0
|
797 permission_browse_repository: Browse repository
|
Chris@0
|
798 permission_view_documents: View documents
|
Chris@0
|
799 permission_edit_project: Edit project
|
Chris@0
|
800 permission_add_issue_notes: Add notes
|
Chris@0
|
801 permission_save_queries: Save queries
|
Chris@0
|
802 permission_view_wiki_pages: View wiki
|
Chris@0
|
803 permission_rename_wiki_pages: Rename wiki pages
|
Chris@0
|
804 permission_edit_time_entries: Edit time logs
|
Chris@0
|
805 permission_edit_own_issue_notes: Edit own notes
|
Chris@0
|
806 setting_gravatar_enabled: Use Gravatar user icons
|
Chris@0
|
807 label_example: Example
|
Chris@0
|
808 text_repository_usernames_mapping: "Select ou update the Redmine user mapped to each username found in the repository log.\nUsers with the same Redmine and repository username or email are automatically mapped."
|
Chris@0
|
809 permission_edit_own_messages: Edit own messages
|
Chris@0
|
810 permission_delete_own_messages: Delete own messages
|
Chris@0
|
811 label_user_activity: "{{value}}'s activity"
|
Chris@0
|
812 label_updated_time_by: "Updated by {{author}} {{age}} ago"
|
Chris@0
|
813 text_diff_truncated: '... This diff was truncated because it exceeds the maximum size that can be displayed.'
|
Chris@0
|
814 setting_diff_max_lines_displayed: Max number of diff lines displayed
|
Chris@0
|
815 text_plugin_assets_writable: Plugin assets directory writable
|
Chris@0
|
816 warning_attachments_not_saved: "{{count}} file(s) could not be saved."
|
Chris@0
|
817 button_create_and_continue: Create and continue
|
Chris@0
|
818 text_custom_field_possible_values_info: 'One line for each value'
|
Chris@0
|
819 label_display: Display
|
Chris@0
|
820 field_editable: Editable
|
Chris@0
|
821 setting_repository_log_display_limit: Maximum number of revisions displayed on file log
|
Chris@0
|
822 setting_file_max_size_displayed: Max size of text files displayed inline
|
Chris@0
|
823 field_watcher: Watcher
|
Chris@0
|
824 setting_openid: Allow OpenID login and registration
|
Chris@0
|
825 field_identity_url: OpenID URL
|
Chris@0
|
826 label_login_with_open_id_option: or login with OpenID
|
Chris@0
|
827 field_content: Content
|
Chris@0
|
828 label_descending: Descending
|
Chris@0
|
829 label_sort: Sort
|
Chris@0
|
830 label_ascending: Ascending
|
Chris@0
|
831 label_date_from_to: From {{start}} to {{end}}
|
Chris@0
|
832 label_greater_or_equal: ">="
|
Chris@0
|
833 label_less_or_equal: <=
|
Chris@0
|
834 text_wiki_page_destroy_question: This page has {{descendants}} child page(s) and descendant(s). What do you want to do?
|
Chris@0
|
835 text_wiki_page_reassign_children: Reassign child pages to this parent page
|
Chris@0
|
836 text_wiki_page_nullify_children: Keep child pages as root pages
|
Chris@0
|
837 text_wiki_page_destroy_children: Delete child pages and all their descendants
|
Chris@0
|
838 setting_password_min_length: Minimum password length
|
Chris@0
|
839 field_group_by: Group results by
|
chris@37
|
840 mail_subject_wiki_content_updated: "'{{id}}' wiki page has been updated"
|
Chris@0
|
841 label_wiki_content_added: Wiki page added
|
chris@37
|
842 mail_subject_wiki_content_added: "'{{id}}' wiki page has been added"
|
chris@37
|
843 mail_body_wiki_content_added: The '{{id}}' wiki page has been added by {{author}}.
|
Chris@0
|
844 label_wiki_content_updated: Wiki page updated
|
chris@37
|
845 mail_body_wiki_content_updated: The '{{id}}' wiki page has been updated by {{author}}.
|
Chris@0
|
846 permission_add_project: Create project
|
Chris@0
|
847 setting_new_project_user_role_id: Role given to a non-admin user who creates a project
|
Chris@0
|
848 label_view_all_revisions: View all revisions
|
Chris@0
|
849 label_tag: Tag
|
Chris@0
|
850 label_branch: Branch
|
Chris@0
|
851 error_no_tracker_in_project: No tracker is associated to this project. Please check the Project settings.
|
Chris@0
|
852 error_no_default_issue_status: No default issue status is defined. Please check your configuration (Go to "Administration -> Issue statuses").
|
Chris@0
|
853 label_group_plural: Groups
|
Chris@0
|
854 label_group: Group
|
Chris@0
|
855 label_group_new: New group
|
Chris@0
|
856 label_time_entry_plural: Spent time
|
Chris@0
|
857 text_journal_changed: "{{label}} changed from {{old}} to {{new}}"
|
Chris@0
|
858 text_journal_set_to: "{{label}} set to {{value}}"
|
Chris@0
|
859 text_journal_deleted: "{{label}} deleted ({{old}})"
|
Chris@0
|
860 text_journal_added: "{{label}} {{value}} added"
|
Chris@0
|
861 field_active: Active
|
Chris@0
|
862 enumeration_system_activity: System Activity
|
Chris@0
|
863 permission_delete_issue_watchers: Delete watchers
|
Chris@0
|
864 version_status_closed: closed
|
Chris@0
|
865 version_status_locked: locked
|
Chris@0
|
866 version_status_open: open
|
Chris@0
|
867 error_can_not_reopen_issue_on_closed_version: An issue assigned to a closed version can not be reopened
|
Chris@0
|
868 label_user_anonymous: Anonymous
|
Chris@0
|
869 button_move_and_follow: Move and follow
|
Chris@0
|
870 setting_default_projects_modules: Default enabled modules for new projects
|
Chris@0
|
871 setting_gravatar_default: Default Gravatar image
|
Chris@0
|
872 field_sharing: Sharing
|
Chris@0
|
873 label_version_sharing_hierarchy: With project hierarchy
|
Chris@0
|
874 label_version_sharing_system: With all projects
|
Chris@0
|
875 label_version_sharing_descendants: With subprojects
|
Chris@0
|
876 label_version_sharing_tree: With project tree
|
Chris@0
|
877 label_version_sharing_none: Not shared
|
Chris@0
|
878 error_can_not_archive_project: This project can not be archived
|
Chris@0
|
879 button_duplicate: Duplicate
|
Chris@0
|
880 button_copy_and_follow: Copy and follow
|
Chris@0
|
881 label_copy_source: Source
|
Chris@0
|
882 setting_issue_done_ratio: Calculate the issue done ratio with
|
Chris@0
|
883 setting_issue_done_ratio_issue_status: Use the issue status
|
Chris@0
|
884 error_issue_done_ratios_not_updated: Issue done ratios not updated.
|
Chris@0
|
885 error_workflow_copy_target: Please select target tracker(s) and role(s)
|
Chris@0
|
886 setting_issue_done_ratio_issue_field: Use the issue field
|
Chris@0
|
887 label_copy_same_as_target: Same as target
|
Chris@0
|
888 label_copy_target: Target
|
Chris@0
|
889 notice_issue_done_ratios_updated: Issue done ratios updated.
|
Chris@0
|
890 error_workflow_copy_source: Please select a source tracker or role
|
Chris@0
|
891 label_update_issue_done_ratios: Update issue done ratios
|
Chris@0
|
892 setting_start_of_week: Start calendars on
|
Chris@0
|
893 permission_view_issues: View Issues
|
Chris@0
|
894 label_display_used_statuses_only: Only display statuses that are used by this tracker
|
Chris@0
|
895 label_revision_id: Revision {{value}}
|
Chris@0
|
896 label_api_access_key: API access key
|
Chris@0
|
897 label_api_access_key_created_on: API access key created {{value}} ago
|
Chris@0
|
898 label_feeds_access_key: RSS access key
|
Chris@0
|
899 notice_api_access_key_reseted: Your API access key was reset.
|
Chris@0
|
900 setting_rest_api_enabled: Enable REST web service
|
Chris@0
|
901 label_missing_api_access_key: Missing an API access key
|
Chris@0
|
902 label_missing_feeds_access_key: Missing a RSS access key
|
Chris@0
|
903 button_show: Show
|
Chris@0
|
904 text_line_separated: Multiple values allowed (one line for each value).
|
Chris@0
|
905 setting_mail_handler_body_delimiters: Truncate emails after one of these lines
|
Chris@0
|
906 permission_add_subprojects: Create subprojects
|
Chris@0
|
907 label_subproject_new: New subproject
|
Chris@0
|
908 text_own_membership_delete_confirmation: |-
|
Chris@0
|
909 You are about to remove some or all of your permissions and may no longer be able to edit this project after that.
|
Chris@0
|
910 Are you sure you want to continue?
|
Chris@0
|
911 label_close_versions: Close completed versions
|
Chris@0
|
912 label_board_sticky: Sticky
|
Chris@0
|
913 label_board_locked: Locked
|
Chris@0
|
914 permission_export_wiki_pages: Export wiki pages
|
Chris@0
|
915 setting_cache_formatted_text: Cache formatted text
|
Chris@0
|
916 permission_manage_project_activities: Manage project activities
|
Chris@0
|
917 error_unable_delete_issue_status: Unable to delete issue status
|
Chris@0
|
918 label_profile: Profile
|
Chris@0
|
919 permission_manage_subtasks: Manage subtasks
|
Chris@0
|
920 field_parent_issue: Parent task
|
Chris@0
|
921 label_subtask_plural: Subtasks
|
Chris@0
|
922 label_project_copy_notifications: Send email notifications during the project copy
|
Chris@0
|
923 error_can_not_delete_custom_field: Unable to delete custom field
|
Chris@0
|
924 error_unable_to_connect: Unable to connect ({{value}})
|
Chris@0
|
925 error_can_not_remove_role: This role is in use and can not be deleted.
|
Chris@0
|
926 error_can_not_delete_tracker: This tracker contains issues and can't be deleted.
|
Chris@0
|
927 field_principal: Principal
|
Chris@0
|
928 label_my_page_block: My page block
|
Chris@0
|
929 notice_failed_to_save_members: "Failed to save member(s): {{errors}}."
|
Chris@0
|
930 text_zoom_out: Zoom out
|
Chris@0
|
931 text_zoom_in: Zoom in
|
Chris@0
|
932 notice_unable_delete_time_entry: Unable to delete time log entry.
|
Chris@0
|
933 label_overall_spent_time: Overall spent time
|
Chris@14
|
934 field_time_entries: Log time
|
Chris@14
|
935 project_module_gantt: Gantt
|
Chris@14
|
936 project_module_calendar: Calendar
|
chris@22
|
937 button_edit_associated_wikipage: "Edit associated Wiki page: {{page_title}}"
|
chris@22
|
938 text_are_you_sure_with_children: Delete issue and all child issues?
|
chris@22
|
939 field_text: Text field
|
chris@37
|
940 label_user_mail_option_only_owner: Only for things I am the owner of
|
chris@37
|
941 setting_default_notification_option: Default notification option
|
chris@37
|
942 label_user_mail_option_only_my_events: Only for things I watch or I'm involved in
|
chris@37
|
943 label_user_mail_option_only_assigned: Only for things I am assigned to
|
chris@37
|
944 label_user_mail_option_none: No events
|
chris@37
|
945 field_member_of_group: Assignee's group
|
chris@37
|
946 field_assigned_to_role: Assignee's role
|
chris@37
|
947 notice_not_authorized_archived_project: The project you're trying to access has been archived.
|
chris@37
|
948 field_start_date: Start date
|
chris@37
|
949 label_principal_search: "Search for user or group:"
|
chris@37
|
950 label_user_search: "Search for user:"
|
chris@37
|
951 field_visible: Visible
|
chris@37
|
952 setting_emails_header: Emails header
|