mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-12 01:14:52 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I47fb3443efb355d00a7d6146174cb201b9daeedd
This commit is contained in:
parent
145379966b
commit
774d3422f3
|
@ -2,7 +2,8 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Bonevarluri",
|
||||
"Mogoeilor"
|
||||
"Mogoeilor",
|
||||
"Lorestani"
|
||||
]
|
||||
},
|
||||
"wikieditor": "كاروری پيشرفته ويراشتگر ويكی متن",
|
||||
|
@ -62,7 +63,7 @@
|
|||
"wikieditor-toolbar-tool-ulist": "نوم گه توپر بیه",
|
||||
"wikieditor-toolbar-tool-olist": "نوم گه شماره دار",
|
||||
"wikieditor-toolbar-tool-redirect": "واگردونی",
|
||||
"wikieditor-toolbar-tool-redirect-example": "نوم بلگه حاستنی",
|
||||
"wikieditor-toolbar-tool-redirect-example": "نوم بٱلگٱ هاستنی",
|
||||
"wikieditor-toolbar-tool-big": "گپ",
|
||||
"wikieditor-toolbar-tool-big-example": "نیسسه گپ",
|
||||
"wikieditor-toolbar-tool-small": "كؤچك",
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
"Quiddity",
|
||||
"Alifakoor",
|
||||
"Acamicamacaraca",
|
||||
"Wowes"
|
||||
"Wowes",
|
||||
"Obsuser"
|
||||
]
|
||||
},
|
||||
"wikieditor": "An extension to provide an advanced, extensible wikitext editing interface.\nhttps://www.mediawiki.org/wiki/Extension:WikiEditor",
|
||||
|
@ -152,7 +153,7 @@
|
|||
"wikieditor-toolbar-tool-replace-success": "Parameter:\n* $1 - the number of replacements",
|
||||
"wikieditor-toolbar-tool-replace-emptysearch": "Used in the \"search and replace\" dialog of the toolbar as hint after clicking the button",
|
||||
"wikieditor-toolbar-tool-replace-invalidregex": "Parameters:\n* $1 - a browser-supplied error message, probably in English, possibly in the browser language.\n\nA \"regular expression\" is a syntax to find strings based on patterns, for more see [[wikipedia:Regular expression|the Wikipedia article]].\n\nRegular expressions are mostly a programmer tool, which is sometimes exposed to normal users too.\n\nIt's almost as a programming language, but it is used to describe different kinds of strings (sometimes also called patterns and pattern matching), and is often used to change (parts of) the strings too.",
|
||||
"wikieditor-toolbar-tool-replace-word": "Used in \"search and replace\" dialog of the toolbar as a label for a search mode where there will be no search result if the search term is part of another world",
|
||||
"wikieditor-toolbar-tool-replace-word": "Used in \"search and replace\" dialog of the toolbar as a label for a search mode where there will be no search result if the search term is part of another word",
|
||||
"wikieditor-toolbar-section-characters": "This will be a toolbar for special characters, like emoticons.\nFor more information, see https://www.mediawiki.org/wiki/Extension:WikiEditor/Toolbar_customization\n{{Identical|Special character}}",
|
||||
"wikieditor-toolbar-section-help": "{{Identical|Help}}",
|
||||
"wikieditor-toolbar-help-heading-description": "Header for the description column used in the help section of the toolbar\n{{Identical|Description}}",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"wikieditor-toolbar": "Panel nástrojov na úpravy",
|
||||
"wikieditor-toolbar-desc": "Panel nástrojov na úpravy stránky s rozšírenou použiteľnosťou",
|
||||
"wikieditor-toolbar-preference": "Zapnúť rozšírený panel nástrojov na úpravy",
|
||||
"wikieditor-toolbar-preference-help": "Toto sa niekedy nazýva „editor wikitextu 2010“.",
|
||||
"wikieditor-toolbar-loading": "Načítava sa...",
|
||||
"wikieditor-toolbar-tool-bold": "Tučné písmo",
|
||||
"wikieditor-toolbar-tool-bold-example": "Hrubý text",
|
||||
|
|
|
@ -140,6 +140,7 @@
|
|||
"wikieditor-toolbar-tool-replace-success": "{{PLURAL:$1|Направљена $1 замена|Направљене $1 замене|Направљено $1 замена}}.",
|
||||
"wikieditor-toolbar-tool-replace-emptysearch": "Нисте унели ништа за претрагу.",
|
||||
"wikieditor-toolbar-tool-replace-invalidregex": "Регуларни израз који сте унели није важећи: $1",
|
||||
"wikieditor-toolbar-tool-replace-word": "Поклапање са целом речи",
|
||||
"wikieditor-toolbar-section-characters": "Посебни знакови",
|
||||
"wikieditor-toolbar-section-help": "Помоћ",
|
||||
"wikieditor-toolbar-help-heading-description": "Опис",
|
||||
|
|
Loading…
Reference in a new issue