5701f5621b95a5d54aba19106602c325e168d319
[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
39 $i18n_key_words = array(
40
41 // Menus - short selection strings that are displayed on top of application web pages.
42 // Example: https://timetracker.anuko.com (black menu on top).
43 'menu.login' => 'Giriş',
44 'menu.logout' => 'Çıkış',
45 // TODO: translate the following.
46 // 'menu.forum' => 'Forum',
47 'menu.help' => 'Yardım',
48 // TODO: translate the following.
49 // 'menu.register' => 'Register',
50 'menu.profile' => 'Profili',
51 // TODO: translate the following.
52 // 'menu.group' => 'Group',
53 // 'menu.plugins' => 'Plugins',
54 'menu.time' => 'Zaman',
55 // TODO: translate the following.
56 // 'menu.week' => 'Week',
57 // 'menu.expenses' => 'Expenses',
58 'menu.reports' => 'Raporlar',
59 // TODO: translate the following.
60 // 'menu.timesheets' => 'Timesheets',
61 // 'menu.charts' => 'Charts',
62 'menu.projects' => 'Projeler',
63 // TODO: translate the following.
64 // 'menu.tasks' => 'Tasks',
65 'menu.users' => 'Kullanıcılar',
66 // TODO: translate the following.
67 // 'menu.groups' => 'Groups',
68 // 'menu.subgroups' => 'Subgroups',
69 // 'menu.export' => 'Export',
70 'menu.clients' => 'Müşteriler',
71 // TODO: translate the following.
72 // 'menu.options' => 'Options',
73
74 // Footer - strings on the bottom of most pages.
75 // TODO: translate the following.
76 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
77 // 'footer.credits' => 'Credits',
78 // 'footer.license' => 'License',
79 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
80                                      // This is a link to a webpage that describes how to contribute to the project.
81
82 // Error messages.
83 // TODO: translate the following.
84 // 'error.access_denied' => 'Access denied.',
85 // 'error.sys' => 'System error.',
86 'error.db' => 'Veritabanı hatası.',
87 // TODO: translate the following.
88 // 'error.feature_disabled' => 'Feature is disabled.',
89 'error.field' => 'Hatalı veri "{0}".',
90 'error.empty' => 'Alan "{0}" boştur.',
91 // TODO: confirm that error.not_equal is translated correctly.
92 // Test by changing password with not equal password value fields.
93 // English equivalent is:
94 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
95 'error.not_equal' => 'Alan "{0}" "{1}" alanıyla aynı değildir.',
96 // TODO: translate the following.
97 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
98 'error.project' => 'Proje seç.',
99 // TODO: translate the following.
100 // 'error.task' => 'Select task.',
101 'error.client' => 'Müşteri seç',
102 // TODO: translate the following.
103 // 'error.report' => 'Select report.',
104 // 'error.record' => 'Select record.',
105 'error.auth' => 'Hatalı kullanıcı adı veya parola.',
106 // TODO: translate the following.
107 // 'error.user_exists' => 'User with this login already exists.',
108 // 'error.object_exists' => 'Object with this name already exists.',
109 // 'error.invoice_exists' => 'Invoice with this number already exists.',
110 // 'error.role_exists' => 'Role with this rank already exists.',
111 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
112 // 'error.no_records' => 'There are no records.',
113 // 'error.no_login' => 'No user with this login.',
114 'error.no_groups' => 'Veritabanınız boş. Yeni bir ekip yaratmak için yönetici olarak giriş yapın.', // TODO: replace "team" with "group".
115 'error.upload' => 'Dosya yükleme hatası.',
116 // TODO: translate the following.
117 // 'error.range_locked' => 'Date range is locked.',
118 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
119 // 'error.no_email' => 'No email associated with this login.',
120 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
121 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
122 // 'error.overlap' => 'Time interval overlaps with existing records.',
123 // 'error.future_date' => 'Date is in future.',
124 // 'error.xml' => 'Error in XML file at line %d: %s.',
125 // 'error.cannot_import' => 'Cannot import: %s.',
126 // 'error.format' => 'Invalid file format.',
127 // 'error.user_count' => 'Limit on user count.',
128 // 'error.expired' => 'Expiration date reached.',
129 // 'error.file_storage' => 'File storage error.',
130
131 // Warning messages.
132 // TODO: translate the following.
133 // 'warn.sure' => 'Are you sure?',
134 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
135
136 // Success messages.
137 // TODO: translate the following.
138 // 'msg.success' => 'Operation completed successfully.',
139
140 // Labels for buttons.
141 'button.login' => 'Giriş',
142 'button.now' => 'Şimdi',
143 'button.save' => 'Kaydet',
144 // TODO: translate the following.
145 // 'button.copy' => 'Copy',
146 'button.cancel' => 'Iptal',
147 'button.submit' => 'Gönder',
148 'button.add' => 'Ekle',
149 'button.delete' => 'Sil',
150 'button.generate' => 'Yarat',
151 // TODO: translate the following.
152 // 'button.reset_password' => 'Reset password',
153 'button.send' => 'Gönder',
154 'button.send_by_email' => 'E-posta ile gönder',
155 'button.create_group' => 'Ekip yarat', // TODO: replace "team" with "group".
156 // TODO: translate the following.
157 // 'button.export' => 'Export group',
158 'button.import' => 'Ekibi içeri aktar', // TODO: replace "team" with "group".
159 // TODO: translate the following.
160 // 'button.close' => 'Close',
161 // 'button.stop' => 'Stop',
162 // 'button.approve' => 'Approve',
163 // 'button.disapprove' => 'Disapprove',
164
165 // Labels for controls on forms. Labels in this section are used on multiple forms.
166 // TODO: translate the following.
167 // 'label.group_name' => 'Group name',
168 // 'label.address' => 'Address',
169 'label.currency' => 'Para birimi',
170 // TODO: translate the following.
171 // 'label.manager_name' => 'Manager name',
172 // 'label.manager_login' => 'Manager login',
173 'label.person_name' => 'Isim',
174 'label.thing_name' => 'Isim',
175 // TODO: translate the following.
176 // 'label.login' => 'Login',
177 'label.password' => 'Parola',
178 // TODO: translate the following.
179 // 'label.confirm_password' => 'Confirm password',
180 'label.email' => 'E-posta',
181 // TODO: translate the following.
182 // 'label.cc' => 'Cc',
183 // 'label.bcc' => 'Bcc',
184 'label.subject' => 'Konu',
185 'label.date' => 'Tarih',
186 'label.start_date' => 'Başlangıç tarihi',
187 'label.end_date' => 'Son tarihi',
188 'label.user' => 'Kullanıcı',
189 'label.users' => 'Kullanıcılar',
190 // TODO: translate the following.
191 // 'label.group' => 'Group',
192 // 'label.subgroups' => 'Subgroups',
193 // 'label.roles' => 'Roles',
194 'label.client' => 'Müşteri',
195 'label.clients' => 'Müşteriler',
196 // TODO: translate the following.
197 // 'label.option' => 'Option',
198 'label.invoice' => 'Fatura',
199 'label.project' => 'Proje',
200 'label.projects' => 'Projeler',
201 // TODO: translate the following.
202 // 'label.task' => 'Task',
203 // 'label.tasks' => 'Tasks',
204 // 'label.description' => 'Description',
205 'label.start' => 'Başlat',
206 'label.finish' => 'Tamamla',
207 'label.duration' => 'Süre',
208 'label.note' => 'Not',
209 'label.notes' => 'Notlar',
210 // TODO: translate the following.
211 // 'label.item' => 'Item',
212 // 'label.cost' => 'Cost',
213 // 'label.ip' => 'IP',
214 // 'label.day_total' => 'Day total',
215 'label.week_total' => 'Haftalık toplam',
216 // TODO: translate the following.
217 // 'label.month_total' => 'Month total',
218 'label.today' => 'Bugün',
219 // TODO: translate the following.
220 // 'label.view' => 'View',
221 'label.edit' => 'Düzenle',
222 'label.delete' => 'Sil',
223 // TODO: translate the following.
224 // 'label.configure' => 'Configure',
225 'label.select_all' => 'Tümünü seç',
226 'label.select_none' => 'Hiçbirini seçme',
227 // TODO: translate the following.
228 // 'label.day_view' => 'Day view',
229 // 'label.week_view' => 'Week view',
230 'label.id' => 'ID',
231 // TODO: translate the following.
232 // 'label.language' => 'Language',
233 // 'label.decimal_mark' => 'Decimal mark',
234 // 'label.date_format' => 'Date format',
235 // 'label.time_format' => 'Time format',
236 // 'label.week_start' => 'First day of week',
237 'label.comment' => 'Yorum',
238 'label.status' => 'Durum',
239 'label.tax' => 'Vergi',
240 'label.subtotal' => 'Alt toplamı',
241 'label.total' => 'Toplam',
242 // TODO: translate the following.
243 // 'label.client_name' => 'Client name',
244 // 'label.client_address' => 'Client address',
245 'label.or' => 'ya da',
246 // TODO: translate the following.
247 // 'label.error' => 'Error',
248 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
249 'label.required_fields' => '* zorunlu bilgi',
250 'label.on_behalf' => 'adına',
251 'label.role_manager' => '(yönetici)',
252 'label.role_comanager' => '(yardımcı yönetici)',
253 'label.role_admin' => '(sistem yönetici)',
254 // TODO: translate the following.
255 // 'label.page' => 'Page',
256 // 'label.condition' => 'Condition',
257 // 'label.yes' => 'yes',
258 // 'label.no' => 'no',
259 // Labels for plugins (extensions to Time Tracker that provide additional features).
260 // TODO: translate the following.
261 // 'label.custom_fields' => 'Custom fields',
262 // 'label.monthly_quotas' => 'Monthly quotas',
263 // 'label.entity' => 'Entity',
264 // 'label.type' => 'Type',
265 // 'label.type_dropdown' => 'dropdown',
266 // 'label.type_text' => 'text',
267 // 'label.required' => 'Required',
268 'label.fav_report' => 'Sık kullanılan rapor',
269 // TODO: translate the following.
270 // 'label.schedule' => 'Schedule',
271 // 'label.what_is_it' => 'What is it?',
272 // 'label.expense' => 'Expense',
273 // 'label.quantity' => 'Quantity',
274 // 'label.paid_status' => 'Paid status',
275 // 'label.paid' => 'Paid',
276 // 'label.mark_paid' => 'Mark paid',
277 // 'label.week_menu' => 'Week menu',
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 // TODO: translate the following.
432 // 'dropdown.time' => 'time',
433 // 'dropdown.user' => 'user',
434 'dropdown.projects' => 'projeler',
435 // TODO: translate the following.
436 // 'dropdown.tasks' => 'tasks',
437 'dropdown.clients' => 'müşteriler',
438 // TODO: translate the following.
439 // 'dropdown.select' => '--- select ---',
440 // 'dropdown.select_invoice' => '--- select invoice ---',
441 // 'dropdown.select_timesheet' => '--- select timesheet ---',
442 'dropdown.status_active' => 'aktif',
443 // TODO: translate the following.
444 // 'dropdown.status_inactive' => 'inactive',
445 // 'dropdown.delete' => 'delete',
446 // 'dropdown.do_not_delete' => 'do not delete',
447 // 'dropdown.approved' => 'approved',
448 // 'dropdown.not_approved' => 'not approved',
449 // 'dropdown.paid' => 'paid',
450 // 'dropdown.not_paid' => 'not paid',
451
452 // Login form. See example at https://timetracker.anuko.com/login.php.
453 'form.login.forgot_password' => 'Parolanızı unuttunuz mu?',
454 // TODO: translate the following.
455 // '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.',
456
457 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
458 'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string.
459 'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi',
460 // TODO: translate the ending of the following.
461 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
462 // '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",
463 // "IP %s" probably sounds awkward.
464 '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",
465
466 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
467 // TODO: translate the following.
468 // 'form.change_password.tip' => 'Type new password and click on Save.',
469
470 // Time form. See example at https://timetracker.anuko.com/time.php.
471 // TODO: translate the following.
472 'form.time.duration_format' => '(ss:dd ya da 0.0h)',
473 'form.time.billable' => 'Faturalandırılabilir',
474 // TODO: translate the following.
475 // 'form.time.uncompleted' => 'Uncompleted',
476 // 'form.time.remaining_quota' => 'Remaining quota',
477 // 'form.time.over_quota' => 'Over quota',
478 // 'form.time.remaining_balance' => 'Remaining balance',
479 // 'form.time.over_balance' => 'Over balance',
480
481 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
482 'form.time_edit.uncompleted' => 'Bu kayıt sadece başlangıç zamanıyla silindi. Bu hata değildir.',
483
484 // Week view form. See example at https://timetracker.anuko.com/week.php.
485 // TODO: translate the following.
486 // 'form.week.new_entry' => 'New entry',
487
488 // Reports form. See example at https://timetracker.anuko.com/reports.php
489 'form.reports.save_as_favorite' => 'Sık kullanılan olarak kaydet',
490 // TODO: translate the following.
491 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
492 'form.reports.include_billable' => 'faturalandırılabilir',
493 'form.reports.include_not_billable' => 'faturalandırılamaz',
494 // TODO: translate the following.
495 // 'form.reports.include_invoiced' => 'invoiced',
496 // 'form.reports.include_not_invoiced' => 'not invoiced',
497 // 'form.reports.include_assigned' => 'assigned',
498 // 'form.reports.include_not_assigned' => 'not assigned',
499 // 'form.reports.include_pending' => 'pending',
500 'form.reports.select_period' => 'Zaman aralığını seç',
501 'form.reports.set_period' => 'ya da tarihleri belirle',
502 'form.reports.show_fields' => 'Alanları göster',
503 'form.reports.group_by' => 'Gruplandırma kıstas',
504 'form.reports.group_by_no' => '--- gruplama yok ---',
505 'form.reports.group_by_date' => 'tarih',
506 'form.reports.group_by_user' => 'kullanıcı',
507 // TODO: translate the following.
508 // 'form.reports.group_by_client' => 'client',
509 'form.reports.group_by_project' => 'proje',
510 // TODO: translate the following.
511 // 'form.reports.group_by_task' => 'task',
512
513 // Report form. See example at https://timetracker.anuko.com/report.php
514 // (after generating a report at https://timetracker.anuko.com/reports.php).
515 // TODO: translate the following.
516 // 'form.report.export' => 'Export',
517 // 'form.report.assign_to_invoice' => 'Assign to invoice',
518 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
519
520 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
521 // TODO: translate the following.
522 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
523 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
524
525 // Templates form. See example at https://timetracker.anuko.com/templates.php
526 // TODO: translate the following.
527 // 'form.templates.active_templates' => 'Active Templates',
528 // 'form.templates.inactive_templates' => 'Inactive Templates',
529
530 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
531 // (you can get to this form after generating a report).
532 'form.invoice.number' => 'Fatura numarası',
533 'form.invoice.person' => 'Kişi',
534
535 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
536 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
537 // 'form.invoice.invoice_entries' => 'Invoice entries',
538 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
539
540 // Charts form. See example at https://timetracker.anuko.com/charts.php
541 // TODO: translate the following.
542 // 'form.charts.interval' => 'Interval',
543 // 'form.charts.chart' => 'Chart',
544
545 // Projects form. See example at https://timetracker.anuko.com/projects.php
546 // TODO: translate the following.
547 // 'form.projects.active_projects' => 'Active Projects',
548 // 'form.projects.inactive_projects' => 'Inactive Projects',
549
550 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
551 // TODO: translate the following.
552 // 'form.tasks.active_tasks' => 'Active Tasks',
553 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
554
555 // Users form. See example at https://timetracker.anuko.com/users.php
556 // TODO: translate the following.
557 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
558 'form.users.role' => 'Rol',
559 // TODO: translate the following.
560 'form.users.manager' => 'Yönetici',
561 'form.users.comanager' => 'Yardımcı yönetici',
562 'form.users.rate' => 'Tarife', // TODO: is this correct?
563 'form.users.default_rate' => 'Varsayılan saat ücreti',
564
565 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
566 // TODO: translate the following.
567 // 'form.user_edit.swap_roles' => 'Swap roles',
568
569 // Roles form. See example at https://timetracker.anuko.com/roles.php
570 // TODO: translate the following.
571 // 'form.roles.active_roles' => 'Active Roles',
572 // 'form.roles.inactive_roles' => 'Inactive Roles',
573 // 'form.roles.rank' => 'Rank',
574 // 'form.roles.rights' => 'Rights',
575 // 'form.roles.assigned' => 'Assigned',
576 // 'form.roles.not_assigned' => 'Not assigned',
577
578 // Clients form. See example at https://timetracker.anuko.com/clients.php
579 // TODO: translate the following.
580 // 'form.clients.active_clients' => 'Active Clients',
581 // 'form.clients.inactive_clients' => 'Inactive Clients',
582
583 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
584 // TODO: translate the following.
585 // 'form.client.client_to_delete' => 'Client to delete',
586 // 'form.client.client_entries' => 'Client entries',
587
588 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
589 // TODO: replace "team" with "group" in the string below.
590 'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
591 'form.export.compression' => 'Sıkıştırma',
592 // TODO: translate the following.
593 // 'form.export.compression_none' => 'none',
594 // 'form.export.compression_bzip' => 'bzip',
595
596 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
597 'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', // TODO: replace "team" with "group".
598 'form.import.file' => 'Dosya seç',
599 'form.import.success' => 'Içe aktarma başarıyla tamamlandı.',
600
601 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
602 // TODO: check form.groups.hint for accuracy. I did not not how to translate "login", so this may be garbage now.
603 // ALSO TODO: replace "team" with "group" in the string below.
604 '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).',
605
606 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
607 // TODO: translate the following.
608 // 'form.group_edit.12_hours' => '12 hours',
609 // 'form.group_edit.24_hours' => '24 hours',
610 // 'form.group_edit.display_options' => 'Display options',
611 // 'form.group_edit.holidays' => 'Holidays',
612 // 'form.group_edit.tracking_mode' => 'Tracking mode',
613 // 'form.group_edit.mode_time' => 'time',
614 // 'form.group_edit.mode_projects' => 'projects',
615 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
616 // 'form.group_edit.record_type' => 'Record type',
617 // 'form.group_edit.type_all' => 'all',
618 // 'form.group_edit.type_start_finish' => 'start and finish',
619 // 'form.group_edit.type_duration' => 'duration',
620 // 'form.group_edit.punch_mode' => 'Punch mode',
621 // 'form.group_edit.allow_overlap' => 'Allow overlap',
622 // 'form.group_edit.future_entries' => 'Future entries',
623 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
624 // 'form.group_edit.confirm_save' => 'Confirm saving',
625 // 'form.group_edit.allow_ip' => 'Allow IP',
626 // 'form.group_edit.advanced_settings' => 'Advanced settings',
627
628 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
629 // TODO: translate the following.
630 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
631
632 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
633 'form.mail.from' => 'Kimden',
634 'form.mail.to' => 'Kime',
635 // TODO: translate the following.
636 // 'form.mail.report_subject' => 'Time Tracker Report',
637 // '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.',
638 // 'form.mail.report_sent' => 'Report sent.',
639 'form.mail.invoice_sent' => 'Fatura yollandı.',
640
641 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
642 // TODO: translate the following.
643 // 'form.quota.year' => 'Year',
644 // 'form.quota.month' => 'Month',
645 // 'form.quota.workday_hours' => 'Hours in work day',
646 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
647
648 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
649 // TODO: translate the following.
650 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
651 // 'form.swap.swap_with' => 'Swap roles with',
652
653 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
654 // TODO: translate the following.
655 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
656 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
657
658 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
659 // TODO: translate the following.
660 // 'role.user.label' => 'User',
661 // 'role.user.low_case_label' => 'user',
662 // 'role.user.description' => 'A regular member without management rights.',
663 // 'role.client.label' => 'Client',
664 // 'role.client.low_case_label' => 'client',
665 // 'role.client.description' => 'A client can view its own data.',
666 // 'role.supervisor.label' => 'Supervisor',
667 // 'role.supervisor.low_case_label' => 'supervisor',
668 // 'role.supervisor.description' => 'A person with a small set of management rights.',
669 // 'role.comanager.label' => 'Co-manager',
670 // 'role.comanager.low_case_label' => 'co-manager',
671 // 'role.comanager.description' => 'A person with a big set of management functions.',
672 // 'role.manager.label' => 'Manager',
673 // 'role.manager.low_case_label' => 'manager',
674 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
675 // 'role.top_manager.label' => 'Top manager',
676 // 'role.top_manager.low_case_label' => 'top manager',
677 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
678 // 'role.admin.label' => 'Administrator',
679 // 'role.admin.low_case_label' => 'administrator',
680 // 'role.admin.description' => 'Site adminsitrator.',
681
682 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
683 // TODO: translate the following.
684 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
685 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
686 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
687 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
688 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
689 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
690
691 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
692 // TODO: translate the following.
693 // 'form.display_options.menu' => 'Menu',
694 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
695 );