mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
43dd004a62
- Add hook to enable blocking thanks - Check if user is blocked from 'thanks' action and disable giving thanks from API and UI if so Bug: T242785 Change-Id: I290a7c39c6fcb22a8ab4a9ecbad76a239cb18ea0
63 lines
4.3 KiB
JSON
63 lines
4.3 KiB
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Shirayuki"
|
|
]
|
|
},
|
|
"thanks-desc": "Adds links for thanking users for edits, comments, etc.",
|
|
"thanks-thank": "{{GENDER:$1|{{GENDER:$2|thank}}}}",
|
|
"thanks-thanked": "{{GENDER:$1|{{GENDER:$2|thanked}}}}",
|
|
"thanks-button-thank": "{{GENDER:$1|{{GENDER:$2|Thank}}}}",
|
|
"thanks-button-thanked": "{{GENDER:$1|{{GENDER:$2|Thanked}}}}",
|
|
"thanks-button-action-queued": "{{GENDER:$1|{{GENDER:$2|Thanking}}}} $1…",
|
|
"thanks-button-action-cancel": "Cancel",
|
|
"thanks-button-action-completed": "You {{GENDER:$1|{{GENDER:$2|thanked}}}} $1",
|
|
"thanks-error-undefined": "Thank action failed (error code: $1). Please try again.",
|
|
"thanks-error-invalid-log-id": "Log entry not found",
|
|
"thanks-error-invalid-log-type": "Log type '$1' is not in the list of permitted log types.",
|
|
"thanks-error-log-deleted": "The requested log entry has been deleted and thanks cannot be given for it.",
|
|
"thanks-error-invalidrevision": "Revision ID is not valid.",
|
|
"thanks-error-revdeleted": "Unable to send thanks because the revision has been deleted.",
|
|
"thanks-error-notitle": "Page title could not be retrieved",
|
|
"thanks-error-invalidrecipient": "No valid recipient found",
|
|
"thanks-error-invalidrecipient-bot": "Bots cannot be thanked",
|
|
"thanks-error-invalidrecipient-self": "You cannot thank yourself",
|
|
"thanks-error-notloggedin": "Anonymous users cannot send thanks",
|
|
"thanks-error-ratelimited": "{{GENDER:$1|You}}'ve exceeded your rate limit. Please wait some time and try again.",
|
|
"thanks-error-api-params": "Either the 'revid' or the 'logid' parameter must be provided",
|
|
"thanks-thank-tooltip": "{{GENDER:$1|Send}} a thank you notification to this {{GENDER:$2|user}}",
|
|
"thanks-thank-tooltip-no": "{{GENDER:$1|Cancel}} the thank you notification",
|
|
"thanks-thank-tooltip-yes": "{{GENDER:$1|Send}} the thank you notification",
|
|
"thanks-confirmation2": "Publicly {{GENDER:$1|send}} thanks?",
|
|
"thanks-thanked-notice": "{{GENDER:$3|You}} thanked {{GENDER:$2|$1}}.",
|
|
"thanks": "Send thanks",
|
|
"thanks-submit": "Send thanks",
|
|
"echo-pref-subscription-edit-thank": "Thanks me for my edit",
|
|
"echo-pref-tooltip-edit-thank": "Notify me when someone thanks me for an edit I made.",
|
|
"echo-category-title-edit-thank": "Thanks",
|
|
"notification-thanks-diff-link": "your edit",
|
|
"notification-header-rev-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$4|you}} for your edit on <strong>$3</strong>.",
|
|
"notification-header-creation-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$4|you}} for your creation of <strong>$3</strong>.",
|
|
"notification-header-log-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$4|you}} for your action relating to <strong>$3</strong>.",
|
|
"notification-compact-header-edit-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$3|you}}.",
|
|
"notification-bundle-header-rev-thank": "{{PLURAL:$1|One person|$1 people|100=99+ people}} thanked {{GENDER:$3|you}} for your edit on <strong>$2</strong>.",
|
|
"notification-bundle-header-log-thank": "{{PLURAL:$1|One person|$1 people|100=99+ people}} thanked {{GENDER:$3|you}} for your action relating to <strong>$2</strong>.",
|
|
"log-name-thanks": "Thanks log",
|
|
"log-description-thanks": "Below is a list of users thanked by other users.",
|
|
"logentry-thanks-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$4|$3}}",
|
|
"logeventslist-thanks-log": "Thanks log",
|
|
"thanks-error-no-id-specified": "You must specify a revision or log ID to send thanks.",
|
|
"thanks-confirmation-special-log": "Do you want to publicly send thanks for this log action?",
|
|
"thanks-confirmation-special-rev": "Do you want to publicly send thanks for this edit?",
|
|
"notification-link-text-view-post": "View comment",
|
|
"notification-link-text-view-logentry": "View log entry",
|
|
"thanks-error-invalidpostid": "Post ID is not valid.",
|
|
"flow-thanks-confirmation-special": "Do you want to publicly send thanks for this comment?",
|
|
"flow-thanks-thanked-notice": "{{GENDER:$3|You}} thanked $1 for {{GENDER:$2|his|her|their}} comment.",
|
|
"notification-flow-thanks-post-link": "your comment",
|
|
"notification-header-flow-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$5|you}} for your comment in \"<strong>$3</strong>\".",
|
|
"notification-compact-header-flow-thank": "$1 {{GENDER:$2|thanked}} {{GENDER:$3|you}}.",
|
|
"notification-bundle-header-flow-thank": "{{PLURAL:$1|One person|$1 people|100=99+ people}} thanked {{GENDER:$3|you}} for your comment in \"<strong>$2</strong>\".",
|
|
"ipb-action-thanks": "Sending thanks"
|
|
}
|