Estyniad:Y Cymhorthydd Cyfieithu

From mediawiki.org
This page is a translated version of the page Extension:ContentTranslation and the translation is 87% complete.
Outdated translations are marked like this.
MediaWiki extensions manual
ContentTranslation
Release status: stable
Implementation User interface, Page action
Description Offeryn sy'n caniatau i olygyddion gyfieithu erthyglau gyda chymorth cyfieithu gan beiriant, ayb.
Author(s) Tîm iaith
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.37+
PHP 7.2+
Database changes Yes
Composer mediawiki/content-translation
Tables cx_translations
cx_translators
cx_lists
cx_suggestions
cx_corpora
cx_notification_log
cx_significant_edits
cx_section_translations
License GNU General Public License 2.0 or later
Download
Help Help:Extension:ContentTranslation/cy
  • $wgContentTranslationEnableSuggestions
  • $wgContentTranslationTargetNamespace
  • $wgContentTranslationContentImportForSectionTranslation
  • $wgContentTranslationDomainCodeMapping
  • $wgContentTranslationCXServerAuth
  • $wgContentTranslationEnableAnonSectionTranslation
  • $wgContentTranslationExcludedNamespaces
  • $wgContentTranslationCluster
  • $wgContentTranslationAsBetaFeature
  • $wgContentTranslationTranslateInTarget
  • $wgContentTranslationDevMode
  • $wgRecommendToolAPIURL
  • $wgDraftMaxAge
  • $wgContentTranslationEnableUnifiedDashboard
  • $wgContentTranslationEnableMT
  • $wgSectionTranslationTargetLanguages
  • $wgContentTranslationEnableSectionTranslation
  • $wgContentTranslationSiteTemplates
  • $wgContentTranslationUnmodifiedMTThresholdForPublish
  • $wgContentTranslationVersion
  • $wgContentTranslationPublishRequirements
  • $wgContentTranslationCampaigns
  • $wgContentTranslationDatabase
Quarterly downloads 28 (Ranked 116th)
Translate the ContentTranslation extension if it is available at translatewiki.net
Issues Open tasks · Report a bug

The ContentTranslation extension is a tool that allows editors to translate an article from one language to another with the help of machine translation and other translation aids. See Y Cymhorthydd Cyfieithu for background and additional information. The extension is being developed by the Wikimedia Language Engineering team.

Gosod

This extension requires a Content Translation server to be setup first. Morover it has three extension dependencies.
  • Download and move the extracted ContentTranslation folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContentTranslation
  • Only when installing from Git, run Composer to install PHP dependencies, by issuing composer install --no-dev in the extension directory. (See task T173141 for potential complications.)
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'ContentTranslation' );
    
  • Run the update script which will automatically create the necessary database tables that this extension needs.
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.


Vagrant installation:

  • If using Vagrant , install with vagrant roles enable contenttranslation --provision

Content Translation server

Mae angen gweinydd y Golygydd Gweladwy ar yr estyniad (cxserver). Gweler Content_translation/Setup i osod y gweinydd. When running Content Translation locally, following can be added to LocalSettings.php to use production cxserver:

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

Cronfa ddata cyfieithu

Mae gan yr estyniad hwn nodwedd dangosfwrdd dewisol, sy'n caniatáu i gyfieithwyr weld yr holl gyfieithiadau ar draws pob iaith. Mewn gosodiad amlieithog o'r estyniad hwn, er enghraifft yn Wicimedia wicis, mae angen cronfa ddata ganolog i wasanaethu nodwedd y dangosfwrdd. Mae diffiniadau tabl ar gyfer y gronfa ddata honno yng nghyfeiriadur sql yn y cod ffynhonnell estyniad; Mae gan Content translation/Product Definition/Database ddata fwy o fanylion. Ar ôl i'r gronfa ddata gael ei chreu, gosodwch y newidyn cyfluniad byd-eang $wgContentTranslationDatabase fel enw'r gronfa ddata:

$wgContentTranslationDatabase = 'db_name';

Dibyniaethau estyniad

Mae Cyfieithu Cynnwys yn dibynnu ar yr estyniadau canlynol:

UniversalLanguageSelector Required
VisualEditor Required Yn eisiau ar gyfer cydran golygydd.
Cite Required Yn ofynnol os ydych chi am gefnogi tystlythyrau wrth gyfieithu.
GuidedTour Optional Os caiff ei osod, bydd yn cael ei ddefnyddio i ddangos esboniad am symud tudalen allan o ofod defnyddiwr.
Echo Optional Os caiff ei osod, fe'i defnyddir ar gyfer dangos hysbysiadau "llongyfarchiadau" ar ôl cwblhau cerrig milltir cyfieithu.
Wikibase Optional Os caiff ei osod a'i ffurfweddu yn yr un modd â Wicipedia, fe'i defnyddir i ychwanegu cysylltiadau rhyng-iaith yn awtomatig (fel dolenni cyswllt).
EventLogging Optional Os yw wedi'i osod, gellir ei ddefnyddio i logio cyhoeddi, gwallau a digwyddiadau eraill.
BetaFeatures Optional Os caiff ei osod, bydd Cyfieithu Cynnwys yn ymddangos fel nodwedd beta yn y dewisiadau.

Newidynnau cyfluniad

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.
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.

Paramedrau

Mae Cyfieithu Cynnwys yn gweithio'n bennaf ar y dudalen arbennig Arbennig:Cyfieithu Cynnwys. Mae'r paramedrau URL yn

  • tudalen: teitl y ffynhonnell
  • targedtitle: teitl targed
  • o: iaith ffynhonnell
  • i: iaith darged
  • ymgyrch: enw'r ymgyrch
    • Yn Wicimedia wicis, os nad yw cyfieithu cynnwys wedi'i alluogi yn y gosodiadau defnyddwyr yna dim ond dolenni i ymgyrch a ddiffiniwyd ymlaen llaw fydd yn gweithio. Diffinnir ymgyrchoedd yn InitialiseSettings.php wmgContentTranslationCampaigns .

Enghraifft:

Gweler hefyd