Files
goodgo-platform/apps/web/messages/en.json
Ho Ngoc Hai 4d91c04b88 docs: add comprehensive K6 load testing guide with API structure
- Document all API endpoints (auth, listings, payments, search)
- Include DTOs and request/response body shapes
- Document authentication methods and rate limits
- Provide database and environment configuration
- Include existing test setup (Playwright, Vitest)
- Detail CI/CD pipeline structure
- Recommend K6 endpoints and test patterns
- Provide file location references for quick lookup

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 01:34:15 +07:00

111 lines
3.4 KiB
JSON

{
"metadata": {
"title": "GoodGo — Vietnam Real Estate Platform",
"description": "GoodGo — smart real estate platform in Vietnam. Buy, sell, and rent properties easily with over 10,000+ listings nationwide.",
"ogTitle": "GoodGo — Vietnam Real Estate Platform",
"ogDescription": "Buy, sell, and rent properties easily with GoodGo — Vietnam's leading smart real estate platform."
},
"common": {
"goodgo": "GoodGo",
"loading": "Loading...",
"retry": "Retry",
"retrying": "Retrying...",
"goHome": "Go to homepage",
"search": "Search",
"login": "Login",
"register": "Register",
"logout": "Logout",
"admin": "Admin",
"dashboard": "Dashboard",
"errorCode": "Error code: {code}",
"retriedCount": "Retried {count} times",
"allRightsReserved": "© 2026 GoodGo. All rights reserved.",
"skipToContent": "Skip to main content"
},
"nav": {
"home": "Home",
"search": "Search",
"mainNav": "Main navigation",
"dashboardNav": "Dashboard",
"adminNav": "Administration"
},
"dashboard": {
"title": "Dashboard",
"listings": "Listings",
"createListing": "Create listing",
"analytics": "Analytics",
"aiValuation": "AI Valuation",
"profile": "Profile",
"subscription": "Subscription",
"payments": "Payments",
"darkMode": "Switch to dark mode",
"lightMode": "Switch to light mode"
},
"adminNav": {
"dashboard": "Dashboard",
"users": "User management",
"moderation": "Content moderation",
"kyc": "KYC verification",
"closeMenu": "Close menu",
"openMenu": "Open menu"
},
"landing": {
"heroTitle": "Find your perfect",
"heroTitleHighlight": "property",
"heroSubtitle": "Smart real estate platform in Vietnam — buy, sell, and rent properties with ease",
"searchPlaceholder": "Enter area, project, or keyword...",
"transactionTypeLabel": "Type",
"featuredTitle": "Featured listings",
"featuredSubtitle": "Explore the most popular properties",
"viewAll": "View all",
"loadError": "Unable to load listings. Please try again.",
"noFeatured": "No featured listings yet",
"districtsTitle": "Popular areas",
"districtsSubtitle": "Search by popular districts",
"statsTitle": "GoodGo in numbers",
"statsSubtitle": "Vietnam's trusted real estate platform",
"ctaTitle": "Have a property to list?",
"ctaSubtitle": "List for free today and reach thousands of potential buyers",
"registerFree": "Register for free",
"searchNow": "Search now"
},
"stats": {
"listings": "Listings",
"users": "Users",
"transactions": "Successful transactions",
"provinces": "Provinces"
},
"footer": {
"description": "Smart real estate platform in Vietnam",
"propertyTypes": "Property types",
"areas": "Areas",
"support": "Support"
},
"propertyTypes": {
"APARTMENT": "Apartment",
"HOUSE": "House",
"VILLA": "Villa",
"LAND": "Land",
"OFFICE": "Office",
"SHOPHOUSE": "Shophouse"
},
"transactionTypes": {
"SALE": "Sale",
"RENT": "Rent"
},
"notFound": {
"title": "Page not found",
"description": "The page you are looking for does not exist or has been moved."
},
"error": {
"title": "An error occurred",
"description": "Sorry, something went wrong. Please try again.",
"autoRetrying": "Automatically retrying..."
},
"language": {
"label": "Language",
"vi": "Tiếng Việt",
"en": "English"
}
}