확장기능:ContentTranslation
Appearance
출시 상태: 안정 |
|
|---|---|
| 구현 | 사용자 인터페이스, 문서 활동 |
| 설명 | 편집자는 한 언어에서 다른 언어로 번역하는데 기계 번역과 같은 번역 보조도구를 이용하여 쉽게 번역할 수 있습니다. |
| 만든 이 | 언어 팀 |
| 호환성 정책 | 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible. |
| MediaWiki | 1.37+ |
| PHP | 7.2+ |
| 데이터베이스 변경 | 예 |
| Composer | mediawiki/content-translation |
|
|
|
|
| License | GNU General Public License 2.0 or later |
| 다운로드 | |
| 도움말 | Help:Extension:ContentTranslation/ko |
| ContentTranslation 확장 기능 번역 (translatewiki.net에서 가능한 경우) | |
| 이슈 | 미해결 작업 · 버그 보고 |
내용 번역 기능은 편집자가 문서를 한 언어에서 다른 언어로 기계 번역이나 다른 번역 도구 등을 사용해 번역할 수 있도록 도와주는 도구입니다. 배경 및 추가적인 정보에 대해서는 내용 번역을 참고하십시오. 이 기능은 위키미디어 언어엔지니어링팀에 의해 개발되었습니다.
설치
This extension requires a CXserver to be setup first. Moreover it has extension dependencies.
- 파일을 다운로드하고
ContentTranslation폴더를extensions/디렉토리에 넣어 주세요.
개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/ContentTranslation
- Git에서 설치할 경우, PHP 의존 기능을 설치하려면 Composer를 실행하여 확장 기능 디렉터리에
composer install --no-dev를 발행하십시오. (잠재적인 문제에 대해서는 T173141 을 참고하십시오.) - 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
wfLoadExtension( 'ContentTranslation' );
- 갱신 스크립트를 실행합니다. 이 스크립트는 이 확장기능을 필요로 하는 데이터 베이스 테이블을 자동적으로 작성합니다.
완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.
Vagrant 설치:
- Vagrant를 사용하고 있는 경우에는,
vagrant roles enable contenttranslation --provision로 설치해주세요
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';
확장 기능
내용 번역은 아래에 제시된 확장 기능에 의존합니다:
| UniversalLanguageSelector | Required | |
| VisualEditor | Required | 편집기 구성 요소에 필수 |
| Cite | Required | Required if you want to support references while translating. |
| WikimediaMessages | Required | |
| GuidedTour | Optional | If installed, it will be used to show an explanation about moving a page out of user space. |
| Echo | Optional | If installed, it will be used for showing "congratulations" notifications after completing translation milestones. |
| Wikibase | Optional | If installed and configured similarly to Wikipedia, it will be used for automatic addition of interlanguage links (as sitelinks). |
| EventLogging | Optional | If installed, can be used to log publishing, errors, and other events. |
| BetaFeatures | Optional | If installed, ContentTranslation will appear as a beta feature in the preferences. |
구성 변수
| This section is currently a draft. Material may not yet be complete, information may presently be omitted, and certain parts of the content may be subject to radical, rapid alteration. More information pertaining to this may be available on the talk page. |
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. |
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. Campaigns are defined in InitialiseSettings.php
wmgContentTranslationCampaignsvariable.
- In Wikimedia wikis, if content translation is not enabled in the user settings then only links to pre-defined campaign will work. Campaigns are defined in InitialiseSettings.php
Example
같이 보기
| 이 확장 기능은 하나 이상의 위키미디어 프로젝트에서 사용 중입니다. 이것은 아마도 이 확장 기능이 안정적이고 트래픽이 많은 웹 사이트에서 사용할 수 있을 만큼 충분히 잘 작동한다는 것을 의미합니다. 설치된 위치를 확인하려면 위키미디어의 CommonSettings.php 및 InitialiseSettings.php 구성 파일에서 이 확장 기능의 이름을 찾습니다. 특정 위키에 설치된 확장 기능의 전체 목록은 위키의 Special:Version 문서에서 볼 수 있습니다. |
| This page or project is maintained by Wikimedia Language engineering.
Get help: |
Categories:
- Stable extensions/ko
- User interface extensions/ko
- Page action extensions/ko
- Extensions supporting Composer/ko
- BeforeCreateEchoEvent extensions/ko
- BeforePageDisplay extensions/ko
- ChangeTagsListActive extensions/ko
- ContributeCards extensions/ko
- EchoGetBundleRules extensions/ko
- EditPage::showEditForm:initial extensions/ko
- GetBetaFeaturePreferences extensions/ko
- GetPreferences extensions/ko
- ListDefinedTags extensions/ko
- LoadExtensionSchemaUpdates extensions/ko
- ResourceLoaderRegisterModules extensions/ko
- SaveUserOptions extensions/ko
- SectionTranslationBeforePublish extensions/ko
- SkinAfterContent extensions/ko
- SpecialContributionsBeforeMainOutput extensions/ko
- GPL licensed extensions/ko
- Extensions in Wikimedia version control/ko
- All extensions/ko
- Extensions requiring Composer with git/ko
- Extensions used on Wikimedia/ko
- WYSIWYG extensions/ko
- Localisation extensions/ko
- Language Engineering/ko
- Content Translation/ko
