Files
community-plugins/deepseek_usage/translations/en.json
T
2026-08-05 17:59:17 -04:00

54 lines
1.6 KiB
JSON

{
"error": {
"invalid_key": "Invalid or expired API Key (401)",
"no_wallet": "No active wallet found in user summary",
"parse_failed": "Failed to parse API response"
},
"panel": {
"add_credits": "Add Credits",
"add_credits_tooltip": "Open DeepSeek platform top-up page in browser",
"current_balance": "Available Balance",
"history_title": "Balance History (24h Trend)",
"open_settings": "Open Settings",
"refresh_tooltip": "Refresh balance now",
"settings_btn": "Settings",
"title": "DeepSeek Balance",
"unconfigured_desc": "Please configure your DeepSeek API Key in the plugin settings.",
"unconfigured_title": "API Key Required",
"updated_at": "Updated",
"wallet_info": "Normal Wallet"
},
"settings": {
"api_key": {
"description": "API Key from platform.deepseek.com/api_keys",
"label": "DeepSeek API Key"
},
"low_balance_threshold": {
"description": "Send a desktop notification when balance drops below this amount",
"label": "Low Balance Warning Threshold"
},
"refresh_minutes": {
"description": "How often to poll DeepSeek API for balance updates",
"label": "Refresh Interval (Minutes)"
}
},
"status": {
"never": "Never",
"ok": "Active",
"unconfigured": "API Key Not Set"
},
"title": "DeepSeek Usage",
"tooltip": {
"action": "Action",
"balance": "Current Balance",
"click_to_configure": "Click to open settings and set API Key",
"last_updated": "Last Checked",
"status": "API Status"
},
"widget": {
"error": "Error",
"loading": "Checking...",
"no_key": "Set Key"
}
}