Localisation updates from https://translatewiki.net.

Change-Id: I1aee313576eb42244316ae34241dde3ea4bca91a
This commit is contained in:
Translation updater bot 2023-07-14 09:28:21 +02:00
parent 815288a211
commit e61b34eb69
7 changed files with 39 additions and 3 deletions

9
i18n/api/en-gb.json Normal file
View file

@ -0,0 +1,9 @@
{
"@metadata": {
"authors": [
"Piano1forte2"
]
},
"apihelp-query+abuselog-param-filter": "Show only entries that were caught by the given filter IDs. Separate with pipes, prefix with '$1' for global filters.",
"apihelp-abuselogprivatedetails-example-1": "Get private details for the AbuseLog entry with ID 1, using the reason 'example'."
}

View file

@ -14,6 +14,7 @@
"action-abusefilter-log-private": "manjanaki catatan panyaring panyalahgunaan nang ditandai sabagai paribadi",
"abusefilter-log-summary": "Catatan ngini manampaiakan daptar tindakan nang ditangkap ulih panyaring panyalahgunaan.",
"abusefilter-log-search": "Panggagaian catatan panyalahgunaan",
"abusefilter-log-details-legend": "Rincian gasan éntri log $1",
"abusefilter-log-linkoncontribs": "catatan panyalahgunaan",
"abusefilter-log-linkoncontribs-text": "Log panyalahgunaan gasan {{GENDER:$1|pamakai ngini}}",
"abusefilter-log-linkonhistory": "janaki log panyalahgunaan",
@ -28,6 +29,7 @@
"abusefilter-throttle-site": "Samunyaan situs",
"abusefilter-filter-log": "Paubahan panyaring pahanyarnya",
"abusefilter-history-hidden": "Suhukakan",
"abusefilter-history-filterid": "Panyaring",
"abusefilter-topnav-recentchanges": "Paubahan panyaring pahanyarnya",
"abusefilter-topnav-test": "Rumpun uji cuba",
"abusefilter-topnav-examine": "Mamariksa babakan bahari",

View file

@ -432,7 +432,7 @@
"abusefilter-log-details-id": "লগ আইডি",
"blockedexternaldomains": "অবরুদ্ধ বহিঃস্থ ডোমেইন",
"abusefilter-blocked-domains-title": "অবরুদ্ধ বহিঃস্থ ডোমেইন",
"abusefilter-blocked-domains-intro": "এই তালিকার সাথে মিলে যাওয়া বহিঃসংযোগগুলিকে কোনও পাতায় যোগ করা থেকে অবরুদ্ধ করা হবে। এই ডোমেইনগুলি [[MediaWiki:BlockedExternalDomains.json]]-এ সংরক্ষিত আছে।",
"abusefilter-blocked-domains-intro": "এই তালিকার সাথে মিলে যাওয়া বহিঃসংযোগগুলিকে যেকোনও পাতায় যোগ করা থেকে অবরুদ্ধ করা হবে। এই ডোমেইনগুলি [[MediaWiki:BlockedExternalDomains.json]]-এ সংরক্ষিত আছে।",
"abusefilter-blocked-domains-add-heading": "অবরুদ্ধ করার জন্য একটি নতুন ডোমেইন যোগ করুন",
"abusefilter-blocked-domains-add-explanation": "এখানে আপনি অবরুদ্ধ করা ডোমেইনের তালিকায় একটি ডোমেইন যোগ করতে পারেন।",
"abusefilter-blocked-domains-domain": "অবরুদ্ধ করার জন্য ডোমেইন, যেমন wikipedia.org",

View file

