Files
nice-app-web/src/locales/en.json
focp212@naver.com 5520e6ae52 언어파일 수정
2025-10-29 14:32:38 +09:00

168 lines
4.5 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"
},
"settings": {
"title": "Settings",
"notificationSettings": "Notification Settings",
"noticeAlarms": "Notice Alarms",
"serviceOperation": "Service Operation & Failures",
"interestFreeEvent": "Interest-Free Benefits & Events",
"servicePolicyChange": "Service & Policy Changes",
"niceNews": "NICE News & Other Information",
"settlementAlarms": "Settlement Alarms",
"settlementStatus": "Settlement Status",
"settlementLimit": "Settlement Limit Alarm",
"marketingConsent": "Marketing Information Consent",
"loginTypeSetting": "Login Type",
"serviceLanguageSetting": "Language",
"logout": "Logout",
"privacyPolicy": "Privacy Policy",
"loginType": {
"title": "Please select a login type.",
"idPassword": "ID/PW Login",
"biometric": "Biometric Authentication"
},
"serviceLanguage": {
"title": "Please select language.",
"notice": "※ If the language is not supported, English will be set automatically"
}
},
"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",
"00": "TOP 10",
"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",
"choose": "Choose",
"01": "Billing & Tax Inquiry",
"02": "Transaction & Cancellation Inquiry",
"03": "Contract & Service Request Inquiry",
"04": "Technical & Payment Error Inquiry",
"05": "Others",
"06": "Service Usage Inquiry",
"09": "Credit Limit & Insurance Inquiry"
},
"statusCode": {
"all": "All",
"00": "Submit",
"01": "Save",
"02": "Submit Inquiry",
"03": "Completed"
},
"validation": {
"title": "Title is Required.",
"requestType": "RequestType is Required.",
"requestName": "RequestName is Required.",
"requestTel": "Phone number is Required.",
"requestEmail": "Invalid Email Type.",
"contents": "Contents is Required."
}
}
}
}