-
-
Notifications
You must be signed in to change notification settings - Fork 697
feat(gui): add custom shortcut/application editors to the mouse picker #1452
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -538,6 +538,7 @@ custom_shortcut = "Benutzerdefinierter Kurzbefehl" | |
| shortcut_e_g_cmd_plus_shift_plus_p = "Tastenkürzel, z. B. Cmd+Shift+P" | ||
| application_folder_path_or_url = "Anwendung, Ordnerpfad oder URL" | ||
| open_application_or_folder = "Anwendung oder Ordner öffnen" | ||
| custom_action_invalid_input = "Couldn't recognize that input." | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The new validation message is copied verbatim from English into every non-English catalog. When localized users submit an invalid shortcut or application target, the feedback appears in English. This conflicts with the repository's documented localization convention that new catalog entries must never use English fill-in and makes the new error less useful to those users. |
||
|
|
||
| [keyboard] | ||
| editor_unavailable = "Editor nicht verfügbar" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.