mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #2069 from tibssy/fix/bar-behavior-i18n
fix(i18n): add missing error toast translation for custom commands
This commit is contained in:
@@ -1847,6 +1847,10 @@
|
||||
"unavailable": "Clipboard history unavailable",
|
||||
"unavailable-desc": "The 'cliphist' application is not installed. Please install it to use clipboard history features"
|
||||
},
|
||||
"custom-command-failed": {
|
||||
"description": "Command failed: {command}\nExit code: {code}",
|
||||
"title": "Custom command failed"
|
||||
},
|
||||
"do-not-disturb": {
|
||||
"disabled": "Do Not Disturb disabled",
|
||||
"disabled-desc": "Showing all notifications",
|
||||
|
||||
Reference in New Issue
Block a user