Extension:ContentTranslation/tr

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)

MediaWiki manüel uzantıları
ContentTranslation
Sürüm durumu: kararlı
Uygulama Kullanıcı arayüzü, Sayfa işlemi
Açıklama Editörlerin bir maddeyi makine çevirisi ve diğer çeviri yardımcıları yardımıyla bir dilden diğerine çevirmesini sağlayan araç.
Yazar(lar) Dil ekibi
Uyumluluk politikası MediaWiki ile birlikte anlık görüntüler yayımlanır. Master geriye dönük olarak uyumlu değil.
MediaWiki 1.37+
PHP 7.2+
Tablolar cx_translations
cx_translators
cx_lists
cx_suggestions
cx_corpora
cx_notification_log
cx_significant_edits
cx_section_translations
Lisans GNU Genel Kamu Lisansı 2.0 veya üstü
İndir
Yardım Help:Extension:ContentTranslation/tr
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').
Translatewiki.net adresinde mevcutsa, ContentTranslation uzantısını çevirin
Sorunlar Açık görevler · Hata bildir

ContentTranslation uzantısı, editörlerin bir makaleyi makine çevirisi ve diğer çeviri maddeyi ile bir dilden diğerine çevirmelerini sağlayan bir araçtır. Arka plan ve ek bilgi için İçerik çevirisi bölümüne bakın. Uzantı, Wikimedia Dil Mühendisliği ekibi tarafından geliştiriliyor.

Kurulum

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

Uzantı, İçerik Çevirisi sunucusunun (cxserver olarak bilinir) kurulmasını ve çalışmasını gerektirir. Içerik Çevirisi sunucusunu ayarlamak için Content translation/cxserver/Setup sayfasına bakın. Içerik Çevirisi yerel olarak çalıştırılırken, üretim cxserver kullanmak için LocalSettings.php aşağıdakiler eklenebilir:

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

Çeviriler veritabanı

Bu uzantı, çevirmenlerin tüm çevirileri tüm dillerde görebilmelerini sağlayan isteğe bağlı bir gösterge panosu özelliğine sahiptir. Bu uzantının çok dilli kurulumunda, örneğin Wikimedia vikide, gösterge panosu özelliğini kullanmak için merkezi bir veritabanı gerekir. Bu veritabanı için tablo tanımları, kaynak kodundaki sql dizinindedir; Content translation/Product Definition/Database daha fazla ayrıntıya sahiptir. Veritabanı oluşturulduktan sonra, $wgContentTranslationDatabase küresel yapılandırma değişkenini veritabanı adı olarak ayarlayın:

$wgContentTranslationDatabase = 'db_name';

Uzantı bağımlılıkları

ContentTranslation, aşağıdaki uzantılara bağlıdır:

UniversalLanguageSelector <translate> Required</translate>
VisualEditor <translate> Required</translate> Editör bileşeni için gereklidir.
Cite <translate> Required</translate> Çevirirken kaynakçayı desteklemek istiyorsanız gereklidir.
GuidedTour <translate> Optional</translate> Kurulduysa, bir sayfayı kullanıcı alanından çıkarmak hakkında bir açıklama göstermek için kullanılacaktır.
Echo <translate> Optional</translate> Kurulduysa, çeviri kilometre taşlarını tamamladıktan sonra "tebrikler" bildirimlerini göstermek için kullanılır.
Wikibase <translate> Optional</translate> Vikipedi'ye benzer şekilde kurulup yapılandırılmışsa, diller arası bağlantıların otomatik olarak eklenmesi için kullanılır (site bağlantıları olarak).
EventLogging <translate> Optional</translate> Kurulduysa, yayınları, hataları ve diğer olayları günlüğe kaydetmek için kullanılabilir.
BetaFeatures <translate> Optional</translate> Kurulduysa, ContentTranslation tercihlerde bir beta özellik olarak görünecektir.

Yapılandırma değişkenleri

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.

URL parametreleri

İçerik Çevirileri genel olarak özel sayfa olan Özel:İçerikÇeviri sayfasında çalışır. URL parametreleri şunlardır

  • page: kaynak başlığı
  • targettitle: hedef başlığı
  • from: kaynak dil
  • to: hedef dil
  • campaign: campaign name
    • Wikimedia vikide kullanıcı ayarlarında içerik çevirisi aktif değilse sadece daha önceden ayarlanmış varsayılanlar çalışacak. Bunlar, InitialiseSettings.php wmgContentTranslationCampaigns değişkeninde belirtilmiştir.

Örnek

Ayrıca bakınız