mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
Localisation updates from http://translatewiki.net.
Change-Id: Ifb6549de0c76411c316d5dca773ab8a8fa2613a6
This commit is contained in:
parent
5c404fc692
commit
2d97abf5f2
|
@ -4213,6 +4213,7 @@ $messages['yue'] = array(
|
|||
* @author Liangent
|
||||
* @author PhiLiP
|
||||
* @author Philip
|
||||
* @author 乌拉跨氪
|
||||
*/
|
||||
$messages['zh-hans'] = array(
|
||||
'cite-desc' => '增加用于引用的<nowiki><ref[ name=id]></nowiki>和<nowiki><references/></nowiki>标签',
|
||||
|
@ -4228,7 +4229,7 @@ $messages['zh-hans'] = array(
|
|||
'cite_error_references_invalid_parameters_group' => '无效<code><references></code>标签;只允许填写“group”参数,请使用<code><references /></code>或<code><references group="..." /></code>',
|
||||
'cite_error_references_no_backlink_label' => '自定义回链标签耗尽,请在<nowiki>[[MediaWiki:Cite references link many format backlink labels]]</nowiki>中定义更多的标签。',
|
||||
'cite_error_no_link_label_group' => '组“$1”的自定义链接标签耗尽,请在<nowiki>[[MediaWiki:$2]]</nowiki>中定义更多的标签。',
|
||||
'cite_error_references_no_text' => '无效<code><ref></code>标签;未为name属性为<code>$1</code>的引用提供文字',
|
||||
'cite_error_references_no_text' => '无效<code><ref></code>标签;未给name属性为<code>$1</code>的引用提供文字',
|
||||
'cite_error_included_ref' => '没有找到与<code></ref></code>对应的<code><ref></code>标签',
|
||||
'cite_error_refs_without_references' => '<code><ref></code>标签存在,但没有找到<code><references/></code>标签',
|
||||
'cite_error_group_refs_without_references' => '组名为“$1”的<code><ref></code>标签存在,但没有找到相应的<code><references group="$1"/></code>标签',
|
||||
|
@ -4243,6 +4244,7 @@ $messages['zh-hans'] = array(
|
|||
* @author Liangent
|
||||
* @author Mark85296341
|
||||
* @author Philip
|
||||
* @author 乌拉跨氪
|
||||
*/
|
||||
$messages['zh-hant'] = array(
|
||||
'cite-desc' => '增加用於引用的<nowiki><ref[ name=id]></nowiki>和<nowiki><references/></nowiki>標籤',
|
||||
|
@ -4258,7 +4260,7 @@ $messages['zh-hant'] = array(
|
|||
'cite_error_references_invalid_parameters_group' => '無效<code><references></code>標籤;只允許填寫「group」參數,請使用<code><references /></code>或<code><references group="..." /></code>',
|
||||
'cite_error_references_no_backlink_label' => '自訂回連標籤耗盡。請在<nowiki>[[MediaWiki:Cite references link many format backlink labels]]</nowiki>中定義更多的標籤',
|
||||
'cite_error_no_link_label_group' => '群組「$1」的自訂標籤標籤耗盡,請在<nowiki>[[MediaWiki:$2]]</nowiki>中定義更多的標籤。',
|
||||
'cite_error_references_no_text' => '無效<code><ref></code>標籤;未為name屬性為<code>$1</code>的引用提供文字',
|
||||
'cite_error_references_no_text' => '無效<code><ref></code>標籤;未給name屬性為<code>$1</code>的引用提供文字',
|
||||
'cite_error_included_ref' => '沒有找到與<code></ref></code>對應的<code><ref></code>標籤',
|
||||
'cite_error_refs_without_references' => '<code><ref></code>標籤存在,但沒有找到<code><references/></code>標籤',
|
||||
'cite_error_group_refs_without_references' => '組名為「$1」的<code><ref></code>標籤存在,但沒有找到相應的<code><references group="$1"/></code>標籤',
|
||||
|
|
Loading…
Reference in a new issue