fix(projects): add translation and fix minor details in Projects create modal
This commit is contained in:
@@ -9,6 +9,7 @@ export const en = {
|
||||
save: "Save",
|
||||
lightMode: "Light Mode",
|
||||
darkMode: "Dark Mode",
|
||||
loadingText: "Loading...",
|
||||
|
||||
actions: {
|
||||
create: "Create",
|
||||
@@ -259,6 +260,12 @@ export const en = {
|
||||
archived: "Archived Projects",
|
||||
createNew: "Create New",
|
||||
searchPlaceholder: "Search projects...",
|
||||
titlePlaceholder: "Enter title",
|
||||
descriptionPlaceholder: "Enter desription",
|
||||
titleLabel: "Title",
|
||||
clientLabel: "Client",
|
||||
colorLabel: "Color",
|
||||
descriptionLabel: "Description",
|
||||
loading: "Loading...",
|
||||
client: "Client",
|
||||
noClient: "No client",
|
||||
@@ -268,6 +275,12 @@ export const en = {
|
||||
deleteSuccess: "Project deleted successfully",
|
||||
deleteError: "Failed to delete project",
|
||||
cancel: "Cancel",
|
||||
create: "Create",
|
||||
createProject: "Create New Project",
|
||||
editProject: "Edit Project",
|
||||
restore: "Restore",
|
||||
archive: "Archive",
|
||||
clientFetchError: "Failed to load clients.",
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user