Files
nice-app-web/src/locales/en.json
focp212@naver.com a8a9044f00 faq 99%
2025-10-17 10:24:41 +09:00

123 lines
3.8 KiB
JSON

{
"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"
},
"support": {
"notice": {
"title": "Notice",
"searchPlaceholder": "Enter search keyword",
"categories": {
"ALL": "All",
"NOTICE": "Notice",
"EVENT": "Event",
"SERVICE": "Service",
"IMPORTANT": "Important"
}
},
"faq": {
"title": "Frequently Asked Questions",
"searchPlaceholder": "Enter search keyword",
"all": "All",
"inquiryButton": "Contact Support",
"categories": {
"all": "All",
"01": "Contract",
"02": "Cancellation",
"03": "Settlement",
"04": "Technical/Integration",
"05": "Service",
"06": "Limit/Guarantee Insurance",
"07": "Information Change",
"08": "Partner Inquiry",
"99": "Other"
}
},
"qna": {
"title": "Support Inquiry",
"merchant": "Merchant",
"all": "All",
"inquiryButton": "Submit Inquiry",
"categories": {
"all": "All",
"01": "Contract",
"02": "Settlement",
"03": "Development",
"04": "Operations",
"05": "Limit"
}
}
}
}