fix: make Todo reminder time selectable

This commit is contained in:
2026-07-14 19:38:00 +08:00
parent 0cd2c2a6ab
commit f23fb6e993
4 changed files with 37 additions and 12 deletions
+4
View File
@@ -37,6 +37,10 @@
"ui.field.reminder": "Reminder",
"ui.field.reminderDate": "Reminder date",
"ui.field.reminderTime": "Reminder time",
"ui.field.reminderHour": "Hour",
"ui.field.reminderMinute": "Minute",
"ui.time.hourPlaceholder": "Hour",
"ui.time.minutePlaceholder": "Minute",
"ui.field.workspace": "Workspace",
"ui.workspaceValue": "Workspace: {workspace}",
"ui.edit": "Edit Todo",
+4
View File
@@ -37,6 +37,10 @@
"ui.field.reminder": "Напоминание",
"ui.field.reminderDate": "Дата напоминания",
"ui.field.reminderTime": "Время напоминания",
"ui.field.reminderHour": "Часы",
"ui.field.reminderMinute": "Минуты",
"ui.time.hourPlaceholder": "Часы",
"ui.time.minutePlaceholder": "Минуты",
"ui.field.workspace": "Рабочее пространство",
"ui.workspaceValue": "Рабочее пространство: {workspace}",
"ui.edit": "Изменить задачу",