Is hutopy finally trilangual
This commit is contained in:
53
frontend/src/locales/en.json
Normal file
53
frontend/src/locales/en.json
Normal file
@@ -0,0 +1,53 @@
|
||||
{
|
||||
// Common actions
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"edit": "Edit",
|
||||
"delete": "Delete",
|
||||
"create": "Create",
|
||||
"apply": "Apply",
|
||||
"preview": "Preview",
|
||||
"label": "Label",
|
||||
"confirm": "Confirm",
|
||||
"close": "Close",
|
||||
|
||||
// Common status
|
||||
"loading": "Loading...",
|
||||
"error": "Error",
|
||||
"success": "Success",
|
||||
|
||||
// Common messages
|
||||
"changesSaved": "Changes saved successfully",
|
||||
"errorOccurred": "An error occurred",
|
||||
|
||||
// Common fields
|
||||
"name": "Name",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"description": "Description",
|
||||
"title": "Title",
|
||||
"image": "Image",
|
||||
"file": "File",
|
||||
|
||||
// Common validation
|
||||
"required": "This field is required",
|
||||
"invalidEmail": "Invalid email address",
|
||||
"invalidPassword": "Invalid password",
|
||||
|
||||
// Social media
|
||||
"facebook": "Facebook",
|
||||
"instagram": "Instagram",
|
||||
"linkedin": "LinkedIn",
|
||||
"reddit": "Reddit",
|
||||
"tiktok": "TikTok",
|
||||
"x": "X (Twitter)",
|
||||
"youtube": "YouTube",
|
||||
"website": "Website",
|
||||
|
||||
// Errors
|
||||
"errors": {
|
||||
"unexpected": "An unexpected error occurred",
|
||||
"imageLoad": "Error loading image",
|
||||
"imageUpload": "Error uploading image"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user