<?xml version='1.0' encoding='UTF-8'?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="zh-CN" datatype="plaintext" original="manual/xml_export_import.md">
<trans-unit id="566c4be6" xml:space="preserve">
<source># 14 Configuration export/import</source>
<target># 14. 配置导入导出</target>
<trans-unit id="265e7dfe" xml:space="preserve">
Zabbix export/import functionality makes it possible to exchange various
configuration entities between one Zabbix system and another.
Typical use cases for this functionality:
- share templates or network maps - Zabbix users may share their
- upload a template to [Zabbix Community templates](https://github.com/zabbix/community-templates). Then others can
download the template and import the file into Zabbix.
- integrate with third-party tools - universal YAML, XML and JSON
formats make integration and data import/export possible with third-party
tools and applications</source>
Zabbix导出/导入功能,使得在一个Zabbix系统和另一个Zabbix系统之间交换各种配置实体成为可能。
- 共享模板或网络拓扑图:Zabbix用户可以共享他们的配置参数
- 在*share.zabbix.com*上共享web场景:导出带有web场景的模板,并上传到*share.zabbix.com*。 其他人可以下载该模板并将模板文件导入用户自己的Zabbix平台中。
- 与第三方工具集成:通用的YAML、XML和JSON格式使得与第三方工具和应用程序的集成和数据导入/导出成为可能</target>
<trans-unit id="19950447" xml:space="preserve">
<source>##### What can be exported/imported
Objects that can be exported/imported are:
- [Host groups](/manual/xml_export_import/hostgroups) (*through Zabbix API only*)
- [Template groups](/manual/xml_export_import/templategroups) (*through Zabbix API only*)
- [Templates](/manual/xml_export_import/templates)
- [Hosts](/manual/xml_export_import/hosts)
- [Network maps](/manual/xml_export_import/maps)
- [Media types](/manual/xml_export_import/media)
- [主机群组](/manual/xml_export_import/groups) (*只能通过Zabbix API*)
- [模板组](/manual/xml_export_import/templategroups) (*只能通过Zabbix API*)
- [模板](/manual/xml_export_import/templates)
- [主机](/manual/xml_export_import/hosts)
- [网络设备拓扑图](/manual/xml_export_import/maps)
- [媒介类型](/manual/xml_export_import/media)
<trans-unit id="44b0f5b3" xml:space="preserve">
<source>##### Export format
Data can be exported using the Zabbix web frontend or [Zabbix
API](/manual/api/reference/configuration). Supported export formats are
YAML, XML and JSON.</source>