mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-27 15:40:00 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Id86d29dd1b97bd48d119c0ac09564f623b97171f
This commit is contained in:
parent
ab4ec5f31f
commit
c88b89ab17
8
i18n/de-formal.json
Normal file
8
i18n/de-formal.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Kghbln"
|
||||
]
|
||||
},
|
||||
"codemirror-prefs-colorblind-help": "Wenn Sie ein Helferlein zur Syntaxhervorhebung verwenden, wird diese Einstellung nicht funktionieren."
|
||||
}
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"codemirror-desc": "Ermöglicht Syntaxhervorhebungen im Wikitext-Editor",
|
||||
"codemirror-toggle-label": "Syntaxhervorhebung",
|
||||
"codemirror-prefs-colorblind": "Farbenfehlsichtigenfreundliches Schema für die Syntaxhervorhebung bei der Bearbeitung von Wikitext einschalten",
|
||||
"codemirror-prefs-colorblind": "Zum Bearbeiten von Wikitext ein für Farbenfehlsichtige freundliches Farbschema zur Syntaxhervorhebung verwenden",
|
||||
"codemirror-prefs-colorblind-help": "Wenn du ein Helferlein zur Syntaxhervorhebung verwendest, wird diese Einstellung nicht funktionieren.",
|
||||
"codemirror-find": "Suchen",
|
||||
"codemirror-next": "nächste",
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
"Raymond",
|
||||
"Shirayuki",
|
||||
"SkyDaisy9",
|
||||
"pastakhov"
|
||||
"pastakhov",
|
||||
"MusikAnimal"
|
||||
]
|
||||
},
|
||||
"codemirror-desc": "{{desc|name=Code Mirror|url=https://www.mediawiki.org/wiki/Extension:CodeMirror}}\n\nAdditional info: Description of \"Syntax highlighting\" in wiki\n[[mw:Extension:SyntaxHighlight GeSHi]]",
|
||||
"codemirror-toggle-label": "Title tooltip for button to toggle CodeMirror in the editing toolbar.",
|
||||
"codemirror-prefs-colorblind": "Used in user preferences as label for enabling the colorblind-friendly option.",
|
||||
"codemirror-prefs-colorblind-help": "Used in user preferences as remark on the colorblind-friendly option.",
|
||||
"codemirror-find": "Placeholder text for the input in the CodeMirror search dialog.",
|
||||
"codemirror-find": "Placeholder text for the input in the CodeMirror search panel.",
|
||||
"codemirror-next": "Label for the 'Next' button in the CodeMirror search dialog.",
|
||||
"codemirror-previous": "Label for the 'Previous' button in the CodeMirror search dialog.",
|
||||
"codemirror-all": "Label for the 'All' button in the CodeMirror search dialog.",
|
||||
|
@ -21,7 +22,7 @@
|
|||
"codemirror-regexp": "Label for the 'regexp' button in the CodeMirror search dialog. This enables the user to search using regular expressions.",
|
||||
"codemirror-by-word": "Label for the 'by word' button in the CodeMirror search dialog.",
|
||||
"codemirror-replace": "Label for the 'replace' button in the CodeMirror search dialog.",
|
||||
"codemirror-replace-placeholder": "Placeholder text for the 'Replace' input in the CodeMirror search dialog.",
|
||||
"codemirror-replace-placeholder": "Placeholder text for the 'Replace' input in the CodeMirror search panel.",
|
||||
"codemirror-replace-all": "Label for the 'replace all' button in the CodeMirror search dialog.",
|
||||
"codemirror-control-character": "Tooltip text shown when hovering over special characters. $1 is the Unicode value of the special character.",
|
||||
"codemirror-special-char-null": "Tooltip text shown when hovering over a null character. See [[wikidata:Q617945]] for possible translations.",
|
||||
|
|
Loading…
Reference in a new issue