d158ada98b2f6b2f8010ead2d10b1eaf3126dfb2
[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 = 'Turkish (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_group' => 'Create Group',
52 'menu.profile' => 'Profili',
53 // TODO: translate the following.
54 // 'menu.group' => 'Group',
55 // 'menu.plugins' => 'Plugins',
56 'menu.time' => 'Zaman',
57 // TODO: translate the following.
58 // 'menu.week' => 'Week',
59 // 'menu.expenses' => 'Expenses',
60 'menu.reports' => 'Raporlar',
61 // TODO: translate the following.
62 // 'menu.timesheets' => 'Timesheets',
63 // 'menu.charts' => 'Charts',
64 'menu.projects' => 'Projeler',
65 // TODO: translate the following.
66 // 'menu.tasks' => 'Tasks',
67 'menu.users' => 'Kullanıcılar',
68 // TODO: translate the following.
69 // 'menu.groups' => 'Groups',
70 // 'menu.subgroups' => 'Subgroups',
71 // 'menu.export' => 'Export',
72 'menu.clients' => 'Müşteriler',
73 // TODO: translate the following.
74 // 'menu.options' => 'Options',
75
76 // Footer - strings on the bottom of most pages.
77 // TODO: translate the following.
78 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
79 // 'footer.credits' => 'Credits',
80 // 'footer.license' => 'License',
81 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
82                                      // This is a link to a webpage that describes how to contribute to the project.
83
84 // Error messages.
85 // TODO: translate the following.
86 // 'error.access_denied' => 'Access denied.',
87 // 'error.sys' => 'System error.',
88 'error.db' => 'Veritabanı hatası.',
89 // TODO: translate the following.
90 // 'error.feature_disabled' => 'Feature is disabled.',
91 'error.field' => 'Hatalı veri "{0}".',
92 'error.empty' => 'Alan "{0}" boştur.',
93 // TODO: confirm that error.not_equal is translated correctly.
94 // Test by changing password with not equal password value fields.
95 // English equivalent is:
96 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
97 'error.not_equal' => 'Alan "{0}" "{1}" alanıyla aynı değildir.',
98 // TODO: translate the following.
99 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
100 'error.project' => 'Proje seç.',
101 // TODO: translate the following.
102 // 'error.task' => 'Select task.',
103 'error.client' => 'Müşteri seç',
104 // TODO: translate the following.
105 // 'error.report' => 'Select report.',
106 // 'error.record' => 'Select record.',
107 'error.auth' => 'Hatalı kullanıcı adı veya parola.',
108 // TODO: translate the following.
109 // 'error.user_exists' => 'User with this login already exists.',
110 // 'error.object_exists' => 'Object with this name already exists.',
111 // 'error.invoice_exists' => 'Invoice with this number already exists.',
112 // 'error.role_exists' => 'Role with this rank already exists.',
113 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
114 // 'error.no_records' => 'There are no records.',
115 // 'error.no_login' => 'No user with this login.',
116 'error.no_groups' => 'Veritabanınız boş. Yeni bir ekip yaratmak için yönetici olarak giriş yapın.', // TODO: replace "team" with "group".
117 'error.upload' => 'Dosya yükleme hatası.',
118 // TODO: translate the following.
119 // 'error.range_locked' => 'Date range is locked.',
120 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
121 // 'error.no_email' => 'No email associated with this login.',
122 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
123 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
124 // 'error.overlap' => 'Time interval overlaps with existing records.',
125 // 'error.future_date' => 'Date is in future.',
126 // 'error.xml' => 'Error in XML file at line %d: %s.',
127 // 'error.cannot_import' => 'Cannot import: %s.',
128 // 'error.format' => 'Invalid file format.',
129 // 'error.user_count' => 'Limit on user count.',
130 // 'error.expired' => 'Expiration date reached.',
131 // 'error.file_storage' => 'File storage error.',
132
133 // Warning messages.
134 // TODO: translate the following.
135 // 'warn.sure' => 'Are you sure?',
136 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
137
138 // Success messages.
139 // TODO: translate the following.
140 // 'msg.success' => 'Operation completed successfully.',
141
142 // Labels for buttons.
143 'button.login' => 'Giriş',
144 'button.now' => 'Şimdi',
145 'button.save' => 'Kaydet',
146 // TODO: translate the following.
147 // 'button.copy' => 'Copy',
148 'button.cancel' => 'Iptal',
149 'button.submit' => 'Gönder',
150 'button.add' => 'Ekle',
151 'button.delete' => 'Sil',
152 'button.generate' => 'Yarat',
153 // TODO: translate the following.
154 // 'button.reset_password' => 'Reset password',
155 'button.send' => 'Gönder',
156 'button.send_by_email' => 'E-posta ile gönder',
157 'button.create_group' => 'Ekip yarat', // TODO: replace "team" with "group".
158 // TODO: translate the following.
159 // 'button.export' => 'Export group',
160 'button.import' => 'Ekibi içeri aktar', // TODO: replace "team" with "group".
161 // TODO: translate the following.
162 // 'button.close' => 'Close',
163 // 'button.stop' => 'Stop',
164 // 'button.approve' => 'Approve',
165 // 'button.disapprove' => 'Disapprove',
166
167 // Labels for controls on forms. Labels in this section are used on multiple forms.
168 // TODO: translate the following.
169 // 'label.group_name' => 'Group name',
170 // 'label.address' => 'Address',
171 'label.currency' => 'Para birimi',
172 // TODO: translate the following.
173 // 'label.manager_name' => 'Manager name',
174 // 'label.manager_login' => 'Manager login',
175 'label.person_name' => 'Isim',
176 'label.thing_name' => 'Isim',
177 // TODO: translate the following.
178 // 'label.login' => 'Login',
179 'label.password' => 'Parola',
180 // TODO: translate the following.
181 // 'label.confirm_password' => 'Confirm password',
182 'label.email' => 'E-posta',
183 // TODO: translate the following.
184 // 'label.cc' => 'Cc',
185 // 'label.bcc' => 'Bcc',
186 'label.subject' => 'Konu',
187 'label.date' => 'Tarih',
188 'label.start_date' => 'Başlangıç tarihi',
189 'label.end_date' => 'Son tarihi',
190 'label.user' => 'Kullanıcı',
191 'label.users' => 'Kullanıcılar',
192 // TODO: translate the following.
193 // 'label.group' => 'Group',
194 // 'label.subgroups' => 'Subgroups',
195 // 'label.roles' => 'Roles',
196 'label.client' => 'Müşteri',
197 'label.clients' => 'Müşteriler',
198 // TODO: translate the following.
199 // 'label.option' => 'Option',
200 'label.invoice' => 'Fatura',
201 'label.project' => 'Proje',
202 'label.projects' => 'Projeler',
203 // TODO: translate the following.
204 // 'label.task' => 'Task',
205 // 'label.tasks' => 'Tasks',
206 // 'label.description' => 'Description',
207 'label.start' => 'Başlat',
208 'label.finish' => 'Tamamla',
209 'label.duration' => 'Süre',
210 'label.note' => 'Not',
211 'label.notes' => 'Notlar',
212 // TODO: translate the following.
213 // 'label.item' => 'Item',
214 // 'label.cost' => 'Cost',
215 // 'label.ip' => 'IP',
216 // 'label.day_total' => 'Day total',
217 'label.week_total' => 'Haftalık toplam',
218 // TODO: translate the following.
219 // 'label.month_total' => 'Month total',
220 'label.today' => 'Bugün',
221 // TODO: translate the following.
222 // 'label.view' => 'View',
223 'label.edit' => 'Düzenle',
224 'label.delete' => 'Sil',
225 // TODO: translate the following.
226 // 'label.configure' => 'Configure',
227 'label.select_all' => 'Tümünü seç',
228 'label.select_none' => 'Hiçbirini seçme',
229 // TODO: translate the following.
230 // 'label.day_view' => 'Day view',
231 // 'label.week_view' => 'Week view',
232 'label.id' => 'ID',
233 // TODO: translate the following.
234 // 'label.language' => 'Language',
235 // 'label.decimal_mark' => 'Decimal mark',
236 // 'label.date_format' => 'Date format',
237 // 'label.time_format' => 'Time format',
238 // 'label.week_start' => 'First day of week',
239 'label.comment' => 'Yorum',
240 'label.status' => 'Durum',
241 'label.tax' => 'Vergi',
242 'label.subtotal' => 'Alt toplamı',
243 'label.total' => 'Toplam',
244 // TODO: translate the following.
245 // 'label.client_name' => 'Client name',
246 // 'label.client_address' => 'Client address',
247 'label.or' => 'ya da',
248 // TODO: translate the following.
249 // 'label.error' => 'Error',
250 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
251 'label.required_fields' => '* zorunlu bilgi',
252 'label.on_behalf' => 'adına',
253 'label.role_manager' => '(yönetici)',
254 'label.role_comanager' => '(yardımcı yönetici)',
255 'label.role_admin' => '(sistem yönetici)',
256 // TODO: translate the following.
257 // 'label.page' => 'Page',
258 // 'label.condition' => 'Condition',
259 // 'label.yes' => 'yes',
260 // 'label.no' => 'no',
261 // Labels for plugins (extensions to Time Tracker that provide additional features).
262 // TODO: translate the following.
263 // 'label.custom_fields' => 'Custom fields',
264 // 'label.monthly_quotas' => 'Monthly quotas',
265 // 'label.type' => 'Type',
266 // 'label.type_dropdown' => 'dropdown',
267 // 'label.type_text' => 'text',
268 // 'label.required' => 'Required',
269 'label.fav_report' => 'Sık kullanılan rapor',
270 // TODO: translate the following.
271 // 'label.schedule' => 'Schedule',
272 // 'label.what_is_it' => 'What is it?',
273 // 'label.expense' => 'Expense',
274 // 'label.quantity' => 'Quantity',
275 // 'label.paid_status' => 'Paid status',
276 // 'label.paid' => 'Paid',
277 // 'label.mark_paid' => 'Mark paid',
278 // 'label.week_note' => 'Week note',
279 // 'label.week_list' => 'Week list',
280 // 'label.work_units' => 'Work units',
281 // 'label.work_units_short' => 'Units',
282 'label.totals_only' => 'Sadece toplamlar',
283 // TODO: translate the following.
284 // 'label.quota' => 'Quota',
285 // 'label.timesheet' => 'Timesheet',
286 // 'label.submitted' => 'Submitted',
287 // 'label.approved' => 'Approved',
288 // 'label.approval' => 'Report approval',
289 // 'label.mark_approved' => 'Mark approved',
290 // 'label.template' => 'Template',
291 // 'label.attachments' => 'Attachments',
292 // 'label.files' => 'Files',
293 // 'label.file' => 'File',
294 // 'label.image' => 'Image',
295 // 'label.download' => 'Download',
296 // 'label.active_users' => 'Active Users',
297 // 'label.inactive_users' => 'Inactive Users',
298
299 // Form titles.
300 // Form titles.
301 // TODO: Improve titles for consistency, so that each title explains correctly what each
302 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
303 // Compare with English file to see how it is done there and do Romanian titles similarly.
304 // Specifically: compare project and client titles and see how they differ.
305 // TODO: Translate the following.
306 // 'title.error' => 'Error',
307 // 'title.success' => 'Success',
308 'title.login' => 'Giriş',
309 'title.groups' => 'Ekipler', // TODO: change "teams" to "groups".
310 // TODO: translate the following.
311 // 'title.subgroups' => 'Subgroups',
312 // 'title.add_group' => 'Adding Group',
313 // 'title.edit_group' => 'Editing Group',
314 'title.delete_group' => 'Ekibi sil', // TODO: change "team" to "group".
315 'title.reset_password' => 'Parolayı sıfırla',
316 // TODO: translate the following.
317 // 'title.change_password' => 'Changing Password',
318 'title.time' => 'Zaman',
319 'title.edit_time_record' => 'Zaman kaydını düzenliyor',
320 'title.delete_time_record' => 'Zaman kaydını siliyor',
321 // TODO: Translate the following.
322 // 'title.time_files' => 'Time Record Files',
323 // 'title.expenses' => 'Expenses',
324 // 'title.edit_expense' => 'Editing Expense Item',
325 // 'title.delete_expense' => 'Deleting Expense Item',
326 // 'title.predefined_expenses' => 'Predefined Expenses',
327 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
328 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
329 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
330 'title.reports' => 'Raporlar',
331 'title.report' => 'Rapor',
332 // TODO: translate the following.
333 // 'title.send_report' => 'Sending Report',
334 // 'title.timesheets' => 'Timesheets',
335 // 'title.timesheet' => 'Timesheet',
336 // 'title.timesheet_files' => 'Timesheet Files',
337 'title.invoice' => 'Fatura',
338 // TODO: translate the following.
339 // 'title.send_invoice' => 'Sending Invoice',
340 // 'title.charts' => 'Charts',
341 'title.projects' => 'Projeler',
342 // TODO: translate the following.
343 // 'title.project_files' => 'Project Files',
344 'title.add_project' => 'Proje ekleniyor',
345 'title.edit_project' => 'Proje düzenleniyor',
346 'title.delete_project' => 'Proje siliniyor',
347 // TODO: translate the following.
348 // 'title.tasks' => 'Tasks',
349 // 'title.add_task' => 'Adding Task',
350 // 'title.edit_task' => 'Editing Task',
351 // 'title.delete_task' => 'Deleting Task',
352 'title.users' => 'Kullanıcılar',
353 'title.add_user' => 'Kullanıcı yarat', // TODO: we need consistency with all titles. Why not ekleniyor?
354 'title.edit_user' => 'Kullanıcı düzenleniyor',
355 'title.delete_user' => 'Kullanıcı siliniyor',
356 // TODO: translate the following.
357 // 'title.roles' => 'Roles',
358 // 'title.add_role' => 'Adding Role',
359 // 'title.edit_role' => 'Editing Role',
360 // 'title.delete_role' => 'Deleting Role',
361 'title.clients' => 'Müşteriler',
362 'title.add_client' => 'Müşteri ekle',
363 'title.edit_client' => 'Müşteriyi düzenle',
364 'title.delete_client' => 'Müşteriyi sil',
365 'title.invoices' => 'Faturalar',
366 // TODO: translate the following.
367 // 'title.add_invoice' => 'Adding Invoice',
368 // 'title.view_invoice' => 'Viewing Invoice',
369 // 'title.delete_invoice' => 'Deleting Invoice',
370 // 'title.notifications' => 'Notifications',
371 // 'title.add_notification' => 'Adding Notification',
372 // 'title.edit_notification' => 'Editing Notification',
373 // 'title.delete_notification' => 'Deleting Notification',
374 // 'title.add_timesheet' => 'Adding Timesheet',
375 // 'title.edit_timesheet' => 'Editing Timesheet',
376 // 'title.delete_timesheet' => 'Deleting Timesheet',
377 // 'title.monthly_quotas' => 'Monthly Quotas',
378 // 'title.export' => 'Exporting Group Data',
379 // 'title.import' => 'Importing Group Data',
380 // 'title.options' => 'Options',
381 // 'title.display_options' => 'Display Options',
382 'title.profile' => 'Profili',
383 // TODO: translate the following.
384 // 'title.plugins' => 'Plugins',
385 // 'title.cf_custom_fields' => 'Custom Fields',
386 // 'title.cf_add_custom_field' => 'Adding Custom Field',
387 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
388 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
389 // 'title.cf_dropdown_options' => 'Dropdown Options',
390 // 'title.cf_add_dropdown_option' => 'Adding Option',
391 // 'title.cf_edit_dropdown_option' => 'Editing Option',
392 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
393 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
394 // It is also a name for the Locking plugin on the group settings page.
395 // 'title.locking' => 'Locking',
396 // 'title.week_view' => 'Week View',
397 // 'title.swap_roles' => 'Swapping Roles',
398 // 'title.work_units' => 'Work Units',
399 // 'title.templates' => 'Templates',
400 // 'title.add_template' => 'Adding Template',
401 // 'title.edit_template' => 'Editing Template',
402 // 'title.delete_template' => 'Deleting Template',
403 // 'title.edit_file' => 'Editing File',
404 // 'title.delete_file' => 'Deleting File',
405 // 'title.download_file' => 'Downloading File',
406 // 'title.work' => 'Work',
407 // 'title.add_work' => 'Adding Work',
408 // 'title.edit_work' => 'Editing Work',
409 // 'title.delete_work' => 'Deleting Work',
410 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
411 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
412
413 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
414 // Strings that are used in a single form must go to the specific form section.
415 'dropdown.all' => '--- tümü ---',
416 'dropdown.no' => '--- hiç ---',
417 'dropdown.current_day' => 'bugün',
418 'dropdown.previous_day' => 'dün',
419 'dropdown.selected_day' => 'gün',
420 'dropdown.current_week' => 'bu hafta',
421 'dropdown.previous_week' => 'geçen hafta',
422 'dropdown.selected_week' => 'hafta',
423 'dropdown.current_month' => 'bu ay',
424 'dropdown.previous_month' => 'geçen ay',
425 'dropdown.selected_month' => 'ay',
426 // TODO: translate the following.
427 // 'dropdown.current_year' => 'this year',
428 // 'dropdown.previous_year' => 'previous year',
429 // 'dropdown.selected_year' => 'year',
430 'dropdown.all_time' => 'tüm zamanlar',
431 'dropdown.projects' => 'projeler',
432 // TODO: translate the following.
433 // 'dropdown.tasks' => 'tasks',
434 'dropdown.clients' => 'müşteriler',
435 // TODO: translate the following.
436 // 'dropdown.select' => '--- select ---',
437 // 'dropdown.select_invoice' => '--- select invoice ---',
438 // 'dropdown.select_timesheet' => '--- select timesheet ---',
439 'dropdown.status_active' => 'aktif',
440 // TODO: translate the following.
441 // 'dropdown.status_inactive' => 'inactive',
442 // 'dropdown.delete' => 'delete',
443 // 'dropdown.do_not_delete' => 'do not delete',
444 // 'dropdown.approved' => 'approved',
445 // 'dropdown.not_approved' => 'not approved',
446 // 'dropdown.paid' => 'paid',
447 // 'dropdown.not_paid' => 'not paid',
448
449 // Login form. See example at https://timetracker.anuko.com/login.php.
450 'form.login.forgot_password' => 'Parolanızı unuttunuz mu?',
451 // TODO: translate the following.
452 // 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
453
454 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
455 'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string.
456 'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi',
457 // TODO: translate the ending of the following.
458 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
459 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\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",
460 // "IP %s" probably sounds awkward.
461 'form.reset_password.email_body' => "Sayın Kullanıcı,\n\nBirisi, IP %s, 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",
462
463 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
464 // TODO: translate the following.
465 // 'form.change_password.tip' => 'Type new password and click on Save.',
466
467 // Time form. See example at https://timetracker.anuko.com/time.php.
468 // TODO: translate the following.
469 'form.time.duration_format' => '(ss:dd ya da 0.0h)',
470 'form.time.billable' => 'Faturalandırılabilir',
471 // TODO: translate the following.
472 // 'form.time.uncompleted' => 'Uncompleted',
473 // 'form.time.remaining_quota' => 'Remaining quota',
474 // 'form.time.over_quota' => 'Over quota',
475 // 'form.time.remaining_balance' => 'Remaining balance',
476 // 'form.time.over_balance' => 'Over balance',
477
478 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
479 'form.time_edit.uncompleted' => 'Bu kayıt sadece başlangıç zamanıyla silindi. Bu hata değildir.',
480
481 // Week view form. See example at https://timetracker.anuko.com/week.php.
482 // TODO: translate the following.
483 // 'form.week.new_entry' => 'New entry',
484
485 // Reports form. See example at https://timetracker.anuko.com/reports.php
486 'form.reports.save_as_favorite' => 'Sık kullanılan olarak kaydet',
487 // TODO: translate the following.
488 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
489 'form.reports.include_billable' => 'faturalandırılabilir',
490 'form.reports.include_not_billable' => 'faturalandırılamaz',
491 // TODO: translate the following.
492 // 'form.reports.include_invoiced' => 'invoiced',
493 // 'form.reports.include_not_invoiced' => 'not invoiced',
494 // 'form.reports.include_assigned' => 'assigned',
495 // 'form.reports.include_not_assigned' => 'not assigned',
496 // 'form.reports.include_pending' => 'pending',
497 'form.reports.select_period' => 'Zaman aralığını seç',
498 'form.reports.set_period' => 'ya da tarihleri belirle',
499 'form.reports.show_fields' => 'Alanları göster',
500 'form.reports.group_by' => 'Gruplandırma kıstas',
501 'form.reports.group_by_no' => '--- gruplama yok ---',
502 'form.reports.group_by_date' => 'tarih',
503 'form.reports.group_by_user' => 'kullanıcı',
504 // TODO: translate the following.
505 // 'form.reports.group_by_client' => 'client',
506 'form.reports.group_by_project' => 'proje',
507 // TODO: translate the following.
508 // 'form.reports.group_by_task' => 'task',
509
510 // Report form. See example at https://timetracker.anuko.com/report.php
511 // (after generating a report at https://timetracker.anuko.com/reports.php).
512 // TODO: translate the following.
513 // 'form.report.export' => 'Export',
514 // 'form.report.assign_to_invoice' => 'Assign to invoice',
515 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
516
517 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
518 // TODO: translate the following.
519 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
520 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
521
522 // Templates form. See example at https://timetracker.anuko.com/templates.php
523 // TODO: translate the following.
524 // 'form.templates.active_templates' => 'Active Templates',
525 // 'form.templates.inactive_templates' => 'Inactive Templates',
526
527 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
528 // (you can get to this form after generating a report).
529 'form.invoice.number' => 'Fatura numarası',
530 'form.invoice.person' => 'Kişi',
531
532 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
533 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
534 // 'form.invoice.invoice_entries' => 'Invoice entries',
535 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
536
537 // Charts form. See example at https://timetracker.anuko.com/charts.php
538 // TODO: translate the following.
539 // 'form.charts.interval' => 'Interval',
540 // 'form.charts.chart' => 'Chart',
541
542 // Projects form. See example at https://timetracker.anuko.com/projects.php
543 // TODO: translate the following.
544 // 'form.projects.active_projects' => 'Active Projects',
545 // 'form.projects.inactive_projects' => 'Inactive Projects',
546
547 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
548 // TODO: translate the following.
549 // 'form.tasks.active_tasks' => 'Active Tasks',
550 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
551
552 // Users form. See example at https://timetracker.anuko.com/users.php
553 // TODO: translate the following.
554 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
555 'form.users.role' => 'Rol',
556 // TODO: translate the following.
557 'form.users.manager' => 'Yönetici',
558 'form.users.comanager' => 'Yardımcı yönetici',
559 'form.users.rate' => 'Tarife', // TODO: is this correct?
560 'form.users.default_rate' => 'Varsayılan saat ücreti',
561
562 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
563 // TODO: translate the following.
564 // 'form.user_edit.swap_roles' => 'Swap roles',
565
566 // Roles form. See example at https://timetracker.anuko.com/roles.php
567 // TODO: translate the following.
568 // 'form.roles.active_roles' => 'Active Roles',
569 // 'form.roles.inactive_roles' => 'Inactive Roles',
570 // 'form.roles.rank' => 'Rank',
571 // 'form.roles.rights' => 'Rights',
572 // 'form.roles.assigned' => 'Assigned',
573 // 'form.roles.not_assigned' => 'Not assigned',
574
575 // Clients form. See example at https://timetracker.anuko.com/clients.php
576 // TODO: translate the following.
577 // 'form.clients.active_clients' => 'Active Clients',
578 // 'form.clients.inactive_clients' => 'Inactive Clients',
579
580 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
581 // TODO: translate the following.
582 // 'form.client.client_to_delete' => 'Client to delete',
583 // 'form.client.client_entries' => 'Client entries',
584
585 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
586 // TODO: replace "team" with "group" in the string below.
587 'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
588 'form.export.compression' => 'Sıkıştırma',
589 // TODO: translate the following.
590 // 'form.export.compression_none' => 'none',
591 // 'form.export.compression_bzip' => 'bzip',
592
593 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
594 'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', // TODO: replace "team" with "group".
595 'form.import.file' => 'Dosya seç',
596 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.',
597
598 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
599 // TODO: check form.groups.hint for accuracy. I did not not how to translate "login", so this may be garbage now.
600 // ALSO TODO: replace "team" with "group" in the string below.
601 'form.groups.hint' => '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 (login çakışmalarına izin verilmemekte).',
602
603 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
604 // TODO: translate the following.
605 // 'form.group_edit.12_hours' => '12 hours',
606 // 'form.group_edit.24_hours' => '24 hours',
607 // 'form.group_edit.display_options' => 'Display options',
608 // 'form.group_edit.show_holidays' => 'Show holidays',
609 // 'form.group_edit.tracking_mode' => 'Tracking mode',
610 // 'form.group_edit.mode_time' => 'time',
611 // 'form.group_edit.mode_projects' => 'projects',
612 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
613 // 'form.group_edit.record_type' => 'Record type',
614 // 'form.group_edit.type_all' => 'all',
615 // 'form.group_edit.type_start_finish' => 'start and finish',
616 // 'form.group_edit.type_duration' => 'duration',
617 // 'form.group_edit.punch_mode' => 'Punch mode',
618 // 'form.group_edit.allow_overlap' => 'Allow overlap',
619 // 'form.group_edit.future_entries' => 'Future entries',
620 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
621 // 'form.group_edit.confirm_save' => 'Confirm saving',
622 // 'form.group_edit.allow_ip' => 'Allow IP',
623
624 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
625 // TODO: translate the following.
626 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
627
628 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
629 'form.mail.from' => 'Kimden',
630 'form.mail.to' => 'Kime',
631 // TODO: translate the following.
632 // 'form.mail.report_subject' => 'Time Tracker Report',
633 // 'form.mail.footer' => '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.',
634 // 'form.mail.report_sent' => 'Report sent.',
635 'form.mail.invoice_sent' => 'Fatura yollandı.',
636
637 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
638 // TODO: translate the following.
639 // 'form.quota.year' => 'Year',
640 // 'form.quota.month' => 'Month',
641 // 'form.quota.workday_hours' => 'Hours in work day',
642 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
643
644 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
645 // TODO: translate the following.
646 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
647 // 'form.swap.swap_with' => 'Swap roles with',
648
649 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
650 // TODO: translate the following.
651 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
652 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
653
654 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
655 // TODO: translate the following.
656 // 'role.user.label' => 'User',
657 // 'role.user.low_case_label' => 'user',
658 // 'role.user.description' => 'A regular member without management rights.',
659 // 'role.client.label' => 'Client',
660 // 'role.client.low_case_label' => 'client',
661 // 'role.client.description' => 'A client can view its own data.',
662 // 'role.supervisor.label' => 'Supervisor',
663 // 'role.supervisor.low_case_label' => 'supervisor',
664 // 'role.supervisor.description' => 'A person with a small set of management rights.',
665 // 'role.comanager.label' => 'Co-manager',
666 // 'role.comanager.low_case_label' => 'co-manager',
667 // 'role.comanager.description' => 'A person with a big set of management functions.',
668 // 'role.manager.label' => 'Manager',
669 // 'role.manager.low_case_label' => 'manager',
670 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
671 // 'role.top_manager.label' => 'Top manager',
672 // 'role.top_manager.low_case_label' => 'top manager',
673 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
674 // 'role.admin.label' => 'Administrator',
675 // 'role.admin.low_case_label' => 'administrator',
676 // 'role.admin.description' => 'Site adminsitrator.',
677
678 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
679 // TODO: translate the following.
680 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
681 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
682 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
683 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
684 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
685 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
686
687 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
688 // TODO: translate the following.
689 // 'form.display_options.menu' => 'Menu',
690 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
691 );