-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui.json
More file actions
18 lines (18 loc) · 776 Bytes
/
Copy pathui.json
File metadata and controls
18 lines (18 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"title" : "💬 Assistify - ChatGPT assistant",
"button_load_article" : "Load article",
"button_generate": " 💬 Generate",
"button_switch_theme": "🌓",
"message_input" : "Enter the variable input of your prompt here.\nThen press CTRL+ENTER or click the 💬 generate button.",
"message_url": "Type a URL with article to load",
"ready": "✅ Ready",
"separator": "•",
"copied": "Copied to clipboard",
"request_completed": "✅ Completed in {}s • Cost {} {}",
"waiting": "⌛ Waiting for ChatGPT...",
"error": "⚠️",
"error_load_article": "⚠️ Unable to load article",
"error_no_input": "⚠️ No input text",
"error_no_url": "⚠️ No URL specified",
"error_invalid_url": "⚠️ Invalid URL"
}