{
  "appTitle": "Wealth Tracker - Personal Asset Tracking and Analysis Tool",
  "appDesc": "Wealth Tracker is an application focused on personal asset tracking and analysis. Its core functions are: comprehensively recording and displaying the user's asset status, helping users clearly understand their financial situation; combining the characteristics of each asset and the current economic environment, using AI technology for analysis, and providing appropriate financial advice.",
  "addition": "Add New",
  "setting": "Settings",
  "settingTabs": {
    "general": "General Settings",
    "currencies": "Custom Currencies"
  },
  "update": "Update",
  "reset": "Reset",
  "action": "Action",
  "modify": "Modify",
  "destroy": "Destroy",
  "confirm": "Confirm",
  "cancel": "Cancel",
  "close": "Close",
  "persist": "Persist",
  "viewDetails": "View Details",
  "recordAssets": "Record Assets",
  "type": "Type",
  "account": "Account",
  "amount": "Amount",
  "risk": "Risk",
  "liquidity": "Liquidity",
  "allowReset": "Allow Reset",
  "allowPassword": "Allow Password",
  "setPasswordTip": "Warning ⚠️: Lost password = Lost data forever",
  "setPassword": "Set Password",
  "confirmPassword": "Confirm Password",
  "passwordTip": "Enter password to protect your data",
  "confirmPasswordTip": "Re-enter password to confirm",
  "enterPassword": "Please enter password",
  "invalidPassword": "Invalid password",
  "passwordsDoNotMatch": "Passwords do not match",
  "passwordTooShort": "Password must be at least 6 characters long",
  "datetime": "Date",
  "remark": "Remark",
  "currency": "Currency",
  "insightsNav": "Insights",
  "backToHomepage": "Back to Homepage",
  "high": "High",
  "middle": "Medium",
  "low": "Low",
  "good": "Good",
  "poor": "Poor",
  "all": "All",
  "total": "Total",
  "totalAssets": "Total Assets",
  "distribution": "Distribution",
  "assetAllocation": "Asset Allocation",
  "currentAssetStatus": "Current Asset Status",
  "assetChanges": "Asset Changes",
  "assetChangeInsights": "Insights into Individual Asset Changes",
  "assetTrends": "Asset Trends",
  "assetTrendInsights": "Insights into Overall Asset Trends",
  "assetStatus": "Asset Status",
  "assetStatusInsights": "Display asset distribution by tags",
  "noTagsData": "No tag data available",
  "untaggedAssets": "Untagged Assets",
  "recordHasBeendestroyed": "This record has been successfully deleted",
  "recordDetails": "Record Details",
  "lastDays": "Last {count} Days",
  "lowFrequencyTip": "Above are low-frequency update content",
  "placeholderOfRemark": "Please enter a remark",
  "placeholderOfCurrency": "Please enter the currency type",
  "placeholderOfAlias": "Set an alias for the account type",
  "placeholderOfAmount": "Please enter the amount",
  "placeholderOfDate": "Please enter the date",
  "tags": "Tags",
  "placeholderOfTags": "Try to separate words with \",\", enter up to 3 tags.",
  "updateDate": "Update Date",
  "modifyRecord": "Modify Record",
  "destroyRecord": "Delete Record",
  "newAssetAccount": "Add New Asset Account",
  "updateAssetRecords": "Update Asset Records",
  "allRightsReserved": "All Rights Reserved",
  "fillAccountTypeTip": "Please enter the account type",
  "fillValidDateTip": "Please enter a valid date format (YYYY-MM-DD)",
  "fillLaterDateTip": "Update time cannot be earlier than the original time",
  "destroyAccountConfirmation": "Are you sure you want to destroy this account? Please note, this action cannot be undone.",
  "resetDatabaseConfirmation": "Are you sure you want to reset the entire database? Please be cautious, this action cannot be undone.",
  "getAIAdvice": "Get AI Advice",
  "getAIAdviceDescription": "AI provides financial advice based on asset characteristics and environment",
  "aiSettings": "AI Settings",
  "aiSettingsDesc": "AI Service Provider Settings",
  "financialAdvice": "Financial Advice",
  "financialAdviceDetails": "Based on your asset status and market environment, we provide personalized financial advice and investment strategies for you.",
  "assetAllocationAdvice": "AI successfully generated asset allocation advice",
  "genAssetAdviceTip": "After configuring AI settings (supporting providers like [OpenAI](https://openai.com/), [xAI](https://x.ai/), [Anthropic](https://www.anthropic.com/), [DeepSeek](https://www.deepseek.com/), [Moonshot AI](https://www.moonshot.cn/)), generate your asset allocation recommendations based on the **prompt**. You can reference these suggestions to optimize your asset allocation. Of course, you can also modify the prompt or copy it to seek advice from other AI services.",
  "validRateApiTip": "API Key must be a combination of 24 letters and numbers",
  "validBitcoinApiTip": "Bitcoin API Key must be 40 characters long",
  "settingFields": {
    "exchangeRateApiKeyLabel": "Exchange Rate API Key",
    "bitcoinApiKeyLabel": "Bitcoin API Key"
  },
  "customCurrency": {
    "managerTitle": "Custom Currency Management",
    "addCurrency": "Add Currency",
    "form": {
      "codeLabel": "Currency Code *",
      "codePlaceholder": "e.g., ETH",
      "symbolLabel": "Currency Symbol *",
      "symbolPlaceholder": "e.g., Ξ",
      "nameLabel": "Currency Name",
      "namePlaceholder": "e.g., Ethereum",
      "rateLabel": "Exchange Rate *",
      "ratePlaceholder": "e.g., 0.001",
      "rateHelper": "1 CNY = {rate} custom currency",
      "activeLabel": "Active",
      "activeHelper": "If disabled, it will not appear in currency selections"
    },
    "actions": {
      "save": "Save",
      "cancel": "Cancel",
      "edit": "Edit",
      "delete": "Delete"
    },
    "validation": {
      "codeSymbolRequired": "Currency code and symbol cannot be empty",
      "ratePositive": "Exchange rate must be greater than 0"
    },
    "message": {
      "saveFailed": "Save failed",
      "deleteFailed": "Delete failed"
    },
    "confirm": {
      "delete": "Are you sure you want to delete this custom currency?"
    },
    "table": {
      "code": "Currency Code",
      "symbol": "Symbol",
      "name": "Name",
      "rate": "Exchange Rate",
      "status": "Status"
    },
    "status": {
      "active": "Active",
      "inactive": "Inactive"
    },
    "empty": {
      "title": "No custom currencies yet",
      "tip": "Click \"Add Currency\" to create a custom currency"
    }
  },
  "currencys": {
    "CNY": "Chinese Yuan",
    "USD": "US Dollar",
    "HKD": "Hong Kong Dollar",
    "BTC": "Bitcoin",
    "EUR": "Euro",
    "JPY": "Japanese Yen",
    "GBP": "British Pound",
    "TWD": "New Taiwan Dollar",
    "KRW": "South Korean Won",
    "AUD": "Australian Dollar",
    "CAD": "Canadian Dollar",
    "SGD": "Singapore Dollar",
    "CHF": "Swiss Franc"
  },
  "insights": {
    "title": "Wealth Insights",
    "addInsight": "Add Insight",
    "createFirstInsight": "Create First Insight",
    "editInsight": "Edit Insight",
    "titlePlaceholder": "Please enter insight title",
    "save": "Save",
    "loading": "Loading...",
    "createdAt": "Created on",
    "updatedAt": "Updated on",
    "createTime": "Created:",
    "updateTime": "Updated:",
    "deleteConfirmTitle": "Are you sure you want to delete this insight?",
    "fetchError": "Failed to fetch insights list",
    "titleContentRequired": "Please fill in title and content",
    "updateSuccess": "Insight updated successfully",
    "saveSuccess": "Insight saved successfully",
    "saveError": "Save failed, please try again",
    "deleteSuccess": "Insight deleted successfully",
    "deleteError": "Delete failed, please try again",
    "calendarTitle": "Insight Activity",
    "less": "Less",
    "more": "More",
    "insightsCount": "insights",
    "dayInsights": "Daily Insights",
    "noInsightsOnThisDay": "No insights on this day",
    "year": "Year",
    "quarter": "Quarter"
  }
}
