Skip to content

Commit

Permalink
add i18n/l10n to blcok
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthvp committed Apr 4, 2021
1 parent e718fa3 commit 6560c31
Show file tree
Hide file tree
Showing 2 changed files with 436 additions and 450 deletions.
86 changes: 86 additions & 0 deletions i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,92 @@
"nothing-to-do": "nothing to do",


"block-window-title": "Block or issue block template to $1",
"block-self-warn": "You are about to block yourself! Are you sure you want to proceed?",
"block-action": "Block user",
"block-action-tooltip": "Block the relevant user with the given options. If partial block is unchecked, this will be a sitewide block.",
"block-partial": "Partial block",
"block-partial-tooltip": "Enable partial blocks and partial block templates.",
"block-tag": "Add block template to user talk page",
"block-tag-tooltip": "Add block template to user talk page",
"block-64-field-label": "Convert to /64 rangeblock",
"block-64-help": "It's usually fine, if not better, to [[WP:/64|just block the /64]] range ([[Special:Contributions/$1|$1]]).",
"block-64-label": "Block the /64 instead",
"block-64-template": "Any template issued will go to the original IP: $1",
"block-tag-options": "Template options",
"block-block-options": "Block options",
"block-expiry-indefinite": "indefinite",
"unblock-label": "Unblock this user",
"block-custom-expiry": "Custom expiry",
"block-custom-expiry-tooltip": "You can use relative times, like \"1 minute\" or \"19 days\", or absolute timestamps, \"yyyymmddhhmm\" (e.g. \"200602011405\" is Feb 1, 2006, at 14:05 UTC).",
"fetching-userinfo": "Fetching user information",
"fetching-userinfo-error": "Error fetching user info",
"block-prior-label": "Prior block settings",
"block-pages-label": "Specific pages to block from editing",
"block-pages-tooltip": "10 page max.",
"block-namespaces-label": "Namespace blocks",
"block-namespaces-tooltip": "Block from editing these namespaces.",
"block-nocreate-label": "Block account creation",
"block-noemail-label": "Block user from sending email",
"block-disabletalk-label": "Prevent this user from editing their own talk page while blocked",
"block-partial-disabletalk-tooltip": "If issuing a partial block, this MUST remain unchecked unless you are also preventing them from editing User talk space",
"block-auto-label": "Autoblock any IP addresses used (hardblock)",
"block-hard-label": "Block logged-in users from using this IP address (hardblock)",
"block-watch-label": "Watch user and user talk pages",
"block-reason-label": "Reason (for block log):",
"block-reason-tooltip": "Consider adding helpful details to the default message.",
"block-see-label": "See also:",
"block-see-tooltip": "Insert a \"see also\" message to indicate whether the filter log or deleted contributions played a role in the decision to block.",
"block-see-filter": "Filter log",
"block-see-deleted": "Deleted contribs",
"block-tag-template": "Choose talk page template:",
"block-linked-label": "Linked page",
"block-linked-tooltip": "A page can be linked within the notice, perhaps if it was the primary target of disruption. Leave empty for no page to be linked.",
"block-partial-area-label": "Area blocked from",
"block-partial-area-tooltip": "Optional explanation of the pages or namespaces the user was blocked from editing.",
"block-tag-expiry": "Period of blocking: ",
"block-tag-expiry-tooltip": "The period the blocking is due for, for example 24 hours, 2 weeks, indefinite etc...",
"block-tag-reason-label": "You have been blocked for ...",
"block-tag-reason-tooltip": "An optional reason, to replace the default generic reason. Only available for the generic block templates.",
"block-tag-noexpiry-label": "Do not include expiry in template",
"block-tag-noexpiry-tooltip": "Instead of including the duration, make the block template read \"You have been blocked temporarily...\"",
"block-tag-notalk-label": "Talk page access disabled",
"block-tag-notalk-tooltip": "Make the block template state that the user's talk page access has been removed",
"block-tag-noemail-label": "User blocked from sending email",
"block-tag-noemail-tooltip": "If the area is not provided, make the block template state that the user's email access has been removed",
"block-tag-nocreate-label": "User blocked from creating accounts",
"block-tag-nocreate-tooltip": "If the area is not provided, make the block template state that the user's ability to create accounts has been removed",
"select2-badsearch": "Incomplete or invalid search term",
"block-namespaces-placeholder": "Select namespaces to block user from",
"block-pages-placeholder": "Select pages to block user from",
"block-current-partial": "$1 is partially blocked",
"block-current": "$1 is blocked sitewide",
"block-current-range": "$1 is blocked sitewide as a rangeblock",
"block-current-in-range": "$1 is blocked sitewide within a /$2 rangeblock ($3)",
"block-current-partial-range": "$1 is partially blocked as a rangeblock",
"block-current-partial-in-range": "$1 is partially blocked within a /$2 rangeblock ($3)",
"block-expiry-date": "expires {{date:$1|relative|utc}}",
"block-current-change": "This form will change the existing block.",
"block-current-add": "This form will add an additional block.",
"unblocked-ago": "unblocked {{date:$1|relative|utc}}",
"block-expired": "$1, expired {{date:$2|relative|utc}}",
"block-log-current": "Previous blocks",
"block-log-past": "This user has been blocked in the past",
"block-partial-blank": "No pages or namespaces were selected, nor were email or account creation restrictions applied; please select at least one option to apply a partial block!",
"block-warn-noexpiry": "Please provide an expiry!",
"block-warn-indef-ip": "Can't indefinitely block an IP address!",
"block-warn-noreason": "Please provide a reason for the block!",
"block-doing": "Executing block",
"block-warn-partial-usertalk": "Partial blocks cannot prevent talk page access unless also restricting them from editing User talk space!",
"block-conflict": "The block status of $1 has changed. Last block log entry: ",
"block-conflict-block": "Blocked by $1 with comment \"$2\". Expiring {{date:$3|relative|utc}}. Do you want to override with your settings?",
"block-conflict-unblock": "Unblocked by $1 with comment \"$2\". ({{date:$3|relative|utc}}.) Do you want to override with your settings?",
"block-noop": "Please give Twinkle something to do!",
"block-complete": "Actions complete, loading user talk page in a few seconds",
"block-tagging-status": "User talk page modification",
"block-blank-talk": "Blanking talk page per preferences and creating a new talk page section for this month",
"block-new-section": "Will create a new talk page section for this month, as none was found",

"search-tags": "Filter tag list: ",
"summary-added": "Added {{list:$1}} {{plural:$2|tag|tags}}",
"summary-removed": "Removed {{list:$1}} {{plural:$2|tag|tags}}",
Expand Down
Loading

0 comments on commit 6560c31

Please sign in to comment.