Extension:ContentTranslation/cs

From Linux Web Expert

Revision as of 00:01, 9 March 2024 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Základní informace k tomuto rozšíření MediaWiki
ContentTranslation
Stav rozšíření: stabilní
Zavádění Uživatelské rozhraní, Akce stránky
Popis Tento nástroj umožňuje editorům přeložit článek z jednoho jazyka do druhého za pomoci strojového překladu a dalších pomůcek.
Napsal(i) Jazykový tým
Zásady kompatibility Vydání snímků následuje MediaWiki. Hlavní vývojová větev není zpětně kompatibilní.
MediaWiki 1.37+
PHP 7.2+
Tabulky cx_translations
cx_translators
cx_lists
cx_suggestions
cx_corpora
cx_notification_log
cx_significant_edits
cx_section_translations
Licence GNU General Public License 2.0 nebo později
Zdrojový kód
Nápověda Help:Extension:ContentTranslation/cs
Čtvrtletní stahování Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Používání veřejných wikin Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin').
Přeložte rozšíření ContentTranslation, používá-li lokalizaci z translatewiki.net
Problémy Otevřené úkoly · Nahlásit chybu

Rozšíření ContentTranslation je nástroj, který umožňuje editorům překládat článek z jednoho jazyka do druhého pomocí strojového překladu a dalších překladatelských pomůcek. Viz Překlad pro pozadí a další informace. Rozšíření je vyvíjeno týmem Wikimedia Language Engineering.

Instalace

This extension requires a Content Translation server to be setup first. Morover it has three extension dependencies.
  • <translate> [[<tvar name=2>Special:ExtensionDistributor/ContentTranslation/cs</tvar>|Download]] and move the extracted <tvar name=name>ContentTranslation/cs</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%2Fcs
  • <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/cs' );
    
  • <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

Toto rozšíření vyžaduje funkční přístup na server Content Translation (např. cxserver). Pro nastavení se podívejte na stránku Content translation/cxserver/Setup pro Content Translation server. Pokud spouštíte Content Translation lokálně, musíte k LocalSettings.php přidat následující kód, abyste mohli využívat produkční cxserver:

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

Databáze překladů

Toto rozšíření má volitelnou funkci dashboardu, která umožňuje překladatelům vidět všechny překlady do všech jazyků. Pro vícejazyčnou instalaci tohoto rozšíření (například ve wiki Wikimedie) je pro funkci dashboardu zapotřebí centrální databáze. Definice tabulky pro tuto databázi jsou v adresáři sql ve zdrojovém kódu rozšíření; Content translation/Product Definition/Database má více podrobností. Po vytvoření databáze nastavte globální proměnnou $wgContentTranslationDatabase jako název databáze:

$wgContentTranslationDatabase = 'db_name';

Závislosti tohoto rozšíření

Rozšíření ContentTranslation je závislé na následujících rozšířeních:

UniversalLanguageSelector <translate> Required</translate>
VisualEditor <translate> Required</translate> Je nezbytné pro editor.
Cite <translate> Required</translate> Je nutné, pokud chcete při překladu využívat reference na jiné jazykové mutace.
GuidedTour <translate> Optional</translate> Pokud je nainstalován, bude použit k zobrazení vysvětlení o přesunutí stránky z uživatelského prostoru.
Echo <translate> Optional</translate> Je-li nainstalováno, můžete využívat "poděkování" těm, kteří se kupř. podíleli na dotažení překladu do určité fáze.
Wikibase <translate> Optional</translate> Je-li nainstalováno a nakonfigurováno podobně jako na Wikipedii, pak můžete využívat automatické přidávání mezijazyčných odkazů (podobně jako je tomu u odkazů na jiné jazykové mutace Wikipedie).
EventLogging <translate> Optional</translate> Pokud je nainstalováno, můžete logovat nejenom čas publikace a případné chyby, ale i jiné události.
BetaFeatures <translate> Optional</translate> Je-li nainstalováno, ContentTranslation se objeví jako nastavitelný beta prvek v Nastavení.

Konfigurační proměnné

Úplný seznam a výchozí hodnoty najdete v extension.json ve zdrojovém úložišti.

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.

Parametry adresy URL

Překlad obsahu funguje hlavně na speciální stránce Special:ContentTranslation. Parametry URL jsou

  • page: název zdroje
  • targettitle: cílový název
  • from: zdrojový jazyk
  • to: cílového jazyka
  • campaign: název kampaně
    • Pokud na Wikimedia wiki není v uživatelském nastavení povolen překlad obsahu, budou fungovat pouze odkazy na předem definovanou kampaň. Kampaně jsou definovány v proměnné InitialiseSettings.php wmgContentTranslationCampaigns.

Příklad

Související odkazy