X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Ftr.lang.php;h=e90ce38eb1c9226233d449d4e317abaf5b09baea;hb=b454bd09414545118fff25fc67b8140edec0411c;hp=83649469f3670cdd953f9bbe15ed0a5386c159da;hpb=e18f843182c3fb0675162f14358f6f99384d4128;p=timetracker.git diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 83649469..e90ce38e 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -59,7 +59,7 @@ $i18n_key_words = array( 'menu.projects' => 'Projeler', // TODO: translate the following. // 'menu.tasks' => 'Tasks', -// 'menu.users' => 'Users', +'menu.users' => 'Kullanıcılar', 'menu.teams' => 'Ekipler', // TODO: translate the following. // 'menu.export' => 'Export', @@ -167,12 +167,12 @@ $i18n_key_words = array( // 'label.cc' => 'Cc', // 'label.bcc' => 'Bcc', 'label.subject' => 'Konu', +'label.date' => 'Tarih', +'label.start_date' => 'Başlangıç tarihi', +'label.end_date' => 'Son tarihi', +'label.user' => 'Kullanıcı', +'label.users' => 'Kullanıcılar', // TODO: translate the following. -// 'label.date' => 'Date', -// 'label.start_date' => 'Start date', -// 'label.end_date' => 'End date', -// 'label.user' => 'User', -// 'label.users' => 'Users', // 'label.client' => 'Client', // 'label.clients' => 'Clients', // 'label.option' => 'Option', @@ -184,9 +184,9 @@ $i18n_key_words = array( // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', -// 'label.start' => 'Start', -// 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', +'label.start' => 'Başlat', +'label.finish' => 'Tamamla', +'label.duration' => 'Süre', 'label.note' => 'Not', 'label.notes' => 'Notlar', // TODO: translate the following. @@ -205,8 +205,9 @@ $i18n_key_words = array( 'label.delete' => 'Sil', // TODO: translate the following. // 'label.configure' => 'Configure', -// 'label.select_all' => 'Select all', -// 'label.select_none' => 'Deselect all', +'label.select_all' => 'Tümünü seç', +'label.select_none' => 'Hiçbirini seçme', +// TODO: translate the following. // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', // 'label.id' => 'ID', @@ -246,7 +247,8 @@ $i18n_key_words = array( // 'label.type_dropdown' => 'dropdown', // 'label.type_text' => 'text', // 'label.required' => 'Required', -// 'label.fav_report' => 'Favorite report', +'label.fav_report' => 'Sık kullanılan rapor', +// TODO: translate the following. // 'label.cron_schedule' => 'Cron schedule', // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', @@ -258,6 +260,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', @@ -293,14 +300,15 @@ $i18n_key_words = array( // 'title.add_task' => 'Adding Task', // 'title.edit_task' => 'Editing Task', // 'title.delete_task' => 'Deleting Task', -// 'title.users' => 'Users', +'title.users' => 'Kullanıcılar', +// TODO: translate the following. // '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', @@ -314,7 +322,8 @@ $i18n_key_words = array( // 'title.export' => 'Exporting Team Data', // 'title.import' => 'Importing Team Data', // 'title.options' => 'Options', -// 'title.profile' => 'Profile', +'title.profile' => 'Profili', +// TODO: translate the following. // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -330,26 +339,27 @@ $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', @@ -365,10 +375,10 @@ $i18n_key_words = array( // 'form.login.about' =>'Anuko Time Tracker is a simple, easy to use, open source time tracking system.', // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php. -// TODO: translate the following. -// 'form.reset_password.message' => 'Password reset request sent by email.', -// 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request', -// '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", +'form.reset_password.message' => 'Parola sıfırlama talebi yollandı.', // TODO: add "by email" to match the English string. +'form.reset_password.email_subject' => 'Anuko Time Tracker parola sıfırlama talebi', +// TODO: translate the ending of the following. +'form.reset_password.email_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", // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1. // TODO: translate the following. @@ -392,8 +402,8 @@ $i18n_key_words = array( // 'form.week.new_entry' => 'New entry', // Reports form. See example at https://timetracker.anuko.com/reports.php +'form.reports.save_as_favorite' => 'Sık kullanılan olarak kaydet', // TODO: translate the following. -// 'form.reports.save_as_favorite' => 'Save as favorite', // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?', 'form.reports.include_billable' => 'faturalandırılabilir', 'form.reports.include_not_billable' => 'faturalandırılamaz', @@ -405,13 +415,14 @@ $i18n_key_words = array( 'form.reports.show_fields' => 'Alanları göster', 'form.reports.group_by' => 'Gruplandırma kıstas', 'form.reports.group_by_no' => '--- gruplama yok ---', +'form.reports.group_by_date' => 'tarih', +'form.reports.group_by_user' => 'kullanıcı', // TODO: translate the following. -// 'form.reports.group_by_date' => 'date', -// 'form.reports.group_by_user' => 'user', // 'form.reports.group_by_client' => 'client', -// 'form.reports.group_by_project' => 'project', +'form.reports.group_by_project' => 'proje', +// TODO: translate the following. // 'form.reports.group_by_task' => 'task', -// 'form.reports.totals_only' => 'Totals only', +'form.reports.totals_only' => 'Sadece toplamlar', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -428,24 +439,64 @@ $i18n_key_words = array( // 'form.invoice.invoice_entries' => 'Invoice entries', // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', +// Charts form. See example at https://timetracker.anuko.com/charts.php +// TODO: translate the following. +// 'form.charts.interval' => 'Interval', +// 'form.charts.chart' => 'Chart', +// Projects form. See example at https://timetracker.anuko.com/projects.php +// TODO: translate the following. +// 'form.projects.active_projects' => 'Active Projects', +// 'form.projects.inactive_projects' => 'Inactive Projects', -// TODO: refactoring ongoing down from here. +// Tasks form. See example at https://timetracker.anuko.com/tasks.php +// TODO: translate the following. +// 'form.tasks.active_tasks' => 'Active Tasks', +// 'form.tasks.inactive_tasks' => 'Inactive Tasks', -"form.filter.filter" => 'sık kullanılan rapor', -"form.filter.filter_new" => 'sık kullanılan olarak kaydet', +// Users form. See example at https://timetracker.anuko.com/users.php +// TODO: translate the following. +// 'form.users.active_users' => 'Active Users', +// 'form.users.inactive_users' => 'Inactive Users', +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', +// 'form.users.role' => 'Role', +// 'form.users.manager' => 'Manager', +// 'form.users.comanager' => 'Co-manager', +// 'form.users.rate' => 'Rate', +// 'form.users.default_rate' => 'Default hourly rate', -// password reminder form attributes -"form.fpass.send_pass_str" => 'parola sıfırlama talebi yollandı', -"form.fpass.send_pass_subj" => 'Anuko Time Tracker parola sıfırlama talebi', -// Note to translators: the ending of this string needs to be translated. -"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", -"form.fpass.reset_comment" => "parolanızı sıfırlamak için lütfen parolanızı yazın ve kaydedin", +// Clients form. See example at https://timetracker.anuko.com/clients.php +// TODO: translate the following. +// 'form.clients.active_clients' => 'Active Clients', +// 'form.clients.inactive_clients' => 'Inactive Clients', -// administrator form -"form.admin.title" => 'yönetici', -"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).', +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +// TODO: translate the following. +// 'form.client.client_to_delete' => 'Client to delete', +// 'form.client.client_entries' => 'Client entries', + +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// 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.', + +// 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).', + + +// TODO: refactoring ongoing down from here. + +// administrator form "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', @@ -457,20 +508,10 @@ $i18n_key_words = array( "form.mytime.edit_title" => 'zaman kaydını düzenliyor', "form.mytime.del_str" => 'zaman kaydını siliyor', "form.mytime.time_form" => ' (ss:dd)', -"form.mytime.date" => 'tarih', -"form.mytime.start" => 'başlat', -"form.mytime.finish" => 'tamamla', -"form.mytime.duration" => 'süre', -"form.mytime.daily" => 'günlük çalışma', "form.mytime.total" => 'toplam saat: ', -"form.mytime.th.start" => 'başlat', -"form.mytime.th.finish" => 'tamamla', -"form.mytime.th.duration" => 'süre', "form.mytime.del_yes" => 'zaman kaydı başarıyla silindi', "form.mytime.no_finished_rec" => 'bu kayıt sadece başlangıç zamanıyla silindi. bu hata değildir. gerekirse çıkış yapın.', "form.mytime.warn_tozero_rec" => 'bu zaman kaydı silinmeli çünkü zaman aralığı kilitli', -// Note to translators: the string below is missing and must be translated and added -// "form.mytime.uncompleted" => 'uncompleted', // profile form attributes // Note to translators: we need a more accurate translation of form.profile.create_title @@ -486,27 +527,13 @@ $i18n_key_words = array( "form.people.th.rate" => 'tarife', "form.people.manager" => 'yönetici', "form.people.comanager" => 'yardımcı yönetici', -"form.people.empl" => 'kullanıcı', "form.people.rate" => 'varsayılan saat ücreti', "form.people.comanager" => 'yardımcı yönetici', // report attributes "form.report.title" => 'raporlar', -"form.report.from" => 'başlangıç tarihi', -"form.report.to" => 'son tarihi', -"form.report.groupby_user" => 'kullanıcı', -"form.report.groupby_project" => 'proje', -"form.report.duration" => 'süre', -"form.report.start" => 'başlangıç', -"form.report.finish" => 'son', -"form.report.totals_only" => 'sadece toplamlar', "form.report.total" => 'saat toplamı', -"form.report.th.empllist" => 'kullanıcı', -"form.report.th.date" => 'tarih', -"form.report.th.start" => 'başlangıç', -"form.report.th.finish" => 'son', -"form.report.th.duration" => 'süre', // mail form attributes "form.mail.from" => 'kimden', @@ -522,7 +549,6 @@ $i18n_key_words = array( "form.invoice.above" => 'fatura için ek bilgi', "form.invoice.select_cust" => 'müşteri seç', "form.invoice.fillform" => 'alanları doldur', -"form.invoice.date" => 'tarih', "form.invoice.number" => 'fatura numarası', "form.invoice.th.username" => 'kişi', "form.invoice.th.time" => 'saatler', @@ -541,32 +567,4 @@ $i18n_key_words = array( "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', - -"label.group_title" => 'gruplandırma kıstası', - -"label.set_empl" => 'kullanıcıları seç', -"label.sel_all" => 'tümünü seç', -"label.sel_none" => 'hiçbirini seçme', -"label.disable" => 'devre dışı bırak', -"label.enable" => 'devreye sok', );