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
]
} ,
2022-10-03 13:02:48 +00:00
"templatedata-desc" : "Implements data storage for template parameters (using JSON)" ,
2014-04-24 21:54:34 +00:00
"templatedata-doc-desc-empty" : "No description." ,
2015-10-02 10:34:57 +00:00
"templatedata-doc-format-block" : "This template prefers block formatting of parameters." ,
2016-08-07 01:03:53 +00:00
"templatedata-doc-format-custom" : "This template has custom formatting." ,
"templatedata-doc-format-inline" : "This template prefers inline formatting of parameters." ,
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" ,
2014-04-24 21:54:34 +00:00
"templatedata-doc-param-default" : "Default" ,
2015-04-28 15:48:11 +00:00
"templatedata-doc-param-example" : "Example" ,
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" ,
2021-03-10 10:54:52 +00:00
"templatedata-doc-param-suggestedvalues" : "Suggested values" ,
2014-08-30 22:54:41 +00:00
"templatedata-doc-param-type" : "Type" ,
2016-01-13 19:29:05 +00:00
"templatedata-doc-param-type-boolean" : "Boolean" ,
"templatedata-doc-param-type-content" : "Content" ,
"templatedata-doc-param-type-date" : "Date" ,
"templatedata-doc-param-type-line" : "Line" ,
"templatedata-doc-param-type-number" : "Number" ,
"templatedata-doc-param-type-string" : "String" ,
"templatedata-doc-param-type-unbalanced-wikitext" : "Unbalanced wikitext" ,
"templatedata-doc-param-type-unknown" : "Unknown" ,
"templatedata-doc-param-type-url" : "URL" ,
"templatedata-doc-param-type-wiki-file-name" : "File" ,
2020-10-13 11:12:22 +00:00
"templatedata-doc-param-type-wiki-page-name" : "Page name" ,
2016-01-13 19:29:05 +00:00
"templatedata-doc-param-type-wiki-template-name" : "Template" ,
"templatedata-doc-param-type-wiki-user-name" : "User" ,
2014-08-30 22:54:41 +00:00
"templatedata-doc-params" : "Template parameters" ,
2018-02-16 12:59:29 +00:00
"templatedata-doc-subpage" : "doc" ,
2022-09-02 11:53:02 +00:00
"templatedata-editbutton" : "Edit template data" ,
2022-09-02 11:48:19 +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 template data with a new one." ,
"templatedata-errormsg-insertblank" : "Are you sure you want to insert template data with no information?" ,
"templatedata-exists-on-related-page" : "Please note: there is already a template data block on the related page \"[[$1]]\"." ,
"templatedata-helplink" : "Information about template data" ,
2014-09-25 18:05:39 +00:00
"templatedata-helplink-target" : "//www.mediawiki.org/wiki/Special:MyLanguage/Help:TemplateData" ,
2023-04-11 16:20:31 +00:00
"templatedata-invalid-unnamed-parameter" : "Parameter names cannot be empty. To document unnamed parameters use their internal numbers \"1\", \"2\", and so on." ,
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." ,
2016-08-07 01:03:53 +00:00
"templatedata-invalid-format" : "Property \"$1\" is expected to be \"inline\", \"block\", or a valid format string." ,
2022-01-31 07:34:57 +00:00
"templatedata-invalid-length" : "Data too large to save ($1 {{PLURAL:$1|byte|bytes}}, {{PLURAL:$2|limit is}} $2)" ,
2014-08-30 22:54:41 +00:00
"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" ,
2020-08-07 18:27:18 +00:00
"templatedata-modal-button-addmap" : "Add new map" ,
2014-04-24 21:54:34 +00:00
"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" ,
2020-07-12 11:47:41 +00:00
"templatedata-modal-button-map" : "Edit maps" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-button-importParams" : "Import parameters" ,
2020-08-07 18:27:18 +00:00
"templatedata-modal-button-removemap" : "Remove map" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-button-saveparam" : "Save" ,
2016-08-09 18:46:05 +00:00
"templatedata-modal-confirmcancel" : "Are you sure you want to discard your changes?" ,
2014-10-11 05:22:21 +00:00
"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\"." ,
2018-02-01 18:22:41 +00:00
"templatedata-modal-errormsg-duplicate-name" : "Error found. The chosen name is already in use by another parameter." ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-errormsg-import-noparams" : "No new parameters found during import." ,
2015-10-02 10:34:57 +00:00
"templatedata-modal-format-block" : "Block" ,
2016-08-07 01:03:53 +00:00
"templatedata-modal-format-custom" : "Custom" ,
"templatedata-modal-format-inline" : "Inline" ,
2016-03-01 17:10:23 +00:00
"templatedata-modal-format-null" : "Unspecified" ,
2016-08-07 01:03:53 +00:00
"templatedata-modal-format-placeholder" : "Template parameter format string" ,
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" ,
2020-08-31 10:52:05 +00:00
"templatedata-modal-placeholder-add-new-map-input" : "Adding new map..." ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-placeholder-paramkey" : "Parameter name" ,
2020-06-11 15:33:52 +00:00
"templatedata-modal-placeholder-mapinfo" : "This template has no maps object" ,
2020-08-07 18:27:18 +00:00
"templatedata-modal-placeholder-prompt-map-name" : "Enter map name" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-search-input-placeholder" : "Search by language name or code" ,
2021-12-17 10:47:49 +00:00
"templatedata-modal-table-param-aliases" : "Aliases" ,
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)" ,
2022-09-23 09:46:41 +00:00
"templatedata-modal-table-param-status" : "Status" ,
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" ,
2021-03-10 10:54:52 +00:00
"templatedata-modal-table-param-suggestedvalues" : "Suggested values" ,
2022-12-07 14:45:42 +00:00
"templatedata-modal-placeholder-multiselect" : "Add value..." ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-table-param-type" : "Type" ,
2022-09-02 11:48:19 +00:00
"templatedata-modal-title" : "Template data 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)" ,
2017-05-21 09:12:20 +00:00
"templatedata-modal-title-templateformat" : "Suggested wikitext formatting" ,
2016-08-07 01:03:53 +00:00
"templatedata-modal-title-templateformatstring" : "Custom format string" ,
2014-10-11 05:22:21 +00:00
"templatedata-modal-title-templateparam-details" : "Parameter details: $1" ,
2014-04-24 21:54:34 +00:00
"templatedata-modal-title-templateparams" : "Template parameters"
}