i18n(workspaces): add thumbnail labels and validation messages

This commit is contained in:
2026-04-28 11:38:43 +03:30
parent f45038d398
commit 7348af28a1
2 changed files with 20 additions and 10 deletions

View File

@@ -131,8 +131,13 @@ export const en = {
nameLabel: "Workspace Name",
namePlaceholder: "Enter workspace name",
descriptionLabel: "Description",
descriptionPlaceholder: "Enter description (optional)",
searchMemberPlaceholder: "Search exact mobile (e.g. 09123456789)",
descriptionPlaceholder: "Enter description (optional)",
thumbnailLabel: "Thumbnail",
uploadImage: "Click to upload image",
removeImage: "Remove image",
thumbnailInvalidType: "Unsupported image type. Use JPG, PNG, or WebP.",
thumbnailMaxSizeError: "Image size must be 2MB or less.",
searchMemberPlaceholder: "Search exact mobile (e.g. 09123456789)",
addMember: "Add Member",
roleAdmin: "Admin",
roleMember: "Member",