Skip to content

Commit

Permalink
Update en-US.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedelareeg authored Jan 3, 2024
1 parent 322a40c commit 0f996e0
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions CleanArchitecture.Api/Resources/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,7 @@
"UsernameExists": "Username '{0}' already exists.",
"EmailExists": "Email '{0}' already exists.",
"BadRequestDetails": "Bad request. See errors for details.",
"ParentFolderNotFound": "Parent folder not found.",
"FolderNameAlreadyExists": "Folder name already exists.",
"FolderNameUpdatedSuccessfully": "Folder name updated successfully.",
"DocumentNameUpdatedSuccessfully": "Document name updated successfully.",
"InvalidDocumentFolderTypeOrNotFound": "Invalid document/folder type or not found.",
"FolderNotFound": "Folder not found.",
"FolderName": "Folder Name",
"FolderId": "Folder ID",
"DocumentName": "Document Name",
"DocumentId": "Document ID",

"EmailNotNull": "Email cannot be null.",
"EmailNotEmpty": "Email cannot be empty.",
"InvalidEmail": "Invalid email address.",
Expand All @@ -34,11 +25,6 @@
"PasswordNoSpaces": "Password cannot contain spaces.",
"PasswordMaxLength": "Password cannot exceed 50 characters.",

"FolderNameNotEmpty": "Folder name cannot be empty.",
"FolderNameNotNull": "Folder name cannot be null.",
"FolderNameMaxLength": "Folder name cannot exceed 32 characters.",
"FolderNameMinLength": "Folder name must be at least 4 characters long.",
"CurrentFolderIdGreaterThanZero": "Current folder ID must be greater than 0.",

"IdGreaterThanZero": "Id should be greater than 0.",
"NewNameNotEmpty": "NewName cannot be empty.",
Expand Down Expand Up @@ -67,7 +53,7 @@

"DearUser": "Dear User",
"BestRegards": "Best Regards",
"CompanyName": "Namaa Infologistics",
"CompanyName": "Company Name",
"RecipientName": "Recipient's Name",
"NoSubmitted": "No Submitted"
}
}

0 comments on commit 0f996e0

Please sign in to comment.