첫 커밋
This commit is contained in:
78
src/locales/en.json
Normal file
78
src/locales/en.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"common": {
|
||||
"language": "Language",
|
||||
"confirm": "Confirm",
|
||||
"cancel": "Cancel",
|
||||
"reset": "Reset",
|
||||
"close": "Close",
|
||||
"save": "Save",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"add": "Add",
|
||||
"search": "Search",
|
||||
"loading": "Loading...",
|
||||
"error": "An error occurred",
|
||||
"success": "Success",
|
||||
"noData": "No data available"
|
||||
},
|
||||
"menu": {
|
||||
"home": "Home",
|
||||
"about": "About",
|
||||
"contact": "Contact",
|
||||
"settings": "Settings",
|
||||
"logout": "Logout",
|
||||
"test": "Test",
|
||||
"menu": "Menu"
|
||||
},
|
||||
"login": {
|
||||
"title": "Login",
|
||||
"subtitle": "Login to start.",
|
||||
"username": "Username",
|
||||
"usernamePlaceholder": "Enter your username.",
|
||||
"password": "Password",
|
||||
"passwordPlaceholder": "Enter your password.",
|
||||
"passwordMinLength": "Password must be at least 6 characters long.",
|
||||
"passwordComplexity": "Password must contain at least one uppercase letter, one lowercase letter, and one number.",
|
||||
"confirmPasswordPlaceholder": "Confirm your password.",
|
||||
"confirmPasswordMismatch": "Passwords do not match.",
|
||||
"name": "Name",
|
||||
"namePlaceholder": "Enter your name.",
|
||||
"nameMinLength": "Name must be at least 2 characters long.",
|
||||
"phone": "Phone",
|
||||
"phonePlaceholder": "Enter your phone number.",
|
||||
"phoneFormat": "Enter a valid phone number.",
|
||||
"generalError": "An error occurred while logging in."
|
||||
},
|
||||
"filter": {
|
||||
"title": "Search Filters",
|
||||
"period": "Period",
|
||||
"periods": {
|
||||
"1month": "1 Month",
|
||||
"3months": "3 Months",
|
||||
"6months": "6 Months",
|
||||
"custom": "Custom"
|
||||
},
|
||||
"transactionType": "Transaction Type",
|
||||
"transactionTypes": {
|
||||
"all": "All",
|
||||
"deposit": "Deposit",
|
||||
"withdrawal": "Withdrawal"
|
||||
},
|
||||
"sortOrder": "Sort Order",
|
||||
"sortOrders": {
|
||||
"latest": "Latest",
|
||||
"oldest": "Oldest"
|
||||
},
|
||||
"startDate": "Start Date",
|
||||
"endDate": "End Date",
|
||||
"dateRange": "Date Range",
|
||||
"currentConditions": "Current Conditions",
|
||||
"searchResults": "Search Results",
|
||||
"transactionId": "Transaction ID",
|
||||
"amount": "Amount",
|
||||
"date": "Date",
|
||||
"status": "Status",
|
||||
"completed": "Completed",
|
||||
"failed": "Failed"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user