mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
b7cd517fb6
Should be merged along with Ie566f9b0b6ba267470c01f17c3f4ea74482e2d2d Bug: T189982 Change-Id: Id3d44fe0e7884276f7c81253f6b765984f5c9945
18 lines
991 B
JSON
18 lines
991 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Shirayuki"
|
|
]
|
|
},
|
|
"apihelp-flowthank-description": "Send a public thank-you notification for a Flow comment.",
|
|
"apihelp-flowthank-summary": "Send a public thank-you notification for a Flow comment.",
|
|
"apihelp-flowthank-param-postid": "The UUID of the post to thank for.",
|
|
"apihelp-flowthank-example-1": "Send thanks for the comment with <kbd>UUID xyz789</kbd>",
|
|
"apihelp-thank-description": "Send a thank-you notification to an editor.",
|
|
"apihelp-thank-summary": "Send a thank-you notification to an editor.",
|
|
"apihelp-thank-param-rev": "Revision ID to thank someone for. This or 'log' must be provided.",
|
|
"apihelp-thank-param-log": "Log ID to thank someone for. This or 'rev' must be provided.",
|
|
"apihelp-thank-param-source": "A short string describing the source of the request, for example <kbd>diff</kbd> or <kbd>history</kbd>.",
|
|
"apihelp-thank-example-1": "Send thanks for revision <kbd>ID 456</kbd>, with the source being a diff page"
|
|
}
|