123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * hr_timesheet
- #
- # Translators:
- # 稀饭~~ <wangwhai@qq.com>, 2022
- # digitalliuzg8888, 2022
- # Raymond Yu <cl_yu@hotmail.com>, 2022
- # Jeffery CHEN <jeffery9@gmail.com>, 2022
- # Martin Trigaux, 2023
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server 16.0\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2023-02-02 10:33+0000\n"
- "PO-Revision-Date: 2022-09-22 05:52+0000\n"
- "Last-Translator: Martin Trigaux, 2023\n"
- "Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: \n"
- "Language: zh_CN\n"
- "Plural-Forms: nplurals=1; plural=0;\n"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid "%s Spent"
- msgstr "%s花费"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid "(%(sign)s%(hours)s:%(minutes)s remaining)"
- msgstr "(%(sign)s%(hours)s:%(minutes)s 剩余)"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid "(%s days remaining)"
- msgstr "(%s 剩余天数)"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "(incl."
- msgstr "(incl."
- #. module: hr_timesheet
- #: model_terms:digest.tip,tip_description:hr_timesheet.digest_tip_hr_timesheet_0
- msgid "<b class=\"tip_title\">Tip: Record your Timesheets faster</b>"
- msgstr "<b class=\"tip_title\">提示。更快地记录您的工时表</b>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_kanban_account_analytic_line
- msgid "<i class=\"fa fa-calendar me-1\" role=\"img\" aria-label=\"Date\" title=\"Date\"/>"
- msgstr "<i class=\"fa fa-calendar me-1\" role=\"img\" aria-label=\"Date\" title=\"Date\"/>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
- msgid "<i class=\"fa fa-download\"/> Download"
- msgstr "<i class=\"fa fa-download\"/> 已下载"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
- msgid "<i class=\"fa fa-print\"/> Print"
- msgstr "<i class=\"fa fa-print\"/> 打印"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid ""
- "<span class=\"fa fa-lg fa-building-o \" title=\"Values set here are company-"
- "specific.\" groups=\"base.group_multi_company\"/>"
- msgstr ""
- "<span class=\"fa fa-lg fa-building-o\" title=\"此处设置的值是特定于公司的。\" "
- "groups=\"base.group_multi_company\"/>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid ""
- "<span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-"
- "specific.\" groups=\"base.group_multi_company\"/>"
- msgstr ""
- "<span class=\"fa fa-lg fa-building-o\" title=\"此处设置的值是特定于公司的。\" "
- "groups=\"base.group_multi_company\"/>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_employee_view_form_inherit_timesheet
- msgid "<span class=\"o_stat_text\">Timesheets</span>"
- msgstr "<span class=\"o_stat_text\">工时表</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid ""
- "<span class=\"text-nowrap\" attrs=\"{'invisible' : [('encode_uom_in_days', '=', True)]}\">Hours Spent on Sub-tasks:</span>\n"
- " <span class=\"text-nowrap\" attrs=\"{'invisible' : [('encode_uom_in_days', '=', False)]}\">Days Spent on Sub-tasks:</span>"
- msgstr ""
- "<span class=\"text-nowrap\" attrs=\"{'invisible' : [('encode_uom_in_days', '=', True)]}\">花在子任务上的时间。</span>\n"
- " <span class=\"text-nowrap\" attrs=\"{'invisible' : [('encode_uom_in_days', '=', False)]}\">花在子任务上的天数。</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- msgid "<span style=\"margin-right: 15px;\">Total (Days)</span>"
- msgstr "<span style=\"margin-right: 15px;\">总计 (天)</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- msgid "<span style=\"margin-right: 15px;\">Total (Hours)</span>"
- msgstr "<span style=\"margin-right: 15px;\">总计(小时)</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- msgid "<span>Date</span>"
- msgstr "<span>日期</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- msgid "<span>Description</span>"
- msgstr "<span>描述</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- msgid "<span>Employee</span>"
- msgstr "<span>员工</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- msgid "<span>Project</span>"
- msgstr "<span>项目</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- msgid "<span>Task</span>"
- msgstr "<span>任务</span>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task_planned_hours_template
- msgid "<strong>Allocated Days:</strong>"
- msgstr "<strong>分配天数:</strong>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- msgid "<strong>Days Spent:</strong>"
- msgstr "<strong>使用天数:</strong>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_kanban_account_analytic_line
- msgid "<strong>Duration: </strong>"
- msgstr "<strong>时长:</strong>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- msgid "<strong>Hours Spent:</strong>"
- msgstr "<strong>花费小时数:</strong>"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
- msgid "<strong>Progress:</strong>"
- msgstr "<strong>进程:</strong>"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__analytic_account_active
- msgid "Active Analytic Account"
- msgstr "活动分析帐户"
- #. module: hr_timesheet
- #: model:res.groups,name:hr_timesheet.group_timesheet_manager
- msgid "Administrator"
- msgstr "管理员"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "All"
- msgstr "全部"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_all
- #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_all
- msgid "All Timesheets"
- msgstr "所有工时表"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Allocated Days"
- msgstr "分配的天数"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__allocated_hours
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Allocated Hours"
- msgstr "分配时间"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__allow_timesheets
- msgid "Allow timesheets"
- msgstr "允许工时表"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__amount
- msgid "Amount"
- msgstr "金额"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/__init__.py:0
- #, python-format
- msgid "Analysis"
- msgstr "分析"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__analytic_account_id
- msgid "Analytic Account"
- msgstr "分析账户"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_form
- msgid "Analytic Entry"
- msgstr "分析分录"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_account_analytic_line
- msgid "Analytic Line"
- msgstr "分析行"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_project_project__analytic_account_id
- msgid ""
- "Analytic account to which this project, its tasks and its timesheets are linked. \n"
- "Track the costs and revenues of your project by setting this analytic account on your related documents (e.g. sales orders, invoices, purchase orders, vendor bills, expenses etc.).\n"
- "This analytic account can be changed on each task individually if necessary.\n"
- "An analytic account is required in order to use timesheets."
- msgstr ""
- "分析账户,这个项目,它的任务和它的工时表都与之相关。\n"
- "通过在你相关的文件(如销售订单、结算单、采购订单、供应商账单、费用等)上设置这个分析账户,跟踪你的项目的成本和收入。\n"
- "如果有必要,这个分析账户可以在每个任务上单独更改。\n"
- "为了使用工时表,需要一个分析账户。"
- #. module: hr_timesheet
- #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_report
- #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_project
- #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_task
- msgid ""
- "Analyze the projects and tasks on which your employees spend their time.<br>\n"
- " Evaluate which part is billable and what costs it represents."
- msgstr "分析员工花费时间的项目和任务。<br>评估哪个部分是可计费的,以及它所代表的成本。"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__ancestor_task_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__ancestor_task_id
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- msgid "Ancestor Task"
- msgstr "原型任务"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Apple App Store"
- msgstr "苹果应用商店"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__timesheet_ids
- msgid "Associated Timesheets"
- msgstr "关联工时表"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__module_project_timesheet_synchro
- msgid "Awesome Timesheet"
- msgstr "超级棒的工时表"
- #. module: hr_timesheet
- #: model:project.task.type,legend_blocked:hr_timesheet.internal_project_default_stage
- msgid "Blocked"
- msgstr "暂停"
- #. module: hr_timesheet
- #: model:ir.ui.menu,name:hr_timesheet.menu_hr_activity_analysis
- msgid "By Employee"
- msgstr "按员工"
- #. module: hr_timesheet
- #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_report_timesheet_by_project
- msgid "By Project"
- msgstr "按项目"
- #. module: hr_timesheet
- #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_report_timesheet_by_task
- msgid "By Task"
- msgstr "按任务"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_project_collaborator
- msgid "Collaborators in project shared"
- msgstr "项目中的合作者共享"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_res_company
- msgid "Companies"
- msgstr "公司"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__company_id
- msgid "Company"
- msgstr "公司"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_res_config_settings
- msgid "Config Settings"
- msgstr "配置设置"
- #. module: hr_timesheet
- #: model:ir.ui.menu,name:hr_timesheet.hr_timesheet_menu_configuration
- msgid "Configuration"
- msgstr "配置"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__currency_id
- msgid "Currency"
- msgstr "币种"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__date
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- #, python-format
- msgid "Date"
- msgstr "日期"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_tasks_list_inherit
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Days Spent"
- msgstr "花费的天数"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- msgid "Days recorded on sub-tasks:"
- msgstr "在子任务上记录的天数:"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_res_company__internal_project_id
- msgid "Default project value for timesheet generated from time off type."
- msgstr "从休假类型生成的工时表的默认项目值。"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_account_analytic_line__employee_id
- msgid ""
- "Define an 'hourly cost' on the employee to track the cost of their time."
- msgstr "给员工定义一个 \"每小时成本\",以跟踪他们的时间成本。"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__department_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__department_id
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- msgid "Department"
- msgstr "部门"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__name
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- #, python-format
- msgid "Description"
- msgstr "说明"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__display_name
- msgid "Display Name"
- msgstr "显示名称"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
- msgid "Download"
- msgstr "下载"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Duration"
- msgstr "时长"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__hours_effective
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_tree
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
- msgid "Effective Hours"
- msgstr "实际时数"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__employee_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__employee_id
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- #, python-format
- msgid "Employee"
- msgstr "员工"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__reminder_user_allow
- msgid "Employee Reminder"
- msgstr "员工提醒"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__encode_uom_in_days
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__encode_uom_in_days
- msgid "Encode Uom In Days"
- msgstr "编码计量单位天数"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__timesheet_encode_uom_id
- msgid "Encoding Unit"
- msgstr "编码单元"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__encoding_uom_id
- msgid "Encoding Uom"
- msgstr "输入计量单位"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Generate timesheets upon time off validation"
- msgstr "在休假验证时生成工时表"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Google Chrome Store"
- msgstr "谷歌浏览器商店"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Google Play Store"
- msgstr "谷歌游戏商店"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- msgid "Group By"
- msgstr "分组"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_ir_http
- msgid "HTTP Routing"
- msgstr "HTTP 路由"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid "Hours"
- msgstr "小时"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__effective_hours
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__unit_amount
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_tasks_list_inherit
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_table
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Hours Spent"
- msgstr "耗时"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- msgid "Hours recorded on sub-tasks:"
- msgstr "在子任务上记录的小时数:"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__id
- msgid "ID"
- msgstr "ID"
- #. module: hr_timesheet
- #: model:project.task.type,legend_normal:hr_timesheet.internal_project_default_stage
- msgid "In Progress"
- msgstr "进行中"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_tree
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
- msgid "Initially Planned Hours"
- msgstr "最初计划时数"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/res_company.py:0
- #: model:project.task.type,name:hr_timesheet.internal_project_default_stage
- #, python-format
- msgid "Internal"
- msgstr "内部"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_company__internal_project_id
- msgid "Internal Project"
- msgstr "内部项目"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid "Invalid operator: %s"
- msgstr "无效运算符:%s"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid "Invalid value: %s"
- msgstr "无效值:%s"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__is_encode_uom_days
- msgid "Is Encode Uom Days"
- msgstr "编码计量单位天数"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__is_internal_project
- msgid "Is Internal Project"
- msgstr "是内部项目"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__job_title
- msgid "Job Title"
- msgstr "工作头衔"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report____last_update
- msgid "Last Modified on"
- msgstr "最后修改时间"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Last month"
- msgstr "上月"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Last week"
- msgstr "上周"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Last year"
- msgstr "去年"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_project_view_form_simplified_inherit_timesheet
- msgid "Log time on tasks"
- msgstr "记录任务时间"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__manager_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__manager_id
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- msgid "Manager"
- msgstr "管理员"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__reminder_manager_allow
- msgid "Manager Reminder"
- msgstr "经理提醒"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/res_company.py:0
- #, python-format
- msgid "Meeting"
- msgstr "会议"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_ir_ui_menu
- msgid "Menu"
- msgstr "菜单"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_project_filter_inherit_timesheet
- msgid "My Department"
- msgstr "我的部门"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_search_form_hr_extended
- msgid "My Department's Projects"
- msgstr "我部门的项目"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.rating_rating_view_search_project_inherited
- msgid "My Department's Ratings"
- msgstr "我所在部门的评级"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
- msgid "My Department's Tasks"
- msgstr "我部门的任务"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_update_view_search_inherit
- msgid "My Department's Updates"
- msgstr "我部门的最新情况"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_project_filter_inherit_timesheet
- msgid "My Team"
- msgstr "我的团队"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_search_form_hr_extended
- msgid "My Team's Projects"
- msgstr "我的团队的项目"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.rating_rating_view_search_project_inherited
- msgid "My Team's Ratings"
- msgstr "我的团队的评级"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
- msgid "My Team's Tasks"
- msgstr "我的团队的任务"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_update_view_search_inherit
- msgid "My Team's Updates"
- msgstr "我的团队更新"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_line
- #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_mine
- #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_activity_user
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- msgid "My Timesheets"
- msgstr "我的工时表"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Newest"
- msgstr "最新"
- #. module: hr_timesheet
- #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line
- #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_all
- msgid "No activities found. Let's start a new one!"
- msgstr "未找到活动。让我们创建一个新的!"
- #. module: hr_timesheet
- #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_report
- #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_project
- #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_report_by_task
- msgid "No data yet!"
- msgstr "还没有数据耶!"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "None"
- msgstr "无"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_project_task__remaining_hours
- msgid "Number of allocated hours minus the number of hours spent."
- msgstr "分配的小时数减去花费的小时数。"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__overtime
- #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__overtime
- msgid "Overtime"
- msgstr "延时"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__partner_id
- msgid "Partner"
- msgstr "业务伙伴"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__hours_planned
- msgid "Planned Hours"
- msgstr "已计划的时数"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
- msgid "Print"
- msgstr "打印"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_uom_uom
- msgid "Product Unit of Measure"
- msgstr "产品计量单位"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__progress
- #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__progress
- #, python-format
- msgid "Progress"
- msgstr "进度"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: model:ir.model,name:hr_timesheet.model_project_project
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__project_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__project_id
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
- #, python-format
- msgid "Project"
- msgstr "项目"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_company__project_time_mode_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__project_time_mode_id
- msgid "Project Time Unit"
- msgstr "项目时间单位"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__is_project_overtime
- msgid "Project in Overtime"
- msgstr "加班项目"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_project
- msgid "Project's Timesheets"
- msgstr "项目工时表"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_project_filter_inherit_timesheet
- msgid "Projects in Overtime"
- msgstr "加班项目"
- #. module: hr_timesheet
- #: model:project.task.type,legend_done:hr_timesheet.internal_project_default_stage
- msgid "Ready"
- msgstr "就绪"
- #. module: hr_timesheet
- #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line_by_project
- msgid "Record a new activity"
- msgstr "记录新活动"
- #. module: hr_timesheet
- #: model_terms:digest.tip,tip_description:hr_timesheet.digest_tip_hr_timesheet_0
- msgid ""
- "Record your timesheets in an instant by pressing Shift + the corresponding "
- "hotkey to add 15min to your projects."
- msgstr "按Shift+相应的热键,瞬间记录您的工时表,为您的项目增加15分钟。"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Remaining Days"
- msgstr "剩余天数"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- msgid "Remaining Days:"
- msgstr "剩余天数:"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__remaining_hours
- #: model:ir.model.fields,field_description:hr_timesheet.field_report_project_task_user__remaining_hours
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_tree
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_tree2_inherited
- msgid "Remaining Hours"
- msgstr "剩余时数"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__remaining_hours_percentage
- msgid "Remaining Hours Percentage"
- msgstr "剩余工时百分比"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_timesheet_table
- msgid "Remaining Hours:"
- msgstr "剩余小时数:"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__remaining_hours
- msgid "Remaining Invoiced Time"
- msgstr "剩余的结算时间"
- #. module: hr_timesheet
- #: model:ir.ui.menu,name:hr_timesheet.menu_timesheets_reports
- msgid "Reporting"
- msgstr "报告"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Search in All"
- msgstr "在全部范围内搜索"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Search in Description"
- msgstr "在描述中搜索"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Search in Employee"
- msgstr "在员工中搜索"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Search in Project"
- msgstr "搜索项目"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Search in Task"
- msgstr "在任务中搜索"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid "See timesheet entries"
- msgstr "查看工时表条目"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid ""
- "Send a periodical email reminder to timesheets managers<br/>\n"
- " that still have timesheets to validate"
- msgstr "定期向工时表经理发送电子邮件提醒还有工时表要验证"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid ""
- "Send a periodical email reminder to timesheets users<br/>\n"
- " that still have timesheets to encode"
- msgstr ""
- "定期向工时表用户发送电子邮件提醒\n"
- "\n"
- "还有工时表要编码"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.hr_timesheet_config_settings_action
- msgid "Settings"
- msgstr "设置"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__subtask_effective_hours
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Sub-tasks Hours Spent"
- msgstr "子任务耗时"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #: model:ir.model,name:hr_timesheet.model_project_task
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__task_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__task_id
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #, python-format
- msgid "Task"
- msgstr "任务"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_task
- msgid "Task's Timesheets"
- msgstr "任务的工时表"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_report_project_task_user
- msgid "Tasks Analysis"
- msgstr "任务分析"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_project_task_view_search_inherit_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
- msgid "Tasks Soon in Overtime"
- msgstr "即将加班的任务"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_project_task_view_search_inherit_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_task_view_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_project_task_user_view_search
- msgid "Tasks in Overtime"
- msgstr "超时的任务"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/res_company.py:0
- #, python-format
- msgid "The Internal Project of a company should be in that company."
- msgstr "一个公司的内部项目应该在该公司。"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- msgid "There are no timesheets."
- msgstr "没有工时表。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid ""
- "These projects have some timesheet entries referencing them. Before removing"
- " these projects, you have to remove these timesheet entries."
- msgstr "这些项目有一些工时表条目引用它们。在删除这些项目之前,必须删除这些工时表条目。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid ""
- "These tasks have some timesheet entries referencing them. Before removing "
- "these tasks, you have to remove these timesheet entries."
- msgstr "这些任务有一些工时表条目引用它们。在删除这些任务之前,必须删除这些工时表条目。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "This Quarter"
- msgstr "本季度"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "This month"
- msgstr "本月"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid "This operator %s is not supported in this search method."
- msgstr "该搜索方法中不支持该运算符%s。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid ""
- "This project has some timesheet entries referencing it. Before removing this"
- " project, you have to remove these timesheet entries."
- msgstr "此项目有一些工时表条目引用它。在删除此项目之前,必须删除这些工时表条目。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid ""
- "This task has some timesheet entries referencing it. Before removing this "
- "task, you have to remove these timesheet entries."
- msgstr "此任务有一些引用它的工时表条目。在删除此任务之前,必须删除这些工时表条目。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid ""
- "This task must be part of a project because there are some timesheets linked"
- " to it."
- msgstr "此任务必须是项目的一部分,因为有一些工时表链接到它。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "This week"
- msgstr "本周"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_res_company__project_time_mode_id
- #: model:ir.model.fields,help:hr_timesheet.field_res_config_settings__project_time_mode_id
- msgid ""
- "This will set the unit of measure used in projects and tasks.\n"
- "If you use the timesheet linked to projects, don't forget to setup the right unit of measure in your employees."
- msgstr ""
- "这将设置项目和任务所使用的度量单位。\n"
- " 如果您使用链接到项目的工时表,请不要忘记在员工中设置正确的度量单位。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "This year"
- msgstr "今年"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Time Encoding"
- msgstr "时间编码"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_config_settings__module_project_timesheet_holidays
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Time Off"
- msgstr "休假"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_project_task__subtask_effective_hours
- msgid "Time spent on the sub-tasks (and their own sub-tasks) of this task."
- msgstr "用于此任务的子任务(及其自己的子任务)所花费的时间。"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_project_task__total_hours_spent
- msgid "Time spent on this task and its sub-tasks (and their own sub-tasks)."
- msgstr "在此任务及其子任务(及其自己的子任务)上花费的时间。"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Time unit used to record your timesheets"
- msgstr "用于记录工时表的时间单位"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_all
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_my
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_my_timesheet_line_pivot
- msgid "Timesheet"
- msgstr "工时表"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_tree
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Timesheet Activities"
- msgstr "工时表活动"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_employee
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_project
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_task
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_employee
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_project
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_task
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_all
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph_my
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_my_timesheet_line_pivot
- msgid "Timesheet Costs"
- msgstr "工时表成本"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__timesheet_count
- msgid "Timesheet Count"
- msgstr "工时表计数"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__timesheet_encode_uom_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_res_company__timesheet_encode_uom_id
- msgid "Timesheet Encoding Unit"
- msgstr "工时表编码单元"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_search
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_report_search
- msgid "Timesheet by Date"
- msgstr "按日期的工时表"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #: code:addons/hr_timesheet/models/project.py:0
- #: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_line_by_project
- #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_from_employee
- #: model:ir.actions.report,name:hr_timesheet.timesheet_report
- #: model:ir.actions.report,name:hr_timesheet.timesheet_report_project
- #: model:ir.actions.report,name:hr_timesheet.timesheet_report_task
- #: model:ir.actions.report,name:hr_timesheet.timesheet_report_task_timesheets
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__allow_timesheets
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__timesheet_ids
- #: model:ir.ui.menu,name:hr_timesheet.menu_hr_time_tracking
- #: model:ir.ui.menu,name:hr_timesheet.menu_timesheets_reports_timesheet
- #: model:ir.ui.menu,name:hr_timesheet.timesheet_menu_root
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_department_view_kanban
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_layout
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_home_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_task
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_invoice_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_project_view_form_simplified_inherit_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet_task
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_project_task_page
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_employee
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_project
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_graph_task
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_graph
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_hr_timesheet_line_pivot
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_project_kanban_inherited
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- #, python-format
- msgid "Timesheets"
- msgstr "工时表"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid "Timesheets - %s"
- msgstr "%s 的工时表"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_employee
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_project
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheets_analysis_report_pivot_task
- msgid "Timesheets Analysis"
- msgstr "工时表分析"
- #. module: hr_timesheet
- #: model:ir.model,name:hr_timesheet.model_timesheets_analysis_report
- msgid "Timesheets Analysis Report"
- msgstr "工时表分析报告"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Timesheets Control"
- msgstr "工时表控制"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.act_hr_timesheet_report
- msgid "Timesheets by Employee"
- msgstr "按员工划分的工时表"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_report_by_project
- msgid "Timesheets by Project"
- msgstr "按项目划分的工时表"
- #. module: hr_timesheet
- #: model:ir.actions.act_window,name:hr_timesheet.timesheet_action_report_by_task
- msgid "Timesheets by Task"
- msgstr "按任务划分的工时表"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_project_task__allow_timesheets
- msgid "Timesheets can be logged on this task."
- msgstr "可以在这个任务上记录工时表。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid ""
- "Timesheets must be created with an active employee in the selected "
- "companies."
- msgstr "必须使用所选公司的在职员工创建工时表。"
- #. module: hr_timesheet
- #: model:digest.tip,name:hr_timesheet.digest_tip_hr_timesheet_0
- msgid "Tip: Record your Timesheets faster"
- msgstr "提示:更快地记录您的工时表"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/controllers/portal.py:0
- #, python-format
- msgid "Today"
- msgstr "今天"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.hr_timesheet_line_tree
- msgid "Total"
- msgstr "合计"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Total Days"
- msgstr "总计天数"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_task__total_hours_spent
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid "Total Hours"
- msgstr "总时数"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_project_project__total_timesheet_time
- msgid "Total Timesheet Time"
- msgstr "总工时表时长"
- #. module: hr_timesheet
- #: model:ir.model.fields,help:hr_timesheet.field_project_project__total_timesheet_time
- msgid ""
- "Total number of time (in the proper UoM) recorded in the project, rounded to"
- " the unit."
- msgstr "在项目中记录的总成本(以适当的计量单位表示),四舍五入到单位。"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.portal_my_timesheets
- msgid "Total:"
- msgstr "总计:"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.res_config_settings_view_form
- msgid "Track your time from anywhere, even offline, with our web/mobile apps"
- msgstr "使用我们的 Web/移动应用,随时随地(甚至离线)跟踪您的时间"
- #. module: hr_timesheet
- #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line
- #: model_terms:ir.actions.act_window,help:hr_timesheet.act_hr_timesheet_line_by_project
- #: model_terms:ir.actions.act_window,help:hr_timesheet.timesheet_action_all
- msgid ""
- "Track your working hours by projects every day and invoice this time to your"
- " customers."
- msgstr "每天按项目跟踪您的工作时间,这次会向您的客户开具结算单。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/res_company.py:0
- #, python-format
- msgid "Training"
- msgstr "培训"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_account_analytic_line__user_id
- #: model:ir.model.fields,field_description:hr_timesheet.field_timesheets_analysis_report__user_id
- msgid "User"
- msgstr "用户"
- #. module: hr_timesheet
- #: model:res.groups,name:hr_timesheet.group_hr_timesheet_approver
- msgid "User: all timesheets"
- msgstr "用户:所有工时表"
- #. module: hr_timesheet
- #: model:res.groups,name:hr_timesheet.group_hr_timesheet_user
- msgid "User: own timesheets only"
- msgstr "用户:只有自己的工时表"
- #. module: hr_timesheet
- #: model:ir.model.fields,field_description:hr_timesheet.field_uom_uom__timesheet_widget
- msgid "Widget"
- msgstr "小工具"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid "You cannot access timesheets that are not yours."
- msgstr "您不能访问不属于您的工时表。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid ""
- "You cannot add timesheets to a project linked to an inactive analytic "
- "account."
- msgstr "您不能把工时表添加到与未启用分析帐户相连的项目中。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid ""
- "You cannot add timesheets to a project or a task linked to an inactive "
- "analytic account."
- msgstr "您不能把工时表添加到与未启用分析帐户相连的项目或任务。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid "You cannot create a timesheet on a private task."
- msgstr "不能在私有任务上创建工时表。"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid ""
- "You cannot log timesheets on this project since it is linked to an inactive "
- "analytic account. Please change this account, or reactivate the current one "
- "to timesheet on the project."
- msgstr "由于关联到未启用分析账户,无法在该项目上记录工时表。请修正后再试,或重新启用当前项目的工时表。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/hr_timesheet.py:0
- #, python-format
- msgid "You cannot set an archived employee to the existing timesheets."
- msgstr "您不能将已归档员工设置到现有工时表."
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/project.py:0
- #, python-format
- msgid "You cannot use timesheets without an analytic account."
- msgstr "没有分析账户就不能使用工时表。"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/res_company.py:0
- #, python-format
- msgid "days"
- msgstr "天数"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet_task
- msgid "for"
- msgstr "由于"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.report_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.timesheet_project_task_page
- msgid "for the"
- msgstr "对于"
- #. module: hr_timesheet
- #. odoo-python
- #: code:addons/hr_timesheet/models/res_company.py:0
- #, python-format
- msgid "hours"
- msgstr "小时"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.view_task_form2_inherited
- msgid ""
- "on\n"
- " <span class=\"fw-bold text-dark\"> Sub-tasks</span>)"
- msgstr ""
- "上\n"
- " <span class=\"fw-bold text-dark\"> 子任务</span>)"
- #. module: hr_timesheet
- #: model_terms:ir.ui.view,arch_db:hr_timesheet.project_sharing_inherit_project_task_view_form
- msgid ""
- "on\n"
- " <span class=\"fw-bold text-dark\"> Sub-tasks</span>)"
- msgstr ""
- "上\n"
- " <span class=\"fw-bold text-dark\"> 子任务</span>)"
|