diff options
author | 2020-10-02 15:10:45 -0400 | |
---|---|---|
committer | 2020-10-02 15:10:45 -0400 | |
commit | 66b99353c268916fa29984c2631c87fd619ba570 (patch) | |
tree | 63e52db67e004b9947bdd1791d3ecaec33d9f36f /Thanks/i18n/api/en.json | |
parent | Update PluggableAuth to 1.35 (diff) | |
download | extensions-66b99353c268916fa29984c2631c87fd619ba570.tar.gz extensions-66b99353c268916fa29984c2631c87fd619ba570.tar.bz2 extensions-66b99353c268916fa29984c2631c87fd619ba570.zip |
Update Thanks to 1.35
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'Thanks/i18n/api/en.json')
-rw-r--r-- | Thanks/i18n/api/en.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Thanks/i18n/api/en.json b/Thanks/i18n/api/en.json new file mode 100644 index 00000000..db03a7c6 --- /dev/null +++ b/Thanks/i18n/api/en.json @@ -0,0 +1,17 @@ +{ + "@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" +} |