Extension:ContentTranslation/cy

Category:GPL licensed extensions/cy
MediaWiki extensions manual
ContentTranslation
Release status: stableCategory:Stable extensions/cy
Implementation User interfaceCategory:User interface extensions/cy, Page action Category:Page action extensions/cy
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+Category:Extensions with manual MediaWiki version/cy
PHP 7.2+
Database changes Yes
Composer mediawiki/content-translationCategory:Extensions supporting Composer/cy
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 Category:Extensions in Wikimedia version control/cy
Help Help:Extension:ContentTranslation/cy
  • $wgContentTranslationEnableSuggestions
  • $wgContentTranslationVersion
  • $wgContentTranslationContentImportForSectionTranslation
  • $wgContentTranslationDomainCodeMapping
  • $wgContentTranslationCXServerAuth
  • $wgContentTranslationEnableAnonSectionTranslation
  • $wgContentTranslationExcludedNamespaces
  • $wgContentTranslationAsBetaFeature
  • $wgContentTranslationTranslateInTarget
  • $wgContentTranslationDevMode
  • $wgRecommendToolAPIURL
  • $wgDraftMaxAge
  • $wgContentTranslationEnableMT
  • $wgAutomaticTranslationLanguageSearcherEntrypointEnabledLanguages
  • $wgContentTranslationEnableUnifiedDashboard
  • $wgContentTranslationSiteTemplates
  • $wgContentTranslationUnmodifiedMTThresholdForPublish
  • $wgSectionTranslationTargetLanguages
  • $wgContentTranslationPublishRequirements
  • $wgContentTranslationCampaigns
  • $wgContentTranslationTargetNamespace
Translate the ContentTranslation extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions/cy

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 CXserver to be setup first. Moreover it has 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 T173141 for potential complications.)Category:Extensions requiring Composer with git/cy
  • 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';

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

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.


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

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