{
	"@metadata": {
		"authors": [
			"Cookai1205",
			"Cwlin0416",
			"H78c67c",
			"Hello903hello",
			"Kly",
			"LNDDYL",
			"Liuxinyu970226",
			"SunAfterRain",
			"Winston Sung",
			"Yurik"
		]
	},
	"nstab-data": "資料",
	"tooltip-ca-nstab-data": "檢視資料頁面",
	"jsonconfig-desc": "允許在 wiki 儲存 JSON 組態",
	"jsonconfig-duplicate-field": "發現值 \"$1\" 超過一個",
	"jsonconfig-edit-action-apply": "套用",
	"jsonconfig-edit-action-cancel": "取消",
	"jsonconfig-edit-button-label": "以表格編輯",
	"jsonconfig-edit-dialog-error": "無法以表格編輯：$1",
	"jsonconfig-edit-dialog-error-data-invalid": "資料不符合架構",
	"jsonconfig-edit-dialog-error-data-missing": "缺少 JSON <code>data</code> 屬性或不是一個陣列",
	"jsonconfig-edit-dialog-error-field-name-missing": "每個欄位必須要有名稱",
	"jsonconfig-edit-dialog-error-field-type-invalid": "要以表格編輯，每個欄位必須是 <code>number</code> 或 <code>string</code> 類型",
	"jsonconfig-edit-dialog-error-fields-missing": "缺少 JSON <code>schema.fields</code> 屬性或不是一個陣列",
	"jsonconfig-edit-dialog-error-schema-missing": "缺少 JSON <code>schema</code> 屬性或不是一個物件",
	"jsonconfig-edit-dialog-title": "編輯 JSON",
	"jsonconfig-edit-dialog-warning-data-large": "這是一個大型資料集。以資料表方式編輯可能不適合您的設備。",
	"jsonconfig-err-array": "參數「$1」必須為清單，如：<kbd>[\"value1\", \"value2\", ...]</kbd>",
	"jsonconfig-err-array-count": "清單「$1」包含 $2 個{{PLURAL:$2|值|值}}，但必須要有 $3 {{PLURAL:$3|值|值}}，這是與值「$4」相同的數量",
	"jsonconfig-err-array-expected": "預期值 \"$1\" 為清單，使用 [...] 括號",
	"jsonconfig-err-assoc-array": "參數「$1」必須為關聯陣列（字典），如：<kbd>{\"key\": \"value\", ...}</kbd>",
	"jsonconfig-err-bad-header-string": "標頭「$1」必須僅包含字母、數字、和底線字元，並且不能以數字作為開頭",
	"jsonconfig-err-bad-geojson": "參數「$1」必須是有效的 GeoJSON 物件資料，或是 GeoJSON 物件陣列。如果 <code>properties</code> 欄位包含 <code>title</code> 或 <code>description</code>，它們必須是不帶製表字元或末端為空格的單行字串，或是此字串的多語言物件，例如：<kbd>{ \"en\":\"String in English\", ... }</kbd>",
	"jsonconfig-err-bad-type": "參數「$1」必須要像是 <code>string</code>、<code>number</code>、<code>boolean</code> 之類的有效類型",
	"jsonconfig-err-bool": "參數 \"$1\" 必須為 <code>true</code> 或 <code>false</code>",
	"jsonconfig-err-category-invalid": "每個分類必須為物件，具有類型為字串的「name」屬性，以及選擇性的、類型為字串的「sort」屬性",
	"jsonconfig-err-category-name-invalid": "分類物件必須要有類型為字串的「name」屬性",
	"jsonconfig-err-category-sort-invalid": "分類的「sort」屬性必須為字串",
	"jsonconfig-err-integer": "參數「$1」必須為整數",
	"jsonconfig-err-license": "參數「$1」必須要是有效許可協議代碼之一，例如像是 $2",
	"jsonconfig-err-localized": "參數「$1」必須是將有效語言代碼對應到不帶製表字元或末端為空格，且字元長度不超過 $2 的單行字串之物件，例如：<kbd>{ \"en\":\"String in English\", ... }</kbd>",
	"jsonconfig-err-number": "參數「$1」必須為數字",
	"jsonconfig-err-object-expected": "預期值 \"$1\" 為物件，使用 {...} 括號",
	"jsonconfig-err-root-array-expected": "JSON 資料應為清單，使用 [...] 括號",
	"jsonconfig-err-root-object-expected": "JSON 資料應為物件，使用 {...} 括號",
	"jsonconfig-err-string": "參數「$1」必須為字串",
	"jsonconfig-err-stringline": "參數「$1」必須是不能超過 $2 個字元長度，並不帶製表字元，且開頭和結尾沒有空格的單行字串",
	"jsonconfig-err-unexpected-key": "物件「$1」包含非預期欄位「$2」",
	"jsonconfig-err-duplicate-header": "在「$1」找到重複標頭「$2」。任一標頭必須為唯一。",
	"jsonconfig-err-url": "參數「$1」必須為有效的 URL",
	"jsonconfig-move-aborted-model": "此頁面的 JSON 設定模型 \"$1\" 與新標題模型 \"$2\" 不符",
	"jsonconfig-move-aborted-ns": "新頁面的標題未設定要儲存 JSON 設定",
	"jsonconfig-optional-field": "（非必填）",
	"jsonconfig-type-name-invalid": "無效",
	"jsonconfig-type-name-string": "字串",
	"jsonconfig-type-name-localized": "在地化",
	"jsonconfig-type-name-number": "數字",
	"jsonconfig-type-name-boolean": "布林值",
	"jsonconfig-license": "資料基於 $1 釋出。",
	"jsonconfig-license-not-set": "當您編輯頁面時，代表您同意基於 <code>licence</code> 欄位裡所指定的授權條款來釋出您的貢獻。",
	"jsonconfig-license-name-CC0-1.0": "創用CC0",
	"jsonconfig-license-name-CC-BY-1.0": "創用CC 姓名標示 1.0",
	"jsonconfig-license-name-CC-BY-2.0": "創用CC 姓名標示 2.0",
	"jsonconfig-license-name-CC-BY-2.5": "創用CC 姓名標示 2.5",
	"jsonconfig-license-name-CC-BY-3.0": "創用CC 姓名標示 3.0",
	"jsonconfig-license-name-CC-BY-4.0": "創用CC 姓名標示 4.0",
	"jsonconfig-license-name-CC-BY-4.0+": "創用CC 姓名標示 4.0或更新版本",
	"jsonconfig-license-name-CC-BY-SA-1.0": "創用CC 姓名標示-相同方式分享 1.0",
	"jsonconfig-license-name-CC-BY-SA-2.0": "創用CC 姓名標示-相同方式分享 2.0",
	"jsonconfig-license-name-CC-BY-SA-2.5": "創用CC 姓名標示-相同方式分享 2.5",
	"jsonconfig-license-name-CC-BY-SA-3.0": "創用CC 姓名標示-相同方式分享 3.0",
	"jsonconfig-license-name-CC-BY-SA-4.0": "創用CC 姓名標示-相同方式分享 4.0",
	"jsonconfig-license-name-CC-BY-SA-4.0+": "創用CC 姓名標示-相同方式分享 4.0或更新版本",
	"jsonconfig-license-name-dl-de-zero-2.0": "德國資料授權條款 - 零 - 第二版",
	"jsonconfig-license-name-dl-de-by-1.0": "德國資料授權條款 - 姓名標示 - 第一版",
	"jsonconfig-license-name-dl-de-by-2.0": "德國資料授權條款 - 姓名標示 - 第二版",
	"jsonconfig-license-name-GeoNutzV": "德國地理資料授權條款",
	"jsonconfig-license-url-CC0-1.0": "https://creativecommons.org/publicdomain/zero/1.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-1.0": "https://creativecommons.org/licenses/by/1.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-2.0": "https://creativecommons.org/licenses/by/2.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-2.5": "https://creativecommons.org/licenses/by/2.5/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-3.0": "https://creativecommons.org/licenses/by/3.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-4.0": "https://creativecommons.org/licenses/by/4.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-4.0+": "https://creativecommons.org/licenses/by/4.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-SA-1.0": "https://creativecommons.org/licenses/by-sa/1.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-SA-2.0": "https://creativecommons.org/licenses/by-sa/2.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-SA-2.5": "https://creativecommons.org/licenses/by-sa/2.5/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-SA-3.0": "https://creativecommons.org/licenses/by-sa/3.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-SA-4.0": "https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hant",
	"jsonconfig-license-url-CC-BY-SA-4.0+": "https://creativecommons.org/licenses/by-sa/4.0/deed.zh-hant",
	"jsonconfig-license-copyrightwarning": "透過發布變更，您同意根據[{{int:jsonconfig-license-url- $1}} {{int:jsonconfig-license-name-$1}}]授權條款發布您的貢獻。",
	"jsonconfig-license-copyrightwarning-license-unset": "透過發布變更，您同意將您的貢獻根據<code>licence</code>欄位中指定的授權條款發布。",
	"jsonconfig-license-notice": "'''注意：''' 編輯此頁面時，您同意根據[{{int:jsonconfig-license-url-$1}} {{int:jsonconfig-license-name-$1}}]授權條款發布您的貢獻。",
	"jsonconfig-license-notice-license-unset": "'''請注意：'''當您編輯頁面時，代表您同意基於 <code>licence</code> 欄位裡所指定的授權條款來釋出您的貢獻。",
	"right-jsonconfig-flush": "經由 API 操控 JsonConfig",
	"action-jsonconfig-flush": "經由 API 操控 JsonConfig",
	"jsonconfig-blocked-page-creation": "您指定的頁面標題與此 wiki 的 JSONConfig 擴充功能所配置的任何模式皆不相符。",
	"jsonconfig-localjsonlinks": "資料在$1的使用情況",
	"jsonconfig-localjsonlinks-of-page": "以下頁面使用了這個檔案頁面：",
	"globaljsonlinks": "全域資料使用情況",
	"jsonconfig-globaljsonlinks": "資料在其他wiki的使用情況",
	"jsonconfig-globaljsonlinks-on-wiki": "$2的使用情況",
	"jsonconfig-globaljsonlinks-of-page": "以下其他 wiki 使用了這個檔案頁面：",
	"jsonconfig-globaljsonlinks-more": "查看在此資料頁面的[[{{#Special:GlobalJsonLinks}}/$1|更多全域使用狀況]]。",
	"jsonconfig-globaljsonlinks-header": "此頁面顯示頁面在其他 wiki 上資料管線索取時載入的位置。您也可以在資料描述頁面的底部找到該資訊。",
	"jsonconfig-globaljsonlinks-header-target": "帶有「Data:」的頁面：載入[[:$1]]上的依賴項",
	"jsonconfig-globaljsonlinks-for": "$1連結",
	"jsonconfig-globaljsonlinks-ok": "搜尋",
	"jsonconfig-globaljsonlinks-text": "搜尋全域資料使用情況",
	"jsonconfig-globaljsonlinks-no-results": "[[:$1]]未在本地或其他wiki中使用。",
	"jsonconfig-globaljsonlinks-remote": "必須從中央儲存 wiki 檢查資料使用狀況連結追蹤。",
	"jsonconfig-globaljsonlinks-disabled": "已停用資料使用狀況連結追蹤。",
	"jsonconfig-transform-disabled": "資料的 Lua 整合：頁面已停用。",
	"jsonconfig-transform-missing-data": "缺少來源資料頁面$1。",
	"jsonconfig-transform-invalid-data": "缺少來源資料頁面$1。",
	"jsonconfig-transform-invalid-module": "無效 Lua 模組：$1。",
	"jsonconfig-transform-invalid-module-engine": "無效 Lua 模組引擎：$1。",
	"jsonconfig-transform-invalid-module-name": "無效 Lua 模組名稱：$1。",
	"jsonconfig-transform-invalid-function": "無效函式；模組：$1，函式：$2。",
	"jsonconfig-transform-failed": "在模組 $1 函式 $2 中執行 Lua 轉換失敗。",
	"jsonconfig-transform-error": "$3 在模組 $1 函式 $2 中執行 Lua 轉換：$4",
	"jsonconfig-internal-api-error": "內部 API 請求失敗，代碼$1：$2",
	"jsonconfig-internal-state": "無效內部狀態。"
}
