Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add stella notifications #43

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,20 @@
narrate: "Narrate Response",
notifications: {
objects: "Stella has found some interesting objects!✅",
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?"
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?",
success: "Success!✅",
error: "Failed",
pending: "Processing...",
XML: {
pending: "Generating XML...",
error: "XML generation failed",
success: "XML generated!✅"
},
image: {
pending: "Processing image...",
error: "Processing image error",
success: "Processed image successfuly✅"
}
},

targets:
Expand Down
15 changes: 14 additions & 1 deletion de.js
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,20 @@ const de = {
narrate: "Narrate Response",
notifications: {
objects: "Stella has found some interesting objects!✅",
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?"
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?",
success: "Success!✅",
error: "Failed",
pending: "Processing...",
XML: {
pending: "Generating XML...",
error: "XML generation failed",
success: "XML generated!✅"
},
image: {
pending: "Processing image...",
error: "Processing image error",
success: "Processed image successfuly✅"
}
},

targets:
Expand Down
15 changes: 14 additions & 1 deletion en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,20 @@ const en = {
narrate: "Narrate Response",
notifications: {
objects: "Stella has found some interesting objects!✅",
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?"
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?",
success: "Success!✅",
error: "Failed",
knro marked this conversation as resolved.
Show resolved Hide resolved
pending: "Processing...",
XML: {
pending: "Generating XML...",
error: "XML generation failed",
success: "XML generated!✅"
knro marked this conversation as resolved.
Show resolved Hide resolved
},
image: {
pending: "Processing image...",
error: "Processing image error",
success: "Processed image successfuly✅"
}
},

targets:
Expand Down
15 changes: 14 additions & 1 deletion es.js
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,20 @@ const es = {
narrate: "Narrate Response",
notifications: {
objects: "Stella has found some interesting objects!✅",
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?"
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?",
success: "Success!✅",
error: "Failed",
pending: "Processing...",
XML: {
pending: "Generating XML...",
error: "XML generation failed",
success: "XML generated!✅"
},
image: {
pending: "Processing image...",
error: "Processing image error",
success: "Processed image successfuly✅"
}
},

targets:
Expand Down
15 changes: 14 additions & 1 deletion fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,20 @@ const fr = {
narrate: "Narrate Response",
notifications: {
objects: "Stella has found some interesting objects!✅",
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?"
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?",
success: "Success!✅",
error: "Failed",
pending: "Processing...",
XML: {
pending: "Generating XML...",
error: "XML generation failed",
success: "XML generated!✅"
},
image: {
pending: "Processing image...",
error: "Processing image error",
success: "Processed image successfuly✅"
}
},

targets:
Expand Down
15 changes: 14 additions & 1 deletion ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,20 @@ const ja = {
narrate: "Narrate Response",
notifications: {
objects: "Stella has found some interesting objects!✅",
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?"
failed: "Stella didn't find anything this time. Could you try widening your search criteria or adjusting the filters?",
success: "Success!✅",
error: "Failed",
pending: "Processing...",
XML: {
pending: "Generating XML...",
error: "XML generation failed",
success: "XML generated!✅"
},
image: {
pending: "Processing image...",
error: "Processing image error",
success: "Processed image successfuly✅"
}
},

targets:
Expand Down
Loading