Ongoing work in translation files.
[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: 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('Pa', 'Pt', 'Sa', 'Ça', 'Pe', 'Cu', '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 - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 'menu.login' => 'Giriş',
46 'menu.logout' => 'Çıkış',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Yardım',
50 // TODO: translate the following.
51 // 'menu.create_team' => 'Create Team',
52 'menu.profile' => 'Profili',
53 // TODO: translate the following.
54 // 'menu.time' => 'Time',
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Raporlar',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Projeler',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 // 'menu.users' => 'Users',
63 'menu.teams' => 'Ekipler',
64 // TODO: translate the following.
65 // 'menu.export' => 'Export',
66 'menu.clients' => 'Müşteriler',
67 // TODO: translate the following.
68 // 'menu.options' => 'Options',
69
70 // Footer - strings on the bottom of most pages.
71 // TODO: translate the following.
72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
73 // 'footer.credits' => 'Credits',
74 // 'footer.license' => 'License',
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 // TODO: translate the following.
80 // 'error.access_denied' => 'Access denied.',
81 // 'error.sys' => 'System error.',
82 'error.db' => 'Veritabanı hatası.',
83 'error.field' => 'Hatalı veri "{0}".',
84 'error.empty' => 'Alan "{0}" boştur.',
85 // TODO: confirm that error.not_equal is translated correctly.
86 // Test by changing password with not equal password value fields.
87 // English equivalent is:
88 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
89 'error.not_equal' => 'Alan "{0}" "{1}" alanıyla aynı değildir.',
90 // TODO: translate the following.
91 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
92
93 // TODO: refactoring ongoing down from here.
94 'error.project' => 'proje seç',
95 // TODO: translate the following.
96 // 'error.task' => 'Select task.',
97 // 'error.client' => 'Select client.',
98 // 'error.report' => 'Select report.',
99 // 'error.record' => 'Select record.',
100 'error.auth' => 'hatalı kullanıcı adı veya parola',
101 // Note to translators: this string needs to be translated.
102 // 'error.user_exists' => 'user with this login already exists',
103 'error.project_exists' => 'bu isimde proje zaten vardır',
104 // TODO: translate the following.
105 // 'error.task_exists' => 'Task with this name already exists.',
106 // 'error.client_exists' => 'Client with this name already exists.',
107 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
108 // 'error.no_login' => 'bu e-posta adresini kullanan kullanıcı yoktur',
109 'error.upload' => 'dosya yükleme hatası',
110 // TODO: translate the following.
111 // 'error.range_locked' => 'Date range is locked.',
112 // 'error.mail_send' => 'error sending mail',
113 // 'error.no_email' => 'no email associated with this login',
114 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
115 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
116
117 // Labels for buttons.
118 'button.login' => 'giriş',
119 'button.now' => 'şimdi',
120 'button.save' => 'kaydet',
121 'button.delete' => 'sil',
122 'button.cancel' => 'iptal',
123 'button.submit' => 'gönder',
124 'button.add_user' => 'kullanıcı ekle',
125 'button.add_project' => 'proje ekle',
126 'button.add_activity' => 'faaliyet ekle',
127 'button.add_client' => 'müşteri ekle',
128 'button.add' => 'ekle',
129 'button.generate' => 'yarat',
130 // Note to translators: button.reset_password needs an improved translation.
131 'button.reset_password' => 'git',
132 'button.send' => 'gönder',
133 'button.send_by_email' => 'e-posta ile gönder',
134 'button.save_as_new' => 'yeni olarak kaydet',
135 'button.create_team' => 'ekip yarat',
136 // TODO: improve translation of button.export
137 // 'button.export' => 'ekibi dılarıya aktar',
138 'button.import' => 'ekibi içeri aktar',
139 'button.apply' => 'uygula',
140
141 // labels for controls on various forms
142 // TODO: translate label.team_name
143 // 'label.team_name' => 'team name',
144 'label.currency' => 'para birimi',
145 // TODO: translate label.manager_name and label.manager_login.
146 // 'label.manager_name' => 'manager name',
147 // 'label.manager_login' => 'manager login',
148 'label.password' => 'parola',
149 'label.confirm_password' => 'parolayı tekrala',
150 'label.email' => 'E-posta',
151 'label.cc' => 'Bilgi',
152 // TODO: translate the following.
153 // 'label.bcc' => 'Bcc',
154 'label.subject' => 'Konu',
155 'label.total' => 'toplam',
156 // TODO: translate the following.
157 // 'label.page' => 'Page',
158 // 'label.condition' => 'Condition',
159 // TODO: translate the following.
160 // 'label.yes' => 'yes',
161 // 'label.no' => 'no',
162     
163 // Form titles.
164 // TODO: the entire title section is missing here. See the English file.
165
166 "form.filter.project" => 'proje',
167 "form.filter.filter" => 'sık kullanılan rapor',
168 "form.filter.filter_new" => 'sık kullanılan olarak kaydet',
169 // Note to translators: the string below is missing and must be translated and added
170 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
171
172 // login form attributes
173 "form.login.title" => 'giriş',
174 // Note to translators: "form.login.login" => 'e-posta', // e-mail has been changed to login
175
176 // password reminder form attributes
177 "form.fpass.title" => 'parolayı sıfırla',
178 // Note to translators: "form.fpass.login" => 'e-posta', // e-mail has been changed to login
179 "form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı',
180 "form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi',
181 // Note to translators: the ending of this string needs to be translated.
182 "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",
183 "form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin",
184
185 // administrator form
186 "form.admin.title" => 'yönetici',
187 "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).',
188
189 "form.admin.change_pass" => 'yönetici hesabın parolasını değiştir',
190 "form.admin.profile.title" => 'ekipler',
191 "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
192 "form.admin.profile.comment" => 'ekibi sil',
193 "form.admin.profile.th.id" => 'id',
194 "form.admin.profile.th.name" => 'isim',
195 "form.admin.profile.th.edit" => 'düzenle',
196 "form.admin.profile.th.del" => 'sil',
197 "form.admin.profile.th.active" => 'aktif',
198 // Note to translators: the strings below are missing and must be translated and added
199 // "form.admin.options" => 'options',
200 // "form.admin.custom_date_format" => "date format",
201 // "form.admin.custom_time_format" => "time format",
202 // "form.admin.start_week" => "first day of week",
203
204 // my time form attributes
205 "form.mytime.title" => 'zamanım',
206 "form.mytime.edit_title" => 'zaman kaydını düzenliyor',
207 "form.mytime.del_str" => 'zaman kaydını siliyor',
208 "form.mytime.time_form" => ' (ss:dd)',
209 "form.mytime.date" => 'tarih',
210 "form.mytime.project" => 'proje',
211 "form.mytime.activity" => 'faaliyet',
212 "form.mytime.start" => 'başlat',
213 "form.mytime.finish" => 'tamamla',
214 "form.mytime.duration" => 'süre',
215 "form.mytime.note" => 'not',
216 "form.mytime.behalf" => 'kişiye yönelik günlük çalışma',
217 "form.mytime.daily" => 'günlük çalışma',
218 "form.mytime.total" => 'toplam saat: ',
219 "form.mytime.th.project" => 'proje',
220 "form.mytime.th.activity" => 'faaliyet',
221 "form.mytime.th.start" => 'başlat',
222 "form.mytime.th.finish" => 'tamamla',
223 "form.mytime.th.duration" => 'süre',
224 "form.mytime.th.note" => 'not',
225 "form.mytime.th.edit" => 'düzenle',
226 "form.mytime.th.delete" => 'sil',
227 "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi',
228 "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.',
229 "form.mytime.billable" => 'faturalandırılabilir',
230 "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli',
231 // Note to translators: the string below is missing and must be translated and added
232 // "form.mytime.uncompleted" => 'uncompleted',
233
234 // profile form attributes
235 // Note to translators: we need a more accurate translation of form.profile.create_title
236 "form.profile.create_title" => 'yeni yönetici hesabı yarat',
237 "form.profile.edit_title" => 'profili düzenliyor',
238 "form.profile.name" => 'isim',
239 // Note to translators: "form.profile.login" => 'e-posta', // email has been changed to login
240
241 // Note to translators: the string below is missing and must be translated and added
242 // "form.profile.showchart" => 'show pie charts',
243 // "form.profile.lang" => 'language',
244 // "form.profile.custom_date_format" => "date format",
245 // "form.profile.custom_time_format" => "time format",
246 // "form.profile.default_format" => "(default)",
247 // "form.profile.start_week" => "first day of week",
248
249 // people form attributes
250 "form.people.ppl_str" => 'insanlar',
251 "form.people.createu_str" => 'yeni kullanıcı yarat',
252 "form.people.edit_str" => 'kullanıcı düzenleniyor',
253 "form.people.del_str" => 'kullanıcı siliniyor',
254 "form.people.th.name" => 'isim',
255 // Note to translators: "form.people.th.login" => 'e-posta', // email has been changed to login
256 "form.people.th.role" => 'rol',
257 "form.people.th.edit" => 'düzenle',
258 "form.people.th.del" => 'sil',
259 "form.people.th.status" => 'durum',
260 "form.people.th.project" => 'proje',
261 "form.people.th.rate" => 'tarife',
262 "form.people.manager" => 'yönetici',
263 "form.people.comanager" => 'yardımcı yönetici',
264 "form.people.empl" => 'kullanıcı',
265 "form.people.name" => 'isim',
266 // Note to translators: "form.people.login" => 'e-posta', // email has been changed to login
267
268 "form.people.rate" => 'varsayılan saat ücreti',
269 "form.people.comanager" => 'yardımcı yönetici',
270 "form.people.projects" => 'projeler',
271
272 // projects form attributes
273 "form.project.proj_title" => 'projeler',
274 "form.project.edit_str" => 'proje düzenleniyor',
275 "form.project.add_str" => 'yeni proje ekleniyor',
276 "form.project.del_str" => 'proje siliniyor',
277 "form.project.th.name" => 'isim',
278 "form.project.th.edit" => 'düzenle',
279 "form.project.th.del" => 'sil',
280 "form.project.name" => 'isim',
281
282 // activities form attributes
283 "form.activity.act_title" => 'faaliyetler',
284 "form.activity.add_title" => 'yeni faaliyetler ekleniyor',
285 "form.activity.edit_str" => 'faaliyetler düzenleniyor',
286 "form.activity.del_str" => 'faaliyetler siliniyor',
287 "form.activity.name" => 'isim',
288 "form.activity.project" => 'proje',
289 "form.activity.th.name" => 'isim',
290 "form.activity.th.project" => 'proje',
291 "form.activity.th.edit" => 'düzenle',
292 "form.activity.th.del" => 'sil',
293
294 // report attributes
295 "form.report.title" => 'raporlar',
296 "form.report.from" => 'başlangıç tarihi',
297 "form.report.to" => 'son tarihi',
298 "form.report.groupby_user" => 'kullanıcı',
299 "form.report.groupby_project" => 'proje',
300 "form.report.groupby_activity" => 'faaliyet',
301 "form.report.duration" => 'süre',
302 "form.report.start" => 'başlangıç',
303 "form.report.activity" => 'faaliyet',
304 "form.report.show_idle" => 'durağanı göster',
305 "form.report.finish" => 'son',
306 "form.report.note" => 'not',
307 "form.report.project" => 'proje',
308 "form.report.totals_only" => 'sadece toplamlar',
309 "form.report.total" => 'saat toplamı',
310 "form.report.th.empllist" => 'kullanıcı',
311 "form.report.th.date" => 'tarih',
312 "form.report.th.project" => 'proje',
313 "form.report.th.activity" => 'faaliyet',
314 "form.report.th.start" => 'başlangıç',
315 "form.report.th.finish" => 'son',
316 "form.report.th.duration" => 'süre',
317 "form.report.th.note" => 'not',
318
319 // mail form attributes
320 "form.mail.from" => 'kimden',
321 "form.mail.to" => 'kime',
322 "form.mail.comment" => 'yorum',
323 "form.mail.above" => 'bu raporu e-posta ile yolla',
324 // Note to translators: this string needs to be translated.
325 // "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.',
326 "form.mail.sending_str" => '<b>ileti yollandı</b>',
327
328 // invoice attributes
329 "form.invoice.title" => 'fatura',
330 "form.invoice.caption" => 'fatura',
331 "form.invoice.above" => 'fatura için ek bilgi',
332 "form.invoice.select_cust" => 'müşteri seç',
333 "form.invoice.fillform" => 'alanları doldur',
334 "form.invoice.date" => 'tarih',
335 "form.invoice.number" => 'fatura numarası',
336 "form.invoice.tax" => 'vergi',
337 "form.invoice.comment" => 'yorum ',
338 "form.invoice.th.username" => 'kişi',
339 "form.invoice.th.time" => 'saatler',
340 "form.invoice.th.rate" => 'tarife',
341 "form.invoice.th.summ" => 'tutar',
342 "form.invoice.subtotal" => 'alt toplamı',
343 "form.invoice.customer" => 'müşteri',
344 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
345 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
346
347 "form.migration.zip" => 'sıkıştırma',
348 "form.migration.file" => 'dosya seç',
349 "form.migration.import.title" => 'veri içe aktar',
350 "form.migration.import.success" => 'içe aktarma başarıyla tamamlandı',
351 "form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar',
352 "form.migration.export.title" => 'dışarı aktar',
353 "form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı',
354 "form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
355 // Note to translators: the strings below are missing and must be added and translated
356 // "form.migration.compression.none" => 'none',
357 // "form.migration.compression.gzip" => 'gzip',
358 // "form.migration.compression.bzip" => 'bzip',
359
360 "form.client.title" => 'müşteriler',
361 "form.client.add_title" => 'müşteri ekle',
362 "form.client.edit_title" => 'müşteriyi düzenle',
363 "form.client.del_title" => 'müşteriyi sil',
364 "form.client.th.name" => 'isim',
365 "form.client.th.edit" => 'düzenle',
366 "form.client.th.del" => 'sil',
367 "form.client.name" => 'isim',
368 "form.client.tax" => 'vergi',
369 "form.client.comment" => 'yorum ',
370
371 // miscellaneous strings
372 "forward.forgot_password" => 'parolanızı unuttunuz mu?',
373 "forward.edit" => 'düzenle',
374 "forward.delete" => 'sil',
375 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
376 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
377 "forward.geninvoice" => 'fatura yarat',
378 "forward.change" => 'müşterileri düzenle',
379
380 // strings inside contols on forms
381 "controls.select.project" => '--- proje seç ---',
382 "controls.select.activity" => '--- faaliyet seç ---',
383 "controls.select.client" => '--- müşteri seç ---',
384 "controls.project_bind" => '--- tümü ---',
385 "controls.all" => '--- tümü ---',
386 "controls.notbind" => '--- hiç ---',
387 "controls.per_tm" => 'bu ay',
388 "controls.per_lm" => 'geçen ay',
389 "controls.per_tw" => 'bu hafta',
390 "controls.per_lw" => 'geçen hafta',
391 "controls.per_td" => 'bugün',
392 "controls.per_at" => 'tüm zamanlar',
393 // Note to translators: the string below is missing and must be added and translated
394 // "controls.per_ty" => 'this year',
395 "controls.sel_period" => '--- zaman dönemi seç ---',
396 "controls.sel_groupby" => '--- gruplama yok ---',
397 "controls.inc_billable" => 'faturalandırılabilir',
398 "controls.inc_nbillable" => 'faturalandırılamaz',
399 // Note to translators: the string below is missing and must be added and translated
400 // "controls.default" => '--- default ---',
401
402 // labels
403 "label.chart.title1" => 'kullanıcı için faaliyetler',
404 // Note to translators: the string below is missing and must be added and translated
405 // "label.chart.title2" => 'projects for user',
406 "label.chart.period" => 'dönem için grafik',
407
408 "label.pinfo" => '%, %',
409 "label.pinfo2" => '%',
410 "label.pbehalf_info" => '% % <b>% adına</b>',
411 "label.pminfo" => ' (yönetici)',
412 "label.pcminfo" => ' (yardımcı yönetici)',
413 "label.painfo" => ' (sistem yönetici)',
414 "label.time_noentry" => 'giriş yok',
415 "label.today" => 'bugün',
416 "label.req_fields" => '* zorunlu bilgi',
417 "label.sel_project" => 'proje seç',
418 "label.sel_activity" => 'faaliyet seç',
419 "label.sel_tp" => 'zaman aralığını seç',
420 "label.set_tp" => 'ya da tarihleri belirle',
421 "label.fields" => 'alanları göster',
422 "label.group_title" => 'gruplandırma kıstası',
423 "label.include_title" => 'kayıtları dahil et',
424 "label.inv_str" => 'fatura',
425 "label.set_empl" => 'kullanıcıları seç',
426 "label.sel_all" => 'tümünü seç',
427 "label.sel_none" => 'hiçbirini seçme',
428 "label.or" => 'ya da',
429 "label.disable" => 'devre dışı bırak',
430 "label.enable" => 'devreye sok',
431 "label.filter" => 'filtre',
432 "label.timeweek" => 'haftalık toplam',
433 // Note to translators: the strings below are missing and must be added and translated
434 // "label.hrs" => 'hrs',
435 // "label.errors" => 'errors',
436 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
437 // "label.calendar_today" => 'today',
438 // "label.calendar_close" => 'close',
439
440 // login hello text
441 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
442 );