mediawiki-extensions-ImageMap/i18n/yue.json
Siebrand Mazeland baf4d46b33 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: Ibfc3f37d9ea5b8e30e5be4310db1c244d6934951
2014-03-28 08:23:39 +01:00

20 lines
1.3 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@metadata": {
"authors": [
"Shinjiman"
]
},
"imagemap_desc": "容許客戶端可以用<code>&lt;imagemap&gt;</code>標籤整可撳圖像地圖",
"imagemap_no_image": "錯誤: 一定要響第一行指定一幅圖像",
"imagemap_invalid_image": "錯誤: 圖像唔正確或者唔存在",
"imagemap_bad_image": "錯誤: 圖像響呢一版已經列入咗黑名單度",
"imagemap_no_link": "錯誤: 響第$1行結尾度搵唔到一個正式嘅連結",
"imagemap_invalid_title": "錯誤: 響第$1行度嘅標題連結唔正確",
"imagemap_missing_coord": "錯誤: 響第$1行度未有足夠嘅座標組成一個形狀",
"imagemap_unrecognised_shape": "錯誤: 響第$1行度有未能認出嘅形狀每一行一定要用以下其中一樣開始: <code>default</code>, <code>rect</code>, <code>circle</code> 或者係 <code>poly</code>",
"imagemap_invalid_coord": "錯誤: 響第$1行度有唔正確嘅座標佢一定係一個數字",
"imagemap_invalid_desc": "錯誤: 唔正確嘅 desc 參數,一定係要以下嘅其中之一: $1",
"imagemap_description": "關於呢幅圖像",
"imagemap_desc_types": "右上, 右下, 左下, 左上, 無",
"imagemap_poly_odd": "錯誤: 響第$1行搵到單數嘅多邊坐標"
}