1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/worksheet/i18n/zh_CN.po
2024-12-10 09:04:09 +07:00

197 lines
6.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * worksheet
#
# Translators:
# Wil Odoo, 2023
# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023
# Chloe Wang, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 22:22+0000\n"
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
"Last-Translator: Chloe Wang, 2024\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: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid "%s (copy)"
msgstr "%s副本"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
msgid "<span class=\"o_stat_text\">Worksheets</span>"
msgstr "<span class=\"o_stat_text\">工作表</span>"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__action_id
msgid "Action"
msgstr "操作"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__active
msgid "Active"
msgstr "已启用"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
#, python-format
msgid "Analysis"
msgstr "分析"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_search
msgid "Archived"
msgstr "已存档"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__color
msgid "Color"
msgstr "颜色"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__company_ids
msgid "Companies"
msgstr "公司"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__create_uid
msgid "Created by"
msgstr "创建人"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__create_date
msgid "Created on"
msgstr "创建日期"
#. module: worksheet
#. odoo-javascript
#: code:addons/worksheet/static/src/open_studio_button_widget/open_studio_button_widget.xml:0
#, python-format
msgid "Design Template"
msgstr "设计模板"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__res_model
msgid "Host Model"
msgstr "主机型号"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__id
msgid "ID"
msgstr "ID"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__write_uid
msgid "Last Updated by"
msgstr "最后更新人"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__write_date
msgid "Last Updated on"
msgstr "上次更新日期"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__model_id
msgid "Model"
msgstr "模型"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__name
msgid "Name"
msgstr "名称"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__report_view_id
msgid "Report View"
msgstr "报告视图"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__sequence
msgid "Sequence"
msgstr "序列"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid "The host model name should be an existing model."
msgstr "主机模型名称应该是一个现有的模型。"
#. module: worksheet
#: model:ir.model.fields,help:worksheet.field_worksheet_template__res_model
msgid "The model that is using this template"
msgstr "使用该模板的模型"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid ""
"The template to print this worksheet template should be a QWeb template."
msgstr "打印这个工作表模板的模板应该是一个QWeb模板。"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid ""
"Unfortunately, you cannot unlink this worksheet template from %s because the"
" template is still connected to tasks within the company."
msgstr "遗憾的是,您无法从 %s 取消对该工作表模板的链接,因为该模板仍与公司内的任务相连。"
#. module: worksheet
#: model:ir.model.fields,field_description:worksheet.field_worksheet_template__worksheet_count
msgid "Worksheet Count"
msgstr "工作表计数"
#. module: worksheet
#: model:ir.model,name:worksheet.model_worksheet_template
msgid "Worksheet Template"
msgstr "工作表模板"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_search
msgid "Worksheet Template Search"
msgstr "搜索工作表模板"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_list
msgid "Worksheets"
msgstr "工时单"
#. module: worksheet
#. odoo-python
#: code:addons/worksheet/models/worksheet_template.py:0
#, python-format
msgid ""
"You can't restrict this worksheet template to '%s' because it's still "
"connected to tasks in '%s' (and potentially other companies). Please either "
"unlink those tasks from this worksheet template, move them to a project for "
"the right company, or keep this worksheet template open to all companies."
msgstr ""
"你不可将此工作表模板设定至只限%s使用因为它仍连接至%s的任务以及可能有其他公司的任务。请取消这些任务与此工作表模板的连结将它们移至正确的公司的项目内或保持此工作表模板对所有公司开放。"
#. module: worksheet
#: model_terms:ir.ui.view,arch_db:worksheet.worksheet_template_view_form
msgid "e.g Device Installation"
msgstr "例如:设备安装"