Skip to content

Commit 79797c4

Browse files
committed
add missing english translations
1 parent 0c8f0b6 commit 79797c4

File tree

1 file changed

+13
-4
lines changed
  • src/utils/lang/locale

1 file changed

+13
-4
lines changed

src/utils/lang/locale/en.ts

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const en: Lang = {
142142
"automation-section-description": "This section contains the settings to automate certain tasks for an efficient workflow, so you can spend more time on your project than tasks management.",
143143
"note": "Note",
144144
"format-section-description": "This section contains the settings to adjust the formats you use for creating tasks.",
145-
"none": "NONE",
145+
"none": "none",
146146
"highest": "Highest",
147147
"high": "High",
148148
"medium": "Medium",
@@ -310,8 +310,8 @@ const en: Lang = {
310310
"delete-filter-configuration-question": "Are you sure you want to delete this filter configuration?",
311311
"filter-configuration-deleted-successfully": "Filter configuration deleted successfully",
312312
"match": "Match",
313-
"any": "Any",
314-
"all": "All",
313+
"any": "any",
314+
"all": "all",
315315
"add-filter-group": "Add filter group",
316316
"save-current-filter": "Save current filter",
317317
"load-saved-filter": "Load saved filter",
@@ -440,7 +440,16 @@ const en: Lang = {
440440
"connect-a-parent": "Connect a parent",
441441
"kanban": "Kanban",
442442
"map": "map",
443-
"search-for-task": "Search for task"
443+
"search-for-task": "Search for task",
444+
"cancelled-date": "Cancelled date",
445+
"reminder": "Reminder",
446+
"dependencies": "Dependencies",
447+
"has-tag": "has tag",
448+
"does-not-have-tag": "doesn't have tag",
449+
"contains-string": "contains string",
450+
"does-not-contains-string": "doesn't contains string",
451+
"are-empty": "are empty",
452+
"are-not-empty": "are not empty"
444453
};
445454

446455
export default en;

0 commit comments

Comments
 (0)