1
0

chore(i18n): remove "new" from creation strings

You can't create an "old" thing, therefore the "new" is redundant in that context. This change clarifies usage of this in all places.
This commit is contained in:
kolaente 2024-05-24 09:11:27 +02:00
parent 76b3ac39b6
commit 34780daab0
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -227,8 +227,8 @@
"title": "Archive \"{project}\"", "title": "Archive \"{project}\"",
"archive": "Archive this project", "archive": "Archive this project",
"unarchive": "Un-Archive this project", "unarchive": "Un-Archive this project",
"unarchiveText": "You will be able to create new tasks or edit it.", "unarchiveText": "You will be able to create tasks or edit it.",
"archiveText": "You won't be able to edit this project or create new tasks until you un-archive 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." "success": "The project was successfully archived."
}, },
"background": { "background": {
@ -277,7 +277,7 @@
"title": "Share Links", "title": "Share Links",
"what": "What is a share link?", "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.", "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)", "name": "Name (optional)",
"namePlaceholder": "e.g. Lorem Ipsum", "namePlaceholder": "e.g. Lorem Ipsum",
"nameExplanation": "All actions done by this link share will show up with the name.", "nameExplanation": "All actions done by this link share will show up with the name.",
@ -317,9 +317,9 @@
"list": { "list": {
"title": "List", "title": "List",
"add": "Add", "add": "Add",
"addPlaceholder": "Add a new task…", "addPlaceholder": "Add a task…",
"empty": "This project is currently empty.", "empty": "This project is currently empty.",
"newTaskCta": "Create a new task.", "newTaskCta": "Create a task.",
"editTask": "Edit Task" "editTask": "Edit Task"
}, },
"gantt": { "gantt": {
@ -352,7 +352,7 @@
"addTaskPlaceholder": "Enter the new task title…", "addTaskPlaceholder": "Enter the new task title…",
"addTask": "Add a task", "addTask": "Add a task",
"addAnotherTask": "Add another task", "addAnotherTask": "Add another task",
"addBucket": "Create a new bucket", "addBucket": "Create a bucket",
"addBucketPlaceholder": "Enter the new bucket title…", "addBucketPlaceholder": "Enter the new bucket title…",
"deleteHeaderBucket": "Delete the bucket", "deleteHeaderBucket": "Delete the bucket",
"deleteBucketText1": "Are you sure you want to delete this bucket?", "deleteBucketText1": "Are you sure you want to delete this bucket?",
@ -423,7 +423,7 @@
"create": { "create": {
"title": "New Saved Filter", "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.", "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." "titleRequired": "Please provide a title for the filter."
}, },
"delete": { "delete": {
@ -507,7 +507,7 @@
"search": "Type to search for a label…", "search": "Type to search for a label…",
"create": { "create": {
"header": "New label", "header": "New label",
"title": "Create a new label", "title": "Create a label",
"titleRequired": "Please specify a title.", "titleRequired": "Please specify a title.",
"success": "The label was successfully created." "success": "The label was successfully created."
}, },
@ -643,7 +643,7 @@
} }
}, },
"multiselect": { "multiselect": {
"createPlaceholder": "Create new", "createPlaceholder": "Create",
"selectPlaceholder": "Click or press enter to select" "selectPlaceholder": "Click or press enter to select"
}, },
"datepickerRange": { "datepickerRange": {
@ -722,10 +722,10 @@
}, },
"task": { "task": {
"task": "Task", "task": "Task",
"new": "Create a new task", "new": "Create a task",
"delete": "Delete this task", "delete": "Delete this task",
"createSuccess": "The task was successfully created.", "createSuccess": "The task was successfully created.",
"addReminder": "Add a new reminder…", "addReminder": "Add a reminder…",
"doneSuccess": "The task was successfully marked as done.", "doneSuccess": "The task was successfully marked as done.",
"undoneSuccess": "The task was successfully un-marked as done.", "undoneSuccess": "The task was successfully un-marked as done.",
"undo": "Undo", "undo": "Undo",
@ -861,7 +861,7 @@
"unassignSuccess": "The user has been unassigned successfully." "unassignSuccess": "The user has been unassigned successfully."
}, },
"label": { "label": {
"placeholder": "Type to add a new label…", "placeholder": "Type to add a label…",
"createPlaceholder": "Add this as new label", "createPlaceholder": "Add this as new label",
"addSuccess": "The label has been added successfully.", "addSuccess": "The label has been added successfully.",
"createSuccess": "The label has been created successfully.", "createSuccess": "The label has been created successfully.",
@ -884,8 +884,8 @@
"relation": { "relation": {
"add": "Add a New Task Relation", "add": "Add a New Task Relation",
"new": "New Task Relation", "new": "New Task Relation",
"searchPlaceholder": "Type search for a new task to add as related…", "searchPlaceholder": "Type search for a task to add as related…",
"createPlaceholder": "Add this as new related task", "createPlaceholder": "Add this as related task",
"differentProject": "This task belongs to a different project.", "differentProject": "This task belongs to a different project.",
"noneYet": "No task relations yet.", "noneYet": "No task relations yet.",
"delete": "Delete Task Relation", "delete": "Delete Task Relation",
@ -963,7 +963,7 @@
"title": "Teams", "title": "Teams",
"noTeams": "You are currently not part of any teams.", "noTeams": "You are currently not part of any teams.",
"create": { "create": {
"title": "Create a new team", "title": "Create a team",
"success": "The team was successfully created." "success": "The team was successfully created."
}, },
"edit": { "edit": {