Extension:ContentTranslation/zh

Category:GPL licensed extensions/zh
ContentTranslation
Category:Stable extensions/zh
Category:User interface extensions/zh, Category:Page action extensions/zh
描述 允许译者借助机器翻译和其他翻译建议将某一语言条目翻译为其他语言。
作者
快照跟随MediaWiki发布。
MediaWiki 1.37+Category:Extensions with manual MediaWiki version/zh
PHP 7.2+
Composer mediawiki/content-translationCategory:Extensions supporting Composer/zh
cx_translations
cx_translators
cx_lists
cx_suggestions
cx_corpora
cx_notification_log
cx_significant_edits
cx_section_translations
GNU通用公眾授權條款2.0或更新版本
下載 Category:Extensions in Wikimedia version control/zh
Help:Extension:ContentTranslation/zh
  • $wgContentTranslationEnableSuggestions
  • $wgContentTranslationVersion
  • $wgContentTranslationContentImportForSectionTranslation
  • $wgContentTranslationDomainCodeMapping
  • $wgContentTranslationCXServerAuth
  • $wgContentTranslationEnableAnonSectionTranslation
  • $wgContentTranslationExcludedNamespaces
  • $wgContentTranslationAsBetaFeature
  • $wgContentTranslationTranslateInTarget
  • $wgContentTranslationDevMode
  • $wgRecommendToolAPIURL
  • $wgDraftMaxAge
  • $wgContentTranslationEnableMT
  • $wgAutomaticTranslationLanguageSearcherEntrypointEnabledLanguages
  • $wgContentTranslationEnableUnifiedDashboard
  • $wgContentTranslationSiteTemplates
  • $wgContentTranslationUnmodifiedMTThresholdForPublish
  • $wgSectionTranslationTargetLanguages
  • $wgContentTranslationPublishRequirements
  • $wgContentTranslationCampaigns
  • $wgContentTranslationTargetNamespace
前往translatewiki.net翻譯ContentTranslation
問題 开启的任务 ·
Category:All extensions/zh

内容翻译扩展允许译者借助机器翻译和其他翻译建议将某一语言条目翻译为其他语言。参见内容翻译有关背景和额外信息。此扩展由维基媒体语言工程组开发。

This extension requires a Content Translation server to be setup first. Morover it has three 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' );
    
  • 更新脚本,它将自动必须的数据库表。
  • Yes 完成 – 在您的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';

翻译数据库

此扩展有一个可选的控制面板功能,这允许翻译者查看跨语言的所有翻译。 在此扩展的多语言安装环境,例如在维基媒体Wiki中,需要中心数据库以服务控制面板功能。 資料庫的表格定義位於擴充功能原始碼的sql目錄下;Content translation/Product Definition/Database有更多資訊。 一旦数据库被创建,设置$wgContentTranslationDatabase全域配置变量作为数据库名称:

$wgContentTranslationDatabase = 'db_name';

扩展依赖性

ContentTranslation依赖以下扩展:

UniversalLanguageSelector Required
VisualEditor Required 编辑器组件必需。
Cite Required 如果要在翻译时支持引用,则必需。
GuidedTour Optional 如果已安装,它将用于显示有关将页面移出用户空间的说明。
Echo Optional 如果已安装,它将用于在完成翻译里程碑后显示“祝贺”通知。
Wikibase Optional 如果安装和配置与维基百科类似,它将用于自动添加中介语链接(作为附加链接)。
EventLogging Optional 如果已安装,则可用于记录发布,错误和其他事件。
BetaFeatures Optional 如果已安装,内容翻译将在首选项中显示为测试版功能。

Category:Drafts

有关完整列表和默认值,请参阅源存储库中的 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.
ContentTranslationRESTBase
Configuration of RESTBase URL and connection parameters. The defaults are for Wikipedia.
ContentTranslationDatabase
The name of the database in which the common tables for managing translations across wikis are stored. The default is null, which means that the default database is used.
ContentTranslationCluster
In a Wikipedia-like database configuration, the name of the cluster on which the database is hosted. The default is null, which means that the default cluster is used.
ContentTranslationEventLogging
Whether EventLogging is enabled. The default is false.
ContentTranslationHighMTCategory
A category to which pages that have a high level of machine translation are added upon publishing. The default is null.
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变量中定义。

參閱

Category:Extensions used on Wikimedia/zh#ContentTranslation/zh Category:WYSIWYG extensions/zh Category:Localisation extensions/zh Category:Language Engineering/zh Category:Content Translation/zh
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