Thiemo Mättig (WMDE) has submitted this change and it was merged. Change subject: Add i18n messages for the new 'wikibase-property' datatype ......................................................................
Add i18n messages for the new 'wikibase-property' datatype * wikibase-listdatatypes-wikibase-property-head * wikibase-listdatatypes-wikibase-property-body mostly copied from the respective 'wikibase-item' equivalents Also added as comments on SpecialListDatatypes::execute(). Reported by GZWDer on Wikidata: https://www.wikidata.org/wiki/?oldid=182136236#MediaWiki_message_requests Change-Id: I83a8fed4f3e7395caa2b83201682bc911c99c6ef --- M repo/i18n/en.json M repo/i18n/qqq.json 2 files changed, 4 insertions(+), 0 deletions(-) Approvals: Thiemo Mättig (WMDE): Verified; Looks good to me, approved diff --git a/repo/i18n/en.json b/repo/i18n/en.json index 6dedf61..626c5f0 100644 --- a/repo/i18n/en.json +++ b/repo/i18n/en.json @@ -390,6 +390,8 @@ "wikibase-property-summary-special-create-property": "Created a [$2] property with {{PLURAL:$1|value|values}}", "wikibase-listdatatypes-wikibase-item-head": "Item", "wikibase-listdatatypes-wikibase-item-body": "Link to other items at the project. When a value is entered, the project's \"Item\" namespace will be searched for matching items.", + "wikibase-listdatatypes-wikibase-property-head": "Property", + "wikibase-listdatatypes-wikibase-property-body": "Link to properties at the project. When a value is entered, the project's \"Property\" namespace will be searched for matching properties.", "wikibase-listdatatypes-commonsmedia-head": "Commons media", "wikibase-listdatatypes-commonsmedia-body": "Link to files stored at Wikimedia Commons. When a value is entered, the \"File\" namespace on Commons will be searched for matching files.", "wikibase-listdatatypes-globe-coordinate-head": "Globe coordinate", diff --git a/repo/i18n/qqq.json b/repo/i18n/qqq.json index 89542b3..99efa7a 100644 --- a/repo/i18n/qqq.json +++ b/repo/i18n/qqq.json @@ -415,6 +415,8 @@ "wikibase-property-summary-special-create-property": "Automatic edit summary when creating a property, and supplying one or more values. Parameters:\n* $1 - the number of values set (that is 0 - zero)\n* $2 - the language code of the entity page during creation", "wikibase-listdatatypes-wikibase-item-head": "{{Wikibase-datatype-head|Item|wikibase-item}}\n{{Identical|Item}}", "wikibase-listdatatypes-wikibase-item-body": "{{Wikibase-datatype-body|Item}}\n\nFor information about \"Iri\" and related terms, see [[:w:Internationalized resource identifier|Internationalized resource identifier]] and [[:w:URI scheme|URI scheme]].", + "wikibase-listdatatypes-wikibase-property-head": "{{Wikibase-datatype-head|Property|wikibase-property}}\n{{Identical|Property}}", + "wikibase-listdatatypes-wikibase-property-body": "{{Wikibase-datatype-body|Property}}\n\nFor information about \"Iri\" and related terms, see [[:w:Internationalized resource identifier|Internationalized resource identifier]] and [[:w:URI scheme|URI scheme]].", "wikibase-listdatatypes-commonsmedia-head": "{{Wikibase-datatype-head|Commons media|commonsMedia}}", "wikibase-listdatatypes-commonsmedia-body": "{{Wikibase-datatype-body|Commons media}}\n\nFor information about \"Iri\" and related terms, see [[:w:Internationalized resource identifier|Internationalized resource identifier]] and [[:w:URI scheme|URI scheme]].", "wikibase-listdatatypes-globe-coordinate-head": "{{Wikibase-datatype-head|Globe coordinate|globe-coordinate}}", -- To view, visit https://gerrit.wikimedia.org/r/181059 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I83a8fed4f3e7395caa2b83201682bc911c99c6ef Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Ricordisamoa <[email protected]> Gerrit-Reviewer: Addshore <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
