Extension:ContentTranslation/cy
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+ |
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 |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
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
- <translate> [[<tvar name=2>Special:ExtensionDistributor/ContentTranslation/cy</tvar>|Download]] and move the extracted <tvar name=name>
ContentTranslation/cy
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContentTranslation%2Fcy - <translate> Only when installing from Git, run <tvar name=composer>Composer</tvar> to install PHP dependencies, by issuing <tvar name=code>
composer install --no-dev
</tvar> in the extension directory.</translate> <translate> (See <tvar name=phab><translate> task <tvar name=1>T173141</tvar></translate></tvar> for potential complications.)</translate> - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'ContentTranslation/cy' );
- <translate> Run the [[<tvar name=update>Special:MyLanguage/Manual:Update.php</tvar>|update script]] which will automatically create the necessary database tables that this extension needs.</translate>
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
<translate> Vagrant installation:</translate>
- <translate> If using <tvar name=vagrant>Vagrant </tvar>, install with <tvar name=code>
vagrant roles enable contenttranslation --provision
</tvar></translate>
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 | <translate> Required</translate> | |
VisualEditor | <translate> Required</translate> | Yn eisiau ar gyfer cydran golygydd. |
Cite | <translate> Required</translate> | Yn ofynnol os ydych chi am gefnogi tystlythyrau wrth gyfieithu. |
GuidedTour | <translate> Optional</translate> | Os caiff ei osod, bydd yn cael ei ddefnyddio i ddangos esboniad am symud tudalen allan o ofod defnyddiwr. |
Echo | <translate> Optional</translate> | Os caiff ei osod, fe'i defnyddir ar gyfer dangos hysbysiadau "llongyfarchiadau" ar ôl cwblhau cerrig milltir cyfieithu. |
Wikibase | <translate> Optional</translate> | 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 | <translate> Optional</translate> | Os yw wedi'i osod, gellir ei ddefnyddio i logio cyhoeddi, gwallau a digwyddiadau eraill. |
BetaFeatures | <translate> Optional</translate> | Os caiff ei osod, bydd Cyfieithu Cynnwys yn ymddangos fel nodwedd beta yn y dewisiadau. |
Newidynnau cyfluniad
File:Under construction icon-blue.svg | <translate> This section is currently a draft.</translate> <translate> Material may not yet be complete, information may presently be omitted, and certain parts of the content may be subject to radical, rapid alteration.</translate> <translate> More information pertaining to this may be available on the [[<tvar|1>Extension talk:ContentTranslation/cy</>|talk page]].</translate> |
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
.
- 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
Enghraifft:
Gweler hefyd
File:Wikimedia-logo black.svg | <translate> This {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is being used on one or more [[<tvar name=2>m:Special:MyLanguage/Wikimedia projects</tvar>|Wikimedia projects]].</translate> <translate> This probably means that the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension|skin}} is stable and works well enough to be used by such high-traffic websites.</translate> <translate> Look for this {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extension's|skin's}} name in Wikimedia's <tvar name=2>CommonSettings.php</tvar> and <tvar name=3>InitialiseSettings.php</tvar> configuration files to see where it's installed.</translate> <translate> A full list of the {{<tvar name=1>#ifeq:Extension|Extension</tvar>|extensions|skins}} installed on a particular wiki can be seen on the wiki's <tvar name=ver>Special:Version</tvar> page.</translate> |
File:OOjs UI icon information-progressive.svg |
- Pages with script errors
- Pages with broken file links
- Stable extensions/cy
- User interface extensions/cy
- Page action extensions/cy
- Extensions with manual MediaWiki version
- GPL licensed extensions/cy
- Extensions in Wikimedia version control/cy
- All extensions/cy
- Extensions not in ExtensionJson
- Drafts
- Extensions used on Wikimedia/cy
- WYSIWYG extensions/cy
- Localisation extensions/cy
- Language Engineering/cy
- Content Translation/cy