export default { common: { retry: 'Retry', cancel: 'Cancel', confirm: 'Confirm', loading: 'Loading...', noData: 'No Data', noResult: 'No results found', search: 'Search', male: 'Male', female: 'Female', pleaseSelect: 'Please select', }, nav: { almanac: 'Almanac', ziwei: 'Zi Wei', fortune: 'Fortune', }, almanac: { pageTitle: 'Almanac Search', searching: 'Searching...', searchFailed: 'Search failed, please try again later', noResult: 'No results match the criteria', noResultHelp: 'Try adjusting your search criteria', noSearchYetTitle: 'Welcome to Everything Suitable', noSearchYetDesc: 'Select a template or add search conditions above', startSearch: 'Start Search', keywordHint: 'Enter search keywords', todayTitle: "Today's Almanac", lunarDate: 'Lunar Date', jianChu: 'Jianchu', starGod: 'Star God', godDirection: 'God Direction', clash: 'Clash', evil: 'Evil Direction', naYin: 'Na Yin', fetusGod: 'Fetus God', pengzuTaboo: 'Pengzu Taboo', }, ziwei: { pageTitle: 'Zi Wei Dou Shu', birthInfo: 'Birth Information', birthDate: 'Birth Date', birthHour: 'Birth Hour', gender: 'Gender', birthPlace: 'Birth Place', birthPlaceHint: 'e.g. Haidian, Beijing', locationNotFound: 'Location not found, please be more specific', lookingUp: 'Looking up…', pleaseSelect: 'Please select', generating: 'Generating chart...', generate: 'Generate Chart', requireBirthDate: 'Please select a birth date first', selectBirthDateFirst: 'Select your birth date first', generateFailed: 'Failed to generate the chart, please try again later', chartTitle: 'Zi Wei Dou Shu Chart', sanFangAnalysis: 'San Fang Si Zheng Analysis', sanFangScore: 'San Fang Score', siZhengScore: 'Si Zheng Score', overallEval: 'Overall Evaluation', summary: 'Chart Summary', scoreUnit: 'pts', }, fortune: { pageTitle: 'Fortune Analysis', daily: 'Daily', monthly: 'Monthly', selectDate: 'Select Date', selectMonth: 'Select Month', overallScore: ({ named }) => `Overall Fortune: ${named('score')}pts`, career: 'Career: ', wealth: 'Wealth: ', relationship: 'Relationship: ', health: 'Health: ', luckyColor: 'Lucky Color: ', luckyNumber: 'Lucky Number: ', luckyDirection: 'Lucky Direction: ', noChartHint: 'Please generate a chart on the Zi Wei Dou Shu page first', goToZiwei: 'Generate Chart', }, search: { searchConditions: 'Search Conditions', addCondition: 'Add Condition', addConditionHint: 'Please add at least one search condition', searchDays: 'Search Days', daysUnit: ({ named }) => `${named('count')} days`, searchResults: 'Search Results', resultCount: ({ named }) => `${named('count')} results`, matchCount: 'Match', sort: 'Sort', sortByDate: 'Date', sortByMatch: 'Match', suitable: 'Suitable', unsuitable: 'Unsuitable', operatorAnd: 'AND', operatorOr: 'OR', excludeCondition: 'Exclude Condition', activityItems: 'Items', logicalOperator: 'Logical Operator', dateFormat: ({ named }) => `${named('month')}/${named('day')}/${named('year')}`, searchHistory: 'Search History', clearHistory: 'Clear History', noHistoryTitle: 'No Search History', noHistoryDesc: 'Search conditions will appear here after searching', confirmClear: 'Confirm Clear', confirmClearContent: 'Are you sure you want to clear all search history?', historyConditionDays: ({ named }) => `${named('count')} conditions, ${named('days')} days range`, justNow: 'Just now', hoursAgo: ({ named }) => `${named('count')}h ago`, daysAgo: ({ named }) => `${named('count')}d ago`, searchTemplates: 'Search Templates', noTemplatesTitle: 'No Templates', noTemplatesDesc: 'No templates match the criteria', allCategories: 'All', }, export: { exportResults: 'Export Results', exportSearchResults: 'Export Search Results', selectFormat: 'Select Export Format', selectContent: 'Select Export Content', export: 'Export', contentDate: 'Date', contentLunarDate: 'Lunar Date', contentWeekday: 'Weekday', contentMatchedItems: 'Matched Items', contentMatchCount: 'Match Score', }, }