# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_sparse_field
# 
# Translators:
# Martin Trigaux, 2018
# 珠海-杜哥 <liangjia@qq.com>, 2018
# 演奏王 <wangwhai@qq.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server saas~11.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-09-21 13:17+0000\n"
"PO-Revision-Date: 2018-09-21 13:17+0000\n"
"Last-Translator: 演奏王 <wangwhai@qq.com>, 2018\n"
"Language-Team: Chinese (China) (https://www.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: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__boolean
msgid "Boolean"
msgstr "布尔型"

#. module: base_sparse_field
#: code:addons/base_sparse_field/models/models.py:25
#, python-format
msgid "Changing the storing system for field \"%s\" is not allowed."
msgstr "不允许修改存储系统的 \"%s\" 字段."

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__char
msgid "Char"
msgstr "字符型"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__create_uid
msgid "Created by"
msgstr "创建人"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__create_date
msgid "Created on"
msgstr "创建时间"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__data
msgid "Data"
msgstr "数据"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__display_name
msgid "Display Name"
msgstr "显示名称"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_ir_model_fields__ttype
msgid "Field Type"
msgstr "字段类型"

#. module: base_sparse_field
#: model:ir.model,name:base_sparse_field.model_ir_model_fields
msgid "Fields"
msgstr "字段"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__float
msgid "Float"
msgstr "浮点型"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__id
msgid "ID"
msgstr "ID"

#. module: base_sparse_field
#: model:ir.model.fields,help:base_sparse_field.field_ir_model_fields__serialization_field_id
msgid ""
"If set, this field will be stored in the sparse structure of the "
"serialization field, instead of having its own database column. This cannot "
"be changed after creation."
msgstr "如果设置，此字段将存储在序列化字段的简单结构中，而不是自己的数据库的列。创建后不能改变。"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__integer
msgid "Integer"
msgstr "整数"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test____last_update
msgid "Last Modified on"
msgstr "最后修改日"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__write_uid
msgid "Last Updated by"
msgstr "最后更新者"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__write_date
msgid "Last Updated on"
msgstr "最后更新时间"

#. module: base_sparse_field
#: selection:sparse_fields.test,selection:0
msgid "One"
msgstr "一个"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__partner
msgid "Partner"
msgstr "业务伙伴"

#. module: base_sparse_field
#: code:addons/base_sparse_field/models/models.py:27
#, python-format
msgid "Renaming sparse field \"%s\" is not allowed"
msgstr "不允许重命名稀有字段 \"%s\""

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_sparse_fields_test__selection
msgid "Selection"
msgstr "选中内容"

#. module: base_sparse_field
#: model:ir.model.fields,field_description:base_sparse_field.field_ir_model_fields__serialization_field_id
msgid "Serialization Field"
msgstr "序列化字段"

#. module: base_sparse_field
#: code:addons/base_sparse_field/models/models.py:39
#, python-format
msgid "Serialization field `%s` not found for sparse field `%s`!"
msgstr "用于分散字段`%s` 序列化字段`%s`未找到!"

#. module: base_sparse_field
#: model:ir.model,name:base_sparse_field.model_sparse_fields_test
msgid "Sparse fields Test"
msgstr "稀疏字段测试"

#. module: base_sparse_field
#: selection:sparse_fields.test,selection:0
msgid "Two"
msgstr "两个"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "binary"
msgstr "二进制"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "boolean"
msgstr "布尔型"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "char"
msgstr "字符"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "date"
msgstr "日期"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "datetime"
msgstr "日期时间"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "float"
msgstr "浮点型"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "html"
msgstr "html"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "integer"
msgstr "整数"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "many2many"
msgstr "多对多"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "many2one"
msgstr "多对一"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "monetary"
msgstr "货币"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "one2many"
msgstr "一对多"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "reference"
msgstr "参考"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "selection"
msgstr "选择项"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "serialized"
msgstr "序列化"

#. module: base_sparse_field
#: selection:ir.model.fields,ttype:0
msgid "text"
msgstr "文本"
