{
	"@metadata": {
		"authors": [
			"Yuri Astrakhan"
		]
	},
	"jsonconfig-desc": "Allows JSON configuration to be stored in a wiki",
	"jsonconfig-duplicate-field": "More than one value \"$1\" found",
	"jsonconfig-err-array": "Parameter \"$1\" must be a list, e.g. [\"value1\", \"value2\", ...]",
	"jsonconfig-err-array-count": "List \"$1\" has $2 {{PLURAL:$2|value|values}}, but must have $3 {{PLURAL:$3|value|values}}, the same number of values as \"$4\"",
	"jsonconfig-err-array-expected": "The value at \"$1\" was expected to be a list surrounded by the [...] brackets",
	"jsonconfig-err-assoc-array": "Parameter \"$1\" must be an associative array (dictionary), e.g. {\"key\": \"value\", ...}",
	"jsonconfig-err-bad-header-string": "Header \"$1\" must only consist of letters, numbers, and underscore characters, and must not begin with a number",
	"jsonconfig-err-bad-geojson": "Parameter \"$1\" must be a valid GeoJSON data object, or an array of GeoJSON objects. If \"properties\" field contains \"title\" or \"description\", they must be either single line strings without tabs or trailing spaces, or a multi-lingual objects of such strings, e.g. { \"en\":\"String in English\", ... }",
	"jsonconfig-err-bad-type": "Parameter \"$1\" must be a valid type like \"string\", \"number\", or \"boolean\"",
	"jsonconfig-err-bool": "Parameter \"$1\" must be either set to true or false",
	"jsonconfig-err-integer": "Parameter \"$1\" must be an integer",
	"jsonconfig-err-license": "Parameter \"$1\" must be one of the valid license codes, for example $2",
	"jsonconfig-err-localized": "Parameter \"$1\" must be an object that maps valid language codes to single line strings without tabs or trailing spaces, e.g. { \"en\":\"String in English\", ... }",
	"jsonconfig-err-number": "Parameter \"$1\" must be a number",
	"jsonconfig-err-object-expected": "The value at \"$1\" was expected to be an object surrounded by the {...} braces",
	"jsonconfig-err-root-array-expected": "JSON data should be a list, surrounded by the [...] brackets",
	"jsonconfig-err-root-object-expected": "JSON data should be an object, surrounded by the {...} braces",
	"jsonconfig-err-string": "Parameter \"$1\" must be a string",
	"jsonconfig-err-stringline": "Parameter \"$1\" must be a single line string no longer than $2 characters, with no tabs, and must not begin or end with a space",
	"jsonconfig-err-unexpected-key": "Object \"$1\" contains an unexpected field \"$2\"",
	"jsonconfig-err-duplicate-header": "Duplicate header \"$2\" found at \"$1\". Each header must be unique.",
	"jsonconfig-err-url": "Parameter \"$1\" must be a valid URL",
	"jsonconfig-move-aborted-model": "this page's JSON config model \"$1\" would not match the new title's model \"$2\"",
	"jsonconfig-move-aborted-ns": "the new page title is not set up to hold JSON configuration",
	"jsonconfig-optional-field": "(optional)",
	"jsonconfig-type-abbr-invalid": "(?)",
	"jsonconfig-type-name-invalid": "invalid",
	"jsonconfig-type-abbr-string": "(S)",
	"jsonconfig-type-name-string": "string",
	"jsonconfig-type-abbr-localized": "(L)",
	"jsonconfig-type-name-localized": "localized",
	"jsonconfig-type-abbr-number": "(N)",
	"jsonconfig-type-name-number": "number",
	"jsonconfig-type-abbr-boolean": "(B)",
	"jsonconfig-type-name-boolean": "boolean",
	"jsonconfig-license": "Data available under $1.",
	"jsonconfig-license-not-set": "When you edit this page, you agree to release your contribution according to the license specified in the 'licence' field.",
	"jsonconfig-license-name-CC0-1.0": "Creative Commons Zero",
	"jsonconfig-license-name-CC-BY-1.0": "Creative Commons Attribution 1.0",
	"jsonconfig-license-name-CC-BY-2.0": "Creative Commons Attribution 2.0",
	"jsonconfig-license-name-CC-BY-2.5": "Creative Commons Attribution 2.5",
	"jsonconfig-license-name-CC-BY-3.0": "Creative Commons Attribution 3.0",
	"jsonconfig-license-name-CC-BY-4.0": "Creative Commons Attribution 4.0",
	"jsonconfig-license-name-CC-BY-4.0+": "Creative Commons Attribution 4.0 or later version",
	"jsonconfig-license-name-CC-BY-SA-1.0": "Creative Commons Attribution-Share Alike 1.0",
	"jsonconfig-license-name-CC-BY-SA-2.0": "Creative Commons Attribution-Share Alike 2.0",
	"jsonconfig-license-name-CC-BY-SA-2.5": "Creative Commons Attribution-Share Alike 2.5",
	"jsonconfig-license-name-CC-BY-SA-3.0": "Creative Commons Attribution-Share Alike 3.0",
	"jsonconfig-license-name-CC-BY-SA-4.0": "Creative Commons Attribution-Share Alike 4.0",
	"jsonconfig-license-name-CC-BY-SA-4.0+": "Creative Commons Attribution-Share Alike 4.0  or later version",
	"jsonconfig-license-name-ODbL-1.0": "ODC Open Database License v1.0",
	"jsonconfig-license-url-CC0-1.0": "https://creativecommons.org/publicdomain/zero/1.0/",
	"jsonconfig-license-url-CC-BY-1.0": "https://creativecommons.org/licenses/by/1.0/deed.en",
	"jsonconfig-license-url-CC-BY-2.0": "https://creativecommons.org/licenses/by/2.0/deed.en",
	"jsonconfig-license-url-CC-BY-2.5": "https://creativecommons.org/licenses/by/2.5/deed.en",
	"jsonconfig-license-url-CC-BY-3.0": "https://creativecommons.org/licenses/by/3.0/deed.en",
	"jsonconfig-license-url-CC-BY-4.0": "https://creativecommons.org/licenses/by/4.0/deed.en",
	"jsonconfig-license-url-CC-BY-4.0+": "https://creativecommons.org/licenses/by/4.0/deed.en",
	"jsonconfig-license-url-CC-BY-SA-1.0": "https://creativecommons.org/licenses/by-sa/1.0/deed.en",
	"jsonconfig-license-url-CC-BY-SA-2.0": "https://creativecommons.org/licenses/by-sa/2.0/deed.en",
	"jsonconfig-license-url-CC-BY-SA-2.5": "https://creativecommons.org/licenses/by-sa/2.5/deed.en",
	"jsonconfig-license-url-CC-BY-SA-3.0": "https://creativecommons.org/licenses/by-sa/3.0/deed.en",
	"jsonconfig-license-url-CC-BY-SA-4.0": "https://creativecommons.org/licenses/by-sa/4.0/deed.en",
	"jsonconfig-license-url-CC-BY-SA-4.0+": "https://creativecommons.org/licenses/by-sa/4.0/deed.en",
	"jsonconfig-license-url-ODbL-1.0": "https://opendatacommons.org/licenses/odbl/summary/",
	"jsonconfig-license-copyrightwarning": "By saving changes, you agree to the [https://foundation.wikimedia.org/wiki/Terms_of_Use Terms of Use], and you irrevocably agree to release your contribution under [{{int:jsonconfig-license-url-$1}} {{int:jsonconfig-license-name-$1}}].",
	"jsonconfig-license-copyrightwarning-license-unset": "By saving changes, you agree to the [https://foundation.wikimedia.org/wiki/Terms_of_Use Terms of Use], and you irrevocably agree to release your contribution according to the license specified in the 'licence' field.",
	"jsonconfig-license-notice": "'''Note:''' When you edit this page, you agree to release your contribution under [{{int:jsonconfig-license-url-$1}} {{int:jsonconfig-license-name-$1}}].",
	"jsonconfig-license-notice-license-unset": "'''Note:''' When you edit this page, you agree to release your contribution according to the license specified in the 'licence' field.",
	"right-jsonconfig-flush": "Manipulate JsonConfig via API",
	"action-jsonconfig-flush": "manipulate JsonConfig via API"
}