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