Localisation updates from https://translatewiki.net.

Change-Id: If9ef1cb1ca5feb67ac0c6835090073ca8dde18cd
This commit is contained in:
Translation updater bot 2024-11-29 08:30:51 +01:00
parent 55b81f755d
commit 4647e415d5
No known key found for this signature in database
3 changed files with 39 additions and 7 deletions

View file

@ -75,5 +75,7 @@
"codemirror-unfold": "affiché",
"codemirror-folded-code": "code affiché",
"prefs-accessibility": "Accessibilité",
"prefs-syntax-highlighting": "Coloration syntaxique"
"prefs-syntax-highlighting": "Coloration syntaxique",
"codemirror-beta-feature-title": "Mise en évidence améliorée de la syntaxe",
"codemirror-beta-feature-description": "Bénéficiez d'un accès anticipé aux nouvelles fonctionnalités de mise en évidence et d'édition de la syntaxe, telles que l'escamotage des modèles et la saisie semi-automatique."
}

View file

@ -7,6 +7,7 @@
"Raymond",
"Shirayuki",
"SkyDaisy9",
"Stjn",
"pastakhov"
]
},
@ -33,7 +34,7 @@
"codemirror-previous": "Tooltip text for the 'Find previous' button in the CodeMirror search panel.",
"codemirror-all": "Label for the 'All' button in the CodeMirror search panel, which finds all the results. See also {{msg-mw|codemirror-all-tooltip}}.",
"codemirror-all-tooltip": "Tooltip shown when hovering over the 'All' button in the CodeMirror search panel.",
"codemirror-match-case": "Tooltip for the 'Match case' button in the CodeMirror search panel.",
"codemirror-match-case": "Tooltip for the 'Match case' button in the CodeMirror search panel.\n\n{{Identical|Match case}}",
"codemirror-regexp": "Tooltip for the 'Regular expression' button in the CodeMirror search panel.",
"codemirror-regexp-invalid": "Error message shown when the regular expression entered in the CodeMirror search panel is invalid.",
"codemirror-by-word": "Tooltip for the 'By word' button in the CodeMirror search panel.",
@ -44,8 +45,8 @@
"codemirror-find-results": "Label for find results showing how many results were found ($2), and which one is currently highlighted ($1).\n{{Identical|Of}}",
"codemirror-goto-line": "Label for the 'Go to line' input field.",
"codemirror-goto-line-go": "Label for the 'Go to line' submit button.\n{{Identical|Go}}",
"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.",
"codemirror-control-character": "Tooltip text shown when hovering over special characters. See [[wikidata:Q617945]] for possible translations.\n\n$1 is the Unicode value of the special character.",
"codemirror-special-char-null": "Tooltip text shown when hovering over a null character. See [[wikidata:Q861529]] for possible translations.",
"codemirror-special-char-bell": "Tooltip text shown when hovering over a bell character. See [[wikidata:Q815674]] for possible translations.",
"codemirror-special-char-backspace": "Tooltip text shown when hovering over a backspace character. See [[wikidata:Q110028699]] for possible translations.",
"codemirror-special-char-newline": "Tooltip text shown when hovering over a newline character. See [[wikidata:Q184914]] for possible translations.",

View file

@ -12,17 +12,46 @@
},
"codemirror-desc": "Обеспечивает подсветку синтаксиса в редакторе вики-текста.",
"codemirror-toggle-label": "Подсветка синтаксиса",
"codemirror-toggle-label-short": "Синтаксис",
"codemirror-prefs-summary": "Вы можете узнать больше об этой функции, прочитав [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Extension:CodeMirror справочную страницу].",
"codemirror-prefs-colorblind": "Включить подсветку синтаксиса для дальтоников при редактировании вики-текста",
"codemirror-prefs-enable": "Включить подсветку синтаксиса для вики-текста",
"codemirror-prefs-title": "Настройки подсветки синтаксиса",
"codemirror-prefs-templatefolding": "Включить сворачивание параметров шаблонов",
"codemirror-prefs-autocomplete": "Включить автодополнение",
"codemirror-prefs-bidiisolation": "Изолировать двунаправленный текст",
"codemirror-prefs-bracketmatching": "Включить согласование скобок",
"codemirror-prefs-linenumbering": "Показывать номера строк",
"codemirror-prefs-linewrapping": "Переносить строки",
"codemirror-prefs-activeline": "Выделять активную строку",
"codemirror-prefs-specialchars": "Показывать специальные символы",
"codemirror-v6-prefs-colorblind": "Включить цветовую схему для дальтоников",
"codemirror-prefs-colorblind": "Включить цветовую схему для дальтоников при редактировании вики-текста",
"codemirror-prefs-colorblind-help": "Если для подсветки синтаксиса вы используете гаджет, эта настройка не будет работать.",
"codemirror-next": "Найти далее",
"codemirror-close": "Закрыть",
"codemirror-find": "Искать",
"codemirror-next": "Искать следующее",
"codemirror-previous": "Искать предыдущее",
"codemirror-all": "Все",
"codemirror-all-tooltip": "Выбрать все соответствия",
"codemirror-match-case": "Учитывать регистр",
"codemirror-regexp": "Регулярное выражение",
"codemirror-regexp-invalid": "Ошибочное регулярное выражение",
"codemirror-by-word": "По словам",
"codemirror-replace": "Заменить",
"codemirror-replace-placeholder": "Заменить",
"codemirror-replace-all": "Заменить все",
"codemirror-done": "Готово",
"codemirror-find-results": "$1 из $2",
"codemirror-goto-line": "Перейти к строке",
"codemirror-goto-line-go": "Перейти",
"codemirror-control-character": "Управляющий символ $1",
"codemirror-special-char-null": "Нулевой символ",
"codemirror-special-char-newline": "Перевод строки",
"codemirror-fold-template": "Свернуть параметры шаблона",
"codemirror-unfold": "развернуть",
"codemirror-folded-code": "свёрнутый код",
"prefs-accessibility": "Доступность",
"prefs-syntax-highlighting": "Подсвечивать синтаксис"
"prefs-syntax-highlighting": "Подсвечивать синтаксис",
"codemirror-beta-feature-title": "Улучшенная подсветка синтаксиса",
"codemirror-beta-feature-description": "Получите ранний доступ к улучшенной подсветке синтаксиса и таким функциям редактора, как сворачивание шаблонов и автодополнение."
}