X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fzh-cn.lang.php;h=575299c45e0bba028b1eedfd75f52aa6ba0d5827;hb=3c1fc11af2a371006431cd8f00917fc80dea9347;hp=d59b4537db0b5fe70be8b0b51b4f91ca1ad145e0;hpb=9e84c69bae392645222b7663e5ee2266412d3c0a;p=timetracker.git diff --git a/WEB-INF/resources/zh-cn.lang.php b/WEB-INF/resources/zh-cn.lang.php index d59b4537..575299c4 100644 --- a/WEB-INF/resources/zh-cn.lang.php +++ b/WEB-INF/resources/zh-cn.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. $i18n_language = '简体中文'; @@ -38,105 +38,271 @@ $i18n_holidays = array('01/01', '01/02', '01/25', '01/26', '01/27', '01/28', '01 $i18n_key_words = array( -// Menus. +// Menus - short selection strings that are displayed on top of application web pages. +// Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => '登录', 'menu.logout' => '注销', -// TODO: translate the following: -// 'menu.forum' => 'Forum', +'menu.forum' => '论坛', 'menu.help' => '帮助', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => '创建新管理账号', -'menu.profile' => '编辑简介', // TODO: Improve this, used to be "Edit profile", now just "Profile". -'menu.time' => '我的时间记录', // TODO: Improve this, used to be "My time", now just "Time". -// TODO: translate the following: -// 'menu.expenses' => 'Expenses', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', +'menu.profile' => '简介', +'menu.time' => '时间记录', +'menu.expenses' => '费用', 'menu.reports' => '报告', -// TODO: translate the following: -// 'menu.charts' => 'Charts', +'menu.charts' => '图表', 'menu.projects' => '项目', -// TODO: translate the following: -// 'menu.tasks' => 'Tasks', -// 'menu.users' => 'Users', +'menu.tasks' => '任务', +'menu.users' => '用户', 'menu.teams' => '团队', 'menu.export' => '导出数据', 'menu.clients' => '客户', 'menu.options' => '选项', // Footer - strings on the bottom of most pages. -// TODO: translate the following: -// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', -// 'footer.credits' => 'Credits', -// 'footer.license' => 'License', -// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language. - // This is a link to a webpage that describes how to contribute to the project. +'footer.contribute_msg' => '你可以以不同的方式为Time Tracker提建议。', +'footer.credits' => '信用', +'footer.license' => '许可证', +'footer.improve' => '投稿', // Error messages. -// TODO: translate the following: -// 'error.access_denied' => 'Access denied.', -// 'error.sys' => 'System error.', -'error.db' => '数据库错误', -'error.field' => '不正确的"{0}"数据', -'error.empty' => '栏目"{0}"为空', -'error.not_equal' => '栏目"{0}"不等于栏目"{1}"', -'error.interval' => '不正确的间隔', -'error.project' => '选择项目', -'error.activity' => '选择活动', -'error.auth' => '不正确的用户名或密码', -'error.user_exists' => '该用户登录信息已经存在', -'error.project_exists' => '该项目名称已经存在', -'error.activity_exists' => '该活动名称已经存在', -// TODO: translate error.client_exists. -// 'error.client_exists' => 'client with this name already exists', -'error.no_login' => '没有该登录信息的用户', -'error.upload' => '上传文件出错', -// Note to translators: string below must be translated. -// 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking.

uncompleted records (with 0 or empty duration) can be deleted.', -'error.mail_send' => '发送邮件时出错', -'error.no_email' => '没有电子邮件与该用户名关联', -// Note to translators: strings below must be translated. -// 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.', -// 'error.goto_uncompleted' => 'go to uncompleted entry.', +'error.access_denied' => '拒绝访问。', +'error.sys' => '系统错误。', +'error.db' => '数据库错误。', +'error.field' => '不正确的"{0}"数据。', +'error.empty' => '栏目"{0}"为空。', +'error.not_equal' => '栏目"{0}"不等于栏目"{1}"。', +// TODO: translate the following. +// 'error.interval' => 'Field "{0}" must be greater than "{1}".', +// 'error.project' => 'Select project.', +// 'error.task' => 'Select task.', +// 'error.client' => 'Select client.', +// 'error.report' => 'Select report.', +// 'error.record' => 'Select record.', +'error.auth' => '不正确的用户名或密码。', +'error.user_exists' => '该用户登录信息已经存在。', +'error.project_exists' => '该项目名称已经存在。', +// TODO: translate the following. +// 'error.task_exists' => 'Task with this name already exists.', +'error.client_exists' => '具有此名称的客户端已经存在。', +// TODO: translate the following. +// 'error.invoice_exists' => 'Invoice with this number already exists.', +// 'error.no_invoiceable_items' => 'There are no invoiceable items.', +'error.no_login' => '没有该登录信息的用户。', +// TODO: translate the following. +// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', +'error.upload' => '上传文件出错。', +'error.range_locked' => '日期范围锁定。', +'error.mail_send' => '发送邮件时出错。', +'error.no_email' => '没有电子邮件与该用户名关联。', +'error.uncompleted_exists' => '未完成的条目已经存在。关闭或删除。', +'error.goto_uncompleted' => '进入未完成的条目。', +// TODO: translate the following. +// 'error.overlap' => 'Time interval overlaps with existing records.', +// 'error.future_date' => 'Date is in future.', -// labels for various buttons +// Labels for buttons. 'button.login' => '登录', 'button.now' => '当前时间', -// 'button.set' => '设置', 'button.save' => '保存', -'button.delete' => '删除', +// TODO: translate the following. +// 'button.copy' => 'Copy', 'button.cancel' => '取消', 'button.submit' => '提交', -// TODO: check / improve translation of all button.add... strings. -'button.add_user' => '添加新用户', -'button.add_project' => '添加新项目', -'button.add_activity' => '添加新活动', -'button.add_client' => '添加新客户', +// TODO: translate the following. +// 'button.add_user' => 'Add user', +// 'button.add_project' => 'Add project', +// 'button.add_task' => 'Add task', +// 'button.add_client' => 'Add client', +// 'button.add_invoice' => 'Add invoice', +// 'button.add_option' => 'Add option', 'button.add' => '添加', 'button.generate' => '创建', -// Note to translators: button.reset_password needs to be translated. -// "button.reset_password" => 'reset password', +'button.reset_password' => '重置密码', 'button.send' => '发送', 'button.send_by_email' => '通过邮件发送', -'button.save_as_new' => '另存为', -// TODO: improve translation of button.create_team -'button.create_team' => '创建新团队', +// TODO: translate the following. +// 'button.create_team' => 'Create team', 'button.export' => '导出团队信息', 'button.import' => '导入团队信息', -'button.apply' => '应用', +// TODO: translate the following. +// 'button.close' => 'Close', +// 'button.stop' => 'Stop', + + + +// TODO: refactoring ongoing down from here. -// labels for controls on various forms -// TODO: translate label.team_name -// 'label.team_name' => 'team name', +// Labels for controls on forms. Labels in this section are used on multiple forms. +'label.team_name' => '团队名称', +// TODO: translate the following. +// 'label.address' => 'Address', 'label.currency' => '货币', -// TODO: translate label.manager_name and label.manager_login. -// 'label.manager_name' => 'manager name', -// 'label.manager_login' => 'manager login', +'label.manager_name' => '管理员姓名', +'label.manager_login' => '管理员登录', +// TODO: translate the following. +// 'label.person_name' => 'Name', +// 'label.thing_name' => 'Name', +// 'label.login' => 'Login', 'label.password' => '密码', 'label.confirm_password' => '确认密码', 'label.email' => '电子邮件', +'label.cc' => '抄送', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => '主题', +// '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', +// 'label.invoice' => 'Invoice', +// 'label.project' => 'Project', +// 'label.projects' => 'Projects', +// 'label.task' => 'Task', +// 'label.tasks' => 'Tasks', +// 'label.description' => 'Description', +// 'label.start' => 'Start', +// 'label.finish' => 'Finish', +// 'label.duration' => 'Duration', +// 'label.note' => 'Note', +// 'label.notes' => 'Notes', +// 'label.item' => 'Item', +// 'label.cost' => 'Cost', +// 'label.day_total' => 'Day total', +// 'label.week_total' => 'Week total', +// 'label.month_total' => 'Month total', +// 'label.today' => 'Today', +// 'label.total_hours' => 'Total hours', +// 'label.total_cost' => 'Total cost', +// 'label.view' => 'View', +// 'label.edit' => 'Edit', +'label.delete' => '删除', +// TODO: Translate the following. +// 'label.configure' => 'Configure', +// 'label.select_all' => 'Select all', +// 'label.select_none' => 'Deselect all', +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', +// 'label.id' => 'ID', +// 'label.language' => 'Language', +// 'label.decimal_mark' => 'Decimal mark', +// 'label.date_format' => 'Date format', +// 'label.time_format' => 'Time format', +// 'label.week_start' => 'First day of week', +// 'label.comment' => 'Comment', +// 'label.status' => 'Status', +// 'label.tax' => 'Tax', +// 'label.subtotal' => 'Subtotal', 'label.total' => '总计', -// Translate the following string. -// 'label.page' => 'Page', +// TODO: Translate the following. +// 'label.client_name' => 'Client name', +// 'label.client_address' => 'Client address', +// 'label.or' => 'or', +// 'label.error' => 'Error', +// 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', +// 'label.required_fields' => '* - required fields', +// 'label.on_behalf' => 'on behalf of', +// 'label.role_manager' => '(manager)', +// 'label.role_comanager' => '(co-manager)', +// 'label.role_admin' => '(administrator)', +'label.page' => '页码', +// TODO: translate the following. +// 'label.condition' => 'Condition', +// 'label.yes' => 'yes', +// 'label.no' => 'no', +// Labels for plugins (extensions to Time Tracker that provide additional features). +// TODO: Translate the following. +// 'label.custom_fields' => 'Custom fields', +// 'label.monthly_quotas' => 'Monthly quotas', +// 'label.type' => 'Type', +// 'label.type_dropdown' => 'dropdown', +// 'label.type_text' => 'text', +// 'label.required' => 'Required', +// 'label.fav_report' => 'Favorite report', +// 'label.cron_schedule' => 'Cron schedule', +// 'label.what_is_it' => 'What is it?', +// 'label.expense' => 'Expense', +// 'label.quantity' => 'Quantity', +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', +// 'label.mark_paid' => 'Mark paid', + +// Form titles. +// TODO: Translate the following. +// 'title.login' => 'Login', +// 'title.teams' => 'Teams', +// 'title.create_team' => 'Creating Team', +// 'title.edit_team' => 'Editing Team', +// 'title.delete_team' => 'Deleting Team', +// 'title.reset_password' => 'Resetting Password', +// 'title.change_password' => 'Changing Password', +// 'title.time' => 'Time', +// 'title.edit_time_record' => 'Editing Time Record', +// 'title.delete_time_record' => 'Deleting Time Record', +// 'title.expenses' => 'Expenses', +// 'title.edit_expense' => 'Editing Expense Item', +// 'title.delete_expense' => 'Deleting Expense Item', +// 'title.predefined_expenses' => 'Predefined Expenses', +// '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.send_report' => 'Sending Report', +// 'title.invoice' => 'Invoice', +// 'title.send_invoice' => 'Sending Invoice', +// 'title.charts' => 'Charts', +// 'title.projects' => 'Projects', +// 'title.add_project' => 'Adding Project', +// 'title.edit_project' => 'Editing Project', +// 'title.delete_project' => 'Deleting Project', +// 'title.tasks' => 'Tasks', +// 'title.add_task' => 'Adding Task', +// 'title.edit_task' => 'Editing Task', +// 'title.delete_task' => 'Deleting Task', +// 'title.users' => 'Users', +// '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.invoices' => 'Invoices', +// 'title.add_invoice' => 'Adding Invoice', +// 'title.view_invoice' => 'Viewing Invoice', +// 'title.delete_invoice' => 'Deleting Invoice', +// 'title.notifications' => 'Notifications', +// 'title.add_notification' => 'Adding Notification', +// 'title.edit_notification' => 'Editing Notification', +// 'title.delete_notification' => 'Deleting Notification', +// 'title.monthly_quotas' => 'Monthly Quotas', +// 'title.export' => 'Exporting Team Data', +// 'title.import' => 'Importing Team Data', +// 'title.options' => 'Options', +// 'title.profile' => 'Profile', +// 'title.cf_custom_fields' => 'Custom Fields', +// 'title.cf_add_custom_field' => 'Adding Custom Field', +// 'title.cf_edit_custom_field' => 'Editing Custom Field', +// 'title.cf_delete_custom_field' => 'Deleting Custom Field', +// 'title.cf_dropdown_options' => 'Dropdown Options', +// 'title.cf_add_dropdown_option' => 'Adding Option', +// 'title.cf_edit_dropdown_option' => 'Editing Option', +// 'title.cf_delete_dropdown_option' => 'Deleting Option', +// // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). +// // It is also a name for the Locking plugin on the Team profile page. +// 'title.locking' => 'Locking', + + + +// TODO: everything below needs serious work and be synchronized with the master English file. +// For example, form.filter.project property no longer exists, and so on. +// If you intend to improve perhaps go in small steps and coordinate with the maintainer if anything is unclear. "form.filter.project" => '项目', "form.filter.filter" => '收藏的报告', "form.filter.filter_new" => '保存到我的收藏夹', @@ -168,10 +334,7 @@ $i18n_key_words = array( "form.admin.profile.th.edit" => '编辑', "form.admin.profile.th.del" => '删除', "form.admin.profile.th.active" => '启用', -"form.admin.lock.period" => '锁定天数间隔', "form.admin.options" => '选项', -"form.admin.lang_default" => '网站默认语言', -"form.admin.lang_browser_default" => '(默认浏览器)', "form.admin.custom_date_format" => "日期格式", "form.admin.custom_time_format" => "时间格式", "form.admin.start_week" => "每周的第一天", @@ -214,7 +377,6 @@ $i18n_key_words = array( "form.profile.showchart" => '显示饼状图', "form.profile.lang" => '语言', -"form.profile.lang_browser_default" => '(默认浏览器)', "form.profile.custom_date_format" => "日期格式", "form.profile.custom_time_format" => "时间格式", "form.profile.default_format" => "(默认)", @@ -293,12 +455,10 @@ $i18n_key_words = array( // mail form attributes "form.mail.from" => '从', "form.mail.to" => '到', -"form.mail.cc" => '抄送', -"form.mail.subject" => '主题', "form.mail.comment" => '留言', "form.mail.above" => '通过电子邮件发送该报告', // 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.footer_str" => 'anuko时间跟踪器是一种简单、易用、开放源码的时间跟踪系统。 看 www.anuko网更多信息。', "form.mail.sending_str" => '消息已发送', // invoice attributes @@ -310,9 +470,6 @@ $i18n_key_words = array( "form.invoice.date" => '日期', "form.invoice.number" => '发票号码', "form.invoice.tax" => '税', -"form.invoice.daily_subtotals" => '每日总计', -"form.invoice.yourcoo" => '您的姓名
地址', -"form.invoice.custcoo" => '客户姓名
地址', "form.invoice.comment" => '留言', "form.invoice.th.username" => '收费人', "form.invoice.th.time" => '小时数', @@ -344,9 +501,6 @@ $i18n_key_words = array( "form.client.th.del" => '删除', "form.client.name" => '姓名', "form.client.tax" => '税', -"form.client.daily_subtotals" => '每日总计', -"form.client.yourcoo" => '您在发票中的名字
和地址', -"form.client.custcoo" => '地址', "form.client.comment" => '备注', // miscellaneous strings @@ -412,9 +566,9 @@ $i18n_key_words = array( "label.errors" => '错误', "label.ldap_hint" => '在下面的栏目输入您的Windows用户名和密码。', // Note to translators: strings below must be translated. -// "label.calendar_today" => 'today', -// "label.calendar_close" => 'close', + "label.calendar_today" => '今天', + "label.calendar_close" => '关闭', // login hello text -// "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.", + "login.hello.text" => "anuko时间跟踪器是一种简单、易用、开放源代码的实时跟踪系统。", );