Add Themes: Dark, light and automatic mode

This commit is contained in:
Frédéric Guillot
2023-05-12 21:09:30 -07:00
committed by Frédéric Guillot
parent 65a5f0f47d
commit aade89c9ba
89 changed files with 1129 additions and 196 deletions

View File

@@ -1391,8 +1391,6 @@ return array(
'Destination swimlane' => 'Целевая дорожка',
'Assign a category when the task is moved to a specific swimlane' => 'Присвоить категорию, если задача перемещена в определенную дорожку',
'Move the task to another swimlane when the category is changed' => 'Переместить задачу в другую дорожку, если категория изменена',
'Reorder this column by id (ASC)' => 'Упорядочить колонку по ID (ASC)',
'Reorder this column by id (DESC)' => 'Упорядочить колонку по ID (DESC)',
'Reorder this column by priority (ASC)' => 'Упорядочить колонку по приоритету (ASC)',
'Reorder this column by priority (DESC)' => 'Упорядочить колонку по приоритету (DESC)',
'Reorder this column by assignee and priority (ASC)' => 'Упорядочить колонку по назначенному пользователю и приоритету (ASC)',
@@ -1401,6 +1399,8 @@ return array(
'Reorder this column by assignee (Z-A)' => 'Упорядочить колонку по назначенному пользователю (Я-А)',
'Reorder this column by due date (ASC)' => 'Упорядочить колонку по дате окончания (ASC)',
'Reorder this column by due date (DESC)' => 'Упорядочить колонку по дате окончания (DESC)',
'Reorder this column by id (ASC)' => 'Упорядочить колонку по ID (ASC)',
'Reorder this column by id (DESC)' => 'Упорядочить колонку по ID (DESC)',
'%s moved the task #%d "%s" to the project "%s"' => '%s переместил задачу #%d "%s" в проект "%s"',
'Task #%d "%s" has been moved to the project "%s"' => 'Задача #%d "%s" перемещена в проект "%s"',
'Move the task to another column when the due date is less than a certain number of days' => 'Переместить задачу в другую колонку, если дата окончания меньше заданного количества дней',
@@ -1436,4 +1436,9 @@ return array(
'Copy' => 'Копировать',
'Tasks copied successfully.' => 'Задачи успешно скопированы.',
'Unable to copy tasks.' => 'Не удалось скопировать задачи.',
// 'Theme' => '',
// 'Theme:' => '',
// 'Light theme' => '',
// 'Dark theme' => '',
// 'Automatic theme - Sync with system' => '',
);