summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Thanks/i18n/en.json')
-rw-r--r--Thanks/i18n/en.json15
1 files changed, 4 insertions, 11 deletions
diff --git a/Thanks/i18n/en.json b/Thanks/i18n/en.json
index 975ec965..a8ec42a7 100644
--- a/Thanks/i18n/en.json
+++ b/Thanks/i18n/en.json
@@ -9,6 +9,9 @@
"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 whitelist of permitted log types.",
@@ -54,15 +57,5 @@
"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>\".",
- "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"
+ "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>\"."
}