Codex tools: Log in
Languages: English • Português do Brasil • 中文(简体) • 中文(繁體) • (Add your language)
Contents |
WordPress翻译和本地化小组 WP-Polyglots 一直都非常努力地确保 WordPress 支持多语言。其中的一部份工作包括把 WordPress Codex 中的文章翻译成多种语言。
如果您也想参与到 WordPress Codex 的翻译工作的话,请订阅并关注WP-Polyglots 邮件列表。 WordPress Codex 的翻译工作的准则在上面的链接已经提到了,同时文档小组也要求各位参与者把翻译后的文档的链接地址加到原文档中。
比如说你看到一篇刚译好的日语文档已有对应的俄文版,请把它们的链接都加到原文档中。这样我们就无需懂得所有的语言,也可以在原文档中交叉引用各种语言版本。 同一篇文章链接的语言版本越多,WordPress Codex 所能面向的读者群就越大。
在 codex.wordpress.org 内部引用文章,调用的是Wiki 模版而不是MediaWiki的跨语言链接功能。(参见 wp-docs ML)
{{Languages|
{{en|English Article Name}}
...
{{de|German Article Name}}
{{es|Spanish Article Name}}
{{fr|French Article Name}}
{{ja|Japanese Article Name}}
{{zh-cn|中文文章标题}}
...
}}
提示: 英文在前,其他语言按照字母顺序排序。
在 codex.wordpress.org 之外的地方引用文章,可以参考 MediaWiki 的跨语言链接功能,同样的技巧也被用到了 Wikipedia 的侧栏。
[[en:English Article Name]] ... [[de:German Article Name]] [[es:Spanish Article Name]] [[fr:French Article Name]] [[ja:Japanese Article Name]] [[zh-cn:中文文章标题]] ...
| 语种 | 当地语种名字 * | Tag * (iw_prefix) | iw_url | 备注 |
|---|---|---|---|---|
| English | English • | {{en|...}} | http://codex.wordpress.org/$1
| no prefix |
| Arabic | العربية • | {{ar|...}} | http://codex.wordpress.org/ar:$1
| |
| Bulgarian | Български • | {{bg|...}} | http://codex.wordpress.org/bg:$1
| |
| Catalan | Catalan • | {{ca|...}} | http://codex.wordpress.org/ca:$1
| |
| Czech | Čeština • | {{cs|...}} | http://codex.wordpress.org/cs:$1
| |
| Danish | Dansk • | {{da|...}} | http://codex.wordpress.org/da:$1
| |
| German | Deutsch • | {{de|...}} | http://doku.wordpress-deutschland.org/$1
| external |
| Spanish | Español • | {{es|...}} | http://codex.wordpress.org/es:$1
| |
| Finnish | suomi • | {{fi|...}} | http://codex.wordpress.org/fi:$1
| |
| French | Français • | {{fr|...}} | http://codex.wordpress.org/fr:$1
| |
| Hebrew | עברית • | {{he|...}} | http://codex.wordpress.org/he:$1
| |
| Hungarian | Magyar • | {{hu|...}} | http://dokumentacio.word-press.hu/$1
| external |
| Indonesian | Bahasa Indonesia • | {{id|...}} | ? http://id.wordpress.net/codex/$1 or http://codex.wordpress.org/id:$1
| external? |
| Italian | Italiano • | {{it|...}} | http://www.wordpress-it.it/wiki/Main/$1
| external |
| Japanese | 日本語 • | {{ja|...}} | http://wpdocs.sourceforge.jp/$1
| external |
| Georgian | ქართული • | {{ka|...}} | http://codex.wordpress.org/ka:$1
| |
| Korean | 한국어 • | {{ko|...}} | http://wordpress.co.kr/codex/$1
| external |
| Mongolian | Mongolian • | {{mn|...}} | http://codex.wordpress.org/mn:$1
| |
| Dutch | Nederlands • | {{nl|...}} | ? http://codex.wordpress.org/nl:$1 or http://nl.wordpress.net/ontdek/$1/index.html
| external? |
| Polish | Polski • | {{pl|...}} | http://codex.wordpress.org/pl:$1
| |
| Portuguese | Português • | {{pt|...}} | http://codex.wordpress.org/pt:$1
| |
| Brazilian Portuguese | Português do Brasil • | {{pt-br|...}} | http://codex.wordpress.org/pt-br:$1
| |
| Romanian | Română • | {{ro|...}} | http://codex.wordpress.org/$1
| |
| Russian | Русский • | {{ru|...}} | http://codex.wordpress.org/$1
| no prefix |
| Slovak | Slovenčina • | {{sk|...}} | http://codex.wordpress.org/sk:$1
| |
| Slovenian | Slovenščina • | {{sl|...}} | http://codex.wordpress.org/sl:$1
| |
| Albanian | Shqip • | {{sq|...}} | http://codex.wordpress.org/al:$1
| |
| Swedish | Svenska • | {{sv|...}} | http://wp-support.se/dokumentation/$1
| external |
| Telugu | kkkk | {{te|...}} | http://codex.wordpress.org/te:$1
| |
| Thai | ไทย • | {{th|...}} | http://codex.wordthai.com/$1
| external |
| Turkish | Türkçe • | {{tr|...}} | http://codex.wordpress.org/tr:$1
| |
| Vietnamese | Tiếng Việt • | {{vi|...}} | http://codex.wordpress.org/vi:$1
| |
| Chinese | 中文(简体) • | {{zh-cn|...}} | http://codex.wordpress.org/zh-cn:$1
| |
| Chinese (Taiwan) | 中文(繁體) • | {{zh-tw|...}} | http://codex.wptw.org/$1
| external |
NOTE: Local Name and Tag name are based on languages/Names.php for Interlanguage Links.
NOTE: The prefered refernce is the internal documentation on codex.wordpress.org/lang:$1, if one not available use external links.