mediawiki-extensions-Thanks/i18n/en.json
Siebrand Mazeland 1e375e830c Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: I163599c46d0d69cfc04959da8b2f792bd7c0417f
2014-03-29 13:31:00 +01:00

40 lines
2.5 KiB
JSON

{
"@metadata": {
"authors": [
"Shirayuki"
]
},
"thanks-desc": "Adds thank links to history and diff views",
"thanks-thank": "thank",
"thanks-thanked": "{{GENDER:$1|thanked}}",
"thanks-button-thank": "{{GENDER:$1|Thank}}",
"thanks-button-thanked": "{{GENDER:$1|Thanked}}",
"thanks-error-undefined": "Thank action failed. Please try again.",
"thanks-error-invalidrevision": "Revision ID is not valid.",
"thanks-error-ratelimited": "{{GENDER:$1|You}}'ve exceeded your rate limit. Please wait some time and try again.",
"thanks-thank-tooltip": "{{GENDER:$1|Send}} a thank you notification to this {{GENDER:$2|user}}",
"thanks-confirmation": "Do you want to {{GENDER:$1|thank}} $2 for this edit?",
"thanks-thanked-notice": "$1 was notified that you liked {{GENDER:$2|his|her|their}} edit.",
"thanks": "Send thanks",
"thanks-form-revid": "Revision ID for edit",
"thanks-already-thanked": "{{GENDER:$1|You}} have already sent thanks for this edit.",
"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-thanks": "[[User:$1|$1]] {{GENDER:$1|thanked}} you for $2 on [[:$3]].",
"notification-thanks-flyout2": "[[User:$1|$1]] {{GENDER:$1|thanked}} you for your edit on $2.",
"notification-thanks-email-subject": "$1 {{GENDER:$1|thanked}} you for your edit on {{SITENAME}}",
"notification-thanks-email-batch-body": "$1 {{GENDER:$1|thanked}} you for your edit on $2.",
"notification-link-text-respond-to-user": "Respond to user",
"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}}",
"log-show-hide-thanks": "$1 thanks log",
"notification-link-text-view-post": "View comment",
"notification-flow-thanks": "[[User:$1|$1]] {{GENDER:$1|thanked}} you for $2 in \"$3\" on [[:$4]].",
"notification-flow-thanks-post-link": "your comment",
"notification-flow-thanks-flyout": "[[User:$1|$1]] {{GENDER:$1|thanked}} you for your comment in \"$2\" on $3.",
"notification-flow-thanks-email-subject": "$1 {{GENDER:$1|thanked}} you for your comment on {{SITENAME}}",
"notification-flow-thanks-email-batch-body": "$1 {{GENDER:$1|thanked}} you for your comment in \"$2\" on $3."
}