Extension:ContentTranslation/ko
ContentTranslation 출시 상태: 안정 |
|
---|---|
구현 | 사용자 인터페이스, Page action |
설명 | 편집자는 한 언어에서 다른 언어로 번역하는데 기계 번역과 같은 번역 보조도구를 이용하여 쉽게 번역할 수 있습니다. |
만든 이 | 언어 팀 |
호환성 정책 | 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible. |
MediaWiki | 1.37+ |
PHP | 7.2+ |
테이블 | cx_translations cx_translators cx_lists cx_suggestions cx_corpora cx_notification_log cx_significant_edits cx_section_translations |
라이선스 | GNU 일반 공중 사용 허가서 2.0 or later |
다운로드 | |
도움말 | Help:Extension:ContentTranslation/ko |
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'). |
ContentTranslation 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
이슈 | 미해결 작업 · 버그 보고 |
내용 번역 기능은 편집자가 문서를 한 언어에서 다른 언어로 기계 번역이나 다른 번역 도구 등을 사용해 번역할 수 있도록 도와주는 도구입니다. 배경 및 추가적인 정보에 대해서는 내용 번역 을 참고하십시오. 이 기능은 위키미디어 언어엔지니어링팀에 의해 개발되었습니다.
설치
- <translate> [[<tvar name=2>Special:ExtensionDistributor/ContentTranslation/ko</tvar>|Download]] and move the extracted <tvar name=name>
ContentTranslation/ko
</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%2Fko - <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/ko' );
- <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
이 확장 기능은 cxserver과 같은 컨텐츠 번역 서버가 있어야 하고, 현재 가동 중이어야 합니다.
내용 번역 도구를 설치하기 위해 Content_translation/Setup를 참고하십시오.
When running Content Translation locally, following can be added to LocalSettings.php
to use production cxserver:
$wgContentTranslationSiteTemplates['cx'] = 'https://cxserver.wikimedia.org/v1';
번역 데이터베이스
This extension has an optional dashboard feature, which allows translators to see all the translations across all languages.
In a multilingual installation of this extension, for example in Wikimedia wikis, a central database is required to serve the dashboard feature.
Table definitions for that database are in sql
directory in the extension source code; Content translation/Product Definition/Database has more details.
Once database is created, set the $wgContentTranslationDatabase
global configuration variable as the name of database:
$wgContentTranslationDatabase = 'db_name';
확장 기능
내용 번역은 아래에 제시된 확장 기능에 의존합니다:
UniversalLanguageSelector | <translate> Required</translate> | |
VisualEditor | <translate> Required</translate> | 편집기 구성 요소에 필수 |
Cite | <translate> Required</translate> | Required if you want to support references while translating. |
GuidedTour | <translate> Optional</translate> | If installed, it will be used to show an explanation about moving a page out of user space. |
Echo | <translate> Optional</translate> | If installed, it will be used for showing "congratulations" notifications after completing translation milestones. |
Wikibase | <translate> Optional</translate> | If installed and configured similarly to Wikipedia, it will be used for automatic addition of interlanguage links (as sitelinks). |
EventLogging | <translate> Optional</translate> | If installed, can be used to log publishing, errors, and other events. |
BetaFeatures | <translate> Optional</translate> | If installed, ContentTranslation will appear as a beta feature in the preferences. |
구성 변수
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/ko</>|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.
Url parameters
Content Translation mainly works on the special page Special:ContentTranslation. The URL parameters are
- page: source title
- targettitle: target title
- from: source language
- to: target language
- campaign: campaign name
- In Wikimedia wikis, if content translation is not enabled in the user settings then only links to pre-defined campaign will work. Campaings are defined in InitialiseSettings.php
wmgContentTranslationCampaigns
variable.
- In Wikimedia wikis, if content translation is not enabled in the user settings then only links to pre-defined campaign will work. Campaings are defined in InitialiseSettings.php
Example
같이 보기
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/ko
- User interface extensions/ko
- Page action extensions/ko
- Extensions with manual MediaWiki version
- GPL licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Extensions not in ExtensionJson
- Drafts
- Extensions used on Wikimedia/ko
- WYSIWYG extensions/ko
- Localisation extensions/ko
- Language Engineering/ko
- Content Translation/ko