2014-03-28 21:40:09 +00:00
{
2014-04-24 21:54:34 +00:00
"@metadata" : {
"authors" : [
"Timo Tijhof" ,
2015-03-19 21:59:20 +00:00
"James D. Forrester" ,
"Moriel Schottlender" ,
"Marielle Volz"
2014-04-24 21:54:34 +00:00
]
} ,
2014-10-29 18:46:33 +00:00
"apihelp-templatedata-description" : "Fetch data stored by the TemplateData extension." ,
"apihelp-templatedata-example-1" : "Return data for [[Template:Stub]] and [[Template:Example]]" ,
"apihelp-templatedata-param-format" : "The format of the output." ,
"apihelp-templatedata-param-lang" : "Return localized values in this language. By default all available translations are returned." ,
2014-04-24 21:54:34 +00:00
"templatedata-desc" : "Implement data storage for template parameters (using JSON)" ,
"templatedata-doc-desc-empty" : "No description." ,
2015-02-19 01:11:39 +00:00
"templatedata-doc-no-params-set" : "No parameters specified" ,
2014-09-02 15:29:33 +00:00
"templatedata-doc-param-autovalue" : "Auto value" ,
"templatedata-doc-param-autovalue-empty" : "empty" ,
2014-04-24 21:54:34 +00:00
"templatedata-doc-param-default" : "Default" ,
"templatedata-doc-param-default-empty" : "empty" ,
2015-04-28 15:48:11 +00:00
"templatedata-doc-param-example" : "Example" ,
"templatedata-doc-param-example-empty" : "empty" ,
2014-08-30 22:54:41 +00:00
"templatedata-doc-param-desc" : "Description" ,
"templatedata-doc-param-desc-empty" : "no description" ,
"templatedata-doc-param-name" : "Parameter" ,
2014-04-24 21:54:34 +00:00
"templatedata-doc-param-status" : "Status" ,
"templatedata-doc-param-status-deprecated" : "deprecated" ,
"templatedata-doc-param-status-optional" : "optional" ,
"templatedata-doc-param-status-required" : "required" ,
2014-08-30 22:54:41 +00:00
"templatedata-doc-param-status-suggested" : "suggested" ,
"templatedata-doc-param-type" : "Type" ,
"templatedata-doc-params" : "Template parameters" ,
2014-09-25 18:00:51 +00:00
"templatedata-editbutton" : "Manage TemplateData" ,
2015-03-19 21:57:24 +00:00
"templatedata-errormsg-jsonbadformat" : "Bad JSON format. You can cancel this operation so you can correct it, delete the current <templatedata> tags and try again, or continue to replace the current TemplateData with a new one." ,
2015-03-24 08:35:07 +00:00
"templatedata-exists-on-related-page" : "Please note: there is already a TemplateData block on the related page \"[[$1]]\"." ,
2014-08-30 22:54:41 +00:00
"templatedata-helplink" : "Information about TemplateData" ,
2014-09-25 18:05:39 +00:00
"templatedata-helplink-target" : "//www.mediawiki.org/wiki/Special:MyLanguage/Help:TemplateData" ,
2014-04-24 21:54:34 +00:00
"templatedata-invalid-duplicate-value" : "Property \"$1\" (\"$3\") is a duplicate of \"$2\"." ,
2014-08-30 22:54:41 +00:00
"templatedata-invalid-empty-array" : "Property \"$1\" must have at least one value in its array." ,
"templatedata-invalid-length" : "Data too large to save ({{formatnum:$1}} {{PLURAL:$1|byte|bytes}}, {{PLURAL:$2|limit is}} {{formatnum:$2}})" ,
"templatedata-invalid-missing" : "Required property \"$1\" not found." ,
2014-10-18 15:28:26 +00:00
"templatedata-invalid-param" : "Invalid parameter \"$1\" for property \"$2\"." ,
2014-04-24 21:54:34 +00:00
"templatedata-invalid-parse" : "Syntax error in JSON." ,
"templatedata-invalid-type" : "Property \"$1\" is expected to be of type \"$2\"." ,
"templatedata-invalid-unknown" : "Unexpected property \"$1\"." ,
"templatedata-invalid-value" : "Invalid value for property \"$1\"." ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-button-add-language" : "Add language" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-button-addparam" : "Add parameter" ,
"templatedata-modal-button-apply" : "Apply" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-button-back" : "Back" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-button-cancel" : "Cancel" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-button-changelang" : "Change language" ,
"templatedata-modal-button-delparam" : "Remove parameter information" ,
2015-09-14 11:25:22 +00:00
"templatedata-modal-button-done" : "Done" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-button-importParams" : "Import parameters" ,
2015-01-06 01:14:51 +00:00
"templatedata-modal-button-restoreparam" : "Restore parameter" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-button-saveparam" : "Save" ,
"templatedata-modal-current-language" : "Current language: $1" ,
2014-04-24 21:54:34 +00:00
"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." ,
2015-03-24 08:52:06 +00:00
"templatedata-modal-errormsg-import-paramsalreadyexist" : "{{PLURAL:$1|One parameter was not imported, because it already exists|Some parameters were not imported, because they already exist}} in the editor: $1" ,
2015-03-07 00:17:21 +00:00
"templatedata-modal-json-error-replace" : "Replace" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-notice-import-numparams" : "$1 new {{PLURAL:$1|parameter was|parameters were}} imported: $2" ,
"templatedata-modal-placeholder-paramkey" : "Parameter name" ,
"templatedata-modal-search-input-placeholder" : "Search by language name or code" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-table-param-actions" : "Actions" ,
"templatedata-modal-table-param-aliases" : "Aliases (comma separated)" ,
2014-09-02 15:29:33 +00:00
"templatedata-modal-table-param-autovalue" : "Auto value" ,
2015-03-09 21:45:04 +00:00
"templatedata-modal-table-param-default" : "Default ($1)" ,
2015-01-16 18:56:06 +00:00
"templatedata-modal-table-param-deprecated" : "Deprecated" ,
2015-03-05 23:33:12 +00:00
"templatedata-modal-table-param-deprecatedValue" : "Deprecated guidance" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-table-param-description" : "Description ($1)" ,
2015-03-04 20:32:38 +00:00
"templatedata-modal-table-param-example" : "Example ($1)" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-table-param-importoption" : "Add $1 suggested {{PLURAL:$1|parameter|parameters}}" ,
"templatedata-modal-table-param-importoption-subtitle" : "Including: $1" ,
"templatedata-modal-table-param-label" : "Label ($1)" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-table-param-name" : "Name" ,
"templatedata-modal-table-param-required" : "Required" ,
2014-04-24 22:21:36 +00:00
"templatedata-modal-table-param-suggested" : "Suggested" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-table-param-type" : "Type" ,
2014-08-30 22:54:41 +00:00
"templatedata-modal-table-param-type-boolean" : "Boolean" ,
2014-05-20 22:51:46 +00:00
"templatedata-modal-table-param-type-content" : "Content" ,
2014-08-30 22:54:41 +00:00
"templatedata-modal-table-param-type-date" : "Date" ,
2014-05-20 22:51:46 +00:00
"templatedata-modal-table-param-type-line" : "Line" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-table-param-type-number" : "Number" ,
"templatedata-modal-table-param-type-string" : "String" ,
2014-08-30 22:54:41 +00:00
"templatedata-modal-table-param-type-unbalanced-wikitext" : "Unbalanced wikitext" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-table-param-type-undefined" : "Undefined" ,
2015-09-17 19:39:18 +00:00
"templatedata-modal-table-param-type-url" : "URL" ,
2014-08-30 22:54:41 +00:00
"templatedata-modal-table-param-type-wiki-file-name" : "File" ,
"templatedata-modal-table-param-type-wiki-page-name" : "Page" ,
2015-09-17 19:28:07 +00:00
"templatedata-modal-table-param-type-wiki-template-name" : "Template" ,
2014-05-20 22:51:46 +00:00
"templatedata-modal-table-param-type-wiki-user-name" : "User" ,
2014-05-17 22:36:54 +00:00
"templatedata-modal-table-param-uneditablefield" : "Uneditable" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-title" : "Template documentation editor" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-title-addparam" : "Add new parameter" ,
"templatedata-modal-title-choose-language" : "Choose language" ,
"templatedata-modal-title-language" : "Language" ,
2015-01-06 00:04:51 +00:00
"templatedata-modal-title-paramorder" : "Parameter order" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-title-templatedesc" : "Template description ($1)" ,
"templatedata-modal-title-templateparam-details" : "Parameter details: $1" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-title-templateparams" : "Template parameters"
}