From 9e24d67fe650c45d2280956780b2751e113a2f75 Mon Sep 17 00:00:00 2001 From: UNV Date: Sat, 4 Apr 2026 18:35:09 +0300 Subject: [PATCH] IndexingLocalize added. ChatGPT-translated, human-edited. --- pom.xml | 6 ++ ....index.impl.internal.IndexingLocalize.yaml | 74 +++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 src/main/resources/LOCALIZE-LIB/ru/consulo.language.index.impl.internal.IndexingLocalize.yaml diff --git a/pom.xml b/pom.xml index 420dfea..8ddf2ce 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,12 @@ ${project.version} provided + + consulo + consulo-language-index-impl + ${project.version} + provided + consulo.plugin com.intellij.xml diff --git a/src/main/resources/LOCALIZE-LIB/ru/consulo.language.index.impl.internal.IndexingLocalize.yaml b/src/main/resources/LOCALIZE-LIB/ru/consulo.language.index.impl.internal.IndexingLocalize.yaml new file mode 100644 index 0000000..8f18577 --- /dev/null +++ b/src/main/resources/LOCALIZE-LIB/ru/consulo.language.index.impl.internal.IndexingLocalize.yaml @@ -0,0 +1,74 @@ +index.content.diagnostic.dumping: + text: Выгрузка путей индексированных файлов и других метаданных… +index.content.diagnostic.reading: + text: Чтение метаданных индексированных файлов… +index.corrupted.notification.text: + text: Файлы индексов на диске повреждены. Индексы будут перестроены. +index.format.changed.notification.text: + text: Формат файлов индекса изменен для индексов {0}. Эти индексы будут перестроены. +index.rebuild.notification.title: + text: Перестроение индекса +indexable.files.provider.indexing.additional.dependencies: + text: Индексация зависимостей +indexable.files.provider.indexing.fileOrDir.name: + text: Индексация «{0}» +indexable.files.provider.indexing.internal.module.name: + text: Индексация +indexable.files.provider.indexing.library.name: + text: Индексация библиотеки «{0}» +indexable.files.provider.indexing.module.name: + text: Индексация модуля «{0}» +indexable.files.provider.indexing.named.provider: + text: Индексация «{0}» +indexable.files.provider.indexing.sdk: + text: Индексация {0} «{1}» +indexable.files.provider.indexing.sdk.unnamed: + text: SDK +indexable.files.provider.scanning.additional.dependencies: + text: Сканирование зависимостей +indexable.files.provider.scanning.fileOrDir.name: + text: Сканирование «{0}» +indexable.files.provider.scanning.files.contributor: + text: Сканирование «{0}» +indexable.files.provider.scanning.internal.module.name: + text: Сканирование +indexable.files.provider.scanning.library.name: + text: Сканирование библиотеки «{0}» +indexable.files.provider.scanning.module.name: + text: Сканирование модуля «{0}» +indexable.files.provider.scanning.sdk: + text: Сканирование {0} «{1}» +indexes.preparing.to.shutdown.message: + text: Подготовка индексов к завершению работы… +indexes.reloading: + text: Перезагрузка индексов… +notification.group.ide.caches: + text: Обнаружено повреждение кэшей IDE +progress.indexing: + text: Обновление индексов +progress.indexing.scanning: + text: Сканирование файлов для индексации… +progress.indexing.started.as.suspended: + text: Нажмите кнопку, чтобы начать индексацию +progress.indexing.updating: + text: Индексация… +psi.scanning.files.progress: + text: Сканирование файлов… +psi.search.for.word.progress: + text: Поиск «{0}» в {1,choice,1# 1 файле|1<{1} файлах}… +psi.search.in.non.java.files.progress: + text: Анализ использований вне кода… +psi.search.scope.project.and.libraries: + text: Проект и библиотеки +removing.indexable.set.project.handler: + text: Сброс индексов для файлов проекта +search.scope.module: + text: Модуль «{0}» +search.scope.module.runtime: + text: Область выполнения модуля «{0}» +terms.directory: + text: директория +terms.file: + text: файл +toggled.dumb.mode: + text: Работа в режиме ограниченной функциональности (dumb mode)… \ No newline at end of file