Files
community-plugins/deepseek_usage/translations/en.json
T
Priyanshu GuptaandGitHub 8aa75342f3 add(deepseek_usage): DeepSeek API credit & balance monitor (#220)
* add(deepseek_usage): add DeepSeek usage balance monitor plugin

* add(deepseek_usage): add thumbnail.webp

* chore(deepseek_usage): update plugin id to coder/deepseek_usage

* fix(deepseek_usage): update 960x540 thumbnail, README IPC docs, and plugin.toml schema

* fix(deepseek_usage): fix panel ID, normalize ui.graph values 0-1, declare xdg-open dependency

* fix(deepseek_usage): replace thumbnail with official Noctalia generator asset
2026-08-03 16:33:41 -04:00

54 lines
1.6 KiB
JSON

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