mirror of
https://github.com/taskgenius/taskgenius-plugin.git
synced 2026-07-22 06:40:25 +00:00
Decompose the monolithic plugin entry into bootstrap modules and extracted
pure functions (src/bootstrap, src/modules), advance dataflow project
resolution, and reconcile the Phase 0 contract tests.
Fixes bundled in:
- gantt: fix year-zoom timeline so year/month labels render and a full year
fits on screen. Major-label gate no longer keyed on single-day width; add
a Year minor-label branch; formatMinorTick('Year') returns a real month
name; lower MIN_DAY_WIDTH to 2; drop per-render logging; register the
offscreen-indicator click handlers once to stop a listener leak.
- project: stop the Projects view fragmenting into one task per file.
determineTgProject() gains an applyDefaultNaming option (default true,
preserving the public API / File Source / unit tests); the dataflow cache
and worker-sync paths pass false so they match ProjectData.worker.
- build: restore RegExpCursor in progress-bar-widget (the SearchCursor
migration was incomplete -- SearchCursor cannot do regex search).
Pre-commit hook (npm run build) verified manually; hook could not spawn on
this Windows Git Bash setup. Tests: 1718 passing; production build green.
1 line
No EOL
143 KiB
JSON
1 line
No EOL
143 KiB
JSON
{"File Metadata Inheritance":"Наследование метаданных файла","Configure how tasks inherit metadata from file frontmatter":"Настройте, как задачи наследуют метаданные из frontmatter файла","Enable file metadata inheritance":"Включить наследование метаданных файла","Allow tasks to inherit metadata properties from their file's frontmatter":"Разрешить задачам наследовать свойства метаданных из frontmatter своего файла","Inherit from frontmatter":"Inherit from frontmatter","Tasks inherit metadata properties like priority, context, etc. from file frontmatter when not explicitly set on the task":"Задачи наследуют свойства метаданных, такие как приоритет, контекст и т.д., из frontmatter файла, когда они не установлены явно на задаче","Inherit from frontmatter for subtasks":"Inherit from frontmatter for subtasks","Allow subtasks to inherit metadata from file frontmatter. When disabled, only top-level tasks inherit file metadata":"Разрешить подзадачам наследовать метаданные из frontmatter файла. При отключении только задачи верхнего уровня наследуют метаданные файла","Comprehensive task management plugin for Obsidian with progress bars, task status cycling, and advanced task tracking features.":"Многофункциональный плагин для управления задачами в Obsidian с индикаторами прогресса, циклическим изменением статуса задач и расширенными функциями отслеживания задач.","Show progress bar":"Показать индикатор прогресса","Toggle this to show the progress bar.":"Включите, чтобы отобразить индикатор прогресса.","Support hover to show progress info":"Показывать информацию о прогрессе при наведении","Toggle this to allow this plugin to show progress info when hovering over the progress bar.":"Включите, чтобы плагин показывал информацию о прогрессе при наведении на индикатор.","Add progress bar to non-task bullet":"Добавить индикатор прогресса к обычным элементам списка","Toggle this to allow adding progress bars to regular list items (non-task bullets).":"Включите, чтобы добавить индикаторы прогресса к обычным элементам списка (не задачам).","Add progress bar to Heading":"Добавить индикатор прогресса к заголовкам","Toggle this to allow this plugin to add progress bar for Task below the headings.":"Включите, чтобы плагин добавлял индикатор прогресса для задач под заголовками.","Enable heading progress bars":"Включить индикаторы прогресса для заголовков","Add progress bars to headings to show progress of all tasks under that heading.":"Добавьте индикаторы прогресса к заголовкам, чтобы показать прогресс всех задач под этим заголовком.","Auto complete parent task":"Автоматически завершать родительскую задачу","Toggle this to allow this plugin to auto complete parent task when all child tasks are completed.":"Включите, чтобы плагин автоматически завершал родительскую задачу, когда все дочерние задачи завершены.","Mark parent as 'In Progress' when partially complete":"Отмечать родительскую задачу как 'В процессе', если завершена частично","When some but not all child tasks are completed, mark the parent task as 'In Progress'. Only works when 'Auto complete parent' is enabled.":"Если некоторые, но не все дочерние задачи завершены, отметить родительскую задачу как 'В процессе'. Работает только при включенной опции 'Автоматически завершать родительскую задачу'.","Count sub children level of current Task":"Учитывать дочерние задачи текущей задачи","Toggle this to allow this plugin to count sub tasks.":"Включите, чтобы плагин учитывал дочерние задачи.","Checkbox Status Settings":"Настройки статуса задач","Select a predefined task status collection or customize your own":"Выберите предопределенный набор статусов задач или настройте свой собственный","Completed task markers":"Маркеры завершенных задач","Characters in square brackets that represent completed tasks. Example: \"x|X\"":"Символы в квадратных скобках, обозначающие завершенные задачи. Пример: \"x|X\"","Planned task markers":"Маркеры запланированных задач","Characters in square brackets that represent planned tasks. Example: \"?\"":"Символы в квадратных скобках, обозначающие запланированные задачи. Пример: \"?\"","In progress task markers":"Маркеры задач в процессе","Characters in square brackets that represent tasks in progress. Example: \">|/\"":"Символы в квадратных скобках, обозначающие задачи в процессе. Пример: \">|/\"","Abandoned task markers":"Маркеры заброшенных задач","Characters in square brackets that represent abandoned tasks. Example: \"-\"":"Символы в квадратных скобках, обозначающие заброшенные задачи. Пример: \"-\"","Characters in square brackets that represent not started tasks. Default is space \" \"":"Символы в квадратных скобках, обозначающие не начатые задачи. По умолчанию — пробел \" \"","Count other statuses as":"Считать другие статусы как","Select the status to count other statuses as. Default is \"Not Started\".":"Выберите статус, в который будут переводиться другие статусы. По умолчанию — \"Не начато\".","Task Counting Settings":"Настройки подсчета задач","Exclude specific task markers":"Исключить определенные маркеры задач","Specify task markers to exclude from counting. Example: \"?|/\"":"Укажите маркеры задач, которые нужно исключить из подсчета. Пример: \"?|/\"","Only count specific task markers":"Учитывать только определенные маркеры задач","Toggle this to only count specific task markers":"Включите, чтобы учитывать только определенные маркеры задач","Specific task markers to count":"Определенные маркеры задач для подсчета","Specify which task markers to count. Example: \"x|X|>|/\"":"Укажите, какие маркеры задач учитывать. Пример: \"x|X|>|/\"","Conditional Progress Bar Display":"Условное отображение индикатора прогресса","Hide progress bars based on conditions":"Скрывать индикаторы прогресса по условиям","Toggle this to enable hiding progress bars based on tags, folders, or metadata.":"Включите, чтобы скрывать индикаторы прогресса на основе тегов, папок или метаданных.","Hide by tags":"Скрывать по тегам","Specify tags that will hide progress bars (comma-separated, without #). Example: \"no-progress-bar,hide-progress\"":"Укажите теги, которые будут скрывать индикаторы прогресса (через запятую, без #). Пример: \"no-progress-bar,hide-progress\"","Hide by folders":"Скрывать по папкам","Specify folder paths that will hide progress bars (comma-separated). Example: \"Daily Notes,Projects/Hidden\"":"Укажите пути к папкам, которые будут скрывать индикаторы прогресса (через запятую). Пример: \"Daily Notes,Projects/Hidden\"","Hide by metadata":"Скрывать по метаданным","Specify frontmatter metadata that will hide progress bars. Example: \"hide-progress-bar: true\"":"Укажите метаданные frontmatter, которые будут скрывать индикаторы прогресса. Пример: \"hide-progress-bar: true\"","Checkbox Status Switcher":"Переключатель статуса задач","Enable task status switcher":"Включить переключатель статуса задач","Enable/disable the ability to cycle through task states by clicking.":"Включить/отключить возможность переключения статусов задач по клику.","Enable custom task marks":"Включить пользовательские маркеры задач","Replace default checkboxes with styled text marks that follow your task status cycle when clicked.":"Замените стандартные флажки на стилизованные текстовые маркеры, которые следуют вашему циклу статусов задач при клике.","Enable cycle complete status":"Включить циклическое завершение статуса","Enable/disable the ability to automatically cycle through task states when pressing a mark.":"Включить/отключить автоматическое переключение статусов задач при нажатии на маркер.","Always cycle new tasks":"Всегда переключать новые задачи","When enabled, newly inserted tasks will immediately cycle to the next status. When disabled, newly inserted tasks with valid marks will keep their original mark.":"Если включено, новые задачи будут сразу переключаться на следующий статус. Если отключено, новые задачи с допустимыми маркерами сохранят свой изначальный маркер.","Checkbox Status Cycle and Marks":"Цикл статусов задач и маркеры","Define task states and their corresponding marks. The order from top to bottom defines the cycling sequence.":"Определите состояния задач и соответствующие им маркеры. Порядок сверху вниз определяет последовательность переключения.","Add Status":"Добавить статус","Completed Task Mover":"Перемещение завершенных задач","Enable completed task mover":"Включить перемещение завершенных задач","Toggle this to enable commands for moving completed tasks to another file.":"Включите, чтобы разрешить команды для перемещения завершенных задач в другой файл.","Task marker type":"Тип маркера задачи","Choose what type of marker to add to moved tasks":"Выберите тип маркера, который будет добавлен к перемещенным задачам","Version marker text":"Текст маркера версии","Text to append to tasks when moved (e.g., 'version 1.0')":"Текст, добавляемый к задачам при перемещении (например, 'версия 1.0')","Date marker text":"Текст маркера даты","Text to append to tasks when moved (e.g., 'archived on 2023-12-31')":"Текст, добавляемый к задачам при перемещении (например, 'архивировано 2023-12-31')","Custom marker text":"Пользовательский текст маркера","Use {{DATE:format}} for date formatting (e.g., {{DATE:YYYY-MM-DD}}":"Используйте {{DATE:format}} для форматирования даты (например, {{DATE:YYYY-MM-DD}})","Treat abandoned tasks as completed":"Считать заброшенные задачи завершенными","If enabled, abandoned tasks will be treated as completed.":"Если включено, заброшенные задачи будут считаться завершенными.","Complete all moved tasks":"Завершать все перемещенные задачи","If enabled, all moved tasks will be marked as completed.":"Если включено, все перемещенные задачи будут отмечены как завершенные.","With current file link":"С ссылкой на текущий файл","A link to the current file will be added to the parent task of the moved tasks.":"Ссылка на текущий файл будет добавлена к родительской задаче перемещенных задач.","Say Thank You":"Сказать спасибо","Donate":"Пожертвовать","If you like this plugin, consider donating to support continued development:":"Если вам нравится этот плагин, подумайте о пожертвовании для поддержки дальнейшей разработки:","Add number to the Progress Bar":"Добавить число к индикатору прогресса","Toggle this to allow this plugin to add tasks number to progress bar.":"Включите, чтобы плагин добавлял число задач к индикатору прогресса.","Show percentage":"Показать процент","Toggle this to allow this plugin to show percentage in the progress bar.":"Включите, чтобы плагин показывал процент в индикаторе прогресса.","Customize progress text":"Настроить текст прогресса","Toggle this to customize text representation for different progress percentage ranges.":"Включите, чтобы настроить текстовое представление для разных диапазонов процентов прогресса.","Progress Ranges":"Диапазоны прогресса","Define progress ranges and their corresponding text representations.":"Определите диапазоны прогресса и соответствующие им текстовые представления.","Add new range":"Добавить новый диапазон","Add a new progress percentage range with custom text":"Добавить новый диапазон процентов прогресса с пользовательским текстом","Min percentage (0-100)":"Минимальный процент (0-100)","Max percentage (0-100)":"Максимальный процент (0-100)","Text template (use {{PROGRESS}})":"Шаблон текста (используйте {{PROGRESS}})","Reset to defaults":"Сбросить на значения по умолчанию","Reset progress ranges to default values":"Сбросить диапазоны прогресса на значения по умолчанию","Reset":"Сбросить","Priority Picker Settings":"Настройки выбора приоритета","Toggle to enable priority picker dropdown for emoji and letter format priorities.":"Включите, чтобы активировать выпадающий список выбора приоритета для форматов с эмодзи и буквами.","Enable priority picker":"Включить выбор приоритета","Enable priority keyboard shortcuts":"Включить горячие клавиши для приоритета","Toggle to enable keyboard shortcuts for setting task priorities.":"Включите, чтобы активировать горячие клавиши для установки приоритетов задач.","Date picker":"Выбор даты","Enable date picker":"Включить выбор даты","Toggle this to enable date picker for tasks. This will add a calendar icon near your tasks which you can click to select a date.":"Включите, чтобы активировать выбор даты для задач. Это добавит иконку календаря рядом с задачами, на которую можно нажать для выбора даты.","Date mark":"Маркер даты","Emoji mark to identify dates. You can use multiple emoji separated by commas.":"Эмодзи-маркер для обозначения дат. Можно использовать несколько эмодзи, разделенных запятыми.","Quick capture":"Быстрый захват","Enable quick capture":"Включить быстрый захват","Toggle this to enable Org-mode style quick capture panel. Press Alt+C to open the capture panel.":"Включите, чтобы активировать панель быстрого захвата в стиле Org-mode. Нажмите Alt+C, чтобы открыть панель захвата.","Target file":"Целевой файл","The file where captured text will be saved. You can include a path, e.g., 'folder/Quick Capture.md'":"Файл, в котором будет сохранен захваченный текст. Можно указать путь, например, 'folder/Quick Capture.md'","Placeholder text":"Текст-заполнитель","Placeholder text to display in the capture panel":"Текст-заполнитель для отображения в панели захвата","Append to file":"Добавить в файл","If enabled, captured text will be appended to the target file. If disabled, it will replace the file content.":"Если включено, захваченный текст будет добавлен в целевой файл. Если отключено, он заменит содержимое файла.","Task Filter":"Фильтр задач","Enable Task Filter":"Включить фильтр задач","Toggle this to enable the task filter panel":"Включите, чтобы активировать панель фильтра задач","Preset Filters":"Предустановленные фильтры","Create and manage preset filters for quick access to commonly used task filters.":"Создавайте и управляйте предустановленными фильтрами для быстрого доступа к часто используемым фильтрам задач.","Edit Filter: ":"Редактировать фильтр: ","Filter name":"Имя фильтра","Checkbox Status":"Статус задачи","Include or exclude tasks based on their status":"Включать или исключать задачи на основе их статуса","Include Completed Tasks":"Включить завершенные задачи","Include In Progress Tasks":"Включить задачи в процессе","Include Abandoned Tasks":"Включить заброшенные задачи","Include Not Started Tasks":"Включить не начатые задачи","Include Planned Tasks":"Включить запланированные задачи","Related Tasks":"Связанные задачи","Include parent, child, and sibling tasks in the filter":"Включить родительские, дочерние и соседние задачи в фильтр","Include Parent Tasks":"Включить родительские задачи","Include Child Tasks":"Включить дочерние задачи","Include Sibling Tasks":"Включить соседние задачи","Advanced Filter":"Расширенный фильтр","Use boolean operations: AND, OR, NOT. Example: 'text content AND #tag1'":"Используйте булевы операции: AND, OR, NOT. Пример: 'text content AND #tag1'","Filter query":"Запрос фильтра","Filter out tasks":"Фильтровать задачи","If enabled, tasks that match the query will be hidden, otherwise they will be shown":"Если включено, задачи, соответствующие запросу, будут скрыты, иначе они будут показаны","Save":"Сохранить","Cancel":"Отмена","Hide filter panel":"Скрыть панель фильтра","Show filter panel":"Показать панель фильтра","Filter Tasks":"Фильтровать задачи","Preset filters":"Предустановленные фильтры","Select a saved filter preset to apply":"Выберите сохраненный предустановленный фильтр для применения","Select a preset...":"Выберите предустановку...","Query":"Запрос","Use boolean operations: AND, OR, NOT. Example: 'text content AND #tag1 AND DATE:<2022-01-02 NOT PRIORITY:>=#B' - Supports >, <, =, >=, <=, != for PRIORITY and DATE.":"Используйте булевы операции: AND, OR, NOT. Пример: 'text content AND #tag1 AND DATE:<2022-01-02 NOT PRIORITY:>=#B' - Поддерживает >, <, =, >=, <=, != для PRIORITY и DATE.","If true, tasks that match the query will be hidden, otherwise they will be shown":"Если включено, задачи, соответствующие запросу, будут скрыты, иначе они будут показаны","Completed":"Завершено","In Progress":"В процессе","Abandoned":"Заброшено","Not Started":"Не начато","Planned":"Запланировано","Include Related Tasks":"Включить связанные задачи","Parent Tasks":"Родительские задачи","Child Tasks":"Дочерние задачи","Sibling Tasks":"Соседние задачи","Apply":"Применить","New Preset":"Новая предустановка","Preset saved":"Предустановка сохранена","No changes to save":"Нет изменений для сохранения","Close":"Закрыть","Capture to":"Захватить в","Capture":"Захватить","Capture thoughts, tasks, or ideas...":"Захватывайте мысли, задачи или идеи...","Tomorrow":"Завтра","In 2 days":"Через 2 дня","In 3 days":"Через 3 дня","In 5 days":"Через 5 дней","In 1 week":"Через 1 неделю","In 10 days":"Через 10 дней","In 2 weeks":"Через 2 недели","In 1 month":"Через 1 месяц","In 2 months":"Через 2 месяца","In 3 months":"Через 3 месяца","In 6 months":"Через 6 месяцев","In 1 year":"Через 1 год","In 5 years":"Через 5 лет","In 10 years":"Через 10 лет","Highest priority":"Наивысший приоритет","High priority":"Высокий приоритет","Medium priority":"Средний приоритет","No priority":"Без приоритета","Low priority":"Низкий приоритет","Lowest priority":"Наименьший приоритет","Priority A":"Приоритет A","Priority B":"Приоритет B","Priority C":"Приоритет C","Task Priority":"Приоритет задачи","Remove Priority":"Удалить приоритет","Cycle task status forward":"Переключить статус задачи вперед","Cycle task status backward":"Переключить статус задачи назад","Remove priority":"Удалить приоритет","Move task to another file":"Переместить задачу в другой файл","Move all completed subtasks to another file":"Переместить все завершенные подзадачи в другой файл","Move direct completed subtasks to another file":"Переместить прямые завершенные подзадачи в другой файл","Move all subtasks to another file":"Переместить все подзадачи в другой файл","Set priority":"Установить приоритет","Toggle quick capture panel":"Переключить панель быстрого захвата","Quick capture (Global)":"Быстрый захват (глобальный)","Toggle task filter panel":"Переключить панель фильтра задач","Filter Mode":"Режим фильтрации","Choose whether to include or exclude tasks that match the filters":"Выберите, включать или исключать задачи, соответствующие фильтрам","Show matching tasks":"Показать соответствующие задачи","Hide matching tasks":"Скрыть соответствующие задачи","Choose whether to show or hide tasks that match the filters":"Выберите, показывать или скрывать задачи, соответствующие фильтрам","Create new file:":"Создать новый файл:","Completed tasks moved to":"Завершенные задачи перемещены в","Failed to create file:":"Не удалось создать файл:","Beginning of file":"Начало файла","Failed to move tasks:":"Не удалось переместить задачи:","No active file found":"Активный файл не найден","Task moved to":"Задача перемещена в","Failed to move task:":"Не удалось переместить задачу:","Nothing to capture":"Нечего захватить","Captured successfully":"Успешно захвачено","Failed to save:":"Не удалось сохранить:","Captured successfully to":"Успешно захвачено в","Total":"Всего","Workflow":"Рабочий процесс","Add as workflow root":"Добавить как корень рабочего процесса","Move to stage":"Перейти к этапу","Complete stage":"Завершить этап","Add child task with same stage":"Добавить дочернюю задачу с тем же этапом","Could not open quick capture panel in the current editor":"Не удалось открыть панель быстрого захвата в текущем редакторе","Just started {{PROGRESS}}%":"Только начато {{PROGRESS}}%","Making progress {{PROGRESS}}%":"Прогресс {{PROGRESS}}%","Half way {{PROGRESS}}%":"На полпути {{PROGRESS}}%","Good progress {{PROGRESS}}%":"Хороший прогресс {{PROGRESS}}%","Almost there {{PROGRESS}}%":"Почти готово {{PROGRESS}}%","Progress bar":"Индикатор прогресса","You can customize the progress bar behind the parent task(usually at the end of the task). You can also customize the progress bar for the task below the heading.":"Вы можете настроить индикатор прогресса за родительской задачей (обычно в конце задачи). Также можно настроить индикатор прогресса для задач под заголовком.","Hide progress bars":"Скрыть индикаторы прогресса","Parent task changer":"Изменение родительской задачи","Change the parent task of the current task.":"Изменить родительскую задачу текущей задачи.","No preset filters created yet. Click 'Add New Preset' to create one.":"Предустановленные фильтры еще не созданы. Нажмите 'Добавить новую предустановку', чтобы создать одну.","Configure task workflows for project and process management":"Настройте рабочие процессы задач для управления проектами и процессами","Enable workflow":"Включить рабочий процесс","Toggle to enable the workflow system for tasks":"Включите, чтобы активировать систему рабочих процессов для задач","Auto-add timestamp":"Автоматически добавлять временную метку","Automatically add a timestamp to the task when it is created":"Автоматически добавлять временную метку к задаче при ее создании","Timestamp format:":"Формат временной метки:","Timestamp format":"Формат временной метки","Remove timestamp when moving to next stage":"Удалять временную метку при переходе к следующему этапу","Remove the timestamp from the current task when moving to the next stage":"Удалять временную метку из текущей задачи при переходе к следующему этапу","Calculate spent time":"Рассчитывать затраченное время","Calculate and display the time spent on the task when moving to the next stage":"Рассчитывать и отображать время, затраченное на задачу, при переходе к следующему этапу","Format for spent time:":"Формат для затраченного времени:","Calculate spent time when move to next stage.":"Рассчитывать затраченное время при переходе к следующему этапу.","Spent time format":"Формат затраченного времени","Calculate full spent time":"Рассчитывать полное затраченное время","Calculate the full spent time from the start of the task to the last stage":"Рассчитывать полное затраченное время от начала задачи до последнего этапа","Auto remove last stage marker":"Автоматически удалять маркер последнего этапа","Automatically remove the last stage marker when a task is completed":"Автоматически удалять маркер последнего этапа, когда задача завершена","Auto-add next task":"Автоматически добавлять следующую задачу","Automatically create a new task with the next stage when completing a task":"Автоматически создавать новую задачу с следующим этапом при завершении задачи","Workflow definitions":"Определения рабочих процессов","Configure workflow templates for different types of processes":"Настройте шаблоны рабочих процессов для различных типов процессов","No workflow definitions created yet. Click 'Add New Workflow' to create one.":"Определения рабочих процессов еще не созданы. Нажмите 'Добавить новый рабочий процесс', чтобы создать один.","Edit workflow":"Редактировать рабочий процесс","Remove workflow":"Удалить рабочий процесс","Delete workflow":"Удалить рабочий процесс","Delete":"Удалить","Add New Workflow":"Добавить новый рабочий процесс","New Workflow":"Новый рабочий процесс","Create New Workflow":"Создать новый рабочий процесс","Workflow name":"Имя рабочего процесса","A descriptive name for the workflow":"Описательное имя для рабочего процесса","Workflow ID":"Идентификатор рабочего процесса","A unique identifier for the workflow (used in tags)":"Уникальный идентификатор для рабочего процесса (используется в тегах)","Description":"Описание","Optional description for the workflow":"Необязательное описание для рабочего процесса","Describe the purpose and use of this workflow...":"Опишите назначение и использование этого рабочего процесса...","Workflow Stages":"Этапы рабочего процесса","No stages defined yet. Add a stage to get started.":"Этапы еще не определены. Добавьте этап, чтобы начать.","Edit":"Редактировать","Move up":"Переместить вверх","Move down":"Переместить вниз","Sub-stage":"Подэтап","Sub-stage name":"Имя подэтапа","Sub-stage ID":"Идентификатор подэтапа","Next: ":"Далее: ","Add Sub-stage":"Добавить подэтап","New Sub-stage":"Новый подэтап","Edit Stage":"Редактировать этап","Stage name":"Имя этапа","A descriptive name for this workflow stage":"Описательное имя для этого этапа рабочего процесса","Stage ID":"Идентификатор этапа","A unique identifier for the stage (used in tags)":"Уникальный идентификатор для этапа (используется в тегах)","Stage type":"Тип этапа","The type of this workflow stage":"Тип этого этапа рабочего процесса","Linear (sequential)":"Линейный (последовательный)","Cycle (repeatable)":"Циклический (повторяемый)","Terminal (end stage)":"Терминальный (конечный этап)","Next stage":"Следующий этап","The stage to proceed to after this one":"Этап, к которому нужно перейти после этого","Sub-stages":"Подэтапы","Define cycle sub-stages (optional)":"Определите циклические подэтапы (необязательно)","No sub-stages defined yet.":"Подэтапы еще не определены.","Can proceed to":"Может перейти к","Additional stages that can follow this one (for right-click menu)":"Дополнительные этапы, которые могут следовать за этим (для контекстного меню)","No additional destination stages defined.":"Дополнительные целевые этапы не определены.","Remove":"Удалить","Add":"Добавить","Name and ID are required.":"Имя и идентификатор обязательны.","End of file":"Конец файла","Include in cycle":"Включить в цикл","Preset":"Предустановка","Preset name":"Имя предустановки","Edit Filter":"Редактировать фильтр","Add New Preset":"Добавить новую предустановку","New Filter":"Новый фильтр","Reset to Default Presets":"Сбросить на предустановки по умолчанию","This will replace all your current presets with the default set. Are you sure?":"Это заменит все ваши текущие предустановки на набор по умолчанию. Вы уверены?","Edit Workflow":"Редактировать рабочий процесс","General":"Общие","Progress Bar":"Индикатор прогресса","Task Mover":"Перемещение задач","Quick Capture":"Быстрый захват","Date & Priority":"Дата и приоритет","About":"О плагине","Count sub children of current Task":"Учитывать дочерние задачи текущей задачи","Toggle this to allow this plugin to count sub tasks when generating progress bar\t.":"Включите, чтобы плагин учитывал дочерние задачи при создании индикатора прогресса.","Configure task status settings":"Настроить параметры статуса задач","Configure which task markers to count or exclude":"Настроить, какие маркеры задач учитывать или исключать","Task status cycle and marks":"Цикл статусов задач и маркеры","About Task Genius":"О Task Genius","Version":"Версия","Documentation":"Документация","View the documentation for this plugin":"Посмотреть документацию для этого плагина","Open Documentation":"Открыть документацию","Incomplete tasks":"Незавершенные задачи","In progress tasks":"Задачи в процессе","Completed tasks":"Завершенные задачи","All tasks":"Все задачи","After heading":"После заголовка","End of section":"Конец раздела","Enable text mark in source mode":"Включить текстовый маркер в исходном режиме","Make the text mark in source mode follow the task status cycle when clicked.":"Сделать так, чтобы текстовый маркер в исходном режиме следовал циклу статуса задачи при клике.","Status name":"Имя статуса","Progress display mode":"Режим отображения прогресса","Choose how to display task progress":"Выберите, как отображать прогресс задачи","No progress indicators":"Без индикаторов прогресса","Graphical progress bar":"Графический индикатор прогресса","Text progress indicator":"Текстовый индикатор прогресса","Both graphical and text":"Графический и текстовый","Toggle this to allow this plugin to count sub tasks when generating progress bar.":"Включите, чтобы плагин учитывал дочерние задачи при создании индикатора прогресса.","Progress format":"Формат прогресса","Choose how to display the task progress":"Выберите, как отображать прогресс задачи","Percentage (75%)":"Процент (75%)","Bracketed percentage ([75%])":"Процент в скобках ([75%])","Fraction (3/4)":"Дробь (3/4)","Bracketed fraction ([3/4])":"Дробь в скобках ([3/4])","Detailed ([3✓ 1⟳ 0✗ 1? / 5])":"Подробно ([3✓ 1⟳ 0✗ 1? / 5])","Custom format":"Пользовательский формат","Range-based text":"Текст на основе диапазона","Use placeholders like {{COMPLETED}}, {{TOTAL}}, {{PERCENT}}, etc.":"Используйте заполнители, такие как {{COMPLETED}}, {{TOTAL}}, {{PERCENT}} и т.д.","Preview:":"Предпросмотр:","Available placeholders":"Доступные заполнители","Available placeholders: {{COMPLETED}}, {{TOTAL}}, {{IN_PROGRESS}}, {{ABANDONED}}, {{PLANNED}}, {{NOT_STARTED}}, {{PERCENT}}, {{COMPLETED_SYMBOL}}, {{IN_PROGRESS_SYMBOL}}, {{ABANDONED_SYMBOL}}, {{PLANNED_SYMBOL}}":"Доступные заполнители: {{COMPLETED}}, {{TOTAL}}, {{IN_PROGRESS}}, {{ABANDONED}}, {{PLANNED}}, {{NOT_STARTED}}, {{PERCENT}}, {{COMPLETED_SYMBOL}}, {{IN_PROGRESS_SYMBOL}}, {{ABANDONED_SYMBOL}}, {{PLANNED_SYMBOL}}","Expression examples":"Примеры выражений","Examples of advanced formats using expressions":"Примеры продвинутых форматов с использованием выражений","Text Progress Bar":"Текстовый индикатор прогресса","Emoji Progress Bar":"Эмодзи индикатор прогресса","Color-coded Status":"Статус с цветовой кодировкой","Status with Icons":"Статус с иконками","Preview":"Предпросмотр","Use":"Использовать","Toggle this to show percentage instead of completed/total count.":"Включите, чтобы показывать процент вместо количества завершенных/всего.","Customize progress ranges":"Настроить диапазоны прогресса","Toggle this to customize the text for different progress ranges.":"Включите, чтобы настроить текст для разных диапазонов прогресса.","Apply Theme":"Применить тему","Back to main settings":"Вернуться к основным настройкам","Support expression in format, like using data.percentages to get the percentage of completed tasks. And using math or even repeat operations to get the result.":"Поддержка выражений в формате, например, использование data.percentages для получения процента завершенных задач. А также использование математических операций или операций повторения для получения результата.","Support expression in format, like using data.percentages to get the percentage of completed tasks. And using math or even repeat functions to get the result.":"Поддержка выражений в формате, например, использование data.percentages для получения процента завершенных задач. А также использование математических операций или функций повторения для получения результата.","Target File:":"Целевой файл:","Task Properties":"Свойства задачи","Start Date":"Дата начала","Due Date":"Срок выполнения","Scheduled Date":"Запланированная дата","Priority":"Приоритет","None":"Нет","Highest":"Наивысший","High":"Высокий","Medium":"Средний","Low":"Низкий","Lowest":"Наименьший","Project":"Проект","Project name":"Имя проекта","Context":"Контекст","Recurrence":"Повторение","e.g., every day, every week":"например, каждый день, каждую неделю","Task Content":"Содержимое задачи","Task Details":"Детали задачи","File":"Файл","Edit in File":"Редактировать в файле","Mark Incomplete":"Отметить как незавершенное","Mark Complete":"Отметить как завершенное","Task Title":"Название задачи","Tags":"Теги","e.g. every day, every 2 weeks":"например, каждый день, каждые 2 недели","Forecast":"Прогноз","0 actions, 0 projects":"0 действий, 0 проектов","Toggle list/tree view":"Переключить вид списка/дерева","Focusing on Work":"Сосредоточение на работе","Unfocus":"Снять фокус","Past Due":"Просрочено","Today":"Сегодня","Future":"Будущее","actions":"действия","project":"проект","Coming Up":"Предстоящие","Task":"Задача","Tasks":"Задачи","No upcoming tasks":"Нет предстоящих задач","No tasks scheduled":"Нет запланированных задач","0 tasks":"0 задач","Filter tasks...":"Фильтровать задачи...","Projects":"Проекты","Toggle multi-select":"Переключить множественный выбор","No projects found":"Проекты не найдены","projects selected":"выбрано проектов","tasks":"задачи","No tasks in the selected projects":"Нет задач в выбранных проектах","Select a project to see related tasks":"Выберите проект, чтобы увидеть связанные задачи","Configure Review for":"Настроить обзор для","Review Frequency":"Частота обзора","How often should this project be reviewed":"Как часто нужно пересматривать этот проект","Custom...":"Пользовательский...","e.g., every 3 months":"например, каждые 3 месяца","Last Reviewed":"Последний обзор","Please specify a review frequency":"Пожалуйста, укажите частоту обзора","Review schedule updated for":"График обзора обновлен для","Review Projects":"Обзор проектов","Select a project to review its tasks.":"Выберите проект для обзора его задач.","Configured for Review":"Настроено для обзора","Not Configured":"Не настроено","No projects available.":"Нет доступных проектов.","Select a project to review.":"Выберите проект для обзора.","Show all tasks":"Показать все задачи","Showing all tasks, including completed tasks from previous reviews.":"Показаны все задачи, включая завершенные задачи из предыдущих обзоров.","Show only new and in-progress tasks":"Показать только новые и задачи в процессе","No tasks found for this project.":"Для этого проекта задач не найдено.","Review every":"Обзор каждые","never":"никогда","Last reviewed":"Последний обзор","Mark as Reviewed":"Отметить как просмотренное","No review schedule configured for this project":"Для этого проекта не настроен график обзора","Configure Review Schedule":"Настроить график обзора","Project Review":"Обзор проекта","Select a project from the left sidebar to review its tasks.":"Выберите проект в левой боковой панели, чтобы просмотреть его задачи.","Inbox":"Входящие","Flagged":"Помеченные","Review":"Обзор","tags selected":"выбрано тегов","No tasks with the selected tags":"Нет задач с выбранными тегами","Select a tag to see related tasks":"Выберите тег, чтобы увидеть связанные задачи","Open Task Genius view":"Открыть вид Task Genius","Task capture with metadata":"Захват задачи с метаданными","Refresh task index":"Обновить индекс задач","Refreshing task index...":"Обновление индекса задач...","Task index refreshed":"Индекс задач обновлен","Failed to refresh task index":"Не удалось обновить индекс задач","Force reindex all tasks":"Принудительно переиндексировать все задачи","Clearing task cache and rebuilding index...":"Очистка кэша задач и перестройка индекса...","Task index completely rebuilt":"Индекс задач полностью перестроен","Failed to force reindex tasks":"Не удалось принудительно переиндексировать задачи","Task Genius View":"Вид Task Genius","Toggle Sidebar":"Переключить боковую панель","Details":"Детали","View":"Вид","Task Genius view is a comprehensive view that allows you to manage your tasks in a more efficient way.":"Вид Task Genius — это комплексный вид, который позволяет более эффективно управлять задачами.","Enable task genius view":"Включить вид Task Genius","Select a task to view details":"Выберите задачу, чтобы просмотреть детали","Status":"Статус","Comma separated":"Разделенные запятыми","Focus":"Фокус","Loading more...":"Загрузка еще...","projects":"проекты","No tasks for this section.":"Нет задач для этого раздела.","No tasks found.":"Задачи не найдены.","Complete":"Завершить","Switch status":"Переключить статус","Rebuild index":"Перестроить индекс","Rebuild":"Перестроить","0 tasks, 0 projects":"0 задач, 0 проектов","New Custom View":"Новый пользовательский вид","Create Custom View":"Создать пользовательский вид","Edit View: ":"Редактировать вид: ","View Name":"Имя вида","My Custom Task View":"Мой пользовательский вид задач","Icon Name":"Имя иконки","Enter any Lucide icon name (e.g., list-checks, filter, inbox)":"Введите любое имя иконки Lucide (например, list-checks, filter, inbox)","Filter Rules":"Правила фильтрации","Hide Completed and Abandoned Tasks":"Скрыть завершенные и заброшенные задачи","Hide completed and abandoned tasks in this view.":"Скрыть завершенные и заброшенные задачи в этом виде.","Text Contains":"Текст содержит","Filter tasks whose content includes this text (case-insensitive).":"Фильтровать задачи, содержимое которых включает этот текст (без учета регистра).","Tags Include":"Теги включают","Task must include ALL these tags (comma-separated).":"Задача должна включать ВСЕ эти теги (разделенные запятыми).","Tags Exclude":"Теги исключают","Task must NOT include ANY of these tags (comma-separated).":"Задача НЕ должна включать НИ ОДИН из этих тегов (разделенные запятыми).","Project Is":"Проект","Task must belong to this project (exact match).":"Задача должна принадлежать этому проекту (точное совпадение).","Priority Is":"Приоритет","Task must have this priority (e.g., 1, 2, 3).":"Задача должна иметь этот приоритет (например, 1, 2, 3).","Status Include":"Статус включает","Task status must be one of these (comma-separated markers, e.g., /,>).":"Статус задачи должен быть одним из этих (маркеры, разделенные запятыми, например, /,>).","Status Exclude":"Статус исключает","Task status must NOT be one of these (comma-separated markers, e.g., -,x).":"Статус задачи НЕ должен быть одним из этих (маркеры, разделенные запятыми, например, -,x).","Use YYYY-MM-DD or relative terms like 'today', 'tomorrow', 'next week', 'last month'.":"Используйте YYYY-MM-DD или относительные термины, такие как 'сегодня', 'завтра', 'на следующей неделе', 'в прошлом месяце'.","Due Date Is":"Срок выполнения","Start Date Is":"Дата начала","Scheduled Date Is":"Запланированная дата","Path Includes":"Путь включает","Task must contain this path (case-insensitive).":"Задача должна содержать этот путь (без учета регистра).","Path Excludes":"Путь исключает","Task must NOT contain this path (case-insensitive).":"Задача НЕ должна содержать этот путь (без учета регистра).","Unnamed View":"Безымянный вид","View configuration saved.":"Конфигурация вида сохранена.","Hide Details":"Скрыть детали","Show Details":"Показать детали","View Config":"Конфигурация вида","View Configuration":"Конфигурация вида","Configure the Task Genius sidebar views, visibility, order, and create custom views.":"Настройте виды боковой панели Task Genius, их видимость, порядок и создавайте пользовательские виды.","Manage Views":"Управление видами","Configure sidebar views, order, visibility, and hide/show completed tasks per view.":"Настройте виды боковой панели, их порядок, видимость и скрытие/показ завершенных задач для каждого вида.","Show in sidebar":"Показать в боковой панели","Edit View":"Редактировать вид","Move Up":"Переместить вверх","Move Down":"Переместить вниз","Delete View":"Удалить вид","Add Custom View":"Добавить пользовательский вид","Error: View ID already exists.":"Ошибка: Идентификатор вида уже существует.","Events":"События","Plan":"План","Year":"Год","Month":"Месяц","Week":"Неделя","Day":"День","Agenda":"Повестка дня","Back to categories":"Вернуться к категориям","No matching options found":"Совпадающих вариантов не найдено","No matching filters found":"Совпадающих фильтров не найдено","Tag":"Тег","File Path":"Путь к файлу","Add filter":"Добавить фильтр","Clear all":"Очистить все","Add Card":"Добавить карточку","First Day of Week":"Первый день недели","Overrides the locale default for calendar views.":"Переопределяет настройки локали по умолчанию для видов календаря.","Show checkbox":"Показать флажок","Show a checkbox for each task in the kanban view.":"Показывать флажок для каждой задачи в виде канбан.","Locale Default":"Локаль по умолчанию","Use custom goal for progress bar":"Использовать пользовательскую цель для индикатора прогресса","Toggle this to allow this plugin to find the pattern g::number as goal of the parent task.":"Включите, чтобы плагин искал шаблон g::number как цель родительской задачи.","Prefer metadata format of task":"Предпочитать формат метаданных задачи","You can choose dataview format or tasks format, that will influence both index and save format.":"Вы можете выбрать формат dataview или tasks, что повлияет на формат индекса и сохранения.","Open in new tab":"Открыть в новой вкладке","Open settings":"Открыть настройки","Hide in sidebar":"Скрыть в боковой панели","No items found":"Элементы не найдены","High Priority":"Высокий приоритет","Medium Priority":"Средний приоритет","Low Priority":"Низкий приоритет","No tasks in the selected items":"Нет задач в выбранных элементах","View Type":"Тип вида","Select the type of view to create":"Выберите тип вида для создания","Standard View":"Стандартный вид","Two Column View":"Двухколоночный вид","Items":"Элементы","selected items":"выбранные элементы","No items selected":"Нет выбранных элементов","Two Column View Settings":"Настройки двухколоночного вида","Group by Task Property":"Группировать по свойству задачи","Select which task property to use for left column grouping":"Выберите свойство задачи для группировки в левой колонке","Priorities":"Приоритеты","Contexts":"Контексты","Due Dates":"Сроки выполнения","Scheduled Dates":"Запланированные даты","Start Dates":"Даты начала","Files":"Файлы","Left Column Title":"Заголовок левой колонки","Title for the left column (items list)":"Заголовок для левой колонки (список элементов)","Right Column Title":"Заголовок правой колонки","Default title for the right column (tasks list)":"Заголовок по умолчанию для правой колонки (список задач)","Multi-select Text":"Текст при множественном выборе","Text to show when multiple items are selected":"Текст, отображаемый при выборе нескольких элементов","Empty State Text":"Текст пустого состояния","Text to show when no items are selected":"Текст, отображаемый когда ничего не выбрано","Filter Blanks":"Фильтровать пустые","Filter out blank tasks in this view.":"Отфильтровать пустые задачи в этом виде.","Task must contain this path (case-insensitive). Separate multiple paths with commas.":"Задача должна содержать этот путь (без учета регистра). Разделяйте несколько путей запятыми.","Task must NOT contain this path (case-insensitive). Separate multiple paths with commas.":"Задача НЕ должна содержать этот путь (без учета регистра). Разделяйте несколько путей запятыми.","You have unsaved changes. Save before closing?":"У вас есть несохраненные изменения. Сохранить перед закрытием?","Rotate":"Повернуть","Are you sure you want to force reindex all tasks?":"Вы уверены, что хотите принудительно переиндексировать все задачи?","Enable progress bar in reading mode":"Включить индикатор прогресса в режиме чтения","Toggle this to allow this plugin to show progress bars in reading mode.":"Включите, чтобы плагин отображал индикаторы прогресса в режиме чтения.","Range":"Диапазон","as a placeholder for the percentage value":"как заполнитель для значения процента","Template text with":"Шаблон текста с","placeholder":"заполнителем","Reindex":"Переиндексировать","From now":"Сейчас","Complete workflow":"Завершить рабочий процесс","Move to":"Переместить в","Settings":"Настройки","Just started":"Just started","Making progress":"Making progress","Half way":"Half way","Good progress":"Good progress","Almost there":"Almost there","archived on":"archived on","moved":"moved","Capture your thoughts...":"Capture your thoughts...","Project Workflow":"Project Workflow","Standard project management workflow":"Standard project management workflow","Planning":"Planning","Development":"Development","Testing":"Testing","Cancelled":"Cancelled","Habit":"Habit","Drink a cup of good tea":"Drink a cup of good tea","Watch an episode of a favorite series":"Watch an episode of a favorite series","Play a game":"Play a game","Eat a piece of chocolate":"Eat a piece of chocolate","common":"common","rare":"rare","legendary":"legendary","No Habits Yet":"No Habits Yet","Click the open habit button to create a new habit.":"Click the open habit button to create a new habit.","Please enter details":"Please enter details","Goal reached":"Goal reached","Exceeded goal":"Exceeded goal","Active":"Active","today":"today","Inactive":"Inactive","All Done!":"All Done!","Select event...":"Select event...","Create new habit":"Create new habit","Edit habit":"Edit habit","Habit type":"Habit type","Daily habit":"Daily habit","Simple daily check-in habit":"Simple daily check-in habit","Count habit":"Count habit","Record numeric values, e.g., how many cups of water":"Record numeric values, e.g., how many cups of water","Mapping habit":"Mapping habit","Use different values to map, e.g., emotion tracking":"Use different values to map, e.g., emotion tracking","Scheduled habit":"Scheduled habit","Habit with multiple events":"Habit with multiple events","Habit name":"Habit name","Display name of the habit":"Display name of the habit","Optional habit description":"Optional habit description","Icon":"Icon","Please enter a habit name":"Please enter a habit name","Property name":"Property name","The property name of the daily note front matter":"The property name of the daily note front matter","Completion text":"Completion text","(Optional) Specific text representing completion, leave blank for any non-empty value to be considered completed":"(Optional) Specific text representing completion, leave blank for any non-empty value to be considered completed","The property name in daily note front matter to store count values":"The property name in daily note front matter to store count values","Minimum value":"Minimum value","(Optional) Minimum value for the count":"(Optional) Minimum value for the count","Maximum value":"Maximum value","(Optional) Maximum value for the count":"(Optional) Maximum value for the count","Unit":"Unit","(Optional) Unit for the count, such as 'cups', 'times', etc.":"(Optional) Unit for the count, such as 'cups', 'times', etc.","Notice threshold":"Notice threshold","(Optional) Trigger a notification when this value is reached":"(Optional) Trigger a notification when this value is reached","The property name in daily note front matter to store mapping values":"The property name in daily note front matter to store mapping values","Value mapping":"Value mapping","Define mappings from numeric values to display text":"Define mappings from numeric values to display text","Add new mapping":"Add new mapping","Scheduled events":"Scheduled events","Add multiple events that need to be completed":"Add multiple events that need to be completed","Event name":"Event name","Event details":"Event details","Add new event":"Add new event","Please enter a property name":"Please enter a property name","Please add at least one mapping value":"Please add at least one mapping value","Mapping key must be a number":"Mapping key must be a number","Please enter text for all mapping values":"Please enter text for all mapping values","Please add at least one event":"Please add at least one event","Event name cannot be empty":"Event name cannot be empty","Add new habit":"Add new habit","No habits yet":"No habits yet","Click the button above to add your first habit":"Click the button above to add your first habit","Habit updated":"Habit updated","Habit added":"Habit added","Delete habit":"Delete habit","This action cannot be undone.":"This action cannot be undone.","Habit deleted":"Habit deleted","You've Earned a Reward!":"You've Earned a Reward!","Your reward:":"Your reward:","Image not found:":"Image not found:","Claim Reward":"Claim Reward","Skip":"Skip","Reward":"Reward","View & Index Configuration":"View & Index Configuration","Enable task genius view will also enable the task genius indexer, which will provide the task genius view results from whole vault.":"Enable task genius view will also enable the task genius indexer, which will provide the task genius view results from whole vault.","Use daily note path as date":"Use daily note path as date","If enabled, the daily note path will be used as the date for tasks.":"If enabled, the daily note path will be used as the date for tasks.","Task Genius will use moment.js and also this format to parse the daily note path.":"Task Genius will use moment.js and also this format to parse the daily note path.","You need to set `yyyy` instead of `YYYY` in the format string. And `dd` instead of `DD`.":"You need to set `yyyy` instead of `YYYY` in the format string. And `dd` instead of `DD`.","Daily note format":"Daily note format","Daily note path":"Daily note path","Select the folder that contains the daily note.":"Select the folder that contains the daily note.","Use as date type":"Use as date type","You can choose due, start, or scheduled as the date type for tasks.":"You can choose due, start, or scheduled as the date type for tasks.","Due":"Due","Start":"Start","Scheduled":"Scheduled","Rewards":"Rewards","Configure rewards for completing tasks. Define items, their occurrence chances, and conditions.":"Configure rewards for completing tasks. Define items, their occurrence chances, and conditions.","Enable Rewards":"Enable Rewards","Toggle to enable or disable the reward system.":"Toggle to enable or disable the reward system.","Occurrence Levels":"Occurrence Levels","Define different levels of reward rarity and their probability.":"Define different levels of reward rarity and their probability.","Chance must be between 0 and 100.":"Chance must be between 0 and 100.","Level Name (e.g., common)":"Level Name (e.g., common)","Chance (%)":"Chance (%)","Delete Level":"Delete Level","Add Occurrence Level":"Add Occurrence Level","New Level":"New Level","Reward Items":"Reward Items","Manage the specific rewards that can be obtained.":"Manage the specific rewards that can be obtained.","No levels defined":"No levels defined","Reward Name/Text":"Reward Name/Text","Inventory (-1 for ∞)":"Inventory (-1 for ∞)","Invalid inventory number.":"Invalid inventory number.","Condition (e.g., #tag AND project)":"Condition (e.g., #tag AND project)","Image URL (optional)":"Image URL (optional)","Delete Reward Item":"Delete Reward Item","No reward items defined yet.":"No reward items defined yet.","Add Reward Item":"Add Reward Item","New Reward":"New Reward","Configure habit settings, including adding new habits, editing existing habits, and managing habit completion.":"Configure habit settings, including adding new habits, editing existing habits, and managing habit completion.","Enable habits":"Enable habits","Task sorting is disabled or no sort criteria are defined in settings.":"Task sorting is disabled or no sort criteria are defined in settings.","e.g. #tag1, #tag2, #tag3":"e.g. #tag1, #tag2, #tag3","Overdue":"Overdue","No tasks found for this tag.":"No tasks found for this tag.","New custom view":"New custom view","Create custom view":"Create custom view","Edit view: ":"Edit view: ","Icon name":"Icon name","First day of week":"First day of week","Overrides the locale default for forecast views.":"Overrides the locale default for forecast views.","View type":"View type","Standard view":"Standard view","Two column view":"Two column view","Two column view settings":"Two column view settings","Group by task property":"Group by task property","Left column title":"Left column title","Right column title":"Right column title","Empty state text":"Empty state text","Hide completed and abandoned tasks":"Hide completed and abandoned tasks","Filter blanks":"Filter blanks","Text contains":"Text contains","Tags include":"Tags include","Tags exclude":"Tags exclude","Project is":"Project is","Priority is":"Priority is","Status include":"Status include","Status exclude":"Status exclude","Due date is":"Due date is","Start date is":"Start date is","Scheduled date is":"Scheduled date is","Path includes":"Path includes","Path excludes":"Path excludes","Sort Criteria":"Sort Criteria","Define the order in which tasks should be sorted. Criteria are applied sequentially.":"Define the order in which tasks should be sorted. Criteria are applied sequentially.","No sort criteria defined. Add criteria below.":"No sort criteria defined. Add criteria below.","Content":"Content","Ascending":"Ascending","Descending":"Descending","Ascending: High -> Low -> None. Descending: None -> Low -> High":"Ascending: High -> Low -> None. Descending: None -> Low -> High","Ascending: Earlier -> Later -> None. Descending: None -> Later -> Earlier":"Ascending: Earlier -> Later -> None. Descending: None -> Later -> Earlier","Ascending respects status order (Overdue first). Descending reverses it.":"Ascending respects status order (Overdue first). Descending reverses it.","Ascending: A-Z. Descending: Z-A":"Ascending: A-Z. Descending: Z-A","Remove Criterion":"Remove Criterion","Add Sort Criterion":"Add Sort Criterion","Reset to Defaults":"Reset to Defaults","Has due date":"Has due date","Has date":"Has date","No date":"No date","Any":"Any","Has start date":"Has start date","Has scheduled date":"Has scheduled date","Has created date":"Has created date","Has completed date":"Has completed date","Only show tasks that match the completed date.":"Only show tasks that match the completed date.","Has recurrence":"Has recurrence","Has property":"Has property","No property":"No property","Unsaved Changes":"Unsaved Changes","Sort Tasks in Section":"Sort Tasks in Section","Tasks sorted (using settings). Change application needs refinement.":"Tasks sorted (using settings). Change application needs refinement.","Sort Tasks in Entire Document":"Sort Tasks in Entire Document","Entire document sorted (using settings).":"Entire document sorted (using settings).","Tasks already sorted or no tasks found.":"Tasks already sorted or no tasks found.","Task Handler":"Task Handler","Show progress bars based on heading":"Show progress bars based on heading","Toggle this to enable showing progress bars based on heading.":"Toggle this to enable showing progress bars based on heading.","# heading":"# heading","Task Sorting":"Task Sorting","Configure how tasks are sorted in the document.":"Configure how tasks are sorted in the document.","Enable Task Sorting":"Enable Task Sorting","Toggle this to enable commands for sorting tasks.":"Toggle this to enable commands for sorting tasks.","Use relative time for date":"Use relative time for date","Use relative time for date in task list item, e.g. 'yesterday', 'today', 'tomorrow', 'in 2 days', '3 months ago', etc.":"Use relative time for date in task list item, e.g. 'yesterday', 'today', 'tomorrow', 'in 2 days', '3 months ago', etc.","Ignore all tasks behind heading":"Ignore all tasks behind heading","Enter the heading to ignore, e.g. '## Project', '## Inbox', separated by comma":"Enter the heading to ignore, e.g. '## Project', '## Inbox', separated by comma","Focus all tasks behind heading":"Focus all tasks behind heading","Enter the heading to focus, e.g. '## Project', '## Inbox', separated by comma":"Enter the heading to focus, e.g. '## Project', '## Inbox', separated by comma","Enable rewards":"Enable rewards","Reward display type":"Reward display type","Choose how rewards are displayed when earned.":"Choose how rewards are displayed when earned.","Modal dialog":"Modal dialog","Notice (Auto-accept)":"Notice (Auto-accept)","Occurrence levels":"Occurrence levels","Add occurrence level":"Add occurrence level","Reward items":"Reward items","Image url (optional)":"Image url (optional)","Delete reward item":"Delete reward item","Add reward item":"Add reward item","moved on":"moved on","Priority (High to Low)":"Priority (High to Low)","Priority (Low to High)":"Priority (Low to High)","Due Date (Earliest First)":"Due Date (Earliest First)","Due Date (Latest First)":"Due Date (Latest First)","Scheduled Date (Earliest First)":"Scheduled Date (Earliest First)","Scheduled Date (Latest First)":"Scheduled Date (Latest First)","Start Date (Earliest First)":"Start Date (Earliest First)","Start Date (Latest First)":"Start Date (Latest First)","Created Date":"Created Date","Overview":"Overview","Dates":"Dates","e.g. #tag1, #tag2":"e.g. #tag1, #tag2","e.g. @home, @work":"e.g. @home, @work","Recurrence Rule":"Recurrence Rule","e.g. every day, every week":"e.g. every day, every week","Edit Task":"Edit Task","Save Filter Configuration":"Save Filter Configuration","Filter Configuration Name":"Filter Configuration Name","Enter a name for this filter configuration":"Enter a name for this filter configuration","Filter Configuration Description":"Filter Configuration Description","Enter a description for this filter configuration (optional)":"Enter a description for this filter configuration (optional)","Load Filter Configuration":"Load Filter Configuration","No saved filter configurations":"No saved filter configurations","Select a saved filter configuration":"Select a saved filter configuration","Load":"Load","Created":"Created","Updated":"Updated","Filter Summary":"Filter Summary","filter group":"filter group","filter":"filter","Root condition":"Root condition","Filter configuration name is required":"Filter configuration name is required","Failed to save filter configuration":"Failed to save filter configuration","Filter configuration saved successfully":"Filter configuration saved successfully","Failed to load filter configuration":"Failed to load filter configuration","Filter configuration loaded successfully":"Filter configuration loaded successfully","Failed to delete filter configuration":"Failed to delete filter configuration","Delete Filter Configuration":"Delete Filter Configuration","Are you sure you want to delete this filter configuration?":"Are you sure you want to delete this filter configuration?","Filter configuration deleted successfully":"Filter configuration deleted successfully","Match":"Match","All":"All","Add filter group":"Add filter group","Save Current Filter":"Save Current Filter","Load Saved Filter":"Load Saved Filter","filter in this group":"filter in this group","Duplicate filter group":"Duplicate filter group","Remove filter group":"Remove filter group","OR":"OR","AND NOT":"AND NOT","AND":"AND","Remove filter":"Remove filter","contains":"contains","does not contain":"does not contain","is":"is","is not":"is not","starts with":"starts with","ends with":"ends with","is empty":"is empty","is not empty":"is not empty","is true":"is true","is false":"is false","is set":"is set","is not set":"is not set","equals":"equals","NOR":"NOR","Group by":"Group by","Select which task property to use for creating columns":"Select which task property to use for creating columns","Hide empty columns":"Hide empty columns","Hide columns that have no tasks.":"Hide columns that have no tasks.","Default sort field":"Default sort field","Default field to sort tasks by within each column.":"Default field to sort tasks by within each column.","Default sort order":"Default sort order","Default order to sort tasks within each column.":"Default order to sort tasks within each column.","Custom Columns":"Custom Columns","Configure custom columns for the selected grouping property":"Configure custom columns for the selected grouping property","No custom columns defined. Add columns below.":"No custom columns defined. Add columns below.","Column Title":"Column Title","Value":"Value","Remove Column":"Remove Column","Add Column":"Add Column","New Column":"New Column","Reset Columns":"Reset Columns","Task must have this priority (e.g., 1, 2, 3). You can also use 'none' to filter out tasks without a priority.":"Task must have this priority (e.g., 1, 2, 3). You can also use 'none' to filter out tasks without a priority.","Move all incomplete subtasks to another file":"Move all incomplete subtasks to another file","Move direct incomplete subtasks to another file":"Move direct incomplete subtasks to another file","Filter":"Filter","Reset Filter":"Reset Filter","Saved Filters":"Saved Filters","Manage Saved Filters":"Manage Saved Filters","Filter applied: ":"Filter applied: ","Recurrence date calculation":"Recurrence date calculation","Choose how to calculate the next date for recurring tasks":"Choose how to calculate the next date for recurring tasks","Based on due date":"Based on due date","Based on scheduled date":"Based on scheduled date","Based on current date":"Based on current date","Task Gutter":"Task Gutter","Configure the task gutter.":"Configure the task gutter.","Enable task gutter":"Enable task gutter","Toggle this to enable the task gutter.":"Toggle this to enable the task gutter.","Incomplete Task Mover":"Incomplete Task Mover","Enable incomplete task mover":"Enable incomplete task mover","Toggle this to enable commands for moving incomplete tasks to another file.":"Toggle this to enable commands for moving incomplete tasks to another file.","Incomplete task marker type":"Incomplete task marker type","Choose what type of marker to add to moved incomplete tasks":"Choose what type of marker to add to moved incomplete tasks","Incomplete version marker text":"Incomplete version marker text","Text to append to incomplete tasks when moved (e.g., 'version 1.0')":"Text to append to incomplete tasks when moved (e.g., 'version 1.0')","Incomplete date marker text":"Incomplete date marker text","Text to append to incomplete tasks when moved (e.g., 'moved on 2023-12-31')":"Text to append to incomplete tasks when moved (e.g., 'moved on 2023-12-31')","Incomplete custom marker text":"Incomplete custom marker text","With current file link for incomplete tasks":"With current file link for incomplete tasks","A link to the current file will be added to the parent task of the moved incomplete tasks.":"A link to the current file will be added to the parent task of the moved incomplete tasks.","Line Number":"Line Number","Clear Date":"Clear Date","Copy view":"Copy view","View copied successfully: ":"View copied successfully: ","Copy of ":"Copy of ","Copy view: ":"Copy view: ","Creating a copy based on: ":"Creating a copy based on: ","You can modify all settings below. The original view will remain unchanged.":"You can modify all settings below. The original view will remain unchanged.","Tasks Plugin Detected":"Tasks Plugin Detected","Current status management and date management may conflict with the Tasks plugin. Please check the ":"Current status management and date management may conflict with the Tasks plugin. Please check the ","compatibility documentation":"compatibility documentation"," for more information.":" for more information.","Auto Date Manager":"Auto Date Manager","Automatically manage dates based on task status changes":"Automatically manage dates based on task status changes","Enable auto date manager":"Enable auto date manager","Toggle this to enable automatic date management when task status changes. Dates will be added/removed based on your preferred metadata format (Tasks emoji format or Dataview format).":"Toggle this to enable automatic date management when task status changes. Dates will be added/removed based on your preferred metadata format (Tasks emoji format or Dataview format).","Manage completion dates":"Manage completion dates","Automatically add completion dates when tasks are marked as completed, and remove them when changed to other statuses.":"Automatically add completion dates when tasks are marked as completed, and remove them when changed to other statuses.","Manage start dates":"Manage start dates","Automatically add start dates when tasks are marked as in progress, and remove them when changed to other statuses.":"Automatically add start dates when tasks are marked as in progress, and remove them when changed to other statuses.","Manage cancelled dates":"Manage cancelled dates","Automatically add cancelled dates when tasks are marked as abandoned, and remove them when changed to other statuses.":"Automatically add cancelled dates when tasks are marked as abandoned, and remove them when changed to other statuses.","Copy View":"Copy View","Beta":"Beta","Beta Test Features":"Beta Test Features","Experimental features that are currently in testing phase. These features may be unstable and could change or be removed in future updates.":"Experimental features that are currently in testing phase. These features may be unstable and could change or be removed in future updates.","Beta Features Warning":"Beta Features Warning","These features are experimental and may be unstable. They could change significantly or be removed in future updates due to Obsidian API changes or other factors. Please use with caution and provide feedback to help improve these features.":"These features are experimental and may be unstable. They could change significantly or be removed in future updates due to Obsidian API changes or other factors. Please use with caution and provide feedback to help improve these features.","Base View":"Base View","Advanced view management features that extend the default Task Genius views with additional functionality.":"Advanced view management features that extend the default Task Genius views with additional functionality.","Enable experimental Base View functionality. This feature provides enhanced view management capabilities but may be affected by future Obsidian API changes. You may need to restart Obsidian to see the changes.":"Enable experimental Base View functionality. This feature provides enhanced view management capabilities but may be affected by future Obsidian API changes. You may need to restart Obsidian to see the changes.","You need to close all bases view if you already create task view in them and remove unused view via edit them manually when disable this feature.":"You need to close all bases view if you already create task view in them and remove unused view via edit them manually when disable this feature.","Enable Base View":"Enable Base View","Enable experimental Base View functionality. This feature provides enhanced view management capabilities but may be affected by future Obsidian API changes.":"Enable experimental Base View functionality. This feature provides enhanced view management capabilities but may be affected by future Obsidian API changes.","Enable":"Enable","Beta Feedback":"Beta Feedback","Help improve these features by providing feedback on your experience.":"Help improve these features by providing feedback on your experience.","Report Issues":"Report Issues","If you encounter any issues with beta features, please report them to help improve the plugin.":"If you encounter any issues with beta features, please report them to help improve the plugin.","Report Issue":"Report Issue","Table":"Table","No Priority":"No Priority","Click to select date":"Click to select date","Enter tags separated by commas":"Enter tags separated by commas","Enter project name":"Enter project name","Enter context":"Enter context","Invalid value":"Invalid value","No tasks":"No tasks","1 task":"1 task","Columns":"Columns","Toggle column visibility":"Toggle column visibility","Switch to List Mode":"Switch to List Mode","Switch to Tree Mode":"Switch to Tree Mode","Collapse":"Collapse","Expand":"Expand","Collapse subtasks":"Collapse subtasks","Expand subtasks":"Expand subtasks","Click to change status":"Click to change status","Click to set priority":"Click to set priority","Yesterday":"Yesterday","Click to edit date":"Click to edit date","No tags":"No tags","Click to open file":"Click to open file","No tasks found":"No tasks found","Completed Date":"Completed Date","Loading...":"Loading...","Advanced Filtering":"Advanced Filtering","Use advanced multi-group filtering with complex conditions":"Use advanced multi-group filtering with complex conditions","Auto-moved":"Auto-moved","tasks to":"tasks to","Failed to auto-move tasks:":"Failed to auto-move tasks:","Workflow created successfully":"Workflow created successfully","No task structure found at cursor position":"No task structure found at cursor position","Use similar existing workflow":"Use similar existing workflow","Create new workflow":"Create new workflow","No workflows defined. Create a workflow first.":"No workflows defined. Create a workflow first.","Workflow task created":"Workflow task created","Task converted to workflow root":"Task converted to workflow root","Failed to convert task":"Failed to convert task","No workflows to duplicate":"No workflows to duplicate","Duplicate":"Duplicate","Workflow duplicated and saved":"Workflow duplicated and saved","Workflow created from task structure":"Workflow created from task structure","Create Quick Workflow":"Create Quick Workflow","Convert Task to Workflow":"Convert Task to Workflow","Convert to Workflow Root":"Convert to Workflow Root","Start Workflow Here":"Start Workflow Here","Duplicate Workflow":"Duplicate Workflow","Simple Linear Workflow":"Simple Linear Workflow","A basic linear workflow with sequential stages":"A basic linear workflow with sequential stages","To Do":"To Do","Done":"Done","Project Management":"Project Management","Coding":"Coding","Research Process":"Research Process","Academic or professional research workflow":"Academic or professional research workflow","Literature Review":"Literature Review","Data Collection":"Data Collection","Analysis":"Analysis","Writing":"Writing","Published":"Published","Custom Workflow":"Custom Workflow","Create a custom workflow from scratch":"Create a custom workflow from scratch","Quick Workflow Creation":"Quick Workflow Creation","Workflow Template":"Workflow Template","Choose a template to start with or create a custom workflow":"Choose a template to start with or create a custom workflow","Workflow Name":"Workflow Name","A descriptive name for your workflow":"A descriptive name for your workflow","Enter workflow name":"Enter workflow name","Unique identifier (auto-generated from name)":"Unique identifier (auto-generated from name)","Optional description of the workflow purpose":"Optional description of the workflow purpose","Describe your workflow...":"Describe your workflow...","Preview of workflow stages (edit after creation for advanced options)":"Preview of workflow stages (edit after creation for advanced options)","Add Stage":"Add Stage","No stages defined. Choose a template or add stages manually.":"No stages defined. Choose a template or add stages manually.","Remove stage":"Remove stage","Create Workflow":"Create Workflow","Please provide a workflow name and ID":"Please provide a workflow name and ID","Please add at least one stage to the workflow":"Please add at least one stage to the workflow","Discord":"Discord","Chat with us":"Chat with us","Open Discord":"Open Discord","Task Genius icons are designed by":"Task Genius icons are designed by","Task Genius Icons":"Task Genius Icons","ICS Calendar Integration":"ICS Calendar Integration","Configure external calendar sources to display events in your task views.":"Configure external calendar sources to display events in your task views.","Add New Calendar Source":"Add New Calendar Source","Global Settings":"Global Settings","Enable Background Refresh":"Enable Background Refresh","Automatically refresh calendar sources in the background":"Automatically refresh calendar sources in the background","Global Refresh Interval":"Global Refresh Interval","Default refresh interval for all sources (minutes)":"Default refresh interval for all sources (minutes)","Maximum Cache Age":"Maximum Cache Age","How long to keep cached data (hours)":"How long to keep cached data (hours)","Network Timeout":"Network Timeout","Request timeout in seconds":"Request timeout in seconds","Max Events Per Source":"Max Events Per Source","Maximum number of events to load from each source":"Maximum number of events to load from each source","Default Event Color":"Default Event Color","Default color for events without a specific color":"Default color for events without a specific color","Calendar Sources":"Calendar Sources","No calendar sources configured. Add a source to get started.":"No calendar sources configured. Add a source to get started.","ICS Enabled":"ICS Enabled","ICS Disabled":"ICS Disabled","URL":"URL","Refresh":"Refresh","min":"min","Color":"Color","Edit this calendar source":"Edit this calendar source","Sync":"Sync","Sync this calendar source now":"Sync this calendar source now","Syncing...":"Syncing...","Sync completed successfully":"Sync completed successfully","Sync failed: ":"Sync failed: ","Disable":"Disable","Disable this source":"Disable this source","Enable this source":"Enable this source","Delete this calendar source":"Delete this calendar source","Are you sure you want to delete this calendar source?":"Are you sure you want to delete this calendar source?","Edit ICS Source":"Edit ICS Source","Add ICS Source":"Add ICS Source","ICS Source Name":"ICS Source Name","Display name for this calendar source":"Display name for this calendar source","My Calendar":"My Calendar","ICS URL":"ICS URL","URL to the ICS/iCal file":"URL to the ICS/iCal file","Whether this source is active":"Whether this source is active","Refresh Interval":"Refresh Interval","How often to refresh this source (minutes)":"How often to refresh this source (minutes)","Color for events from this source (optional)":"Color for events from this source (optional)","Show Type":"Show Type","How to display events from this source in calendar views":"How to display events from this source in calendar views","Event":"Event","Badge":"Badge","Show All-Day Events":"Show All-Day Events","Include all-day events from this source":"Include all-day events from this source","Show Timed Events":"Show Timed Events","Include timed events from this source":"Include timed events from this source","Authentication (Optional)":"Authentication (Optional)","Authentication Type":"Authentication Type","Type of authentication required":"Type of authentication required","ICS Auth None":"ICS Auth None","Basic Auth":"Basic Auth","Bearer Token":"Bearer Token","Custom Headers":"Custom Headers","Text Replacements":"Text Replacements","Configure rules to modify event text using regular expressions":"Configure rules to modify event text using regular expressions","No text replacement rules configured":"No text replacement rules configured","Enabled":"Enabled","Disabled":"Disabled","Target":"Target","Pattern":"Pattern","Replacement":"Replacement","Are you sure you want to delete this text replacement rule?":"Are you sure you want to delete this text replacement rule?","Add Text Replacement Rule":"Add Text Replacement Rule","ICS Username":"ICS Username","ICS Password":"ICS Password","ICS Bearer Token":"ICS Bearer Token","JSON object with custom headers":"JSON object with custom headers","Holiday Configuration":"Holiday Configuration","Configure how holiday events are detected and displayed":"Configure how holiday events are detected and displayed","Enable Holiday Detection":"Enable Holiday Detection","Automatically detect and group holiday events":"Automatically detect and group holiday events","Status Mapping":"Status Mapping","Configure how ICS events are mapped to task statuses":"Configure how ICS events are mapped to task statuses","Enable Status Mapping":"Enable Status Mapping","Automatically map ICS events to specific task statuses":"Automatically map ICS events to specific task statuses","Grouping Strategy":"Grouping Strategy","How to handle consecutive holiday events":"How to handle consecutive holiday events","Show All Events":"Show All Events","Show First Day Only":"Show First Day Only","Show Summary":"Show Summary","Show First and Last":"Show First and Last","Maximum Gap Days":"Maximum Gap Days","Maximum days between events to consider them consecutive":"Maximum days between events to consider them consecutive","Show in Forecast":"Show in Forecast","Whether to show holiday events in forecast view":"Whether to show holiday events in forecast view","Show in Calendar":"Show in Calendar","Whether to show holiday events in calendar view":"Whether to show holiday events in calendar view","Detection Patterns":"Detection Patterns","Summary Patterns":"Summary Patterns","Regex patterns to match in event titles (one per line)":"Regex patterns to match in event titles (one per line)","Keywords":"Keywords","Keywords to detect in event text (one per line)":"Keywords to detect in event text (one per line)","Categories":"Categories","Event categories that indicate holidays (one per line)":"Event categories that indicate holidays (one per line)","Group Display Format":"Group Display Format","Format for grouped holiday display. Use {title}, {count}, {startDate}, {endDate}":"Format for grouped holiday display. Use {title}, {count}, {startDate}, {endDate}","Override ICS Status":"Override ICS Status","Override original ICS event status with mapped status":"Override original ICS event status with mapped status","Timing Rules":"Timing Rules","Past Events Status":"Past Events Status","Status for events that have already ended":"Status for events that have already ended","Status Incomplete":"Status Incomplete","Status Complete":"Status Complete","Status Cancelled":"Status Cancelled","Status In Progress":"Status In Progress","Status Question":"Status Question","Current Events Status":"Current Events Status","Status for events happening today":"Status for events happening today","Future Events Status":"Future Events Status","Status for events in the future":"Status for events in the future","Property Rules":"Property Rules","Optional rules based on event properties (higher priority than timing rules)":"Optional rules based on event properties (higher priority than timing rules)","Holiday Status":"Holiday Status","Status for events detected as holidays":"Status for events detected as holidays","Use timing rules":"Use timing rules","Category Mapping":"Category Mapping","Map specific categories to statuses (format: category:status, one per line)":"Map specific categories to statuses (format: category:status, one per line)","Please enter a name for the source":"Please enter a name for the source","Please enter a URL for the source":"Please enter a URL for the source","Please enter a valid URL":"Please enter a valid URL","Edit Text Replacement Rule":"Edit Text Replacement Rule","Rule Name":"Rule Name","Descriptive name for this replacement rule":"Descriptive name for this replacement rule","Remove Meeting Prefix":"Remove Meeting Prefix","Whether this rule is active":"Whether this rule is active","Target Field":"Target Field","Which field to apply the replacement to":"Which field to apply the replacement to","Summary/Title":"Summary/Title","Location":"Location","All Fields":"All Fields","Pattern (Regular Expression)":"Pattern (Regular Expression)","Regular expression pattern to match. Use parentheses for capture groups.":"Regular expression pattern to match. Use parentheses for capture groups.","Text to replace matches with. Use $1, $2, etc. for capture groups.":"Text to replace matches with. Use $1, $2, etc. for capture groups.","Regex Flags":"Regex Flags","Regular expression flags (e.g., 'g' for global, 'i' for case-insensitive)":"Regular expression flags (e.g., 'g' for global, 'i' for case-insensitive)","Examples":"Examples","Remove prefix":"Remove prefix","Replace room numbers":"Replace room numbers","Swap words":"Swap words","Test Rule":"Test Rule","Output: ":"Output: ","Test Input":"Test Input","Enter text to test the replacement rule":"Enter text to test the replacement rule","Please enter a name for the rule":"Please enter a name for the rule","Please enter a pattern":"Please enter a pattern","Invalid regular expression pattern":"Invalid regular expression pattern","Enhanced Project Configuration":"Enhanced Project Configuration","Configure advanced project detection and management features":"Configure advanced project detection and management features","Enable enhanced project features":"Enable enhanced project features","Enable path-based, metadata-based, and config file-based project detection":"Enable path-based, metadata-based, and config file-based project detection","Path-based Project Mappings":"Path-based Project Mappings","Configure project names based on file paths":"Configure project names based on file paths","No path mappings configured yet.":"No path mappings configured yet.","Mapping":"Mapping","Path pattern (e.g., Projects/Work)":"Path pattern (e.g., Projects/Work)","Add Path Mapping":"Add Path Mapping","Metadata-based Project Configuration":"Metadata-based Project Configuration","Configure project detection from file frontmatter":"Configure project detection from file frontmatter","Enable metadata project detection":"Enable metadata project detection","Detect project from file frontmatter metadata":"Detect project from file frontmatter metadata","Metadata key":"Metadata key","The frontmatter key to use for project name":"The frontmatter key to use for project name","Inherit other metadata fields from file frontmatter":"Inherit other metadata fields from file frontmatter","Allow subtasks to inherit metadata from file frontmatter. When disabled, only top-level tasks inherit file metadata.":"Allow subtasks to inherit metadata from file frontmatter. When disabled, only top-level tasks inherit file metadata.","Project Configuration File":"Project Configuration File","Configure project detection from project config files":"Configure project detection from project config files","Enable config file project detection":"Enable config file project detection","Detect project from project configuration files":"Detect project from project configuration files","Config file name":"Config file name","Name of the project configuration file":"Name of the project configuration file","Search recursively":"Search recursively","Search for config files in parent directories":"Search for config files in parent directories","Metadata Mappings":"Metadata Mappings","Configure how metadata fields are mapped and transformed":"Configure how metadata fields are mapped and transformed","No metadata mappings configured yet.":"No metadata mappings configured yet.","Source key (e.g., proj)":"Source key (e.g., proj)","Select target field":"Select target field","Add Metadata Mapping":"Add Metadata Mapping","Default Project Naming":"Default Project Naming","Configure fallback project naming when no explicit project is found":"Configure fallback project naming when no explicit project is found","Enable default project naming":"Enable default project naming","Use default naming strategy when no project is explicitly defined":"Use default naming strategy when no project is explicitly defined","Naming strategy":"Naming strategy","Strategy for generating default project names":"Strategy for generating default project names","Use filename":"Use filename","Use folder name":"Use folder name","Use metadata field":"Use metadata field","Metadata field to use as project name":"Metadata field to use as project name","Enter metadata key (e.g., project-name)":"Enter metadata key (e.g., project-name)","Strip file extension":"Strip file extension","Remove file extension from filename when using as project name":"Remove file extension from filename when using as project name","Target type":"Target type","Choose whether to capture to a fixed file or daily note":"Choose whether to capture to a fixed file or daily note","Fixed file":"Fixed file","Daily note":"Daily note","The file where captured text will be saved. You can include a path, e.g., 'folder/Quick Capture.md'. Supports date templates like {{DATE:YYYY-MM-DD}} or {{date:YYYY-MM-DD-HHmm}}":"The file where captured text will be saved. You can include a path, e.g., 'folder/Quick Capture.md'. Supports date templates like {{DATE:YYYY-MM-DD}} or {{date:YYYY-MM-DD-HHmm}}","Sync with Daily Notes plugin":"Sync with Daily Notes plugin","Automatically sync settings from the Daily Notes plugin":"Automatically sync settings from the Daily Notes plugin","Sync now":"Sync now","Daily notes settings synced successfully":"Daily notes settings synced successfully","Daily Notes plugin is not enabled":"Daily Notes plugin is not enabled","Failed to sync daily notes settings":"Failed to sync daily notes settings","Date format for daily notes (e.g., YYYY-MM-DD)":"Date format for daily notes (e.g., YYYY-MM-DD)","Daily note folder":"Daily note folder","Folder path for daily notes (leave empty for root)":"Folder path for daily notes (leave empty for root)","Daily note template":"Daily note template","Template file path for new daily notes (optional)":"Template file path for new daily notes (optional)","Target heading":"Target heading","Optional heading to append content under (leave empty to append to file)":"Optional heading to append content under (leave empty to append to file)","How to add captured content to the target location":"How to add captured content to the target location","Append":"Append","Prepend":"Prepend","Replace":"Replace","Enable auto-move for completed tasks":"Enable auto-move for completed tasks","Automatically move completed tasks to a default file without manual selection.":"Automatically move completed tasks to a default file without manual selection.","Default target file":"Default target file","Default file to move completed tasks to (e.g., 'Archive.md')":"Default file to move completed tasks to (e.g., 'Archive.md')","Default insertion mode":"Default insertion mode","Where to insert completed tasks in the target file":"Where to insert completed tasks in the target file","Default heading name":"Default heading name","Heading name to insert tasks after (will be created if it doesn't exist)":"Heading name to insert tasks after (will be created if it doesn't exist)","Enable auto-move for incomplete tasks":"Enable auto-move for incomplete tasks","Automatically move incomplete tasks to a default file without manual selection.":"Automatically move incomplete tasks to a default file without manual selection.","Default target file for incomplete tasks":"Default target file for incomplete tasks","Default file to move incomplete tasks to (e.g., 'Backlog.md')":"Default file to move incomplete tasks to (e.g., 'Backlog.md')","Default insertion mode for incomplete tasks":"Default insertion mode for incomplete tasks","Where to insert incomplete tasks in the target file":"Where to insert incomplete tasks in the target file","Default heading name for incomplete tasks":"Default heading name for incomplete tasks","Heading name to insert incomplete tasks after (will be created if it doesn't exist)":"Heading name to insert incomplete tasks after (will be created if it doesn't exist)","Other settings":"Other settings","Use Task Genius icons":"Use Task Genius icons","Use Task Genius icons for task statuses":"Use Task Genius icons for task statuses","Timeline Sidebar":"Timeline Sidebar","Enable Timeline Sidebar":"Enable Timeline Sidebar","Toggle this to enable the timeline sidebar view for quick access to your daily events and tasks.":"Toggle this to enable the timeline sidebar view for quick access to your daily events and tasks.","Auto-open on startup":"Auto-open on startup","Automatically open the timeline sidebar when Obsidian starts.":"Automatically open the timeline sidebar when Obsidian starts.","Show completed tasks":"Show completed tasks","Include completed tasks in the timeline view. When disabled, only incomplete tasks will be shown.":"Include completed tasks in the timeline view. When disabled, only incomplete tasks will be shown.","Focus mode by default":"Focus mode by default","Enable focus mode by default, which highlights today's events and dims past/future events.":"Enable focus mode by default, which highlights today's events and dims past/future events.","Maximum events to show":"Maximum events to show","Maximum number of events to display in the timeline. Higher numbers may affect performance.":"Maximum number of events to display in the timeline. Higher numbers may affect performance.","Open Timeline Sidebar":"Open Timeline Sidebar","Click to open the timeline sidebar view.":"Click to open the timeline sidebar view.","Open Timeline":"Open Timeline","Timeline sidebar opened":"Timeline sidebar opened","Task Parser Configuration":"Task Parser Configuration","Configure how task metadata is parsed and recognized.":"Configure how task metadata is parsed and recognized.","Project tag prefix":"Project tag prefix","Customize the prefix used for project tags in dataview format (e.g., 'project' for [project:: myproject]). Changes require reindexing.":"Customize the prefix used for project tags in dataview format (e.g., 'project' for [project:: myproject]). Changes require reindexing.","Customize the prefix used for project tags (e.g., 'project' for #project/myproject). Changes require reindexing.":"Customize the prefix used for project tags (e.g., 'project' for #project/myproject). Changes require reindexing.","Context tag prefix":"Context tag prefix","Customize the prefix used for context tags in dataview format (e.g., 'context' for [context:: home]). Changes require reindexing.":"Customize the prefix used for context tags in dataview format (e.g., 'context' for [context:: home]). Changes require reindexing.","Customize the prefix used for context tags (e.g., '@home' for @home). Changes require reindexing.":"Customize the prefix used for context tags (e.g., '@home' for @home). Changes require reindexing.","Area tag prefix":"Area tag prefix","Customize the prefix used for area tags in dataview format (e.g., 'area' for [area:: work]). Changes require reindexing.":"Customize the prefix used for area tags in dataview format (e.g., 'area' for [area:: work]). Changes require reindexing.","Customize the prefix used for area tags (e.g., 'area' for #area/work). Changes require reindexing.":"Customize the prefix used for area tags (e.g., 'area' for #area/work). Changes require reindexing.","Format Examples:":"Format Examples:","Area":"Area","always uses @ prefix":"always uses @ prefix","File Parsing Configuration":"File Parsing Configuration","Configure how to extract tasks from file metadata and tags.":"Configure how to extract tasks from file metadata and tags.","Enable file metadata parsing":"Enable file metadata parsing","Parse tasks from file frontmatter metadata fields. When enabled, files with specific metadata fields will be treated as tasks.":"Parse tasks from file frontmatter metadata fields. When enabled, files with specific metadata fields will be treated as tasks.","File metadata parsing enabled. Rebuilding task index...":"File metadata parsing enabled. Rebuilding task index...","Task index rebuilt successfully":"Task index rebuilt successfully","Failed to rebuild task index":"Failed to rebuild task index","Metadata fields to parse as tasks":"Metadata fields to parse as tasks","Comma-separated list of metadata fields that should be treated as tasks (e.g., dueDate, todo, complete, task)":"Comma-separated list of metadata fields that should be treated as tasks (e.g., dueDate, todo, complete, task)","Task content from metadata":"Task content from metadata","Which metadata field to use as task content. If not found, will use filename.":"Which metadata field to use as task content. If not found, will use filename.","Default task status":"Default task status","Default status for tasks created from metadata (space for incomplete, x for complete)":"Default status for tasks created from metadata (space for incomplete, x for complete)","Enable tag-based task parsing":"Enable tag-based task parsing","Parse tasks from file tags. When enabled, files with specific tags will be treated as tasks.":"Parse tasks from file tags. When enabled, files with specific tags will be treated as tasks.","Tags to parse as tasks":"Tags to parse as tasks","Comma-separated list of tags that should be treated as tasks (e.g., #todo, #task, #action, #due)":"Comma-separated list of tags that should be treated as tasks (e.g., #todo, #task, #action, #due)","Enable worker processing":"Enable worker processing","Use background worker for file parsing to improve performance. Recommended for large vaults.":"Use background worker for file parsing to improve performance. Recommended for large vaults.","Enable inline editor":"Enable inline editor","Enable inline editing of task content and metadata directly in task views. When disabled, tasks can only be edited in the source file.":"Enable inline editing of task content and metadata directly in task views. When disabled, tasks can only be edited in the source file.","Auto-assigned from path":"Auto-assigned from path","Auto-assigned from file metadata":"Auto-assigned from file metadata","Auto-assigned from config file":"Auto-assigned from config file","Auto-assigned":"Auto-assigned","This project is automatically assigned and cannot be changed":"This project is automatically assigned and cannot be changed","You can override the auto-assigned project by entering a different value":"You can override the auto-assigned project by entering a different value","Auto from path":"Auto from path","Auto from metadata":"Auto from metadata","Auto from config":"Auto from config","You can override the auto-assigned project":"You can override the auto-assigned project","Timeline":"Timeline","Go to today":"Go to today","Focus on today":"Focus on today","What do you want to do today?":"What do you want to do today?","More options":"More options","No events to display":"No events to display","Go to task":"Go to task","to":"to","Hide weekends":"Hide weekends","Hide weekend columns (Saturday and Sunday) in calendar views.":"Hide weekend columns (Saturday and Sunday) in calendar views.","Hide weekend columns (Saturday and Sunday) in forecast calendar.":"Hide weekend columns (Saturday and Sunday) in forecast calendar.","Repeatable":"Repeatable","Final":"Final","Sequential":"Sequential","Current: ":"Current: ","completed":"completed","Convert to workflow template":"Convert to workflow template","Start workflow here":"Start workflow here","Create quick workflow":"Create quick workflow","Workflow not found":"Workflow not found","Stage not found":"Stage not found","Current stage":"Current stage","Type":"Type","Next":"Next","Start workflow":"Start workflow","Continue":"Continue","Complete substage and move to":"Complete substage and move to","Add new task":"Add new task","Add new sub-task":"Add new sub-task","Auto-move completed subtasks to default file":"Auto-move completed subtasks to default file","Auto-move direct completed subtasks to default file":"Auto-move direct completed subtasks to default file","Auto-move all subtasks to default file":"Auto-move all subtasks to default file","Auto-move incomplete subtasks to default file":"Auto-move incomplete subtasks to default file","Auto-move direct incomplete subtasks to default file":"Auto-move direct incomplete subtasks to default file","Convert task to workflow template":"Convert task to workflow template","Convert current task to workflow root":"Convert current task to workflow root","Duplicate workflow":"Duplicate workflow","Workflow quick actions":"Workflow quick actions","Views & Index":"Views & Index","Progress Display":"Progress Display","Workflows":"Workflows","Dates & Priority":"Dates & Priority","Habits":"Habits","Calendar Sync":"Calendar Sync","Beta Features":"Beta Features","Core Settings":"Core Settings","Display & Progress":"Display & Progress","Task Management":"Task Management","Workflow & Automation":"Workflow & Automation","Gamification":"Gamification","Integration":"Integration","Advanced":"Advanced","Information":"Information","Workflow generated from task structure":"Workflow generated from task structure","Workflow based on existing pattern":"Workflow based on existing pattern","Matrix":"Matrix","More actions":"More actions","Open in file":"Open in file","Copy task":"Copy task","Mark as urgent":"Mark as urgent","Mark as important":"Mark as important","Overdue by {days} days":"Overdue by {days} days","Due today":"Due today","Due tomorrow":"Due tomorrow","Due in {days} days":"Due in {days} days","Loading tasks...":"Loading tasks...","task":"task","No crisis tasks - great job!":"No crisis tasks - great job!","No planning tasks - consider adding some goals":"No planning tasks - consider adding some goals","No interruptions - focus time!":"No interruptions - focus time!","No time wasters - excellent focus!":"No time wasters - excellent focus!","No tasks in this quadrant":"No tasks in this quadrant","Handle immediately. These are critical tasks that need your attention now.":"Handle immediately. These are critical tasks that need your attention now.","Schedule and plan. These tasks are key to your long-term success.":"Schedule and plan. These tasks are key to your long-term success.","Delegate if possible. These tasks are urgent but don't require your specific skills.":"Delegate if possible. These tasks are urgent but don't require your specific skills.","Eliminate or minimize. These tasks may be time wasters.":"Eliminate or minimize. These tasks may be time wasters.","Review and categorize these tasks appropriately.":"Review and categorize these tasks appropriately.","Urgent & Important":"Urgent & Important","Do First - Crisis & emergencies":"Do First - Crisis & emergencies","Not Urgent & Important":"Not Urgent & Important","Schedule - Planning & development":"Schedule - Planning & development","Urgent & Not Important":"Urgent & Not Important","Delegate - Interruptions & distractions":"Delegate - Interruptions & distractions","Not Urgent & Not Important":"Not Urgent & Not Important","Eliminate - Time wasters":"Eliminate - Time wasters","Task Priority Matrix":"Task Priority Matrix","Created Date (Newest First)":"Created Date (Newest First)","Created Date (Oldest First)":"Created Date (Oldest First)","Toggle empty columns":"Toggle empty columns","Failed to update task":"Failed to update task","Remove urgent tag":"Remove urgent tag","Remove important tag":"Remove important tag","Loading more tasks...":"Loading more tasks...","Action Type":"Action Type","Select action type...":"Select action type...","Delete task":"Delete task","Keep task":"Keep task","Complete related tasks":"Complete related tasks","Move task":"Move task","Archive task":"Archive task","Duplicate task":"Duplicate task","Task IDs":"Task IDs","Enter task IDs separated by commas":"Enter task IDs separated by commas","Comma-separated list of task IDs to complete when this task is completed":"Comma-separated list of task IDs to complete when this task is completed","Target File":"Target File","Path to target file":"Path to target file","Target Section (Optional)":"Target Section (Optional)","Section name in target file":"Section name in target file","Archive File (Optional)":"Archive File (Optional)","Default: Archive/Completed Tasks.md":"Default: Archive/Completed Tasks.md","Archive Section (Optional)":"Archive Section (Optional)","Default: Completed Tasks":"Default: Completed Tasks","Target File (Optional)":"Target File (Optional)","Default: same file":"Default: same file","Preserve Metadata":"Preserve Metadata","Keep completion dates and other metadata in the duplicated task":"Keep completion dates and other metadata in the duplicated task","Overdue by":"Overdue by","days":"days","Due in":"Due in","File Filter":"File Filter","Enable File Filter":"Enable File Filter","Toggle this to enable file and folder filtering during task indexing. This can significantly improve performance for large vaults.":"Toggle this to enable file and folder filtering during task indexing. This can significantly improve performance for large vaults.","File Filter Mode":"File Filter Mode","Choose whether to include only specified files/folders (whitelist) or exclude them (blacklist)":"Choose whether to include only specified files/folders (whitelist) or exclude them (blacklist)","Whitelist (Include only)":"Whitelist (Include only)","Blacklist (Exclude)":"Blacklist (Exclude)","File Filter Rules":"File Filter Rules","Configure which files and folders to include or exclude from task indexing":"Configure which files and folders to include or exclude from task indexing","Type:":"Type:","Folder":"Folder","Path:":"Path:","Enabled:":"Enabled:","Delete rule":"Delete rule","Add Filter Rule":"Add Filter Rule","Add File Rule":"Add File Rule","Add Folder Rule":"Add Folder Rule","Add Pattern Rule":"Add Pattern Rule","Refresh Statistics":"Refresh Statistics","Manually refresh filter statistics to see current data":"Manually refresh filter statistics to see current data","Refreshing...":"Refreshing...","Active Rules":"Active Rules","Cache Size":"Cache Size","No filter data available":"No filter data available","Error loading statistics":"Error loading statistics","On Completion":"On Completion","Enable OnCompletion":"Enable OnCompletion","Enable automatic actions when tasks are completed":"Enable automatic actions when tasks are completed","Default Archive File":"Default Archive File","Default file for archive action":"Default file for archive action","Default Archive Section":"Default Archive Section","Default section for archive action":"Default section for archive action","Show Advanced Options":"Show Advanced Options","Show advanced configuration options in task editors":"Show advanced configuration options in task editors","Configure checkbox status settings":"Configure checkbox status settings","Auto complete parent checkbox":"Auto complete parent checkbox","Toggle this to allow this plugin to auto complete parent checkbox when all child tasks are completed.":"Toggle this to allow this plugin to auto complete parent checkbox when all child tasks are completed.","When some but not all child tasks are completed, mark the parent checkbox as 'In Progress'. Only works when 'Auto complete parent' is enabled.":"When some but not all child tasks are completed, mark the parent checkbox as 'In Progress'. Only works when 'Auto complete parent' is enabled.","Select a predefined checkbox status collection or customize your own":"Select a predefined checkbox status collection or customize your own","Checkbox Switcher":"Checkbox Switcher","Enable checkbox status switcher":"Enable checkbox status switcher","Replace default checkboxes with styled text marks that follow your checkbox status cycle when clicked.":"Replace default checkboxes with styled text marks that follow your checkbox status cycle when clicked.","Make the text mark in source mode follow the checkbox status cycle when clicked.":"Make the text mark in source mode follow the checkbox status cycle when clicked.","Automatically manage dates based on checkbox status changes":"Automatically manage dates based on checkbox status changes","Toggle this to enable automatic date management when checkbox status changes. Dates will be added/removed based on your preferred metadata format (Tasks emoji format or Dataview format).":"Toggle this to enable automatic date management when checkbox status changes. Dates will be added/removed based on your preferred metadata format (Tasks emoji format or Dataview format).","Default view mode":"Default view mode","Choose the default display mode for all views. This affects how tasks are displayed when you first open a view or create a new view.":"Choose the default display mode for all views. This affects how tasks are displayed when you first open a view or create a new view.","List View":"List View","Tree View":"Tree View","Global Filter Configuration":"Global Filter Configuration","Configure global filter rules that apply to all Views by default. Individual Views can override these settings.":"Configure global filter rules that apply to all Views by default. Individual Views can override these settings.","Cancelled Date":"Cancelled Date","Configuration is valid":"Configuration is valid","Action to execute on completion":"Action to execute on completion","Depends On":"Depends On","Task IDs separated by commas":"Task IDs separated by commas","Task ID":"Task ID","Unique task identifier":"Unique task identifier","Action to execute when task is completed":"Action to execute when task is completed","Comma-separated list of task IDs this task depends on":"Comma-separated list of task IDs this task depends on","Unique identifier for this task":"Unique identifier for this task","Quadrant Classification Method":"Quadrant Classification Method","Choose how to classify tasks into quadrants":"Choose how to classify tasks into quadrants","Urgent Priority Threshold":"Urgent Priority Threshold","Tasks with priority >= this value are considered urgent (1-5)":"Tasks with priority >= this value are considered urgent (1-5)","Important Priority Threshold":"Important Priority Threshold","Tasks with priority >= this value are considered important (1-5)":"Tasks with priority >= this value are considered important (1-5)","Urgent Tag":"Urgent Tag","Tag to identify urgent tasks (e.g., #urgent, #fire)":"Tag to identify urgent tasks (e.g., #urgent, #fire)","Important Tag":"Important Tag","Tag to identify important tasks (e.g., #important, #key)":"Tag to identify important tasks (e.g., #important, #key)","Urgent Threshold Days":"Urgent Threshold Days","Tasks due within this many days are considered urgent":"Tasks due within this many days are considered urgent","Auto Update Priority":"Auto Update Priority","Automatically update task priority when moved between quadrants":"Automatically update task priority when moved between quadrants","Auto Update Tags":"Auto Update Tags","Automatically add/remove urgent/important tags when moved between quadrants":"Automatically add/remove urgent/important tags when moved between quadrants","Hide Empty Quadrants":"Hide Empty Quadrants","Hide quadrants that have no tasks":"Hide quadrants that have no tasks","Configure On Completion Action":"Configure On Completion Action","URL to the ICS/iCal file (supports http://, https://, and webcal:// protocols)":"URL to the ICS/iCal file (supports http://, https://, and webcal:// protocols)","Task mark display style":"Task mark display style","Choose how task marks are displayed: default checkboxes, custom text marks, or Task Genius icons.":"Choose how task marks are displayed: default checkboxes, custom text marks, or Task Genius icons.","Default checkboxes":"Default checkboxes","Custom text marks":"Custom text marks","Task Genius icons":"Task Genius icons","Time Parsing Settings":"Time Parsing Settings","Enable Time Parsing":"Enable Time Parsing","Automatically parse natural language time expressions in Quick Capture":"Automatically parse natural language time expressions in Quick Capture","Remove Original Time Expressions":"Remove Original Time Expressions","Remove parsed time expressions from the task text":"Remove parsed time expressions from the task text","Supported Languages":"Supported Languages","Currently supports English and Chinese time expressions. More languages may be added in future updates.":"Currently supports English and Chinese time expressions. More languages may be added in future updates.","Date Keywords Configuration":"Date Keywords Configuration","Start Date Keywords":"Start Date Keywords","Keywords that indicate start dates (comma-separated)":"Keywords that indicate start dates (comma-separated)","Due Date Keywords":"Due Date Keywords","Keywords that indicate due dates (comma-separated)":"Keywords that indicate due dates (comma-separated)","Scheduled Date Keywords":"Scheduled Date Keywords","Keywords that indicate scheduled dates (comma-separated)":"Keywords that indicate scheduled dates (comma-separated)","Configure...":"Configure...","Collapse quick input":"Collapse quick input","Expand quick input":"Expand quick input","Set Priority":"Set Priority","Clear Flags":"Clear Flags","Filter by Priority":"Filter by Priority","New Project":"New Project","Archive Completed":"Archive Completed","Project Statistics":"Project Statistics","Manage Tags":"Manage Tags","Time Parsing":"Time Parsing","Minimal Quick Capture":"Minimal Quick Capture","Enter your task...":"Enter your task...","Set date":"Set date","Set location":"Set location","Add tags":"Add tags","Day after tomorrow":"Day after tomorrow","Next week":"Next week","Next month":"Next month","Choose date...":"Choose date...","Fixed location":"Fixed location","Date":"Date","Add date (triggers ~)":"Add date (triggers ~)","Set priority (triggers !)":"Set priority (triggers !)","Target Location":"Target Location","Set target location (triggers *)":"Set target location (triggers *)","Add tags (triggers #)":"Add tags (triggers #)","Minimal Mode":"Minimal Mode","Enable minimal mode":"Enable minimal mode","Enable simplified single-line quick capture with inline suggestions":"Enable simplified single-line quick capture with inline suggestions","Suggest trigger character":"Suggest trigger character","Character to trigger the suggestion menu":"Character to trigger the suggestion menu","Highest Priority":"Highest Priority","🔺 Highest priority task":"🔺 Highest priority task","Highest priority set":"Highest priority set","⏫ High priority task":"⏫ High priority task","High priority set":"High priority set","🔼 Medium priority task":"🔼 Medium priority task","Medium priority set":"Medium priority set","🔽 Low priority task":"🔽 Low priority task","Low priority set":"Low priority set","Lowest Priority":"Lowest Priority","⏬ Lowest priority task":"⏬ Lowest priority task","Lowest priority set":"Lowest priority set","Set due date to today":"Set due date to today","Due date set to today":"Due date set to today","Set due date to tomorrow":"Set due date to tomorrow","Due date set to tomorrow":"Due date set to tomorrow","Pick Date":"Pick Date","Open date picker":"Open date picker","Set scheduled date":"Set scheduled date","Scheduled date set":"Scheduled date set","Save to inbox":"Save to inbox","Target set to Inbox":"Target set to Inbox","Daily Note":"Daily Note","Save to today's daily note":"Save to today's daily note","Target set to Daily Note":"Target set to Daily Note","Current File":"Current File","Save to current file":"Save to current file","Target set to Current File":"Target set to Current File","Choose File":"Choose File","Open file picker":"Open file picker","Save to recent file":"Save to recent file","Target set to":"Target set to","Important":"Important","Tagged as important":"Tagged as important","Urgent":"Urgent","Tagged as urgent":"Tagged as urgent","Work":"Work","Work related task":"Work related task","Tagged as work":"Tagged as work","Personal":"Personal","Personal task":"Personal task","Tagged as personal":"Tagged as personal","Choose Tag":"Choose Tag","Open tag picker":"Open tag picker","Existing tag":"Existing tag","Tagged with":"Tagged with","Toggle quick capture panel in editor":"Toggle quick capture panel in editor","Toggle quick capture panel in editor (Globally)":"Toggle quick capture panel in editor (Globally)","Selected Mode":"Selected Mode","Features that will be enabled":"Features that will be enabled","Don't worry! You can customize any of these settings later in the plugin settings.":"Don't worry! You can customize any of these settings later in the plugin settings.","Available views":"Available views","Key settings":"Key settings","Progress bars":"Progress bars","Enabled (both graphical and text)":"Enabled (both graphical and text)","Task status switching":"Task status switching","Workflow management":"Workflow management","Reward system":"Reward system","Habit tracking":"Habit tracking","Performance optimization":"Performance optimization","Configuration Changes":"Configuration Changes","Your custom views will be preserved":"Your custom views will be preserved","New views to be added":"New views to be added","Existing views to be updated":"Existing views to be updated","Feature changes":"Feature changes","Only template settings will be applied. Your existing custom configurations will be preserved.":"Only template settings will be applied. Your existing custom configurations will be preserved.","Congratulations!":"Congratulations!","Task Genius has been configured with your selected preferences":"Task Genius has been configured with your selected preferences","Your Configuration":"Your Configuration","Quick Start Guide":"Quick Start Guide","What's next?":"What's next?","Open Task Genius view from the left ribbon":"Open Task Genius view from the left ribbon","Create your first task using Quick Capture":"Create your first task using Quick Capture","Explore different views to organize your tasks":"Explore different views to organize your tasks","Customize settings anytime in plugin settings":"Customize settings anytime in plugin settings","Helpful Resources":"Helpful Resources","Complete guide to all features":"Complete guide to all features","Community":"Community","Get help and share tips":"Get help and share tips","Customize Task Genius":"Customize Task Genius","Click the Task Genius icon in the left sidebar":"Click the Task Genius icon in the left sidebar","Start with the Inbox view to see all your tasks":"Start with the Inbox view to see all your tasks","Use quick capture panel to quickly add your first task":"Use quick capture panel to quickly add your first task","Try the Forecast view to see tasks by date":"Try the Forecast view to see tasks by date","Open Task Genius and explore the available views":"Open Task Genius and explore the available views","Set up a project using the Projects view":"Set up a project using the Projects view","Try the Kanban board for visual task management":"Try the Kanban board for visual task management","Use workflow stages to track task progress":"Use workflow stages to track task progress","Explore all available views and their configurations":"Explore all available views and their configurations","Set up complex workflows for your projects":"Set up complex workflows for your projects","Configure habits and rewards to stay motivated":"Configure habits and rewards to stay motivated","Integrate with external calendars and systems":"Integrate with external calendars and systems","Open Task Genius from the left sidebar":"Open Task Genius from the left sidebar","Create your first task":"Create your first task","Explore the different views available":"Explore the different views available","Customize settings as needed":"Customize settings as needed","Thank you for your positive feedback!":"Thank you for your positive feedback!","Thank you for your feedback. We'll continue improving the experience.":"Thank you for your feedback. We'll continue improving the experience.","Share detailed feedback":"Share detailed feedback","Skip onboarding":"Skip onboarding","Back":"Back","Welcome to Task Genius":"Welcome to Task Genius","Transform your task management with advanced progress tracking and workflow automation":"Transform your task management with advanced progress tracking and workflow automation","Progress Tracking":"Progress Tracking","Visual progress bars and completion tracking for all your tasks":"Visual progress bars and completion tracking for all your tasks","Organize tasks by projects with advanced filtering and sorting":"Organize tasks by projects with advanced filtering and sorting","Workflow Automation":"Workflow Automation","Automate task status changes and improve your productivity":"Automate task status changes and improve your productivity","Multiple Views":"Multiple Views","Kanban boards, calendars, Gantt charts, and more visualization options":"Kanban boards, calendars, Gantt charts, and more visualization options","This quick setup will help you configure Task Genius based on your experience level and needs. You can always change these settings later.":"This quick setup will help you configure Task Genius based on your experience level and needs. You can always change these settings later.","Choose Your Usage Mode":"Choose Your Usage Mode","Select the configuration that best matches your task management experience":"Select the configuration that best matches your task management experience","Configuration Preview":"Configuration Preview","Review the settings that will be applied for your selected mode":"Review the settings that will be applied for your selected mode","Include task creation guide":"Include task creation guide","Show a quick tutorial on creating your first task":"Show a quick tutorial on creating your first task","Create Your First Task":"Create Your First Task","Learn how to create and format tasks in Task Genius":"Learn how to create and format tasks in Task Genius","Setup Complete!":"Setup Complete!","Task Genius is now configured and ready to use":"Task Genius is now configured and ready to use","Start Using Task Genius":"Start Using Task Genius","Task Genius Setup":"Task Genius Setup","Skip setup":"Skip setup","We noticed you've already configured Task Genius":"We noticed you've already configured Task Genius","Your current configuration includes:":"Your current configuration includes:","Would you like to run the setup wizard anyway?":"Would you like to run the setup wizard anyway?","Yes, show me the setup wizard":"Yes, show me the setup wizard","No, I'm happy with my current setup":"No, I'm happy with my current setup","Learn the different ways to create and format tasks in Task Genius. You can use either emoji-based or Dataview-style syntax.":"Learn the different ways to create and format tasks in Task Genius. You can use either emoji-based or Dataview-style syntax.","Task Format Examples":"Task Format Examples","Basic Task":"Basic Task","With Emoji Metadata":"With Emoji Metadata","📅 = Due date, 🔺 = High priority, #project/ = Docs project tag":"📅 = Due date, 🔺 = High priority, #project/ = Docs project tag","With Dataview Metadata":"With Dataview Metadata","Mixed Format":"Mixed Format","Combine emoji and dataview syntax as needed":"Combine emoji and dataview syntax as needed","Task Status Markers":"Task Status Markers","Not started":"Not started","In progress":"In progress","Common Metadata Symbols":"Common Metadata Symbols","Due date":"Due date","Start date":"Start date","Scheduled date":"Scheduled date","Higher priority":"Higher priority","Lower priority":"Lower priority","Recurring task":"Recurring task","Project/tag":"Project/tag","Use quick capture panel to quickly capture tasks from anywhere in Obsidian.":"Use quick capture panel to quickly capture tasks from anywhere in Obsidian.","Try Quick Capture":"Try Quick Capture","Quick capture is now enabled in your configuration!":"Quick capture is now enabled in your configuration!","Failed to open quick capture. Please try again later.":"Failed to open quick capture. Please try again later.","Try It Yourself":"Try It Yourself","Practice creating a task with the format you prefer:":"Practice creating a task with the format you prefer:","Practice Task":"Practice Task","Enter a task using any of the formats shown above":"Enter a task using any of the formats shown above","- [ ] Your task here":"- [ ] Your task here","Validate Task":"Validate Task","Please enter a task to validate":"Please enter a task to validate","This doesn't look like a valid task. Tasks should start with '- [ ]'":"This doesn't look like a valid task. Tasks should start with '- [ ]'","Valid task format!":"Valid task format!","Emoji metadata":"Emoji metadata","Dataview metadata":"Dataview metadata","Project tags":"Project tags","Detected features: ":"Detected features: ","Onboarding":"Onboarding","Restart the welcome guide and setup wizard":"Restart the welcome guide and setup wizard","Restart Onboarding":"Restart Onboarding","Copy":"Copy","Copied!":"Copied!","MCP integration is only available on desktop":"MCP integration is only available on desktop","MCP Server Status":"MCP Server Status","Enable MCP Server":"Enable MCP Server","Start the MCP server to allow external tool connections":"Start the MCP server to allow external tool connections","WARNING: Enabling the MCP server will allow external AI tools and applications to access and modify your task data. This includes:\n\n• Reading all tasks and their details\n• Creating new tasks\n• Updating existing tasks\n• Deleting tasks\n• Accessing task metadata and properties\n\nOnly enable this if you trust the applications that will connect to the MCP server. Make sure to keep your authentication token secure.\n\nDo you want to continue?":"WARNING: Enabling the MCP server will allow external AI tools and applications to access and modify your task data. This includes:\n\n• Reading all tasks and their details\n• Creating new tasks\n• Updating existing tasks\n• Deleting tasks\n• Accessing task metadata and properties\n\nOnly enable this if you trust the applications that will connect to the MCP server. Make sure to keep your authentication token secure.\n\nDo you want to continue?","MCP Server enabled. Keep your authentication token secure!":"MCP Server enabled. Keep your authentication token secure!","Server Configuration":"Server Configuration","Host":"Host","Server host address. Use 127.0.0.1 for local only, 0.0.0.0 for all interfaces":"Server host address. Use 127.0.0.1 for local only, 0.0.0.0 for all interfaces","Security Warning":"Security Warning","⚠️ **WARNING**: Switching to 0.0.0.0 will make the MCP server accessible from external networks.\n\nThis could expose your Obsidian data to:\n- Other devices on your local network\n- Potentially the internet if your firewall is misconfigured\n\n**Only proceed if you:**\n- Understand the security implications\n- Have properly configured your firewall\n- Need external access for legitimate reasons\n\nAre you sure you want to continue?":"⚠️ **WARNING**: Switching to 0.0.0.0 will make the MCP server accessible from external networks.\n\nThis could expose your Obsidian data to:\n- Other devices on your local network\n- Potentially the internet if your firewall is misconfigured\n\n**Only proceed if you:**\n- Understand the security implications\n- Have properly configured your firewall\n- Need external access for legitimate reasons\n\nAre you sure you want to continue?","Yes, I understand the risks":"Yes, I understand the risks","Host changed to 0.0.0.0. Server is now accessible from external networks.":"Host changed to 0.0.0.0. Server is now accessible from external networks.","Port":"Port","Server port number (default: 7777)":"Server port number (default: 7777)","Authentication":"Authentication","Authentication Token":"Authentication Token","Bearer token for authenticating MCP requests (keep this secret)":"Bearer token for authenticating MCP requests (keep this secret)","Show":"Show","Hide":"Hide","Token copied to clipboard":"Token copied to clipboard","Regenerate":"Regenerate","New token generated":"New token generated","Advanced Settings":"Advanced Settings","Enable CORS":"Enable CORS","Allow cross-origin requests (required for web clients)":"Allow cross-origin requests (required for web clients)","Log Level":"Log Level","Logging verbosity for debugging":"Logging verbosity for debugging","Error":"Error","Warning":"Warning","Info":"Info","Debug":"Debug","Server Actions":"Server Actions","Test Connection":"Test Connection","Test the MCP server connection":"Test the MCP server connection","Test":"Test","Testing...":"Testing...","Connection test successful! MCP server is working.":"Connection test successful! MCP server is working.","Connection test failed: ":"Connection test failed: ","Restart Server":"Restart Server","Stop and restart the MCP server":"Stop and restart the MCP server","Restart":"Restart","MCP server restarted":"MCP server restarted","Failed to restart server: ":"Failed to restart server: ","Use Next Available Port":"Use Next Available Port","Port updated to ":"Port updated to ","No available port found in range":"No available port found in range","Client Configuration":"Client Configuration","Authentication Method":"Authentication Method","Choose the authentication method for client configurations":"Choose the authentication method for client configurations","Method B: Combined Bearer (Recommended)":"Method B: Combined Bearer (Recommended)","Method A: Custom Headers":"Method A: Custom Headers","Supported Authentication Methods:":"Supported Authentication Methods:","API Documentation":"API Documentation","Server Endpoint":"Server Endpoint","Copy URL":"Copy URL","Available Tools":"Available Tools","Loading tools...":"Loading tools...","No tools available":"No tools available","Failed to load tools. Is the MCP server running?":"Failed to load tools. Is the MCP server running?","Example Request":"Example Request","MCP Server not initialized":"MCP Server not initialized","Running":"Running","Stopped":"Stopped","Uptime":"Uptime","Requests":"Requests","Toggle this to enable Org-mode style quick capture panel.":"Toggle this to enable Org-mode style quick capture panel.","Auto-add task prefix":"Auto-add task prefix","Automatically add task checkbox prefix to captured content":"Automatically add task checkbox prefix to captured content","Task prefix format":"Task prefix format","The prefix to add before captured content (e.g., '- [ ]' for task, '- ' for list item)":"The prefix to add before captured content (e.g., '- [ ]' for task, '- ' for list item)","Search settings...":"Search settings...","Search settings":"Search settings","Clear search":"Clear search","Search results":"Search results","No settings found":"No settings found","Project Tree View Settings":"Project Tree View Settings","Configure how projects are displayed in tree view.":"Configure how projects are displayed in tree view.","Default project view mode":"Default project view mode","Choose whether to display projects as a flat list or hierarchical tree by default.":"Choose whether to display projects as a flat list or hierarchical tree by default.","Auto-expand project tree":"Auto-expand project tree","Automatically expand all project nodes when opening the project view in tree mode.":"Automatically expand all project nodes when opening the project view in tree mode.","Show empty project folders":"Show empty project folders","Display project folders even if they don't contain any tasks.":"Display project folders even if they don't contain any tasks.","Project path separator":"Project path separator","Character used to separate project hierarchy levels (e.g., '/' in 'Project/SubProject').":"Character used to separate project hierarchy levels (e.g., '/' in 'Project/SubProject').","Enable dynamic metadata positioning":"Enable dynamic metadata positioning","Intelligently position task metadata. When enabled, metadata appears on the same line as short tasks and below long tasks. When disabled, metadata always appears below the task content.":"Intelligently position task metadata. When enabled, metadata appears on the same line as short tasks and below long tasks. When disabled, metadata always appears below the task content.","Toggle tree/list view":"Toggle tree/list view","Clear date":"Clear date","Clear priority":"Clear priority","Clear all tags":"Clear all tags","🔺 Highest priority":"🔺 Highest priority","⏫ High priority":"⏫ High priority","🔼 Medium priority":"🔼 Medium priority","🔽 Low priority":"🔽 Low priority","⏬ Lowest priority":"⏬ Lowest priority","Fixed File":"Fixed File","Save to Inbox.md":"Save to Inbox.md","Open Task Genius Setup":"Open Task Genius Setup","MCP Integration":"MCP Integration","Beginner":"Beginner","Basic task management with essential features":"Basic task management with essential features","Basic progress bars":"Basic progress bars","Essential views (Inbox, Forecast, Projects)":"Essential views (Inbox, Forecast, Projects)","Simple task status tracking":"Simple task status tracking","Quick task capture":"Quick task capture","Date picker functionality":"Date picker functionality","Project management with enhanced workflows":"Project management with enhanced workflows","Full progress bar customization":"Full progress bar customization","Extended views (Kanban, Calendar, Table)":"Extended views (Kanban, Calendar, Table)","Project management features":"Project management features","Basic workflow automation":"Basic workflow automation","Advanced filtering and sorting":"Advanced filtering and sorting","Power User":"Power User","Full-featured experience with all capabilities":"Full-featured experience with all capabilities","All views and advanced configurations":"All views and advanced configurations","Complex workflow definitions":"Complex workflow definitions","Reward and habit tracking systems":"Reward and habit tracking systems","Performance optimizations":"Performance optimizations","Advanced integrations":"Advanced integrations","Experimental features":"Experimental features","Timeline and calendar sync":"Timeline and calendar sync","Not configured":"Not configured","Custom":"Custom","Custom views created":"Custom views created","Progress bar settings modified":"Progress bar settings modified","Task status settings configured":"Task status settings configured","Quick capture configured":"Quick capture configured","Workflow settings enabled":"Workflow settings enabled","Advanced features enabled":"Advanced features enabled","File parsing customized":"File parsing customized"} |