Extension:ContentTranslation/ru

Category:GPL licensed extensions/ru
Справка по расширениям MediaWiki
ContentTranslation
Статус релиза: стабильноCategory:Stable extensions/ru
Реализация Пользовательский интерфейсCategory:User interface extensions/ru, Действие страницы Category:Page action extensions/ru
Описание Инструмент, который позволяет редакторам переводить статью с одного языка на другой при помощи машинного перевода и других средств перевода.
Автор(ы) Языковая команда
Политика совместимости Снэпшоты выходят вместе с MediaWiki. Мастер не имеет обратной совместимости.
MediaWiki 1.37+Category:Extensions with manual MediaWiki version/ru
PHP 7.2+
Изменения в БД Да
Composer mediawiki/content-translationCategory:Extensions supporting Composer/ru
Таблицы cx_translations
cx_translators
cx_lists
cx_suggestions
cx_corpora
cx_notification_log
cx_significant_edits
cx_section_translations
Лицензия GNU General Public License 2.0 или позднее
Скачать Category:Extensions in Wikimedia version control/ru
Помощь Help:Extension:ContentTranslation/ru
  • $wgContentTranslationEnableSuggestions
  • $wgContentTranslationVersion
  • $wgContentTranslationContentImportForSectionTranslation
  • $wgContentTranslationDomainCodeMapping
  • $wgContentTranslationCXServerAuth
  • $wgContentTranslationEnableAnonSectionTranslation
  • $wgContentTranslationExcludedNamespaces
  • $wgContentTranslationAsBetaFeature
  • $wgContentTranslationTranslateInTarget
  • $wgContentTranslationDevMode
  • $wgRecommendToolAPIURL
  • $wgDraftMaxAge
  • $wgContentTranslationEnableMT
  • $wgAutomaticTranslationLanguageSearcherEntrypointEnabledLanguages
  • $wgContentTranslationEnableUnifiedDashboard
  • $wgContentTranslationSiteTemplates
  • $wgContentTranslationUnmodifiedMTThresholdForPublish
  • $wgSectionTranslationTargetLanguages
  • $wgContentTranslationPublishRequirements
  • $wgContentTranslationCampaigns
  • $wgContentTranslationTargetNamespace
Переведите расширение ContentTranslation, если оно доступно на translatewiki.net
Проблемы Открытые задачи · Сообщить об ошибке
Category:All extensions/ru

Расширение Перевод содержимого — это инструмент, который позволяет редакторам переводить статью с одного языка на другой при помощи машинного перевода и других средств перевода. Смотрите Перевод содержимого для примера и дополнительной информации. Расширение разрабатывается командой Wikimedia Language Engineering.

Установка

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/ru
  • Добавьте следующий код в конце вашего файла LocalSettings.php :
    wfLoadExtension( 'ContentTranslation' );
    
  • Выполните скрипт обновления, который автоматически создаст необходимые таблицы, используемые расширением.
  • Yes Готово – Перейдите на страницу Special:Version на своей вики, чтобы удостовериться в том, что расширение успешно установлено.


Установка Vagrant:

  • Если вы используете Vagrant , установите с помощью vagrant roles enable contenttranslation --provision

Content Translation server

Для расширения требуется настроенный сервер перевода содержимого (cxserver) и запущенный в данный момент. Смотрите Content_translation/Setup для настройки сервера перевода контента. When running Content Translation locally, following can be added to LocalSettings.php to use production cxserver:

$wgContentTranslationSiteTemplates['cx'] = 'https://cxserver.wikimedia.org/v1';

Зависимости расширения

«Перевод содержания» зависит от функций следующих расширений:

UniversalLanguageSelector Обязательно
VisualEditor Обязательно Required for editor component.
Cite Обязательно Required if you want to support references while translating.
WikimediaMessage Обязательно
GuidedTour По желанию If installed, it will be used to show an explanation about moving a page out of user space.
Echo По желанию If installed, it will be used for showing "congratulations" notifications after completing translation milestones.
Wikibase По желанию If installed and configured similarly to Wikipedia, it will be used for automatic addition of interlanguage links (as sitelinks).
EventLogging По желанию If installed, can be used to log publishing, errors, and other events.
BetaFeatures По желанию If installed, ContentTranslation will appear as a beta feature in the preferences.


Переменные конфигурации

Category:Drafts

For the full list and defaults, see extension.json in the source repository.

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 parameters

Content Translation mainly works on the special page Special:ContentTranslation. The URL parameters are

  • page: source title
  • targettitle: target title
  • from: source language
  • to: target language
  • campaign: campaign name
    • In Wikimedia wikis, if content translation is not enabled in the user settings then only links to pre-defined campaign will work. Campaigns are defined in InitialiseSettings.php wmgContentTranslationCampaigns variable.

Example

Смотрите также

Category:Extensions used on Wikimedia/ru#ContentTranslation/ru Category:WYSIWYG extensions/ru Category:Localisation extensions/ru Category:Language Engineering/ru Category:Content Translation/ru
Category:All extensions/ru Category:BeforeCreateEchoEvent extensions/ru Category:BeforePageDisplay extensions/ru Category:ChangeTagsListActive extensions/ru Category:Content Translation/ru Category:ContributeCards extensions/ru Category:Drafts Category:EchoGetBundleRules extensions/ru Category:EditPage::showEditForm:initial extensions/ru Category:Extensions in Wikimedia version control/ru Category:Extensions requiring Composer with git/ru Category:Extensions supporting Composer/ru Category:Extensions used on Wikimedia/ru Category:Extensions with manual MediaWiki version/ru Category:GPL licensed extensions/ru Category:GetBetaFeaturePreferences extensions/ru Category:GetPreferences extensions/ru Category:Language Engineering/ru Category:ListDefinedTags extensions/ru Category:LoadExtensionSchemaUpdates extensions/ru Category:Localisation extensions/ru Category:Page action extensions/ru Category:ResourceLoaderRegisterModules extensions/ru Category:SaveUserOptions extensions/ru Category:SectionTranslationBeforePublish extensions/ru Category:SkinAfterContent extensions/ru Category:SpecialContributionsBeforeMainOutput extensions/ru Category:Stable extensions/ru Category:User interface extensions/ru Category:WYSIWYG extensions/ru