fix(projects): add translation and fix minor details in Projects create modal

This commit is contained in:
2026-03-16 16:10:19 +08:00
parent 501e6c7ed2
commit 99257ef70f
6 changed files with 177 additions and 56 deletions

View File

@@ -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.",
},
}