X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=a10282a6b8b157c9830d040c8468f0da6ef2621d;hb=42c4dbf15f79f0b387b2ba05ed13f87929bdad17;hp=1891dcb34d7b0d045840a29554ac18a9b43aee60;hpb=2e4a702342faa75f359894297629610a8ad38192;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 1891dcb3..a10282a6 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -172,12 +172,11 @@ $i18n_key_words = array( 'label.end_date' => 'Son tarihi', 'label.user' => 'Kullanıcı', 'label.users' => 'Kullanıcılar', +'label.client' => 'Müşteri', +'label.clients' => 'Müşteriler', // TODO: translate the following. -// 'label.client' => 'Client', -// 'label.clients' => 'Clients', // 'label.option' => 'Option', 'label.invoice' => 'Fatura', -// TODO: translate the following. 'label.project' => 'Proje', 'label.projects' => 'Projeler', // TODO: translate the following. @@ -198,8 +197,6 @@ $i18n_key_words = array( // 'label.month_total' => 'Month total', 'label.today' => 'Bugün', // TODO: translate the following. -// 'label.total_hours' => 'Total hours', -// 'label.total_cost' => 'Total cost', // 'label.view' => 'View', 'label.edit' => 'Düzenle', 'label.delete' => 'Sil', @@ -219,8 +216,7 @@ $i18n_key_words = array( 'label.comment' => 'Yorum', 'label.status' => 'Durum', 'label.tax' => 'Vergi', -// TODO: translate the following. -// 'label.subtotal' => 'Subtotal', +'label.subtotal' => 'Alt toplamı', 'label.total' => 'Toplam', // TODO: translate the following. // 'label.client_name' => 'Client name', @@ -260,6 +256,11 @@ $i18n_key_words = array( // 'label.week_list' => 'Week list', // Form titles. +// Form titles. +// TODO: Improve titles for consistency, so that each title explains correctly what each +// page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere. +// Compare with English file to see how it is done there and do Romanian titles similarly. +// Specifically: compare project and client titles and see how they differ. 'title.login' => 'Giriş', // TODO: translate the following. // 'title.teams' => 'Teams', @@ -279,8 +280,9 @@ $i18n_key_words = array( // 'title.add_predefined_expense' => 'Adding Predefined Expense', // 'title.edit_predefined_expense' => 'Editing Predefined Expense', // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', -// 'title.reports' => 'Reports', -// 'title.report' => 'Report', +'title.reports' => 'Raporlar', +'title.report' => 'Rapor', +// TODO: translate the following. // 'title.send_report' => 'Sending Report', 'title.invoice' => 'Fatura', // TODO: translate the following. @@ -300,10 +302,10 @@ $i18n_key_words = array( // 'title.add_user' => 'Adding User', // 'title.edit_user' => 'Editing User', // 'title.delete_user' => 'Deleting User', -// 'title.clients' => 'Clients', -// 'title.add_client' => 'Adding Client', -// 'title.edit_client' => 'Editing Client', -// 'title.delete_client' => 'Deleting Client', +'title.clients' => 'Müşteriler', +'title.add_client' => 'Müşteri ekle', +'title.edit_client' => 'Müşteriyi düzenle', +'title.delete_client' => 'Müşteriyi sil', 'title.invoices' => 'Faturalar', // TODO: translate the following. // 'title.add_invoice' => 'Adding Invoice', @@ -334,32 +336,33 @@ $i18n_key_words = array( // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. +'dropdown.all' => '--- tümü ---', +'dropdown.no' => '--- hiç ---', +'dropdown.current_day' => 'bugün', +'dropdown.previous_day' => 'dün', +'dropdown.selected_day' => 'gün', +'dropdown.current_week' => 'bu hafta', +'dropdown.previous_week' => 'geçen hafta', +'dropdown.selected_week' => 'hafta', +'dropdown.current_month' => 'bu ay', +'dropdown.previous_month' => 'geçen ay', +'dropdown.selected_month' => 'ay', // TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', -// 'dropdown.current_day' => 'today', -// 'dropdown.previous_day' => 'yesterday', -// 'dropdown.selected_day' => 'day', -// 'dropdown.current_week' => 'this week', -// 'dropdown.previous_week' => 'previous week', -// 'dropdown.selected_week' => 'week', -// 'dropdown.current_month' => 'this month', -// 'dropdown.previous_month' => 'previous month', -// 'dropdown.selected_month' => 'month', // 'dropdown.current_year' => 'this year', // 'dropdown.previous_year' => 'previous year', // 'dropdown.selected_year' => 'year', -// 'dropdown.all_time' => 'all time', +'dropdown.all_time' => 'tüm zamanlar', 'dropdown.projects' => 'projeler', // TODO: translate the following. // 'dropdown.tasks' => 'tasks', -// 'dropdown.clients' => 'clients', +'dropdown.clients' => 'müşteriler', +// TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', // 'dropdown.status_active' => 'active', // 'dropdown.status_inactive' => 'inactive', -// 'dropdown.delete'=>'delete', -// 'dropdown.do_not_delete'=>'do not delete', +// 'dropdown.delete' => 'delete', +// 'dropdown.do_not_delete' => 'do not delete', // 'dropdown.paid' => 'paid', // 'dropdown.not_paid' => 'not paid', @@ -426,9 +429,10 @@ $i18n_key_words = array( // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report). -// TODO: translate the following. -// 'form.invoice.number' => 'Invoice number', -// 'form.invoice.person' => 'Person', +'form.invoice.number' => 'Fatura numarası', +'form.invoice.person' => 'Kişi', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php // 'form.invoice.invoice_to_delete' => 'Invoice to delete', // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', @@ -470,29 +474,60 @@ $i18n_key_words = array( // 'form.client.client_entries' => 'Client entries', // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +'form.export.hint' => 'Tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. Bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.', +'form.export.compression' => 'Sıkıştırma', // TODO: translate the following. -// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', -// 'form.export.compression' => 'Compression', // 'form.export.compression_none' => 'none', // 'form.export.compression_bzip' => 'bzip', // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). -// TODO: translate the following. -// 'form.import.hint' => 'Import team data from an xml file.', -// 'form.import.file' => 'Select file', -// 'form.import.success' => 'Import completed successfully.', +'form.import.hint' => 'Ekip bilgileri bir xml dosyasından içe aktar.', +'form.import.file' => 'Dosya seç', +'form.import.success' => 'Içe aktarma başarıyla tamamlandı.', // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: check form.teams.hint for accuracy. I did not not how to translate "login", so this may be garbage now. +'form.teams.hint' => 'Yeni bir ekip yönetimi hesabı yaratarak yeni bir ekibi yaratın.
Ayrıca başka bir Anuko Time Tracker sunucusundan ekip bilgilerini bir xml dosyasından aktarabilirsiniz (login çakışmalarına izin verilmemekte).', + +// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. -// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', +// 'form.profile.12_hours' => '12 hours', +// 'form.profile.24_hours' => '24 hours', +// 'form.profile.tracking_mode' => 'Tracking mode', +// 'form.profile.mode_time' => 'time', +// 'form.profile.mode_projects' => 'projects', +// 'form.profile.mode_projects_and_tasks' => 'projects and tasks', +// 'form.profile.record_type' => 'Record type', +// 'form.profile.type_all' => 'all', +// 'form.profile.type_start_finish' => 'start and finish', +// 'form.profile.type_duration' => 'duration', +// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.uncompleted_indicators_none' => 'do not show', +// 'form.profile.uncompleted_indicators_show' => 'show', +// 'form.profile.plugins' => 'Plugins', + +// Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. +'form.mail.from' => 'Kimden', +'form.mail.to' => 'Kime', +// TODO: translate the following. +// 'form.mail.report_subject' => 'Time Tracker Report', +// 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', +// 'form.mail.report_sent' => 'Report sent.', +'form.mail.invoice_sent' => 'Fatura yollandı.', + +// Quotas configuration form. +// TODO: translate the following. +// 'form.quota.year' => 'Year', +// 'form.quota.month' => 'Month', +// 'form.quota.quota' => 'Quota', +// 'form.quota.workday_hours' => 'Hours in work day', +// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', // TODO: refactoring ongoing down from here. // administrator form -"form.admin.duty_text" => 'yeni bir ekip yönetimi hesabı yaratarak yeni bir ekibi yaratın.
ayrıca başka bir Anuko Time Tracker sunucusundan ekip bilgilerini bir xml dosyasından aktarabilirsiniz (e-posta çakışmalarına izin verilmemekte).', - "form.admin.profile.title" => 'ekipler', "form.admin.profile.noprofiles" => 'veritabanınız boş. yeni bir ekip yaratmak için yönetici olarak giriş yapın.', "form.admin.profile.comment" => 'ekibi sil', @@ -523,64 +558,5 @@ $i18n_key_words = array( "form.people.th.rate" => 'tarife', "form.people.manager" => 'yönetici', "form.people.comanager" => 'yardımcı yönetici', - "form.people.rate" => 'varsayılan saat ücreti', -"form.people.comanager" => 'yardımcı yönetici', - -// report attributes -"form.report.title" => 'raporlar', -"form.report.total" => 'saat toplamı', - -// mail form attributes -"form.mail.from" => 'kimden', -"form.mail.to" => 'kime', -"form.mail.above" => 'bu raporu e-posta ile yolla', -// Note to translators: this string needs to be translated. -// "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', -"form.mail.sending_str" => 'ileti yollandı', - -// invoice attributes -"form.invoice.title" => 'fatura', -"form.invoice.caption" => 'fatura', -"form.invoice.above" => 'fatura için ek bilgi', -"form.invoice.select_cust" => 'müşteri seç', -"form.invoice.fillform" => 'alanları doldur', -"form.invoice.number" => 'fatura numarası', -"form.invoice.th.username" => 'kişi', -"form.invoice.th.time" => 'saatler', -"form.invoice.th.rate" => 'tarife', -"form.invoice.th.summ" => 'tutar', -"form.invoice.subtotal" => 'alt toplamı', -"form.invoice.customer" => 'müşteri', -"form.invoice.mailinv_above" => 'bu faturayı e-posta ile yolla', -"form.invoice.sending_str" => 'fatura yollandı', - -"form.migration.zip" => 'sıkıştırma', -"form.migration.file" => 'dosya seç', -"form.migration.import.title" => 'veri içe aktar', -"form.migration.import.success" => 'içe aktarma başarıyla tamamlandı', -"form.migration.import.text" => 'ekip bilgileri bir xml dosyasından içe aktar', -"form.migration.export.title" => 'dışarı aktar', -"form.migration.export.success" => 'dışarı aktarma başarıyla tamamlandı', -"form.migration.export.text" => 'tüm ekip bilgilerinizi bir xml dosyasına aktarabilirsiniz. bu, kendi sunucunuza bilgi aktarmak istediğinizde faydalı olabilir.', - -"form.client.title" => 'müşteriler', -"form.client.add_title" => 'müşteri ekle', -"form.client.edit_title" => 'müşteriyi düzenle', -"form.client.del_title" => 'müşteriyi sil', - -// miscellaneous strings -"forward.tocsvfile" => 'bilgileri .csv dosyasına aktar', -"forward.toxmlfile" => 'bilgileri .xml dosyasına aktar', -"forward.geninvoice" => 'fatura yarat', - -"controls.project_bind" => '--- tümü ---', -"controls.all" => '--- tümü ---', -"controls.notbind" => '--- hiç ---', -"controls.per_tm" => 'bu ay', -"controls.per_lm" => 'geçen ay', -"controls.per_tw" => 'bu hafta', -"controls.per_lw" => 'geçen hafta', -"controls.per_td" => 'bugün', -"controls.per_at" => 'tüm zamanlar', );