diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 7ff04435e..6e2617daf 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -227,8 +227,8 @@ "title": "Archive \"{project}\"", "archive": "Archive this project", "unarchive": "Un-Archive this project", - "unarchiveText": "You will be able to create new tasks or edit it.", - "archiveText": "You won't be able to edit this project or create new tasks until you un-archive it.", + "unarchiveText": "You will be able to create tasks or edit it.", + "archiveText": "You won't be able to edit this project or create tasks until you un-archive it.", "success": "The project was successfully archived." }, "background": { @@ -277,7 +277,7 @@ "title": "Share Links", "what": "What is a share link?", "explanation": "Share Links allow you to easily share a project with other users who don't have an account on Vikunja.", - "create": "Create a new link share", + "create": "Create a link share", "name": "Name (optional)", "namePlaceholder": "e.g. Lorem Ipsum", "nameExplanation": "All actions done by this link share will show up with the name.", @@ -317,9 +317,9 @@ "list": { "title": "List", "add": "Add", - "addPlaceholder": "Add a new task…", + "addPlaceholder": "Add a task…", "empty": "This project is currently empty.", - "newTaskCta": "Create a new task.", + "newTaskCta": "Create a task.", "editTask": "Edit Task" }, "gantt": { @@ -352,7 +352,7 @@ "addTaskPlaceholder": "Enter the new task title…", "addTask": "Add a task", "addAnotherTask": "Add another task", - "addBucket": "Create a new bucket", + "addBucket": "Create a bucket", "addBucketPlaceholder": "Enter the new bucket title…", "deleteHeaderBucket": "Delete the bucket", "deleteBucketText1": "Are you sure you want to delete this bucket?", @@ -423,7 +423,7 @@ "create": { "title": "New Saved Filter", "description": "A saved filter is a virtual project which is computed from a set of filters each time it is accessed.", - "action": "Create new saved filter", + "action": "Create saved filter", "titleRequired": "Please provide a title for the filter." }, "delete": { @@ -507,7 +507,7 @@ "search": "Type to search for a label…", "create": { "header": "New label", - "title": "Create a new label", + "title": "Create a label", "titleRequired": "Please specify a title.", "success": "The label was successfully created." }, @@ -643,7 +643,7 @@ } }, "multiselect": { - "createPlaceholder": "Create new", + "createPlaceholder": "Create", "selectPlaceholder": "Click or press enter to select" }, "datepickerRange": { @@ -722,10 +722,10 @@ }, "task": { "task": "Task", - "new": "Create a new task", + "new": "Create a task", "delete": "Delete this task", "createSuccess": "The task was successfully created.", - "addReminder": "Add a new reminder…", + "addReminder": "Add a reminder…", "doneSuccess": "The task was successfully marked as done.", "undoneSuccess": "The task was successfully un-marked as done.", "undo": "Undo", @@ -861,7 +861,7 @@ "unassignSuccess": "The user has been unassigned successfully." }, "label": { - "placeholder": "Type to add a new label…", + "placeholder": "Type to add a label…", "createPlaceholder": "Add this as new label", "addSuccess": "The label has been added successfully.", "createSuccess": "The label has been created successfully.", @@ -884,8 +884,8 @@ "relation": { "add": "Add a New Task Relation", "new": "New Task Relation", - "searchPlaceholder": "Type search for a new task to add as related…", - "createPlaceholder": "Add this as new related task", + "searchPlaceholder": "Type search for a task to add as related…", + "createPlaceholder": "Add this as related task", "differentProject": "This task belongs to a different project.", "noneYet": "No task relations yet.", "delete": "Delete Task Relation", @@ -963,7 +963,7 @@ "title": "Teams", "noTeams": "You are currently not part of any teams.", "create": { - "title": "Create a new team", + "title": "Create a team", "success": "The team was successfully created." }, "edit": {