More refactoring.
[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 'error.project' => 'Proje seç.',
93 // TODO: translate the following.
94 // 'error.task' => 'Select task.',
95 // 'error.client' => 'Select client.',
96 // 'error.report' => 'Select report.',
97 // 'error.record' => 'Select record.',
98 'error.auth' => 'Hatalı kullanıcı adı veya parola.',
99 // TODO: translate the following.
100 // 'error.user_exists' => 'User with this login already exists.',
101 'error.project_exists' => 'Bu isimde proje zaten vardır.',
102 // TODO: translate the following.
103 // 'error.task_exists' => 'Task with this name already exists.',
104 // 'error.client_exists' => 'Client with this name already exists.',
105 // 'error.invoice_exists' => 'Invoice with this number already exists.',
106 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
107 // 'error.no_login' => 'No user with this login.',
108 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
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 // 'error.overlap' => 'Time interval overlaps with existing records.',
117 // 'error.future_date' => 'Date is in future.',
118
119 // Labels for buttons.
120 'button.login' => 'Giriş',
121 'button.now' => 'Şimdi',
122 'button.save' => 'Kaydet',
123 // TODO: translate the following.
124 // 'button.copy' => 'Copy',
125 'button.cancel' => 'Iptal',
126 'button.submit' => 'Gönder',
127 'button.add_user' => 'Kullanıcı ekle',
128 'button.add_project' => 'Proje ekle',
129 // TODO: translate the following.
130 // 'button.add_task' => 'Add task',
131 'button.add_client' => 'Müşteri ekle',
132 // TODO: translate the following.
133 // 'button.add_invoice' => 'Add invoice',
134 // 'button.add_option' => 'Add option',
135 'button.add' => 'Ekle',
136 'button.generate' => 'Yarat',
137 // TODO: translate the following.
138 // 'button.reset_password' => 'Reset password',
139 'button.send' => 'Gönder',
140 'button.send_by_email' => 'E-posta ile gönder',
141 'button.create_team' => 'Ekip yarat',
142 // TODO: translate the following.
143 // 'button.export' => 'Export team',
144 'button.import' => 'Ekibi içeri aktar',
145 // TODO: translate the following.
146 // 'button.close' => 'Close',
147 // 'button.stop' => 'Stop',
148
149 // Labels for controls on forms. Labels in this section are used on multiple forms.
150 // TODO: translate the following.
151 // 'label.team_name' => 'Team name',
152 // 'label.address' => 'Address',
153 'label.currency' => 'Para birimi',
154 // TODO: translate the following.
155 // 'label.manager_name' => 'Manager name',
156 // 'label.manager_login' => 'Manager login',
157 // 'label.person_name' => 'Name',
158 // 'label.thing_name' => 'Name',
159 // 'label.login' => 'Login',
160 'label.password' => 'Parola',
161 // TODO: translate the following.
162 // 'label.confirm_password' => 'Confirm password',
163 'label.email' => 'E-posta',
164 // TODO: translate the following.
165 // 'label.cc' => 'Cc',
166 // 'label.bcc' => 'Bcc',
167 'label.subject' => 'Konu',
168 // TODO: translate the following.
169 // 'label.date' => 'Date',
170 // 'label.start_date' => 'Start date',
171 // 'label.end_date' => 'End date',
172 // 'label.user' => 'User',
173 // 'label.users' => 'Users',
174 // 'label.client' => 'Client',
175 // 'label.clients' => 'Clients',
176 // 'label.option' => 'Option',
177 // 'label.invoice' => 'Invoice',
178 // 'label.project' => 'Project',
179 // 'label.projects' => 'Projects',
180 // 'label.task' => 'Task',
181 // 'label.tasks' => 'Tasks',
182 // 'label.description' => 'Description',
183 // 'label.start' => 'Start',
184 // 'label.finish' => 'Finish',
185 // 'label.duration' => 'Duration',
186 // 'label.note' => 'Note',
187 // 'label.notes' => 'Notes',
188 // 'label.item' => 'Item',
189 // 'label.cost' => 'Cost',
190 // 'label.day_total' => 'Day total',
191 // 'label.week_total' => 'Week total',
192 // 'label.month_total' => 'Month total',
193 'label.today' => 'Bugün',
194 // TODO: translate the following.
195 // 'label.total_hours' => 'Total hours',
196 // 'label.total_cost' => 'Total cost',
197 // 'label.view' => 'View',
198 // 'label.edit' => 'Edit',
199 'label.delete' => 'Sil',
200 // TODO: translate the following.
201 // 'label.configure' => 'Configure',
202 // 'label.select_all' => 'Select all',
203 // 'label.select_none' => 'Deselect all',
204 // 'label.day_view' => 'Day view',
205 // 'label.week_view' => 'Week view',
206 // 'label.id' => 'ID',
207 // 'label.language' => 'Language',
208 // 'label.decimal_mark' => 'Decimal mark',
209 // 'label.date_format' => 'Date format',
210 // 'label.time_format' => 'Time format',
211 // 'label.week_start' => 'First day of week',
212 // 'label.comment' => 'Comment',
213 // 'label.status' => 'Status',
214 // 'label.tax' => 'Tax',
215 // 'label.subtotal' => 'Subtotal',
216 'label.total' => 'Toplam',
217 // TODO: translate the following.
218 // 'label.client_name' => 'Client name',
219 // 'label.client_address' => 'Client address',
220 // 'label.or' => 'or',
221 // 'label.error' => 'Error',
222 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
223 // 'label.required_fields' => '* - required fields',
224 'label.on_behalf' => 'adına',
225 'label.role_manager' => '(yönetici)',
226 'label.role_comanager' => '(yardımcı yönetici)',
227 'label.role_admin' => '(sistem yönetici)',
228 // TODO: translate the following.
229 // 'label.page' => 'Page',
230 // 'label.condition' => 'Condition',
231 // 'label.yes' => 'yes',
232 // 'label.no' => 'no',
233 // Labels for plugins (extensions to Time Tracker that provide additional features).
234 // TODO: translate the following.
235 // 'label.custom_fields' => 'Custom fields',
236 // 'label.monthly_quotas' => 'Monthly quotas',
237 // 'label.type' => 'Type',
238 // 'label.type_dropdown' => 'dropdown',
239 // 'label.type_text' => 'text',
240 // 'label.required' => 'Required',
241 // 'label.fav_report' => 'Favorite report',
242 // 'label.cron_schedule' => 'Cron schedule',
243 // 'label.what_is_it' => 'What is it?',
244 // 'label.expense' => 'Expense',
245 // 'label.quantity' => 'Quantity',
246 // 'label.paid_status' => 'Paid status',
247 // 'label.paid' => 'Paid',
248 // 'label.mark_paid' => 'Mark paid',
249 // 'label.week_note' => 'Week note',
250 // 'label.week_list' => 'Week list',
251
252 // Form titles.
253 'title.login' => 'Giriş',
254 // TODO: translate the following.
255 // 'title.teams' => 'Teams',
256 // 'title.create_team' => 'Creating Team',
257 // 'title.edit_team' => 'Editing Team',
258 // 'title.delete_team' => 'Deleting Team',
259 'title.reset_password' => 'Parolayı sıfırla',
260 // TODO: translate the following.
261 // 'title.change_password' => 'Changing Password',
262 // 'title.time' => 'Time',
263 // 'title.edit_time_record' => 'Editing Time Record',
264 // 'title.delete_time_record' => 'Deleting Time Record',
265 // 'title.expenses' => 'Expenses',
266 // 'title.edit_expense' => 'Editing Expense Item',
267 // 'title.delete_expense' => 'Deleting Expense Item',
268 // 'title.predefined_expenses' => 'Predefined Expenses',
269 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
270 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
271 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
272 // 'title.reports' => 'Reports',
273 // 'title.report' => 'Report',
274 // 'title.send_report' => 'Sending Report',
275 // 'title.invoice' => 'Invoice',
276 // 'title.send_invoice' => 'Sending Invoice',
277 // 'title.charts' => 'Charts',
278 // 'title.projects' => 'Projects',
279 // 'title.add_project' => 'Adding Project',
280 // 'title.edit_project' => 'Editing Project',
281 // 'title.delete_project' => 'Deleting Project',
282 // 'title.tasks' => 'Tasks',
283 // 'title.add_task' => 'Adding Task',
284 // 'title.edit_task' => 'Editing Task',
285 // 'title.delete_task' => 'Deleting Task',
286 // 'title.users' => 'Users',
287 // 'title.add_user' => 'Adding User',
288 // 'title.edit_user' => 'Editing User',
289 // 'title.delete_user' => 'Deleting User',
290 // 'title.clients' => 'Clients',
291 // 'title.add_client' => 'Adding Client',
292 // 'title.edit_client' => 'Editing Client',
293 // 'title.delete_client' => 'Deleting Client',
294 // 'title.invoices' => 'Invoices',
295 // 'title.add_invoice' => 'Adding Invoice',
296 // 'title.view_invoice' => 'Viewing Invoice',
297 // 'title.delete_invoice' => 'Deleting Invoice',
298 // 'title.notifications' => 'Notifications',
299 // 'title.add_notification' => 'Adding Notification',
300 // 'title.edit_notification' => 'Editing Notification',
301 // 'title.delete_notification' => 'Deleting Notification',
302 // 'title.monthly_quotas' => 'Monthly Quotas',
303 // 'title.export' => 'Exporting Team Data',
304 // 'title.import' => 'Importing Team Data',
305 // 'title.options' => 'Options',
306 // 'title.profile' => 'Profile',
307 // 'title.cf_custom_fields' => 'Custom Fields',
308 // 'title.cf_add_custom_field' => 'Adding Custom Field',
309 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
310 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
311 // 'title.cf_dropdown_options' => 'Dropdown Options',
312 // 'title.cf_add_dropdown_option' => 'Adding Option',
313 // 'title.cf_edit_dropdown_option' => 'Editing Option',
314 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
315 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
316 // It is also a name for the Locking plugin on the Team profile page.
317 // 'title.locking' => 'Locking',
318 // 'title.week_view' => 'Week View',
319
320 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
321 // Strings that are used in a single form must go to the specific form section.
322 // TODO: translate the following.
323 // 'dropdown.all' => '--- all ---',
324 // 'dropdown.no' => '--- no ---',
325 // 'dropdown.current_day' => 'today',
326 // 'dropdown.previous_day' => 'yesterday',
327 // 'dropdown.selected_day' => 'day',
328 // 'dropdown.current_week' => 'this week',
329 // 'dropdown.previous_week' => 'previous week',
330 // 'dropdown.selected_week' => 'week',
331 // 'dropdown.current_month' => 'this month',
332 // 'dropdown.previous_month' => 'previous month',
333 // 'dropdown.selected_month' => 'month',
334 // 'dropdown.current_year' => 'this year',
335 // 'dropdown.previous_year' => 'previous year',
336 // 'dropdown.selected_year' => 'year',
337 // 'dropdown.all_time' => 'all time',
338 // 'dropdown.projects' => 'projects',
339 // 'dropdown.tasks' => 'tasks',
340 // 'dropdown.clients' => 'clients',
341 // 'dropdown.select' => '--- select ---',
342 // 'dropdown.select_invoice' => '--- select invoice ---',
343 // 'dropdown.status_active' => 'active',
344 // 'dropdown.status_inactive' => 'inactive',
345 // 'dropdown.delete'=>'delete',
346 // 'dropdown.do_not_delete'=>'do not delete',
347 // 'dropdown.paid' => 'paid',
348 // 'dropdown.not_paid' => 'not paid',
349
350 // Login form. See example at https://timetracker.anuko.com/login.php.
351 // TODO: translate the following.
352 // 'form.login.forgot_password' => 'Forgot password?',
353 // '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.',
354
355 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
356 // TODO: translate the following.
357 // 'form.reset_password.message' => 'Password reset request sent by email.',
358 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
359 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
360
361 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
362 // TODO: translate the following.
363 // 'form.change_password.tip' => 'Type new password and click on Save.',
364
365 // Time form. See example at https://timetracker.anuko.com/time.php.
366 // TODO: translate the following.
367 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
368 // 'form.time.billable' => 'Billable',
369 // 'form.time.uncompleted' => 'Uncompleted',
370 // 'form.time.remaining_quota' => 'Remaining quota',
371 // 'form.time.over_quota' => 'Over quota',
372
373 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
374 // TODO: translate the following.
375 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
376
377 // Week view form. See example at https://timetracker.anuko.com/week.php.
378 // TODO: translate the following.
379 // 'form.week.new_entry' => 'New entry',
380
381 // Reports form. See example at https://timetracker.anuko.com/reports.php
382 // TODO: translate the following.
383 // 'form.reports.save_as_favorite' => 'Save as favorite',
384 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
385 // 'form.reports.include_billable' => 'billable',
386 // 'form.reports.include_not_billable' => 'not billable',
387 // 'form.reports.include_invoiced' => 'invoiced',
388 // 'form.reports.include_not_invoiced' => 'not invoiced',
389 // 'form.reports.select_period' => 'Select time period',
390 // 'form.reports.set_period' => 'or set dates',
391 // 'form.reports.show_fields' => 'Show fields',
392 // 'form.reports.group_by' => 'Group by',
393 // 'form.reports.group_by_no' => '--- no grouping ---',
394 // 'form.reports.group_by_date' => 'date',
395 // 'form.reports.group_by_user' => 'user',
396 // 'form.reports.group_by_client' => 'client',
397 // 'form.reports.group_by_project' => 'project',
398 // 'form.reports.group_by_task' => 'task',
399 // 'form.reports.totals_only' => 'Totals only',
400
401
402
403 // TODO: refactoring ongoing down from here.
404
405 "form.filter.project" => 'proje',
406 "form.filter.filter" => 'sık kullanılan rapor',
407 "form.filter.filter_new" => 'sık kullanılan olarak kaydet',
408
409 // password reminder form attributes
410 "form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı',
411 "form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi',
412 // Note to translators: the ending of this string needs to be translated.
413 "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",
414 "form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin",
415
416 // administrator form
417 "form.admin.title" => 'yönetici',
418 "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).',
419
420 "form.admin.change_pass" => 'yönetici hesabın parolasını değiştir',
421 "form.admin.profile.title" => 'ekipler',
422 "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.',
423 "form.admin.profile.comment" => 'ekibi sil',
424 "form.admin.profile.th.id" => 'id',
425 "form.admin.profile.th.name" => 'isim',
426 "form.admin.profile.th.edit" => 'düzenle',
427 "form.admin.profile.th.del" => 'sil',
428 "form.admin.profile.th.active" => 'aktif',
429 // Note to translators: the strings below are missing and must be translated and added
430 // "form.admin.options" => 'options',
431 // "form.admin.custom_date_format" => "date format",
432 // "form.admin.custom_time_format" => "time format",
433 // "form.admin.start_week" => "first day of week",
434
435 // my time form attributes
436 "form.mytime.title" => 'zamanım',
437 "form.mytime.edit_title" => 'zaman kaydını düzenliyor',
438 "form.mytime.del_str" => 'zaman kaydını siliyor',
439 "form.mytime.time_form" => ' (ss:dd)',
440 "form.mytime.date" => 'tarih',
441 "form.mytime.project" => 'proje',
442 "form.mytime.activity" => 'faaliyet',
443 "form.mytime.start" => 'başlat',
444 "form.mytime.finish" => 'tamamla',
445 "form.mytime.duration" => 'süre',
446 "form.mytime.note" => 'not',
447 "form.mytime.daily" => 'günlük çalışma',
448 "form.mytime.total" => 'toplam saat: ',
449 "form.mytime.th.project" => 'proje',
450 "form.mytime.th.start" => 'başlat',
451 "form.mytime.th.finish" => 'tamamla',
452 "form.mytime.th.duration" => 'süre',
453 "form.mytime.th.note" => 'not',
454 "form.mytime.th.edit" => 'düzenle',
455 "form.mytime.th.delete" => 'sil',
456 "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi',
457 "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.',
458 "form.mytime.billable" => 'faturalandırılabilir',
459 "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli',
460 // Note to translators: the string below is missing and must be translated and added
461 // "form.mytime.uncompleted" => 'uncompleted',
462
463 // profile form attributes
464 // Note to translators: we need a more accurate translation of form.profile.create_title
465 "form.profile.create_title" => 'yeni yönetici hesabı yarat',
466 "form.profile.edit_title" => 'profili düzenliyor',
467 "form.profile.name" => 'isim',
468 // Note to translators: "form.profile.login" => 'e-posta', // email has been changed to login
469
470 // Note to translators: the string below is missing and must be translated and added
471 // "form.profile.showchart" => 'show pie charts',
472 // "form.profile.lang" => 'language',
473 // "form.profile.custom_date_format" => "date format",
474 // "form.profile.custom_time_format" => "time format",
475 // "form.profile.default_format" => "(default)",
476 // "form.profile.start_week" => "first day of week",
477
478 // people form attributes
479 "form.people.ppl_str" => 'insanlar',
480 "form.people.createu_str" => 'yeni kullanıcı yarat',
481 "form.people.edit_str" => 'kullanıcı düzenleniyor',
482 "form.people.del_str" => 'kullanıcı siliniyor',
483 "form.people.th.name" => 'isim',
484 // Note to translators: "form.people.th.login" => 'e-posta', // email has been changed to login
485 "form.people.th.role" => 'rol',
486 "form.people.th.edit" => 'düzenle',
487 "form.people.th.del" => 'sil',
488 "form.people.th.status" => 'durum',
489 "form.people.th.project" => 'proje',
490 "form.people.th.rate" => 'tarife',
491 "form.people.manager" => 'yönetici',
492 "form.people.comanager" => 'yardımcı yönetici',
493 "form.people.empl" => 'kullanıcı',
494 "form.people.name" => 'isim',
495 // Note to translators: "form.people.login" => 'e-posta', // email has been changed to login
496
497 "form.people.rate" => 'varsayılan saat ücreti',
498 "form.people.comanager" => 'yardımcı yönetici',
499 "form.people.projects" => 'projeler',
500
501 // projects form attributes
502 "form.project.proj_title" => 'projeler',
503 "form.project.edit_str" => 'proje düzenleniyor',
504 "form.project.add_str" => 'yeni proje ekleniyor',
505 "form.project.del_str" => 'proje siliniyor',
506 "form.project.th.name" => 'isim',
507 "form.project.th.edit" => 'düzenle',
508 "form.project.th.del" => 'sil',
509 "form.project.name" => 'isim',
510
511 // activities form attributes
512 "form.activity.act_title" => 'faaliyetler',
513 "form.activity.add_title" => 'yeni faaliyetler ekleniyor',
514 "form.activity.edit_str" => 'faaliyetler düzenleniyor',
515 "form.activity.del_str" => 'faaliyetler siliniyor',
516 "form.activity.name" => 'isim',
517 "form.activity.project" => 'proje',
518 "form.activity.th.name" => 'isim',
519 "form.activity.th.project" => 'proje',
520 "form.activity.th.edit" => 'düzenle',
521 "form.activity.th.del" => 'sil',
522
523 // report attributes
524 "form.report.title" => 'raporlar',
525 "form.report.from" => 'başlangıç tarihi',
526 "form.report.to" => 'son tarihi',
527 "form.report.groupby_user" => 'kullanıcı',
528 "form.report.groupby_project" => 'proje',
529 "form.report.duration" => 'süre',
530 "form.report.start" => 'başlangıç',
531 "form.report.finish" => 'son',
532 "form.report.note" => 'not',
533 "form.report.project" => 'proje',
534 "form.report.totals_only" => 'sadece toplamlar',
535 "form.report.total" => 'saat toplamı',
536 "form.report.th.empllist" => 'kullanıcı',
537 "form.report.th.date" => 'tarih',
538 "form.report.th.project" => 'proje',
539 "form.report.th.start" => 'başlangıç',
540 "form.report.th.finish" => 'son',
541 "form.report.th.duration" => 'süre',
542 "form.report.th.note" => 'not',
543
544 // mail form attributes
545 "form.mail.from" => 'kimden',
546 "form.mail.to" => 'kime',
547 "form.mail.comment" => 'yorum',
548 "form.mail.above" => 'bu raporu e-posta ile yolla',
549 // Note to translators: this string needs to be translated.
550 // "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.',
551 "form.mail.sending_str" => '<b>ileti yollandı</b>',
552
553 // invoice attributes
554 "form.invoice.title" => 'fatura',
555 "form.invoice.caption" => 'fatura',
556 "form.invoice.above" => 'fatura için ek bilgi',
557 "form.invoice.select_cust" => 'müşteri seç',
558 "form.invoice.fillform" => 'alanları doldur',
559 "form.invoice.date" => 'tarih',
560 "form.invoice.number" => 'fatura numarası',
561 "form.invoice.tax" => 'vergi',
562 "form.invoice.comment" => 'yorum ',
563 "form.invoice.th.username" => 'kişi',
564 "form.invoice.th.time" => 'saatler',
565 "form.invoice.th.rate" => 'tarife',
566 "form.invoice.th.summ" => 'tutar',
567 "form.invoice.subtotal" => 'alt toplamı',
568 "form.invoice.customer" => 'müşteri',
569 "form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla',
570 "form.invoice.sending_str" => '<b>fatura yollandı</b>',
571
572 "form.migration.zip" => 'sıkıştırma',
573 "form.migration.file" => 'dosya seç',
574 "form.migration.import.title" => 'veri içe aktar',
575 "form.migration.import.success" => 'içe aktarma başarıyla tamamlandı',
576 "form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar',
577 "form.migration.export.title" => 'dışarı aktar',
578 "form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı',
579 "form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.',
580 // Note to translators: the strings below are missing and must be added and translated
581 // "form.migration.compression.none" => 'none',
582 // "form.migration.compression.gzip" => 'gzip',
583 // "form.migration.compression.bzip" => 'bzip',
584
585 "form.client.title" => 'müşteriler',
586 "form.client.add_title" => 'müşteri ekle',
587 "form.client.edit_title" => 'müşteriyi düzenle',
588 "form.client.del_title" => 'müşteriyi sil',
589 "form.client.th.name" => 'isim',
590 "form.client.th.edit" => 'düzenle',
591 "form.client.th.del" => 'sil',
592 "form.client.name" => 'isim',
593 "form.client.tax" => 'vergi',
594 "form.client.comment" => 'yorum ',
595
596 // miscellaneous strings
597 "forward.forgot_password" => 'parolanızı unuttunuz mu?',
598 "forward.edit" => 'düzenle',
599 "forward.delete" => 'sil',
600 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
601 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
602 "forward.geninvoice" => 'fatura yarat',
603 "forward.change" => 'müşterileri düzenle',
604
605 // strings inside contols on forms
606 "controls.select.project" => '--- proje seç ---',
607 "controls.select.activity" => '--- faaliyet seç ---',
608 "controls.select.client" => '--- müşteri seç ---',
609 "controls.project_bind" => '--- tümü ---',
610 "controls.all" => '--- tümü ---',
611 "controls.notbind" => '--- hiç ---',
612 "controls.per_tm" => 'bu ay',
613 "controls.per_lm" => 'geçen ay',
614 "controls.per_tw" => 'bu hafta',
615 "controls.per_lw" => 'geçen hafta',
616 "controls.per_td" => 'bugün',
617 "controls.per_at" => 'tüm zamanlar',
618 // Note to translators: the string below is missing and must be added and translated
619 // "controls.per_ty" => 'this year',
620 "controls.sel_period" => '--- zaman dönemi seç ---',
621 "controls.sel_groupby" => '--- gruplama yok ---',
622 "controls.inc_billable" => 'faturalandırılabilir',
623 "controls.inc_nbillable" => 'faturalandırılamaz',
624 // Note to translators: the string below is missing and must be added and translated
625 // "controls.default" => '--- default ---',
626
627 // labels
628 "label.chart.title1" => 'kullanıcı için faaliyetler',
629 // Note to translators: the string below is missing and must be added and translated
630 // "label.chart.title2" => 'projects for user',
631 "label.chart.period" => 'dönem için grafik',
632
633 "label.today" => 'bugün',
634 "label.req_fields" => '* zorunlu bilgi',
635 "label.sel_project" => 'proje seç',
636 "label.sel_activity" => 'faaliyet seç',
637 "label.sel_tp" => 'zaman aralığını seç',
638 "label.set_tp" => 'ya da tarihleri belirle',
639 "label.fields" => 'alanları göster',
640 "label.group_title" => 'gruplandırma kıstası',
641 "label.include_title" => 'kayıtları dahil et',
642 "label.inv_str" => 'fatura',
643 "label.set_empl" => 'kullanıcıları seç',
644 "label.sel_all" => 'tümünü seç',
645 "label.sel_none" => 'hiçbirini seçme',
646 "label.or" => 'ya da',
647 "label.disable" => 'devre dışı bırak',
648 "label.enable" => 'devreye sok',
649 "label.filter" => 'filtre',
650 "label.timeweek" => 'haftalık toplam',
651 );