mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-28 01:30:00 +00:00
Convert en.json back to having tabs, not spaces
Also, move spec.templatedata.json to spec.templatedata.txt, because it's not now (and has never been) valid JSON and is triping json-lint, blocking merge. Change-Id: I46d6d91b71a054b4523639252d7e6a3a181d84e5
This commit is contained in:
parent
291c11e528
commit
4f01e7c8b0
107
i18n/en.json
107
i18n/en.json
|
@ -1,54 +1,55 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Timo Tijhof"
|
||||
]
|
||||
},
|
||||
"templatedata-desc": "Implement data storage for template parameters (using JSON)",
|
||||
"templatedata-doc-desc-empty": "No description.",
|
||||
"templatedata-doc-params": "Template parameters",
|
||||
"templatedata-doc-param-name": "Parameter",
|
||||
"templatedata-doc-param-desc": "Description",
|
||||
"templatedata-doc-param-type": "Type",
|
||||
"templatedata-doc-param-default": "Default",
|
||||
"templatedata-doc-param-default-empty": "empty",
|
||||
"templatedata-doc-param-status": "Status",
|
||||
"templatedata-doc-param-status-deprecated": "deprecated",
|
||||
"templatedata-doc-param-status-optional": "optional",
|
||||
"templatedata-doc-param-status-required": "required",
|
||||
"templatedata-doc-param-desc-empty": "no description",
|
||||
"templatedata-invalid-duplicate-value": "Property \"$1\" (\"$3\") is a duplicate of \"$2\".",
|
||||
"templatedata-invalid-parse": "Syntax error in JSON.",
|
||||
"templatedata-invalid-type": "Property \"$1\" is expected to be of type \"$2\".",
|
||||
"templatedata-invalid-missing": "Required property \"$1\" not found.",
|
||||
"templatedata-invalid-empty-array": "Property \"$1\" must have at least one value in its array.",
|
||||
"templatedata-invalid-unknown": "Unexpected property \"$1\".",
|
||||
"templatedata-invalid-value": "Invalid value for property \"$1\".",
|
||||
"templatedata-invalid-length": "Data too large to save ({{formatnum:$1}} {{PLURAL:$1|byte|bytes}}, {{PLURAL:$2|limit is}} {{formatnum:$2}})",
|
||||
"templatedata-editbutton": "Manage template documentation",
|
||||
"templatedata-errormsg-jsonbadformat": "Bad JSON format. Either correct it, or delete the current <templatedata> tags and try again.",
|
||||
"templatedata-modal-button-addparam": "Add parameter",
|
||||
"templatedata-modal-button-apply": "Apply",
|
||||
"templatedata-modal-button-cancel": "Cancel",
|
||||
"templatedata-modal-button-delparam": "Delete parameter",
|
||||
"templatedata-modal-button-importParams": "Import parameters",
|
||||
"templatedata-modal-errormsg": "Errors found. Please make sure there are no empty or duplicate parameter names, and that the parameter name does not include \"$1\", \"$2\" or \"$3\".",
|
||||
"templatedata-modal-errormsg-import-noparams": "No new parameters found during import.",
|
||||
"templatedata-modal-notice-import-numparams": "$1 new {{PLURAL:$1|parameter was|parameters were}} imported.",
|
||||
"templatedata-modal-table-param-actions": "Actions",
|
||||
"templatedata-modal-table-param-aliases": "Aliases (comma separated)",
|
||||
"templatedata-modal-table-param-default": "Default",
|
||||
"templatedata-modal-table-param-desc": "Description",
|
||||
"templatedata-modal-table-param-label": "Label",
|
||||
"templatedata-modal-table-param-name": "Name",
|
||||
"templatedata-modal-table-param-required": "Required",
|
||||
"templatedata-modal-table-param-type": "Type",
|
||||
"templatedata-modal-table-param-type-number": "Number",
|
||||
"templatedata-modal-table-param-type-page": "Page",
|
||||
"templatedata-modal-table-param-type-string": "String",
|
||||
"templatedata-modal-table-param-type-undefined": "Undefined",
|
||||
"templatedata-modal-table-param-type-user": "User",
|
||||
"templatedata-modal-title": "Template documentation editor",
|
||||
"templatedata-modal-title-templatedesc": "Template description",
|
||||
"templatedata-modal-title-templateparams": "Template parameters"
|
||||
}
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Timo Tijhof",
|
||||
"James D. Forrester"
|
||||
]
|
||||
},
|
||||
"templatedata-desc": "Implement data storage for template parameters (using JSON)",
|
||||
"templatedata-doc-desc-empty": "No description.",
|
||||
"templatedata-doc-params": "Template parameters",
|
||||
"templatedata-doc-param-name": "Parameter",
|
||||
"templatedata-doc-param-desc": "Description",
|
||||
"templatedata-doc-param-type": "Type",
|
||||
"templatedata-doc-param-default": "Default",
|
||||
"templatedata-doc-param-default-empty": "empty",
|
||||
"templatedata-doc-param-status": "Status",
|
||||
"templatedata-doc-param-status-deprecated": "deprecated",
|
||||
"templatedata-doc-param-status-optional": "optional",
|
||||
"templatedata-doc-param-status-required": "required",
|
||||
"templatedata-doc-param-desc-empty": "no description",
|
||||
"templatedata-invalid-duplicate-value": "Property \"$1\" (\"$3\") is a duplicate of \"$2\".",
|
||||
"templatedata-invalid-parse": "Syntax error in JSON.",
|
||||
"templatedata-invalid-type": "Property \"$1\" is expected to be of type \"$2\".",
|
||||
"templatedata-invalid-missing": "Required property \"$1\" not found.",
|
||||
"templatedata-invalid-empty-array": "Property \"$1\" must have at least one value in its array.",
|
||||
"templatedata-invalid-unknown": "Unexpected property \"$1\".",
|
||||
"templatedata-invalid-value": "Invalid value for property \"$1\".",
|
||||
"templatedata-invalid-length": "Data too large to save ({{formatnum:$1}} {{PLURAL:$1|byte|bytes}}, {{PLURAL:$2|limit is}} {{formatnum:$2}})",
|
||||
"templatedata-editbutton": "Manage template documentation",
|
||||
"templatedata-errormsg-jsonbadformat": "Bad JSON format. Either correct it, or delete the current <templatedata> tags and try again.",
|
||||
"templatedata-modal-button-addparam": "Add parameter",
|
||||
"templatedata-modal-button-apply": "Apply",
|
||||
"templatedata-modal-button-cancel": "Cancel",
|
||||
"templatedata-modal-button-delparam": "Delete parameter",
|
||||
"templatedata-modal-button-importParams": "Import parameters",
|
||||
"templatedata-modal-errormsg": "Errors found. Please make sure there are no empty or duplicate parameter names, and that the parameter name does not include \"$1\", \"$2\" or \"$3\".",
|
||||
"templatedata-modal-errormsg-import-noparams": "No new parameters found during import.",
|
||||
"templatedata-modal-notice-import-numparams": "$1 new {{PLURAL:$1|parameter was|parameters were}} imported.",
|
||||
"templatedata-modal-table-param-actions": "Actions",
|
||||
"templatedata-modal-table-param-aliases": "Aliases (comma separated)",
|
||||
"templatedata-modal-table-param-default": "Default",
|
||||
"templatedata-modal-table-param-desc": "Description",
|
||||
"templatedata-modal-table-param-label": "Label",
|
||||
"templatedata-modal-table-param-name": "Name",
|
||||
"templatedata-modal-table-param-required": "Required",
|
||||
"templatedata-modal-table-param-type": "Type",
|
||||
"templatedata-modal-table-param-type-number": "Number",
|
||||
"templatedata-modal-table-param-type-page": "Page",
|
||||
"templatedata-modal-table-param-type-string": "String",
|
||||
"templatedata-modal-table-param-type-undefined": "Undefined",
|
||||
"templatedata-modal-table-param-type-user": "User",
|
||||
"templatedata-modal-title": "Template documentation editor",
|
||||
"templatedata-modal-title-templatedesc": "Template description",
|
||||
"templatedata-modal-title-templateparams": "Template parameters"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue