Template:Translation/Fundraising 2011/Core messages
- en/English (published)
- de /Deutsch (needs updating)
- es /español (needs updating)
- fr/français (ready)
- hi /हिन्दी (needs updating)
- it/italiano (ready)
- ja /日本語 (needs updating)
- nl /Nederlands (needs updating)
- pt /português (needs updating)
- pt-br/português do Brasil (missing)
- ar /العربية (needs updating)
- ca /català (needs updating)
- cs /česky (needs updating)
- da /dansk (needs updating)
- fi /suomi (needs updating)
- he /עברית (needs updating)
- ko /한국어 (needs updating)
- nb/norsk bokmål (ready)
- nn /norsk nynorsk (needs updating)
- pl/polski (ready)
- ru/русский (ready)
- sv /svenska (needs updating)
- tr /Türkçe (needs updating)
- uk/українська (ready)
- yue/粵語 (needs updating)
- zh-hans /中文(简体) (proofreading)
- zh-hant /中文(繁體) (needs updating)
- zh-min-nan/Bân-lâm-gú (missing)
- bg/български (ready)
- cy/Cymraeg (ready)
- el /Ελληνικά (needs updating)
- et/eesti (ready)
- fa /فارسی (needs updating)
- hr /hrvatski (needs updating)
- hu /magyar (needs updating)
- id/Bahasa Indonesia (ready)
- lt/lietuvių (ready)
- mk/македонски (ready)
- ms /Bahasa Melayu (needs updating)
- ro /română (needs updating)
- sk /slovenčina (needs updating)
- sl /slovenščina (needs updating)
- sr /српски / srpski (needs updating)
- th /ไทย (needs updating)
- tl /Tagalog (needs updating)
- vi/Tiếng Việt (ready)
- af /Afrikaans (needs updating)
- bn/বাংলা (in progress)
- eo /Esperanto (needs updating)
- gu/ગુજરાતી (missing)
- kn/ಕನ್ನಡ (missing)
- ml /മലയാളം (needs updating)
- mr/मराठी (missing)
- pa/ਪੰਜਾਬੀ (missing)
- ta /தமிழ் (needs updating)
- te /తెలుగు (needs updating)
- ur /اردو (needs updating)
- am /አማርኛ (needs updating)
- az /azərbaycanca (needs updating)
- be/беларуская (ready)
- be-tarask /беларуская (тарашкевіца) (needs updating)
- bs /bosanski (needs updating)
- cu /словѣ́ньскъ / ⰔⰎⰑⰂⰡⰐⰠⰔⰍⰟ (needs updating)
- dsb /dolnoserbski (needs updating)
- eml /emiliàn e rumagnòl (needs updating)
- eu /euskara (needs updating)
- fiu-vro /Võro (needs updating)
- gl/galego (ready)
- hsb /hornjoserbsce (needs updating)
- hy /Հայերեն (needs updating)
- ia /interlingua (needs updating)
- ka /ქართული (needs updating)
- krc /къарачай-малкъар (needs updating)
- la /Latina (needs updating)
- lb /Lëtzebuergesch (needs updating)
- lmo /lumbaart (needs updating)
- lv /latviešu (needs updating)
- mt /Malti (needs updating)
- ne /नेपाली (needs updating)
- os /Ирон (needs updating)
- pam /Kapampangan (needs updating)
- pcd /Picard (needs updating)
- pms /Piemontèis (needs updating)
- qu /Runa Simi (needs updating)
- roa-tara/tarandíne (ready)
- scn /sicilianu (needs updating)
- sh /srpskohrvatski / српскохрватски (needs updating)
- si /සිංහල (needs updating)
- sq /shqip (needs updating)
- sw /Kiswahili (needs updating)
- tgl /tgl (needs updating)
- tpi /Tok Pisin (needs updating)
- tt /татарча/tatarça (needs updating)
- uz /oʻzbekcha (needs updating)
- yi /ייִדיש (needs updating)
- zh-classical /文言 (needs updating)
source update: 2011-08-09
Contents |
Usage [edit]
Add translations [edit]
To add a new translation, copy a line for your new translation in the template. This should be in the form |langcode |status, where "langcode" is the ISO 639-3 language code (search), and "status" is the status of the translation (either "missing", "progress", "proofreading", "needs proofreading", "updating", "needs updating", "ready" ("done"), or "published").
For example, if you wanted to add the English translation, you'd add "|en |missing".
Create a new template [edit]
Create a new page called "Template:Translation/Page name" (where Page name is the name of the page with translations). Place the following example code:
{{translation2
|en |progress
|fr |published
|za |proofreading
|page ={{subst:SUBPAGENAME}}
|source={{subst:SUBPAGENAME}}/en
<!--optional-->
|destination =
|source update =
|source revid = {{{1|}}}
|align = {{{align|right}}}<!-- for rtl translations -->
}}
Every first parameter is a language code (search); every second parameter is that translation's status (missing, progress, proofreading, updating, or published). You can add new translations simply by adding new lines (up to 200 translations).
Special parameters:
- "page" is the base name of the page being translated (the above code will fill it automatically if the template is named correctly).
- "source" is the original page being translated; the edit links will place the code of that page when adding a new translation.
- Optional parameters (first two are primarily given by the translation requester, usually translation subcommittee and the last one may be given by the initiator of each translation):
- "destination" is a link to the final page in the original (when translating for protected wikis or namespaces).
- "source update" is the date the source page was significantly updated (requiring updates to translations). Any standard date format will be recognized.
- "source revid" is the revision ID used to make the translation. This should be left as shown above, and filled in on individual pages as shown below.
Place the template [edit]
{{translation/Page name}}
Once the above template is created, simply place the example above on translation pages. Replace Page name with the correct name, as created above.
If you know what the source revision ID is, fill it in as a parameter:
{{translation/Page name|855544}}
This will create a link to compare the translated revision of the source text to the updated version.
For live pages where the help messages are in the way, add the 'small=yes' parameter on the template page.
Create the translation request [edit]
This template is placed in the page to be translated (Page name) to show that translations are needed, and in translations of the page to show their status; to ask Meta translator to help, you need to create a translation request and to add it to the Translation requests page. In order to do so, use the template {{Request for translation2}}: you can place it in the source page if it's self-explanatory, or in a separate page which may contain guidelines for translations and request the translation of multiple pages. Translation requests are usually subpages of Translation requests or Translation requests/WMF.
Coding [edit]
Categories [edit]
The template adds the page to subcategories of Translations by status and Translations by language as appropriate.