Extension:ContentTranslation/zh
内容翻译扩展允许译者借助机器翻译和其他翻译建议将某一语言条目翻译为其他语言。参见内容翻译 有关背景和额外信息。此扩展由维基媒体语言工程组开发。
This extension requires a CXserver to be setup first. Moreover it has extension dependencies.
- 下载,并将解压后的
ContentTranslation
移动到extensions/
目录中。
开发者和代码贡献人员应从Git安装扩展,输入:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContentTranslation
- 只有是從Git安裝的才需Composer来安装PHP,发行
composer install --no-dev
至的目录。 (参见T173141了解潜在问题。)Category:Extensions requiring Composer with git/zh - 将下列放置在您的LocalSettings.php 的底部:
wfLoadExtension( 'ContentTranslation' );
- 更新脚本,它将自动此必须的数据库表。
完成 – 在您的wiki上至Special:Version,以验证已成功安装。
- 如果使用Vagrant ,请
vagrant roles enable contenttranslation --provision
安装
Content Translation server
此扩展需要内容翻译服务器(或称cxserver)启动和运行。
参见Content_translation/Setup以获取设置内容翻译服务器的信息。
在本地運行内容翻译時,可以將以下內容添加到LocalSettings.php
以使用服務器:
$wgContentTranslationSiteTemplates['cx'] = 'https://cxserver.wikimedia.org/v1';
扩展依赖性
ContentTranslation依赖以下扩展:
UniversalLanguageSelector | Required | |
VisualEditor | Required | 编辑器组件必需。 |
Cite | Required | 如果要在翻译时支持引用,则必需。 |
WikimediaMessage | Required | |
GuidedTour | Optional | 如果已安装,它将用于显示有关将页面移出用户空间的说明。 |
Echo | Optional | 如果已安装,它将用于在完成翻译里程碑后显示“祝贺”通知。 |
Wikibase | Optional | 如果安装和配置与维基百科类似,它将用于自动添加中介语链接(作为附加链接)。 |
EventLogging | Optional | 如果已安装,则可用于记录发布,错误和其他事件。 |
BetaFeatures | Optional | 如果已安装,内容翻译将在首选项中显示为测试版功能。 |
![]() | This section is currently a draft. Material may not yet be complete, information may presently be omitted, and certain parts of the content may be subject to radical, rapid alteration. More information pertaining to this may be available on the talk page. |
有关完整列表和默认值,请参阅源存储库中的 extension.json。
- ContentTranslationDomainCodeMapping
- Used to map between non-standard language codes and actual domains. The default is the same as in Wikipedia codes and domains.
- ContentTranslationSiteTemplates
- Templates for essential URLs. The defaults assume Wikipedia, so this variable must be configured differently for other sites. Where relevant, $1 is replaced by the language code, and $2 is replaced by the page title.
- ContentTranslationTranslateInTarget
- Whether to open Special:ContentTranslation in the target wiki when clicking the button in the entry point. The domain will be based on $wgContentTranslationSiteTemplates. The default is to open Special:ContentTranslation on the same wiki. (For Wikipedia this is set to true.)
- ContentTranslationAsBetaFeature
- Whether ContentTranslation is a beta feature.
- ContentTranslationTargetNamespace
- The default target namespace for published articles. The default is Main.
- ContentTranslationCampaigns
- Campaigns that are available in the URL as valid values for the campaign parameter in the URL. This allows automatic enabling of the beta feature and event logging.
- ContentTranslationCXServerAuth
- CXServer connection configuration.
- ContentTranslationEnableSuggestions
- Whether to use the suggestions tab and automatic suggestions. This needs the GapFinder API. This is false by default, but true in Wikipedia.
- RecommendToolAPIURL
- The URL for the GapFinder API, needed if ContentTranslationEnableSuggestions is true.
URL 参数
内容翻译主要在特殊页面Special:ContentTranslation上进行。 网址参数是
- 页码:来源标题
- 目标标题:目标标题
- 来自:源语言
- 至:目标语言
- 活动:活动名称
- 在 Wikimedia wiki 中,如果用户设置中未启用内容翻译,则只有预定义活动的链接才有效。 活动在 InitialiseSettings.php
wmgContentTranslationCampaigns
变量中定义。
- 在 Wikimedia wiki 中,如果用户设置中未启用内容翻译,则只有预定义活动的链接才有效。 活动在 InitialiseSettings.php
參閱
![]() | 此用于一个或多个维基媒体项目。 这可能意味着足够稳定、运作足够良好,可以用在这样的高流量的网站上。 请在维基媒体的CommonSettings.php和InitialiseSettings.php中查找此的名称以查看哪些网站安装了该。 特定wiki上的已安装的的完整列表位于Special:Version页面。 |
![]() |
|
Category:All extensions/zh
Category:BeforeCreateEchoEvent extensions/zh
Category:BeforePageDisplay extensions/zh
Category:ChangeTagsListActive extensions/zh
Category:Content Translation/zh
Category:ContributeCards extensions/zh
Category:Drafts
Category:EchoGetBundleRules extensions/zh
Category:EditPage::showEditForm:initial extensions/zh
Category:Extensions in Wikimedia version control/zh
Category:Extensions requiring Composer with git/zh
Category:Extensions supporting Composer/zh
Category:Extensions used on Wikimedia/zh
Category:Extensions with manual MediaWiki version/zh
Category:GPL licensed extensions/zh
Category:GetBetaFeaturePreferences extensions/zh
Category:GetPreferences extensions/zh
Category:Language Engineering/zh
Category:ListDefinedTags extensions/zh
Category:LoadExtensionSchemaUpdates extensions/zh
Category:Localisation extensions/zh
Category:Page action extensions/zh
Category:ResourceLoaderRegisterModules extensions/zh
Category:SaveUserOptions extensions/zh
Category:SectionTranslationBeforePublish extensions/zh
Category:SkinAfterContent extensions/zh
Category:SpecialContributionsBeforeMainOutput extensions/zh
Category:Stable extensions/zh
Category:User interface extensions/zh
Category:WYSIWYG extensions/zh