产品版本和功能
本主题包含网络许可证管理员可为 Trados GroupShare 配置的可用产品版本和产品功能。
所有可用选项
在以下位置均可使用所有版本的情况下生成的配置文件示例 Trados 许可服务器
<LicenseDefinition>
<LicenseEdition>
<Name>ProfessionalEdition</Name>
<IsCurrent>true</IsCurrent>
<Features>
<Feature>
<Name>AllowTQA</Name>
<IsDefault>true</IsDefault>
</Feature>
<Feature>
<Name>AllowRegulatedIndustries</Name>
<IsDefault>true</IsDefault>
</Feature>
</Features>
</LicenseEdition>
<LicenseEdition>
<Name>WorkgroupEdition</Name>
<IsCurrent>true</IsCurrent>
<Features>
<Feature>
<Name>AllowTQA</Name>
<IsDefault>true</IsDefault>
</Feature>
<Feature>
<Name>AllowRegulatedIndustries</Name>
<IsDefault>true</IsDefault>
</Feature>
</Features>
</LicenseEdition>
<LicenseEdition>
<Name>ExpressEdition</Name>
<IsCurrent>true</IsCurrent>
<Features>
<Feature>
<Name>AllowTQA</Name>
<IsDefault>true</IsDefault>
</Feature>
<Feature>
<Name>AllowAutoSuggest</Name>
<IsDefault>true</IsDefault>
</Feature>
<Feature>
<Name>AllowPerfectMatch</Name>
<IsDefault>true</IsDefault>
</Feature>
<Feature>
<Name>AllowRegulatedIndustries</Name>
<IsDefault>true</IsDefault>
</Feature>
</Features>
</LicenseEdition>
</LicenseDefinition>
Professional 版许可证示例
在配置文件中仅使用 Professional 版的示例
<LicenseDefinition>
<LicenseEdition>
<Name>ProfessionalEdition</Name>
<IsCurrent>true</IsCurrent>
<Features>
<Feature>
<Name>AllowTQA</Name>
<IsDefault>true</IsDefault>
</Feature>
</Features>
</LicenseEdition>
</LicenseDefinition>