e97aee63bc6194f6a9bd1d1172f0810f741788ea
[timetracker.git] / WEB-INF / resources / tr.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 // Note to translators: Please use proper capitalization rules for your language.
33
34 $i18n_language = 'Türkçe';
35 $i18n_months = array('ocak', 'şubat', 'mart', 'nisan', 'mayis', 'haziran', 'temmuz', 'ağustos', 'eylük', 'ekim', 'kasım', 'aralık');
36 $i18n_weekdays = array('pazar', 'pazartesi', 'salı', 'çarşamba', 'perşembe', 'cuma', 'cumartesi');
37 $i18n_weekdays_short = array('p', 'pt', 's', 'ç', 'p', 'c', 'ct');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '04/23', '05/01', '05/19', '08/30', '09/20', '09/21', '09/22', '10/29', '11/27', '11/28', '11/29', '11/30');
40
41 $i18n_key_words = array(
42
43 // Menus.
44 'menu.login' => 'giriş',
45 'menu.logout' => 'çıkış',
46 // TODO: translate the following.
47 // 'menu.forum' => 'Forum',
48 'menu.help' => 'yardım',
49 // Note to translators: menu.create_team needs a more accurate translation.
50 'menu.create_team' => 'yeni yönetici hesabı yarat',
51 'menu.profile' => 'profili',
52 'menu.my_time' => 'zamanım',
53 // TODO: translate the following.
54 // 'menu.expenses' => 'Expenses',
55 'menu.reports' => 'raporlar',
56 // TODO: translate the following.
57 // 'menu.charts' => 'Charts',
58 'menu.projects' => 'projeler',
59 // TODO: translate the following.
60 // 'menu.tasks' => 'Tasks',
61 // 'menu.users' => 'Users',
62 'menu.teams' => 'ekipler',
63 // TODO: translate the following.
64 // 'menu.export' => 'Export',
65 'menu.clients' => 'müşteriler',
66 // TODO: translate the following.
67 // 'menu.options' => 'Options',
68
69 // Footer - strings on the bottom of most pages.
70 // TODO: translate the following.
71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
72 // 'footer.credits' => 'Credits',
73 // 'footer.license' => 'License',
74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
75                                      // This is a link to a webpage that describes how to contribute to the project.
76
77 // Error messages.
78 // TODO: translate the following.
79 // 'error.access_denied' => 'Access denied.',
80 // 'error.sys' => 'System error.',
81 'error.db' => 'veritabanı hatası',
82 'error.field' => 'hatalı veri "{0}"',
83 'error.empty' => 'alan "{0}" boştur',
84 'error.not_equal' => 'alan "{0}" "{1}" alanıyla aynı değildir',
85 'error.interval' => 'hatalı aralık',
86 'error.project' => 'proje seç',
87 'error.activity' => 'faaliyet seç',
88 // TODO: translate the following.
89 // 'error.record' => 'Select record.',
90 'error.auth' => 'hatalı kullanıcı adı veya parola',
91 // Note to translators: this string needs to be translated.
92 // 'error.user_exists' => 'user with this login already exists',
93 'error.project_exists' => 'bu isimde proje zaten vardır',
94 'error.activity_exists' => 'bu isimli faaliyet zaten vardır',
95 // TODO: translate error.client_exists.
96 // 'error.client_exists' => 'client with this name already exists',
97 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
98 // 'error.no_login' => 'bu e-posta adresini kullanan kullanıcı yoktur',
99 'error.upload' => 'dosya yükleme hatası',
100 // TODO: translate the following.
101 // 'error.range_locked' => 'Date range is locked.',
102 // 'error.mail_send' => 'error sending mail',
103 // 'error.no_email' => 'no email associated with this login',
104 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
105 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
106
107 // Labels for buttons.
108 'button.login' => 'giriş',
109 'button.now' => 'şimdi',
110 'button.save' => 'kaydet',
111 'button.delete' => 'sil',
112 'button.cancel' => 'iptal',
113 'button.submit' => 'gönder',
114 'button.add_user' => 'kullanıcı ekle',
115 'button.add_project' => 'proje ekle',
116 'button.add_activity' => 'faaliyet ekle',
117 'button.add_client' => 'müşteri ekle',
118 'button.add' => 'ekle',
119 'button.generate' => 'yarat',
120 // Note to translators: button.reset_password needs an improved translation.
121 'button.reset_password' => 'git',
122 'button.send' => 'gönder',
123 'button.send_by_email' => 'e-posta ile gönder',
124 'button.save_as_new' => 'yeni olarak kaydet',
125 'button.create_team' => 'ekip yarat',
126 // TODO: improve translation of button.export
127 // 'button.export' => 'ekibi dılarıya aktar',
128 'button.import' => 'ekibi içeri aktar',
129 'button.apply' => 'uygula',
130
131 // labels for controls on various forms
132 // TODO: translate label.team_name
133 // 'label.team_name' => 'team name',
134 'label.currency' => 'para birimi',
135 // TODO: translate label.manager_name and label.manager_login.
136 // 'label.manager_name' => 'manager name',
137 // 'label.manager_login' => 'manager login',
138 'label.password' => 'parola',
139 'label.confirm_password' => 'parolayı tekrala',
140 'label.email' => 'E-posta',
141 'label.cc' => 'Bilgi',
142 // TODO: translate the following.
143 // 'label.bcc' => 'Bcc',
144 'label.subject' => 'Konu',
145 'label.total' => 'toplam',
146 // TODO: translate the following.
147 // 'label.page' => 'Page',
148 // 'label.condition' => 'Condition',
149 // TODO: translate the following.
150 // 'label.yes' => 'yes',
151 // 'label.no' => 'no',
152     
153 // Form titles.
154 // TODO: the entire title section is missing here. See the English file.
155
156 "form.filter.project" => 'proje',
157 "form.filter.filter" => 'sık kullanılan rapor',
158 "form.filter.filter_new" => 'sık kullanılan olarak kaydet',
159 // Note to translators: the string below is missing and must be translated and added
160 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
161
162 // login form attributes
163 "form.login.title" => 'giriş',
164 // Note to translators: "form.login.login" => 'e-posta', // e-mail has been changed to login
165
166 // password reminder form attributes
167 "form.fpass.title" => 'parolayı sıfırla',
168 // Note to translators: "form.fpass.login" => 'e-posta', // e-mail has been changed to login
169 "form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı',
170 "form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi',
171 // Note to translators: the ending of this string needs to be translated.
172 "form.fpass.send_pass_body" => "Sayın Kullanıcı,\n\nBirisi, muhtemelen siz, Anuko Time Tracker parolanızın sıfırlanmasını istedi. Parolanızı sıfırlamak isterseniz lütfen bu bağlantıyı takip edin.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
173 "form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin",
174
175 // administrator form
176 "form.admin.title" => 'yönetici',
177 "form.admin.duty_text" => 'yeni bir ekip yönetimi hesabı yaratarak yeni bir ekibi yaratın.<br>ayrıca başka bir Anuko Time Tracker sunucusundan ekip bilgilerini bir xml dosyasından aktarabilirsiniz (e-posta çakışmalarına izin verilmemekte).',
178
179 "form.admin.change_pass" => 'yönetici hesabın parolasını değiştir',
180 "form.admin.profile.title" => 'ekipler',
181 "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
182 "form.admin.profile.comment" => 'ekibi sil',
183 "form.admin.profile.th.id" => 'id',
184 "form.admin.profile.th.name" => 'isim',
185 "form.admin.profile.th.edit" => 'düzenle',
186 "form.admin.profile.th.del" => 'sil',
187 "form.admin.profile.th.active" => 'aktif',
188 // Note to translators: the strings below are missing and must be translated and added
189 // "form.admin.options" => 'options',
190 // "form.admin.custom_date_format" => "date format",
191 // "form.admin.custom_time_format" => "time format",
192 // "form.admin.start_week" => "first day of week",
193
194 // my time form attributes
195 "form.mytime.title" => 'zamanım',
196 "form.mytime.edit_title" => 'zaman kaydını düzenliyor',
197 "form.mytime.del_str" => 'zaman kaydını siliyor',
198 "form.mytime.time_form" => ' (ss:dd)',
199 "form.mytime.date" => 'tarih',
200 "form.mytime.project" => 'proje',
201 "form.mytime.activity" => 'faaliyet',
202 "form.mytime.start" => 'başlat',
203 "form.mytime.finish" => 'tamamla',
204 "form.mytime.duration" => 'süre',
205 "form.mytime.note" => 'not',
206 "form.mytime.behalf" => 'kişiye yönelik günlük çalışma',
207 "form.mytime.daily" => 'günlük çalışma',
208 "form.mytime.total" => 'toplam saat: ',
209 "form.mytime.th.project" => 'proje',
210 "form.mytime.th.activity" => 'faaliyet',
211 "form.mytime.th.start" => 'başlat',
212 "form.mytime.th.finish" => 'tamamla',
213 "form.mytime.th.duration" => 'süre',
214 "form.mytime.th.note" => 'not',
215 "form.mytime.th.edit" => 'düzenle',
216 "form.mytime.th.delete" => 'sil',
217 "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi',
218 "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.',
219 "form.mytime.billable" => 'faturalandırılabilir',
220 "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli',
221 // Note to translators: the string below is missing and must be translated and added
222 // "form.mytime.uncompleted" => 'uncompleted',
223
224 // profile form attributes
225 // Note to translators: we need a more accurate translation of form.profile.create_title
226 "form.profile.create_title" => 'yeni yönetici hesabı yarat',
227 "form.profile.edit_title" => 'profili düzenliyor',
228 "form.profile.name" => 'isim',
229 // Note to translators: "form.profile.login" => 'e-posta', // email has been changed to login
230
231 // Note to translators: the string below is missing and must be translated and added
232 // "form.profile.showchart" => 'show pie charts',
233 // "form.profile.lang" => 'language',
234 // "form.profile.custom_date_format" => "date format",
235 // "form.profile.custom_time_format" => "time format",
236 // "form.profile.default_format" => "(default)",
237 // "form.profile.start_week" => "first day of week",
238
239 // people form attributes
240 "form.people.ppl_str" => 'insanlar',
241 "form.people.createu_str" => 'yeni kullanıcı yarat',
242 "form.people.edit_str" => 'kullanıcı düzenleniyor',
243 "form.people.del_str" => 'kullanıcı siliniyor',
244 "form.people.th.name" => 'isim',
245 // Note to translators: "form.people.th.login" => 'e-posta', // email has been changed to login
246 "form.people.th.role" => 'rol',
247 "form.people.th.edit" => 'düzenle',
248 "form.people.th.del" => 'sil',
249 "form.people.th.status" => 'durum',
250 "form.people.th.project" => 'proje',
251 "form.people.th.rate" => 'tarife',
252 "form.people.manager" => 'yönetici',
253 "form.people.comanager" => 'yardımcı yönetici',
254 "form.people.empl" => 'kullanıcı',
255 "form.people.name" => 'isim',
256 // Note to translators: "form.people.login" => 'e-posta', // email has been changed to login
257
258 "form.people.rate" => 'varsayılan saat ücreti',
259 "form.people.comanager" => 'yardımcı yönetici',
260 "form.people.projects" => 'projeler',
261
262 // projects form attributes
263 "form.project.proj_title" => 'projeler',
264 "form.project.edit_str" => 'proje düzenleniyor',
265 "form.project.add_str" => 'yeni proje ekleniyor',
266 "form.project.del_str" => 'proje siliniyor',
267 "form.project.th.name" => 'isim',
268 "form.project.th.edit" => 'düzenle',
269 "form.project.th.del" => 'sil',
270 "form.project.name" => 'isim',
271
272 // activities form attributes
273 "form.activity.act_title" => 'faaliyetler',
274 "form.activity.add_title" => 'yeni faaliyetler ekleniyor',
275 "form.activity.edit_str" => 'faaliyetler düzenleniyor',
276 "form.activity.del_str" => 'faaliyetler siliniyor',
277 "form.activity.name" => 'isim',
278 "form.activity.project" => 'proje',
279 "form.activity.th.name" => 'isim',
280 "form.activity.th.project" => 'proje',
281 "form.activity.th.edit" => 'düzenle',
282 "form.activity.th.del" => 'sil',
283
284 // report attributes
285 "form.report.title" => 'raporlar',
286 "form.report.from" => 'başlangıç tarihi',
287 "form.report.to" => 'son tarihi',
288 "form.report.groupby_user" => 'kullanıcı',
289 "form.report.groupby_project" => 'proje',
290 "form.report.groupby_activity" => 'faaliyet',
291 "form.report.duration" => 'süre',
292 "form.report.start" => 'başlangıç',
293 "form.report.activity" => 'faaliyet',
294 "form.report.show_idle" => 'durağanı göster',
295 "form.report.finish" => 'son',
296 "form.report.note" => 'not',
297 "form.report.project" => 'proje',
298 "form.report.totals_only" => 'sadece toplamlar',
299 "form.report.total" => 'saat toplamı',
300 "form.report.th.empllist" => 'kullanıcı',
301 "form.report.th.date" => 'tarih',
302 "form.report.th.project" => 'proje',
303 "form.report.th.activity" => 'faaliyet',
304 "form.report.th.start" => 'başlangıç',
305 "form.report.th.finish" => 'son',
306 "form.report.th.duration" => 'süre',
307 "form.report.th.note" => 'not',
308
309 // mail form attributes
310 "form.mail.from" => 'kimden',
311 "form.mail.to" => 'kime',
312 "form.mail.comment" => 'yorum',
313 "form.mail.above" => 'bu raporu e-posta ile yolla',
314 // Note to translators: this string needs to be translated.
315 // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
316 "form.mail.sending_str" => '<b>ileti yollandı</b>',
317
318 // invoice attributes
319 "form.invoice.title" => 'fatura',
320 "form.invoice.caption" => 'fatura',
321 "form.invoice.above" => 'fatura için ek bilgi',
322 "form.invoice.select_cust" => 'müşteri seç',
323 "form.invoice.fillform" => 'alanları doldur',
324 "form.invoice.date" => 'tarih',
325 "form.invoice.number" => 'fatura numarası',
326 "form.invoice.tax" => 'vergi',
327 "form.invoice.comment" => 'yorum ',
328 "form.invoice.th.username" => 'kişi',
329 "form.invoice.th.time" => 'saatler',
330 "form.invoice.th.rate" => 'tarife',
331 "form.invoice.th.summ" => 'tutar',
332 "form.invoice.subtotal" => 'alt toplamı',
333 "form.invoice.customer" => 'müşteri',
334 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
335 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
336
337 "form.migration.zip" => 'sıkıştırma',
338 "form.migration.file" => 'dosya seç',
339 "form.migration.import.title" => 'veri içe aktar',
340 "form.migration.import.success" => 'içe aktarma başarıyla tamamlandı',
341 "form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar',
342 "form.migration.export.title" => 'dışarı aktar',
343 "form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı',
344 "form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
345 // Note to translators: the strings below are missing and must be added and translated
346 // "form.migration.compression.none" => 'none',
347 // "form.migration.compression.gzip" => 'gzip',
348 // "form.migration.compression.bzip" => 'bzip',
349
350 "form.client.title" => 'müşteriler',
351 "form.client.add_title" => 'müşteri ekle',
352 "form.client.edit_title" => 'müşteriyi düzenle',
353 "form.client.del_title" => 'müşteriyi sil',
354 "form.client.th.name" => 'isim',
355 "form.client.th.edit" => 'düzenle',
356 "form.client.th.del" => 'sil',
357 "form.client.name" => 'isim',
358 "form.client.tax" => 'vergi',
359 "form.client.comment" => 'yorum ',
360
361 // miscellaneous strings
362 "forward.forgot_password" => 'parolanızı unuttunuz mu?',
363 "forward.edit" => 'düzenle',
364 "forward.delete" => 'sil',
365 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
366 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
367 "forward.geninvoice" => 'fatura yarat',
368 "forward.change" => 'müşterileri düzenle',
369
370 // strings inside contols on forms
371 "controls.select.project" => '--- proje seç ---',
372 "controls.select.activity" => '--- faaliyet seç ---',
373 "controls.select.client" => '--- müşteri seç ---',
374 "controls.project_bind" => '--- tümü ---',
375 "controls.all" => '--- tümü ---',
376 "controls.notbind" => '--- hiç ---',
377 "controls.per_tm" => 'bu ay',
378 "controls.per_lm" => 'geçen ay',
379 "controls.per_tw" => 'bu hafta',
380 "controls.per_lw" => 'geçen hafta',
381 "controls.per_td" => 'bugün',
382 "controls.per_at" => 'tüm zamanlar',
383 // Note to translators: the string below is missing and must be added and translated
384 // "controls.per_ty" => 'this year',
385 "controls.sel_period" => '--- zaman dönemi seç ---',
386 "controls.sel_groupby" => '--- gruplama yok ---',
387 "controls.inc_billable" => 'faturalandırılabilir',
388 "controls.inc_nbillable" => 'faturalandırılamaz',
389 // Note to translators: the string below is missing and must be added and translated
390 // "controls.default" => '--- default ---',
391
392 // labels
393 "label.chart.title1" => 'kullanıcı için faaliyetler',
394 // Note to translators: the string below is missing and must be added and translated
395 // "label.chart.title2" => 'projects for user',
396 "label.chart.period" => 'dönem için grafik',
397
398 "label.pinfo" => '%, %',
399 "label.pinfo2" => '%',
400 "label.pbehalf_info" => '% % <b>% adına</b>',
401 "label.pminfo" => ' (yönetici)',
402 "label.pcminfo" => ' (yardımcı yönetici)',
403 "label.painfo" => ' (sistem yönetici)',
404 "label.time_noentry" => 'giriş yok',
405 "label.today" => 'bugün',
406 "label.req_fields" => '* zorunlu bilgi',
407 "label.sel_project" => 'proje seç',
408 "label.sel_activity" => 'faaliyet seç',
409 "label.sel_tp" => 'zaman aralığını seç',
410 "label.set_tp" => 'ya da tarihleri belirle',
411 "label.fields" => 'alanları göster',
412 "label.group_title" => 'gruplandırma kıstası',
413 "label.include_title" => 'kayıtları dahil et',
414 "label.inv_str" => 'fatura',
415 "label.set_empl" => 'kullanıcıları seç',
416 "label.sel_all" => 'tümünü seç',
417 "label.sel_none" => 'hiçbirini seçme',
418 "label.or" => 'ya da',
419 "label.disable" => 'devre dışı bırak',
420 "label.enable" => 'devreye sok',
421 "label.filter" => 'filtre',
422 "label.timeweek" => 'haftalık toplam',
423 // Note to translators: the strings below are missing and must be added and translated
424 // "label.hrs" => 'hrs',
425 // "label.errors" => 'errors',
426 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
427 // "label.calendar_today" => 'today',
428 // "label.calendar_close" => 'close',
429
430 // login hello text
431 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
432 );