@ -9,12 +9,32 @@
"Shirayuki"
]
},
"abusefilter-log-search-filter-help": "Separate with pipes, prefix with '$1' for global filters",
"abusefilter-log-entry": "$1: $2 {{GENDER:$8|triggered}} an abuse filter, {{GENDER:$8|performing}} the action '$3' on $4.\nActions taken: $5;\nFilter description: $6",
"abusefilter-log-entry-withdiff": "$1: $2 {{GENDER:$8|triggered}} an abuse filter, {{GENDER:$8|performing}} the action '$3' on $4.\nActions taken: $5;\nFilter description: $6 ($7)",
"abusefilter-log-detailedentry-meta": "$1: $2 {{GENDER:$9|triggered}} $3, {{GENDER:$9|performing}} the action '$4' on $5.\nActions taken: $6;\nFilter description: $7 ($8)",
"logentry-abusefilter-hit": "$1 {{GENDER:$2|triggered}} $4, {{GENDER:$2|performing}} the action '$5' on $3. Actions taken: $6 ($7)",
"abusefilter-edit-warn-other-label": "Page name of other message:\n:''(without 'MediaWiki:' prefix)''",
"abusefilter-edit-disallow-other-label": "Page name of other message:\n:''(without 'MediaWiki:' prefix)''",
"abusefilter-edit-builder-funcs-ccnorm": "Normalise confusable characters (ccnorm)",
"abusefilter-edit-builder-funcs-ccnorm-contains-any": "Normalise and search a string for multiple substrings in OR mode (ccnorm_contains_any)",
"abusefilter-edit-builder-funcs-norm": "Normalise (norm)",
"abusefilter-edit-builder-funcs-sanitize": "Normalise HTML entities into unicode characters (sanitise)",
"abusefilter-edit-builder-vars-file-bits-per-channel": "Bits per colour channel of the file",
"abusefilter-exception-unexpectedatend": "Unexpected '$2' at character $1.",
"abusefilter-exception-unrecognisedkeyword": "Unrecognised keyword $2 at character $1.",
"abusefilter-exception-unexpectedtoken": "Unexpected token '$3' (of type $2) at character $1.",
"abusefilter-exception-invalidoperator": "Invalid operator '$2' at character $1.",
"abusefilter-exception-unrecognisedtoken": "Unrecognised token \"$2\" at character $1.",
"abusefilter-exception-unrecognisedvar": "Unrecognised variable $2 at character $1"
"abusefilter-exception-noparams": "No parameters given to function '$2' at character $1.\nExpected $3 {{PLURAL:$3|argument|arguments}}.",
"abusefilter-exception-unrecognisedvar": "Unrecognised variable $2 at character $1",
"abusefilter-exception-regexfailure": "Error in regular expression '$2' at character $1.",
"abusefilter-exception-overridebuiltin": "Illegal overriding of built-in identifier '$2' at character $1.",
"abusefilter-exception-usebuiltin": "Illegal use of built-in identifier '$2' at character $1.",
"abusefilter-exception-negativeindex": "Negative indexes are not allowed in arrays. Got index '$2' at character $1.",
"abusefilter-exception-invalidiprange": "Invalid IP range '$2' provided at character $1.",
"abusefilter-revert-preview-intro": "Below are the actions taken by the abuse filter that will be reverted by this action.\nPlease check them carefully, and click '{{int:abusefilter-revert-confirm}}' to confirm your selection.",
"abusefilter-test-intro": "This page allows you to check a filter entered in the box below against the last $1 {{PLURAL:$1|change|changes}}.\nTo load an existing filter, type its filter ID into the box below the edit textbox, and click the '{{int:abusefilter-test-load}}' button.",
"abusefilter-test-syntaxerr": "The filter you entered contained a syntax error.\nYou can receive a full explanation by clicking the '{{int:abusefilter-edit-check}}' button.",
"abusefilter-import-intro": "You can use this interface to import filters from other wikis.\nOn the source wiki, click '{{int:abusefilter-edit-export}}' under '{{int:abusefilter-edit-tools}}' on the editing interface.\nCopy from the textbox that appears, and paste it into this textbox, then click '{{int:abusefilter-import-submit}}'."
}

View file

@ -229,7 +229,7 @@
"abusefilter-edit-rules": "תנאים:",
"abusefilter-edit-field-conditions": "תנאים",
"abusefilter-edit-notes": "הערות:",
"abusefilter-edit-lastmod": "המסנן שונה לאחרונה ב:",
"abusefilter-edit-lastmod": "המסנן שונה לאחרונה ב־:",
"abusefilter-edit-lastmod-text": "$1 על־ידי $2",
"abusefilter-edit-hitcount": "פעולות שסוננו:",
"abusefilter-edit-consequences": "אילו פעולות לבצע בעת ההתאמה",

View file

@ -8,6 +8,7 @@
"abusefilter": "Buzaqıshılıq háreketlerdi filtrlew menedjmenti",
"abuselog": "Buzaqıshılıqtı filtrlew jurnalı",
"abusefilter-blocker": "Buzaqıshılıq háreketlerdi filtrlew",
"right-abusefilter-view": "Buzaqıshılıqtıń aldın alıw filtrlerin kóriw",
"right-abusefilter-log": "Buzaqıshılıqtı filtrlew jurnalın kóriw",
"action-abusefilter-log": "buzaqıshılıqtı filtrlew jurnalın kóriw",
"abusefilter-log-summary": "Bul jurnalda filtrler tárepinen uslap qalınǵan barlıq buzaqıshılıq háreketleri kórsetiledi.",

View file

@ -8,8 +8,12 @@
]
},
"abusefilter-log-search-user": "Ушнышо:",
"abusefilter-log-search-impact-saved": "Аралыме вашталтыш гына",
"abusefilter-log-search-impact-not-saved": "Аралыдыме вашталтыш гына",
"abusefilter-tools-reautoconfirm-user": "Ушнышо:",
"abusefilter-edit-token-not-match": "Тыйын тӧрлымашетым аралыме огыл! Эше ик гана тӧчен ончо.",
"abusefilter-edit-status-label": "Иктешлымаш:",
"abusefilter-edit-save": "Фльтрым аралаш",
"abusefilter-edit-history": "Историй:",
"abusefilter-history-user": "Ушнышо",
"abusefilter-revert-filter": "Фильтр:"