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)' => 'Впорядкувати цю колонку за зростанням пріоритету',
'Reorder this column by priority (DESC)' => 'Впорядкувати цю колонку за спаданням пріоритету',
'Reorder this column by assignee and priority (ASC)' => 'Впорядкувати цю колонку за відповідальним та зростанням пріоритету',
@@ -1401,6 +1399,8 @@ return array(
'Reorder this column by assignee (Z-A)' => 'Впорядкувати цю колонку за відповідальним (Я-А)',
'Reorder this column by due date (ASC)' => 'Впорядкувати цю колонку за зростанням терміну виконання',
'Reorder this column by due date (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' => '',
);