diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 32385469..5f9b7a8d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,12 +8,20 @@ assignees: '' --- **Information** - - - + + + + + + - Solaar version (`solaar --version` or `git describe --tags` if cloned from this repository): - Distribution: -- Kernel version (ex. `uname -srmo`): `KERNEL VERSION HERE` +- Kernel version (ex. `uname -srmo`): - Output of `solaar show`:
@@ -34,11 +42,11 @@ CONTENTS HERE - Errors or warrnings from Solaar: - +run Solaar as `solaar -ddd`, after killing any running Solaar processes to +have Solaar log debug, informational, warning, and error messages to stdout. --> **Describe the bug** diff --git a/CHANGELOG.md b/CHANGELOG.md index f92cda3b..edd3732e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,109 @@ +# 1.1.17 + +* Add dark icons +* Permit onboard profiles version 5 +* Update Russian and Polish translations +* Add onboard profiles warning to sensitivity tooltip +* Better error messages for solaar profile +* Remove Solaar name for mice with WPID 4008 +* Prevent lock failure when showing debug messages +* Replace color picker (#3028) +* Add setting for HAPTIC feature +* Add setting to adjust force needed for force-sensing buttons +* Expand new settings type +* Add new settings type for structure-backed setting +* Use PATH instead of hardcoded absolute paths (#3014) +* Add scroll ratchet force setting +* Fix debug messages for MouseClick rule +* Improve debug message for rule evaluation +* App wrapper and launch agent scripts for MacOS +* Ignore hidden features +* Don't pop up window in response to ADC changes +* Update bug report template +* Fixed malformed doc file by adding closing tag +* Fix error in low-level request for device with no recevier +* Update documentation files + +# 1.1.16 + +* Add new flags for reprogrammable keys feature +* Correctly handle missing battery feature + +# 1.1.15 + +* Correctly re-raise permissions exception +* Add several new special keys and tasks +* Update several translations +* Center labels and remove buggy entry resizing logic +* Add shape keys from Key POP Icon +* Device and Action rule conditions match on codename and name +* Fix listing hidpp10 devices - bytes vs string concatenation (#2856) +* Add present flag, unset when internal error occurs, set when notification appears +* Pause setting up features when error occurs; use ADC message to signal connection and disconnection +* Fix listing of hidpp10 peripherals +* Complete DEVICE_FEATURES to DeviceFeature transition for hidpp10 devices +* Fix NOTIFICATION_FLAG to NotificationFlag transition leftovers +* Fix github workflow stopping all matrix jobs when one of them fails +* Fix ubuntu github CI +* Update index.md +* Python documentation appears to be broken so don't set it up +* Improve documentation on onboard profiles +* Use correct LOD values for extended adjustable dpi +* Better support RGB Effects - not readable +* Fix crash when asking for help about config +* Fix error when updating ChoiceControlBig box +* Add uninstallation docs +* Handle unknown power switch locations again +* Correctly handle selection of [empty] in rule editor +* Handle `HIDError` in `hidapi.hidapi_impl._match()` (#2804) +* Give ghost devices a path +* Guard against typeerror when setting the value of a control box +* Recover from errors in ping +* Replace spaces by underscores when looking up features +* Rewrote string concatenation/format with f strings +* Fix logo not showing in about dialog box +* Make typing-extensions dependency mandatory +* Properly ignore unsupported locale +* hidapi: skip unsupported devices and handle exception on open +* Ignore macOS junk files and pipenv config +* Fix ui desktop notifications test +* hidpp20: Remove dependency to NamedInts +* Estimate accurate battery level for some rechargable devices (#2745) +* Upgrade desktop notifications tests to take notifications availability into account +* Update tests to run on Python 3.13 +* Remove outdated logger enabled checks +* Introduce GTK signal types +* Introduce error types +* Remove alias for SupportedFeature +* Refactor process_device_notification +* Refactor process_receiver_notification +* Refactor receiver event handling +* Introduce custom logger +* Refactor notifications +* Rename variable to full name notification +* Test notifications +* Test extraction of serial and max. devices +* Refactor extraction of serial and max. devices +* macOS: Fix int.from_bytes, int.to_bytes for show.py +* macOS: Remove udev rule warning +* macOS: Add support for Bluetooth devices +* Add back and forward mouseclick actions +* Speedup lookup of known receivers +* Refactor device filtering +* Reorder private functions and variable definitions +* Turn filter_products_of_interest into a public function +* Improve tests of known receivers +* Refactor: Remove NamedInts and move enums where used +* Add docstrings and type hints +* Enforce rules on RuleComponentUI subclasses +* Simplify settings UI class +* Remove diversion alias +* Refactor: Convert Kind to IntEnum +* Split up huge settings module +* Remove Python 2 specific path handling +* Delete logging temp file on exit +* Update Swedish translation + # 1.1.14 * Handle fake feature enums in show diff --git a/README.md b/README.md index 3cddc45e..c3444c0f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ that are otherwise ignored by the Linux input system. Usage - Capabilities - Rules - -Manual Installation +Manual Installation - +Known Issues [![codecov](https://codecov.io/gh/pwr-Solaar/Solaar/graph/badge.svg?token=D7YWFEWID6)](https://codecov.io/gh/pwr-Solaar/Solaar) diff --git a/Release_Notes.md b/Release_Notes.md index 9b9a5ee9..2c459a9a 100644 --- a/Release_Notes.md +++ b/Release_Notes.md @@ -1,7 +1,21 @@ # Notes on Major Changes in Releases +## Version 1.1.17 + +* Several new features have been added related to the MX Master 4 + * The scroll ratchet force can be adjusted + * The force required to click the button under your thumb can be adjusted + * The haptic force can be adjusted + * Haptic feeback can be triggered by commands like `solaar config 'mx master 4' haptic-play 'HAPPY ALER'` + +## Version 1.1.16 + +* Two bugs that were affecting users in 1.1.15 are fixed. + ## Version 1.1.15 +* Some key names have been changed to match Logitech names. Rules that use removed names will no longer work and will end up with a key of 0. +* Device and Action rule conditions match on device codename and name * Solaar supports configuration of Bluetooth devices on macOS. ## Version 1.1.13 diff --git a/docs/LICENSE.txt b/docs/LICENSE.txt new file mode 100644 index 00000000..d014535c --- /dev/null +++ b/docs/LICENSE.txt @@ -0,0 +1,132 @@ +GNU GENERAL PUBLIC LICENSE + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification follow. +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. + +1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. + b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. + c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. + +3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, + c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. + +If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. + +This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. + +NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. + +one line to give the program's name and an idea of what it does. +Copyright (C) yyyy name of author + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, see +. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author +Gnomovision comes with ABSOLUTELY NO WARRANTY; for details +type `show w'. This is free software, and you are welcome +to redistribute it under certain conditions; type `show c' +for details. + +The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright +interest in the program `Gnomovision' +(which makes passes at compilers) written +by James Hacker. + +signature of Moe Ghoul, 1 April 1989 +Moe Ghoul, President of Vice + +This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. diff --git a/docs/README.md b/docs/README.text similarity index 100% rename from docs/README.md rename to docs/README.text diff --git a/docs/capabilities.md b/docs/capabilities.md index 4bd45b3b..4f1502eb 100644 --- a/docs/capabilities.md +++ b/docs/capabilities.md @@ -178,7 +178,7 @@ For more information on Mouse Gestures rule conditions see Solaar uses the standard Logitech names for keyboard keys. Some Logitech keyboards have different icons on some of their keys and have different functionality than suggested by these names. -Solaar is uses the standard US keyboard layout. This currently only matters for the `Per-key Lighting` setting. Users who want to have the key names for this setting reflect the keyboard layout that they use can create and edit `~/.config/solaar/keys.yaml` which contains a YAML dictionary of key names and locations. For example, switching the `Y` and `Z` keys can be done as: +Solaar uses the standard US keyboard layout. This currently only matters for the `Per-key Lighting` setting. Users who want to have the key names for this setting reflect the keyboard layout that they use can create and edit `~/.config/solaar/keys.yaml` which contains a YAML dictionary of key names and locations. For example, switching the `Y` and `Z` keys can be done as: Z: 25 Y: 26 diff --git a/docs/devices/MX Master 4.text b/docs/devices/MX Master 4.text new file mode 100644 index 00000000..aedfc34a Binary files /dev/null and b/docs/devices/MX Master 4.text differ diff --git a/docs/devices/PRO X Wireless 4093.txt b/docs/devices/PRO X Wireless 4093.txt index a86d7b1c..5ec9a104 100644 --- a/docs/devices/PRO X Wireless 4093.txt +++ b/docs/devices/PRO X Wireless 4093.txt @@ -1,59 +1,62 @@ -Solaar version 1.1.3 +Solaar version 1.1.14 - 1: PRO X Wireless + 2: PRO X Wireless Device path : None WPID : 4093 Codename : PRO X Kind : mouse Protocol : HID++ 4.2 - Polling rate : 8 ms (125Hz) - Serial number: 42F42E12 + Report Rate : 1ms + Serial number: 8B24D1D1 Model ID: 4093C0940000 - Unit ID: 42F42E12 - Bootloader: BL1 25.00.B0013 - Other: - Firmware: MPM 25.01.B0018 + Unit ID: 8B24D1D1 + 1: BL1 25.01.B0018 + 3: + 0: MPM 25.01.B0018 Supports 28 HID++ 2.0 features: - 0: ROOT {0000} - 1: FEATURE SET {0001} - 2: DEVICE FW VERSION {0003} - Firmware: Bootloader BL1 25.00.B0013 AB00BE657A82 - Firmware: Other - Firmware: Firmware MPM 25.01.B0018 4093FE92436C - Unit ID: 42F42E12 Model ID: 4093C0940000 Transport IDs: {'wpid': '4093', 'usbid': 'C094'} - 3: DEVICE NAME {0005} + 0: ROOT {0000} V0 + 1: FEATURE SET {0001} V0 + 2: DEVICE FW VERSION {0003} V3 + Firmware: 1 BL1 25.01.B0018 AB00FE92436C + Firmware: 3 + Firmware: 0 MPM 25.01.B0018 4093FE92436C + Unit ID: 8B24D1D1 Model ID: 4093C0940000 Transport IDs: {'wpid': '4093', 'usbid': 'C094'} + 3: DEVICE NAME {0005} V0 Name: PRO X Wireless Kind: mouse - 4: WIRELESS DEVICE STATUS {1D4B} - 5: RESET {0020} - 6: UNIFIED BATTERY {1004} - 7: COLOR LED EFFECTS {8070} internal, hidden - 8: ONBOARD PROFILES {8100} - Device Mode: Host - Onboard Profiles (saved): Disable - Onboard Profiles : Disable - 9: MOUSE BUTTON SPY {8110} - 10: REPORT RATE {8060} - Polling Rate (ms): 1 - Polling Rate (ms) (saved): 1 - Polling Rate (ms) : 1 - 11: ADJUSTABLE DPI {2201} - Sensitivity (DPI) (saved): 1000 - Sensitivity (DPI) : 1000 - 12: unknown:1500 {1500} - 13: DEVICE RESET {1802} internal, hidden - 14: unknown:1803 {1803} internal, hidden - 15: CONFIG DEVICE PROPS {1806} internal, hidden - 16: unknown:1811 {1811} internal, hidden - 17: OOBSTATE {1805} internal, hidden - 18: unknown:1830 {1830} internal, hidden - 19: unknown:1890 {1890} internal, hidden - 20: unknown:1891 {1891} internal, hidden - 21: unknown:18A1 {18A1} internal, hidden - 22: unknown:1801 {1801} internal, hidden - 23: unknown:18B1 {18B1} internal, hidden - 24: unknown:1E00 {1E00} hidden - 25: unknown:1EB0 {1EB0} internal, hidden - 26: unknown:1863 {1863} internal, hidden - 27: unknown:1E22 {1E22} internal, hidden - Battery: 76%, discharging. + 4: WIRELESS DEVICE STATUS {1D4B} V0 + 5: CONFIG CHANGE {0020} V0 + Configuration: 11000000000000000000000000000000 + 6: UNIFIED BATTERY {1004} V1 + Battery: 71%, 0. + 7: COLOR LED EFFECTS {8070} V4 internal, hidden + LED Control : HID++ error {'number': 2, 'request': 1908, 'error': 5, 'params': b''} + 8: ONBOARD PROFILES {8100} V0 + Device Mode: On-Board + Onboard Profiles (saved): Profile 1 + Onboard Profiles : Profile 1 + 9: MOUSE BUTTON SPY {8110} V0 + 10: REPORT RATE {8060} V0 + Report Rate: 1ms + Report Rate (saved): 1ms + Report Rate : 1ms + 11: ADJUSTABLE DPI {2201} V2 + Sensitivity (DPI) (saved): 800 + Sensitivity (DPI) : 800 + 12: FORCE PAIRING {1500} V0 + 13: DEVICE RESET {1802} V0 internal, hidden + 14: unknown:1803 {1803} V0 internal, hidden + 15: CONFIG DEVICE PROPS {1806} V4 internal, hidden + 16: unknown:1811 {1811} V0 internal, hidden + 17: OOBSTATE {1805} V0 internal, hidden + 18: unknown:1830 {1830} V0 internal, hidden + 19: unknown:1890 {1890} V5 internal, hidden + 20: unknown:1891 {1891} V5 internal, hidden + 21: unknown:18A1 {18A1} V0 internal, hidden + 22: unknown:1801 {1801} V0 internal, hidden + 23: unknown:18B1 {18B1} V0 internal, hidden + 24: unknown:1E00 {1E00} V0 hidden + 25: unknown:1EB0 {1EB0} V0 internal, hidden + 26: unknown:1863 {1863} V0 internal, hidden + 27: unknown:1E22 {1E22} V0 internal, hidden + Battery: 71%, 0. diff --git a/docs/devices/Wireless Mouse M185.text b/docs/devices/Wireless Mouse M185.text new file mode 100644 index 00000000..26240e87 --- /dev/null +++ b/docs/devices/Wireless Mouse M185.text @@ -0,0 +1,64 @@ +solaar show +rules cannot access modifier keys in Wayland, accessing process only works on GNOME with Solaar Gnome extension installed +solaar version 1.1.14-2 + +Unifying Receiver + Device path : /dev/hidraw1 + USB id : 046d:C52B + Serial : EC219AC2 + C Pending : ff + 0 : 12.11.B0032 + 1 : 04.16 + 3 : AA.AA + Has 2 paired device(s) out of a maximum of 6. + Notifications: wireless (0x000100) + Device activity counters: 1=195, 2=74 + + 1: Wireless Mouse M175 + Device path : /dev/hidraw2 + WPID : 4008 + Codename : M175 + Kind : mouse + Protocol : HID++ 2.0 + Report Rate : 8ms + Serial number: 16E46E8C + Model ID: 000000000000 + Unit ID: 00000000 + 0: RQM 40.00.B0016 + The power switch is located on the base. + Supports 21 HID++ 2.0 features: + 0: ROOT {0000} V0 + 1: FEATURE SET {0001} V0 + 2: DEVICE FW VERSION {0003} V0 + Firmware: 0 RQM 40.00.B0016 4008 + Unit ID: 00000000 Model ID: 000000000000 Transport IDs: {} + 3: DEVICE NAME {0005} V0 + Name: Wireless Mouse M185 + Kind: mouse + 4: BATTERY STATUS {1000} V0 + Battery: 70%, 0, next level 5%. + 5: unknown:1830 {1830} V0 internal, hidden + 6: unknown:1850 {1850} V0 internal, hidden + 7: unknown:1860 {1860} V0 internal, hidden + 8: unknown:1890 {1890} V0 internal, hidden + 9: unknown:18A0 {18A0} V0 internal, hidden + 10: unknown:18C0 {18C0} V0 internal, hidden + 11: WIRELESS DEVICE STATUS {1D4B} V0 + 12: unknown:1DF3 {1DF3} V0 internal, hidden + 13: REPROG CONTROLS {1B00} V0 + 14: REMAINING PAIRING {1DF0} V0 hidden + Remaining Pairings: 117 + 15: unknown:1E00 {1E00} V0 hidden + 16: unknown:1E80 {1E80} V0 internal, hidden + 17: unknown:1E90 {1E90} V0 internal, hidden + 18: unknown:1F03 {1F03} V0 internal, hidden + 19: VERTICAL SCROLLING {2100} V0 + Roller type: standard + Ratchet per turn: 24 + Scroll lines: 0 + 20: MOUSE POINTER {2200} V0 + DPI: 1000 + Acceleration: low + Override OS ballistics + No vertical tuning, standard mice + Battery: 70%, 0, next level 5%. diff --git a/docs/i18n.md b/docs/i18n.md index 7a513ef6..b114a0d3 100644 --- a/docs/i18n.md +++ b/docs/i18n.md @@ -67,6 +67,7 @@ Some of the languages Solaar has been translated to are listed below. A full lis - Spanish, Castilian: Jose Luis Tirado - Swedish: John Erling Blad, [Daniel Zippert][zipperten], Emelie Snecker, Jonatan Nyberg - Turkish: Osman Karagöz +- Ukrainian: Олександр Афанасьєв [Rongronggg9]: https://github.com/Rongronggg9 [papoteur]: https://github.com/papoteur diff --git a/docs/index.md b/docs/index.md index e13bc4f8..59da34ff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -131,62 +131,6 @@ Solaar uses a standard system tray implementation; solaar-gnome3 is no longer re See [the installation page](https://pwr-solaar.github.io/Solaar/installation) for the step-by-step procedure for manual installation. -## Known Issues - -- Onboard Profiles, when active, can prevent changes to other settings, such as Polling Rate, DPI, and various LED settings. Which settings are affected depends on the device. To make changes to affected settings, disable Onboard Profiles. If Onboard Profiles are later enabled the affected settings may change to the value in the profile. - -- Solaar version 1.1.12 has a bug resulting in devices remaining in their default configuration after a system resume. This is fixed in 1.1.13. - -- Bluez 5.73 does not remove Bluetooth devices when they disconnect. - Solaar 1.1.12 processes the DBus disconnection and connection messages from Bluez and does re-initialize devices when they reconnect. - The HID++ driver does not re-initialize devices, which causes problems with smooth scrolling. - Until the problem is resolved having Scroll Wheel Resolution set to true (and not ignored) may be helpful. - -- The Linux HID++ driver modifies the Scroll Wheel Resolution setting to - implement smooth scrolling. If Solaar changes this setting, scrolling - can be either very fast or very slow. To fix this problem - click on the icon at the right edge of the setting to set it to - "Ignore this setting", which is the default for new devices. - The mouse has to be reset (e.g., by turning it off and on again) before this fix will take effect. - -- Solaar expects that it has exclusive control over settings that are not ignored. - Running other programs that modify these settings, such as logiops, - will likely result in unexpected device behavior. - -- The driver also sets the scrolling direction to its normal setting when implementing smooth scrolling. - This can interfere with the Scroll Wheel Direction setting, requiring flipping this setting back and forth - to restore reversed scrolling. - -- The driver sends messages to devices that do not conform with the Logitech HID++ specification - resulting in responses being sent back that look like other messages. For some devices this causes - Solaar to report incorrect battery levels. - -- Solaar normally uses icon names for its icons, which in some system tray implementations - results in missing or wrong-sized icons. - The `--tray-icon-size` option forces Solaar to use icon files of appropriate size - for tray icons instead, which produces better results in some system tray implementations. - To use icon files close to 32 pixels in size use `--tray-icon-size=32`. - -- The icon in the system tray can show up as 'black on black' in dark - themes or as non-symbolic when the theme uses symbolic icons. This is due to problems - in some system tray implementations. Changing to a different theme may help. - The `--battery-icons=symbolic` option can be used to force symbolic icons. - -- Solaar will try to use uinput to simulate input from rules under Wayland or if Xtest is not available - but this needs write permission on /dev/uinput. - For more information see [the rules page](https://pwr-solaar.github.io/Solaar/rules). - -- Diverted keys remain diverted and so do not have their normal behavior when Solaar terminates - or a device disconnects from a host that is running Solaar. If necessary, their normal behavior - can be reestablished by turning the device off and on again. This is most important to restore - the host switching behavior of a host switch key that was diverted, for example to switch away - from a host that crashed or was turned off. - -- When a receiver-connected device changes hosts Solaar remembers which diverted keys were down on it. - When the device changes back the first time any of these diverted keys is depressed Solaar will not - realize that the key was newly depressed. For this reason Solaar rules that can change hosts should - trigger on key releasing. - ## License This software is distributed under the terms of the diff --git a/docs/installation.md b/docs/installation.md index 7eb4aa10..06b4d925 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,8 +7,7 @@ layout: page An easy way to install the most recent release version of Solaar is from the PyPI repository. First install pip, and then run -`pip install --user solaar` or `pipx install --system-site-packages solaar` or -If you are using pipx add the `` flag. +`pip install --user solaar` or `pipx install --system-site-packages solaar`. This will not install the Solaar udev rule, which you will need to install manually by copying `~/.local/lib/udev/rules.d/42-logitech-unify-permissions.rules` @@ -27,6 +26,18 @@ brew update brew install hidapi gtk+3 pygobject3 ``` +### Optional: Set up macOS launcher +* Option A (recommended): Configure a LaunchAgent to automatically start Solaar and keep it running in the background. +It will also automatically restart Solaar if it crashed or closed. +``` +bash <(curl -fsSL https://raw.githubusercontent.com/pwr-Solaar/Solaar/refs/heads/master/tools/create-macos-launchagent.sh) +``` +* Option B: Create Solaar.app launcher in /Applications. +It can be added to Login Items to start on login, but it will not automatically recover on crashes. +``` +bash <(curl -fsSL https://raw.githubusercontent.com/pwr-Solaar/Solaar/refs/heads/master/tools/create-macos-app.sh) +``` + # Installating from GitHub ## Downloading diff --git a/docs/issues.md b/docs/issues.md new file mode 100644 index 00000000..387ba810 --- /dev/null +++ b/docs/issues.md @@ -0,0 +1,61 @@ +--- +title: Known Issues +layout: page +--- + +# Known Issues + +- Some internal structures in Solaar have been updated to use more standard Python language features. + This has caused some problems and introduced bugs are still being found. + +- Onboard Profiles, when active, can prevent changes to other settings, such as Polling Rate, DPI, and various LED settings. Which settings are affected depends on the device. To make changes to affected settings, disable Onboard Profiles. If Onboard Profiles are later enabled the affected settings may change to the value in the profile. + +- Bluez 5.73 does not remove Bluetooth devices when they disconnect. + Solaar 1.1.12 processes the DBus disconnection and connection messages from Bluez and does re-initialize devices when they reconnect. + The HID++ driver does not re-initialize devices, which causes problems with smooth scrolling. + Until the problem is resolved having Scroll Wheel Resolution set to true (and not ignored) may be helpful. + +- The Linux HID++ driver modifies the Scroll Wheel Resolution setting to + implement smooth scrolling. If Solaar changes this setting, scrolling + can be either very fast or very slow. To fix this problem + click on the icon at the right edge of the setting to set it to + "Ignore this setting", which is the default for new devices. + The mouse has to be reset (e.g., by turning it off and on again) before this fix will take effect. + +- Solaar expects that it has exclusive control over settings that are not ignored. + Running other programs that modify these settings, such as logiops, + will likely result in unexpected device behavior. + +- The driver also sets the scrolling direction to its normal setting when implementing smooth scrolling. + This can interfere with the Scroll Wheel Direction setting, requiring flipping this setting back and forth + to restore reversed scrolling. + +- The driver sends messages to devices that do not conform with the Logitech HID++ specification + resulting in responses being sent back that look like other messages. For some devices this causes + Solaar to report incorrect battery levels. + +- Solaar normally uses icon names for its icons, which in some system tray implementations + results in missing or wrong-sized icons. + The `--tray-icon-size` option forces Solaar to use icon files of appropriate size + for tray icons instead, which produces better results in some system tray implementations. + To use icon files close to 32 pixels in size use `--tray-icon-size=32`. + +- The icon in the system tray can show up as 'black on black' in dark + themes or as non-symbolic when the theme uses symbolic icons. This is due to problems + in some system tray implementations. Changing to a different theme may help. + The `--battery-icons=symbolic` option can be used to force symbolic icons. + +- Solaar will try to use uinput to simulate input from rules under Wayland or if Xtest is not available + but this needs write permission on /dev/uinput. + For more information see [the rules page](https://pwr-solaar.github.io/Solaar/rules). + +- Diverted keys remain diverted and so do not have their normal behavior when Solaar terminates + or a device disconnects from a host that is running Solaar. If necessary, their normal behavior + can be reestablished by turning the device off and on again. This is most important to restore + the host switching behavior of a host switch key that was diverted, for example to switch away + from a host that crashed or was turned off. + +- When a receiver-connected device changes hosts Solaar remembers which diverted keys were down on it. + When the device changes back the first time any of these diverted keys is depressed Solaar will not + realize that the key was newly depressed. For this reason Solaar rules that can change hosts should + trigger on key releasing. diff --git a/docs/rules.md b/docs/rules.md index 706a35ff..459b6ddc 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -245,7 +245,8 @@ If the previous condition in the parent rule returns a number the scroll amounts ### Mouse click A `MouseClick` action takes a mouse button name (`left`, `middle` or `right`) and a positive number or 'click', 'depress', or 'release'. The action simulates that number of clicks of the specified button or just one click, depress, or release of the button. -A `MouseClick` action takes a mouse button name (`left`, `middle` or `right`) and a positive number, and simulates that number of clicks of the specified button. + +### Execute An `Execute` action takes a program and arguments and executes it asynchronously. ### Set setting diff --git a/lib/hidapi/udev_impl.py b/lib/hidapi/udev_impl.py index 6b12f51d..8b0c1f03 100644 --- a/lib/hidapi/udev_impl.py +++ b/lib/hidapi/udev_impl.py @@ -323,7 +323,7 @@ def open_path(device_path): if e.errno == errno.EACCES: sleep(0.1) else: - raise + raise e def close(device_handle) -> None: diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index 03c06e74..e6b08151 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -381,7 +381,7 @@ _D( ), ) _D("Couch Mouse M515", codename="M515", protocol=2.0, wpid="4007") -_D("Wireless Mouse M175", codename="M175", protocol=2.0, wpid="4008") +# _D("Wireless Mouse M175", codename="M175", protocol=2.0, wpid="4008") _D("Wireless Mouse M325", codename="M325", protocol=2.0, wpid="400A") _D("Wireless Mouse M525", codename="M525", protocol=2.0, wpid="4013") _D("Wireless Mouse M345", codename="M345", protocol=2.0, wpid="4017") diff --git a/lib/logitech_receiver/device.py b/lib/logitech_receiver/device.py index 8d391af8..82e4ae12 100644 --- a/lib/logitech_receiver/device.py +++ b/lib/logitech_receiver/device.py @@ -87,10 +87,10 @@ def create_device(low_level: LowLevelInterface, device_info, setting_callback=No except OSError as e: logger.exception("open %s", device_info) if e.errno == errno.EACCES: - raise - except Exception: + raise e + except Exception as e: logger.exception("open %s", device_info) - raise + raise e class Device: @@ -140,7 +140,7 @@ class Device: self._modelId = None # model id (contains identifiers for the transports of the device) self._tid_map = None # map from transports to product identifiers self._persister = None # persister holds settings - self._led_effects = self._firmware = self._keys = self._remap_keys = self._gestures = None + self._led_effects = self._firmware = self._keys = self._remap_keys = self._gestures = self._force_buttons = None self._profiles = self._backlight = self._settings = None self.registers = [] self.notification_flags = None @@ -346,6 +346,12 @@ class Device: self._profiles = _hidpp20.get_profiles(self) return self._profiles + def force_buttons(self): + if self._force_buttons is None: + if self.online and self.protocol >= 2.0: + self._force_buttons = _hidpp20.get_force_buttons(self) or () + return self._force_buttons + def set_configuration(self, configuration_, no_reply=False): if self.online and self.protocol >= 2.0: _hidpp20.config_change(self, configuration_, no_reply=no_reply) @@ -397,7 +403,7 @@ class Device: self.persister["_battery"] = feature.value return battery except Exception: - if self.persister and battery_feature is None and result is not None: + if self.persister and battery_feature is None and result is not None and result != 0: self.persister["_battery"] = result.value def set_battery_info(self, info): @@ -522,7 +528,7 @@ class Device: self.hidpp_long is None and (self.bluetooth or self._protocol is not None and self._protocol >= 2.0) ) return self.low_level.request( - self.handle or self.receiver.handle, + self.handle or (self.receiver.handle if self.receiver else None), self.number, request_id, *params, diff --git a/lib/logitech_receiver/diversion.py b/lib/logitech_receiver/diversion.py index 2500c3d2..5974334f 100644 --- a/lib/logitech_receiver/diversion.py +++ b/lib/logitech_receiver/diversion.py @@ -1321,17 +1321,17 @@ class MouseClick(Action): self.count = count elif warn: logger.warning( - "rule MouseClick action: argument %s should be an integer or CLICK, PRESS, or RELEASE", + "rule MouseClick action: argument %s should be an integer or click, depress, or release", count, ) self.count = 1 def __str__(self): - return f"MouseClick: {self.button} ({int(self.count)})" + return f"MouseClick: {self.button} ({str(self.count)})" def evaluate(self, feature, notification: HIDPPNotification, device, last_result): if logger.isEnabledFor(logging.INFO): - logger.info(f"MouseClick action: {int(self.count)} {self.button}") + logger.info(f"MouseClick action: {str(self.count)} {self.button}") if self.button and self.count: click(buttons[self.button], self.count) time.sleep(0.01) @@ -1499,7 +1499,7 @@ def key_is_down(key: NamedInt) -> bool: def evaluate_rules(feature, notification: HIDPPNotification, device): if logger.isEnabledFor(logging.DEBUG): - logger.debug("evaluating rules on %s", notification) + logger.debug("evaluating rules on %s %s", feature, notification) rules.evaluate(feature, notification, device, True) diff --git a/lib/logitech_receiver/hidpp10.py b/lib/logitech_receiver/hidpp10.py index 29399c8c..ae4798b7 100644 --- a/lib/logitech_receiver/hidpp10.py +++ b/lib/logitech_receiver/hidpp10.py @@ -189,7 +189,7 @@ class Hidpp10: write_register(device, Registers.THREE_LEDS, v1, v2) def get_notification_flags(self, device: Device): - return self._get_register(device, Registers.NOTIFICATIONS) + return NotificationFlag(self._get_register(device, Registers.NOTIFICATIONS)) def set_notification_flags(self, device: Device, *flag_bits: NotificationFlag): assert device is not None diff --git a/lib/logitech_receiver/hidpp20.py b/lib/logitech_receiver/hidpp20.py index 73fe0fe3..05295846 100644 --- a/lib/logitech_receiver/hidpp20.py +++ b/lib/logitech_receiver/hidpp20.py @@ -21,6 +21,7 @@ import socket import struct import threading +from collections import UserDict from enum import Flag from enum import IntEnum from typing import Any @@ -47,6 +48,7 @@ from .hidpp20_constants import DEVICE_KIND from .hidpp20_constants import ChargeLevel from .hidpp20_constants import ChargeType from .hidpp20_constants import ErrorCode +from .hidpp20_constants import FeatureFlag from .hidpp20_constants import GestureId from .hidpp20_constants import ParamId from .hidpp20_constants import SupportedFeature @@ -79,6 +81,9 @@ class Device(Protocol): ... +# pfps: Consider adding a class method that sanitizes inputs by removing unknown bits. + + class KeyFlag(Flag): """Capabilities and desired software handling for a control. @@ -86,6 +91,11 @@ class KeyFlag(Flag): We treat bytes 4 and 8 of `getCidInfo` as a single bitfield. """ + UNUSED_8000 = 0x8000 + UNUSED_4000 = 0x4000 + UNUSED_2000 = 0x2000 + UNUSED_1000 = 0x1000 + RAW_WHEEL = 0x800 ANALYTICS_KEY_EVENTS = 0x400 FORCE_RAW_XY = 0x200 RAW_XY = 0x100 @@ -105,6 +115,9 @@ class MappingFlag(Flag): We treat bytes 2 and 5 of `get/setCidReporting` as a single bitfield """ + UNUSED_4000 = 0x4000 + UNUSED_1000 = 0x1000 + RAW_WHEEL = 0x400 ANALYTICS_KEY_EVENTS_REPORTING = 0x100 FORCE_RAW_XY_DIVERTED = 0x40 RAW_XY_DIVERTED = 0x10 @@ -126,6 +139,7 @@ class FeaturesArray(dict): self.device = device self.inverse = {} self.version = {} + self.flags = {} self.count = 0 def _check(self) -> bool: @@ -172,6 +186,7 @@ class FeaturesArray(dict): feature = f"unknown:{data:04X}" self[feature] = index self.version[feature] = response[3] + self.flags[feature] = response[2] return feature def enumerate(self): # return all features and their index, ordered by index @@ -184,6 +199,15 @@ class FeaturesArray(dict): if self[feature]: return self.version.get(feature, 0) + def get_flags(self, feature: NamedInt) -> Optional[int]: + if self[feature]: + return self.flags.get(feature, 0) + + def get_hidden(self, feature: NamedInt) -> Optional[bool]: + if self[feature]: + return self.flags.get(feature, 0) & FeatureFlag.INTERNAL + return True + def __contains__(self, feature: NamedInt) -> bool: try: index = self.__getitem__(feature) @@ -204,6 +228,7 @@ class FeaturesArray(dict): index = response[0] self[feature] = index if index else False self.version[feature] = response[2] + self.flags[feature] = response[1] return index if index else False def __setitem__(self, feature, index): @@ -1425,7 +1450,7 @@ class OnboardProfiles: device.ping() response = device.feature_request(SupportedFeature.ONBOARD_PROFILES, 0x00) memory, profile, _macro = struct.unpack("!BBB", response[0:3]) - if memory != 0x01 or profile > 0x04: + if memory != 0x01 or profile > 0x05: return count, oob, buttons, sectors, size, shift = struct.unpack("!BBBBHB", response[3:10]) gbuttons = buttons if (shift & 0x3 == 0x2) else 0 @@ -1689,6 +1714,12 @@ class Hidpp20: if SupportedFeature.BACKLIGHT2 in device.features: return Backlight(device) + def get_force_buttons(self, device: Device): + if getattr(device, "_force_buttons", None) is not None: + return device._force_buttons + if SupportedFeature.FORCE_SENSING_BUTTON in device.features: + return ForceSensingButtonArray(device) + def get_profiles(self, device: Device): if getattr(device, "_profiles", None) is not None: return device._profiles @@ -1997,3 +2028,94 @@ def estimate_battery_level_percentage(value_millivolt: int) -> int | None: percent = p_low + (p_high - p_low) * (value_millivolt - v_low) / (v_high - v_low) return round(percent) return 0 + + +class ForceSensingButton: + """A button that has a force value at which to trigger the button""" + + @classmethod + def create(cls, device, number: int): + buttondata = device.feature_request(SupportedFeature.FORCE_SENSING_BUTTON, 0x10, number) + buttoncurrent = device.feature_request(SupportedFeature.FORCE_SENSING_BUTTON, 0x20, number) + if buttondata is not None and buttoncurrent is not None: + changeable, default, max_value, min_value = struct.unpack("!HHHH", buttondata[:8]) + changeable = changeable & 0x01 + current = struct.unpack("!H", buttoncurrent[:2])[0] + return cls(device, number, changeable, default, max_value, min_value, current) + + def __init__(self, device, number: int, changeable: bool, default: int, max_value: int, min_value: int, current: int): + self._device = device + self.number = number + self.changeable = changeable + self.default = default + self.min_value = min_value + self.max_value = max_value + self._current = current + + def get_current(self) -> int: + return self._current + + def set_current(self, current: int) -> None: + if not self.changeable: + logger.warning(f"FORCE_SENSING_BUTTON on device {self._device} does not allow changing force.") + if self.min_value <= current <= self.max_value: + ret = self._device.feature_request( + SupportedFeature.FORCE_SENSING_BUTTON, 0x30, struct.pack("!BH", self.number, current) + ) + if ret is None and logger.isEnabledFor(logging.DEBUG): + logger.debug(f"FORCE_SENSING_BUTTON setButtonConfig on device {self._device} didn't respond.") + + def acceptable_current(self, value: int) -> bool: + return self.min_value <= value <= self.max_value + + +class ForceSensingButtonArray(UserDict): + """A map of buttons supporting force sensing""" + + def __new__(cls, device: Device): + assert device is not None + count = device.feature_request(SupportedFeature.FORCE_SENSING_BUTTON, 0x00) + if count: + instance = super().__new__(cls) + instance._count = ord(count[:1]) + return instance + + def __init__(self, device: Device): + super().__init__(self) + self.device = device + for index in range(0, self._count): + self[index] = None + + def __getitem__(self, index: int): + item = super().__getitem__(index) + if item is None: + self.query_key(index) + return super().__getitem__(index) + + def query_key(self, index): + if index not in self: + raise IndexError(index) + button = ForceSensingButton.create(self.device, index) + if button: + self[index] = button + return button + + def query(self): + for index in self: + button = ForceSensingButton.create(self.device, index) + if button: + self[index] = button + return self + + # interface for single force button + def get_current(self): + return self[0].get_current() + + def set_current(self, current: int) -> None: + self[0].set_current(current) + + def acceptable(self, value: int) -> bool: + return self[0].acceptable(value) + + def acceptable_current_key(self, index: int, value: int) -> bool: + return self[index].acceptable(value) diff --git a/lib/logitech_receiver/hidpp20_constants.py b/lib/logitech_receiver/hidpp20_constants.py index bb345218..e5c7f85d 100644 --- a/lib/logitech_receiver/hidpp20_constants.py +++ b/lib/logitech_receiver/hidpp20_constants.py @@ -65,6 +65,8 @@ class SupportedFeature(IntEnum): BACKLIGHT2 = 0x1982 BACKLIGHT3 = 0x1983 ILLUMINATION = 0x1990 + FORCE_SENSING_BUTTON = 0x19C0 + HAPTIC = 0x19B0 PRESENTER_CONTROL = 0x1A00 SENSOR_3D = 0x1A01 REPROG_CONTROLS = 0x1B00 @@ -276,3 +278,23 @@ class ParamId(IntEnum): PIXEL_ZONE = 2 # 4 2-byte integers, left, bottom, width, height; pixels RATIO_ZONE = 3 # 4 bytes, left, bottom, width, height; unit 1/240 pad size SCALE_FACTOR = 4 # 2-byte integer, with 256 as normal scale + + +HapticWaveForms = NamedInts( + SHARP_STATE_CHANGE=0x00, + DAMP_STATE_CHANGE=0x01, + SHARP_COLLISION=0x02, + DAMP_COLLISION=0x03, + SUBTLE_COLLISION=0x04, + HAPPY_ALERT=0x05, + ANGRY_ALERT=0x06, + COMPLETED=0x07, + SQUARE=0x08, + WAVE=0x09, + FIREWORK=0x0A, + MAD=0x0B, + KNOCK=0x0C, + JINGLE=0x0D, + RINGING=0xE, + WHISPER_COLLISION=0x1B, +) diff --git a/lib/logitech_receiver/notifications.py b/lib/logitech_receiver/notifications.py index 5ce5b4c1..976d50d5 100644 --- a/lib/logitech_receiver/notifications.py +++ b/lib/logitech_receiver/notifications.py @@ -280,7 +280,7 @@ def _process_feature_notification(device: Device, notification: HIDPPNotificatio result = hidpp20.decipher_adc_measurement(notification.data) if result: # if good data and the device was not present then a push is needed device.set_battery_info(result[1]) - device.changed(active=True, alert=Alert.ALL, reason=_("ADC measurement notification"), push=not old_present) + device.changed(active=True, alert=Alert.NONE, reason=_("ADC measurement notification"), push=not old_present) else: # this feature is also used to signal device becoming inactive device.present = False # exception to device presence device.changed(active=False) diff --git a/lib/logitech_receiver/receiver.py b/lib/logitech_receiver/receiver.py index 99ec83a8..90c3aa20 100644 --- a/lib/logitech_receiver/receiver.py +++ b/lib/logitech_receiver/receiver.py @@ -599,6 +599,6 @@ def create_receiver(low_level: LowLevelInterface, device_info, setting_callback= except OSError as e: logger.exception("open %s", device_info) if e.errno == errno.EACCES: - raise + raise e except Exception: logger.exception("open %s", device_info) diff --git a/lib/logitech_receiver/settings.py b/lib/logitech_receiver/settings.py index 9fe57cc2..25257910 100644 --- a/lib/logitech_receiver/settings.py +++ b/lib/logitech_receiver/settings.py @@ -35,6 +35,7 @@ SENSITIVITY_IGNORE = "ignore" class Kind(IntEnum): + NONE = 0 TOGGLE = 0x01 CHOICE = 0x02 RANGE = 0x04 @@ -43,6 +44,8 @@ class Kind(IntEnum): PACKED_RANGE = 0x20 MULTIPLE_RANGE = 0x40 HETERO = 0x80 + MAP_RANGE = 0x102 + COLOR = 0x200 class Setting: @@ -55,6 +58,7 @@ class Setting: rw_options = {} validator_class = None validator_options = {} + display = True # display setting in UI def __init__(self, device, rw, validator): self._device = device diff --git a/lib/logitech_receiver/settings_new.py b/lib/logitech_receiver/settings_new.py new file mode 100644 index 00000000..9e1161ab --- /dev/null +++ b/lib/logitech_receiver/settings_new.py @@ -0,0 +1,206 @@ +## Copyright (C) 2025 Solaar contributors +## +## This program is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## This program is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License along +## with this program; if not, write to the Free Software Foundation, Inc., +## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +## A new way of supporting settings, using a feature-specifi device class to store, read, and write relevant information +## The setting uses the device class to interact with the device feature. +## The setting uses a persist class to keep track of the setting. + +## Interface: + +import logging + +from .settings import Kind + +logger = logging.getLogger(__name__) + + +class Setting: + name = None # Solaar internal name for the setting + label = None # Solaar user name for the setting (translatable) + description = None # Solaar extra desciption for the setting (translatable) + feature = None # Logitech feature that the setting uses + min_version = 0 # Minimum version of the feature needed + setup = None # method name on Device class to get the device object + get = None # method name on the device object to get the setting value + set = None # method name on the device object to set the setting value + acceptable = None # method name on the device object to check for acceptable values + choices_universe = None # All possible acceptable keys, for settings with keys + kind = Kind.NONE # What GUI interface to use + persist = True # Whether to remember the setting + display = True # display setting in UI + _device = None # The device that this setting is for + _device_object = None # The object that interacts with the feature for the device + _value = None # Stored value as maintained by Solaar, used for persistence + + def __init__(self, device, device_object): + self._device = device + self._device_object = device_object + + @classmethod + def build(cls, device): + cls.check_properties(cls) + device_object = getattr(device, cls.setup)() + if device_object: + setting = cls(device, device_object) + return setting + + @classmethod + def check_properties(cl, cls): + assert cls.name and cls.label and cls.description, "New settings require a name, label, and description" + assert cls.feature, "New settings require a feature" + assert cls.setup, "New settings require a setup device method" + assert cls.get and cls.set and cls.acceptable, "New settings require get, set, and acceptable methods" + + def setup_from_class(self, clss): + """Copy settings methods for a new setting from a settting class""" + self.name = clss.name + self.label = clss.label + self.description = clss.description + self.feature = clss.feature + self.min_version = clss.min_version + self.setup = clss.setup + self.get = clss.get + self.set = clss.set + self.acceptable = clss.acceptable + self.choices_universe = clss.choices_universe + self.kind = clss.kind + self.persist = clss.persist + + def _pre_read(self, cached): + """Get information from and save information to the persister""" + # Get the persister map if available and not done already + if self.persist and self._value is None and getattr(self._device, "persister", None): + self._value = self._device.persister.get(self.name) + # If this is new save its current value for the next time + if cached and self._value is not None: + if getattr(self._device, "persister", None) and self.name not in self._device.persister: + self._device.persister[self.name] = self._value if self.persist else None + + def read(self, cached=True): + """Get all the data for the setting. If cached is True the data in the _value can be used.""" + self._pre_read(cached) + if logger.isEnabledFor(logging.DEBUG): + logger.debug("%s: setting read %r from %s", self.name, self._value, self._device) + if cached and self._value is not None: + return self._value + if cached: + self._value = getattr(self._device_object, self.get)() + return self._value + if self._device.online: + self._value = getattr(self._device_object.query(), self.get)() + return self._value + + def write(self, value, save=True): + """Write the value to the device. If saved is True also save in the persister""" + pass ## fill out + + def apply(self): + """Write saved data to the device, using persisted data if available""" + if logger.isEnabledFor(logging.DEBUG): + logger.debug("%s: apply (%s)", self.name, self._device) + value = None + try: + value = self.read(self.persist) # Don't use persisted value if setting doesn't persist + if self.persist and value is not None: # If setting doesn't persist no need to write value just read + self.write(value, save=False) + except Exception as e: + if logger.isEnabledFor(logging.WARNING): + logger.warning("%s: error applying %s so ignore it (%s): %s", self.name, value, self._device, repr(e)) + + @property + def range(self): + if self.kind == Kind.RANGE: + return self.min_value, self.max_value + + def val_to_string(self, value): + return str(value) + + +## key mapping from symbols to values???? + + +class Settings(Setting): + """A setting descriptor for multiple keys. + Supported by a class that provides the interface to the device, see ForceSensingButtonArray in hidpp20.py + Picks out a field from the mapped device feature objects.""" + + # setup creates a dictionary with entries for all the keys + # _value is a map from keys to values + # get, set, and acceptable are methods of dict value objects, not of the device object itself #### FIX THIS! MAYBE?? + + def __init__(self, device, device_object): + super().__init__(device, device_object) + self._value = {} + + def read(self, cached=True): + self._pre_read(cached) + if logger.isEnabledFor(logging.DEBUG): + logger.debug("%s: settings read %r from %s", self.name, self._value, self._device) + for key in self._device_object: + self.read_key(key, cached) + return self._value + + def read_key(self, key, cached=True): + """Get the data for the key. If cached is True the data in the device_object can be used.""" + self._pre_read(cached) + if key not in self._device_object: + logger.error("%s: settings illegal read key %r for %s", self.name, key, self._device) + return None + if logger.isEnabledFor(logging.DEBUG): + logger.debug("%s: settings key %r read %r from %s", self.name, key, self._value, self._device) + if cached and key in self._value and self._value[key] is not None: + return self._value[key] + if cached: + data = self._device_object[key] + self._value[key] = getattr(data, self.get)() + return self._value[key] + if self._device.online: + data = self._device_object.query_key(key) + self._value[key] = getattr(data, self.get)() + return self._value[key] + + def write(self, value, save=True): + if logger.isEnabledFor(logging.DEBUG): + logger.debug("%s: settings read %r from %s", self.name, self._value, self._device) + if isinstance(value, dict): + for key, val in value.items(): + self.write_key_value(key, val, save) + else: # to mimic interface for non-dict setting + key = next(iter(self._device_object)) + self.write_key_value(key, value, save) + return value + + def write_key_value(self, key, value, save=True): + """Write the data for the key. If saved is True also save in the persister""" + if key not in self._device_object: + logger.error("%s: settings illegal write key %r for %s", self.name, key, self._device) + return None + if logger.isEnabledFor(logging.DEBUG): + logger.debug("%s: settings write key %r value %r to %s", self.name, key, value, self._device) + if self._device.online: + if self._device_object[key] is None: + self.read_key(key) + if self._device_object[key] is None: + logger.error("%s: settings illegal write key %r for %s", self.name, key, self._device) + return None + if not getattr(self._device_object[key], self.acceptable)(value): + logger.error("%s: settings illegal write key %r value %r for %s", self.name, key, value, self._device) + return None + self._value[key] = value + if self._device.persister and self.persist and save: + self._device.persister[self.name][key] = value + getattr(self._device_object[key], self.set)(value) + return value diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index 3a63adb8..616c5b82 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -36,6 +36,7 @@ from . import exceptions from . import hidpp20 from . import hidpp20_constants from . import settings +from . import settings_new from . import settings_validator from . import special_keys from .hidpp10_constants import Registers @@ -99,8 +100,11 @@ class State(enum.Enum): # mask is used to keep only some bits from a sequence of bits, this can be an integer or a byte string, # read_skip_byte_count is the number of bytes to ignore at the beginning of the read value (default 0), # write_prefix_bytes is a byte string to write before the value (default empty). + # RangeValidator is for an integer in a range. It takes # byte_count is number of bytes that the value is stored in (defaults to size of max_value). +# read_skip_byte_count is as for BooleanV +# write_prefix_bytes is as for BooleanV # RangeValidator uses min_value and max_value from the setting class as minimum and maximum. # ChoicesValidator is for symbolic choices. It takes one positional and three keyword arguments: @@ -698,6 +702,38 @@ class ScrollRatchetEnhanced(ScrollRatchet): rw_options = {"read_fnid": 0x10, "write_fnid": 0x20} +class ScrollRatchetTorque(settings.Setting): + name = "scroll-ratchet-torque" + label = _("Scroll Wheel Ratchet Torque") + description = _("Change the torque needed to overcome the ratchet.") + feature = _F.SMART_SHIFT_ENHANCED + min_value = 1 + max_value = 100 + rw_options = {"read_fnid": 0x10, "write_fnid": 0x20} + + class rw_class(settings.FeatureRW): + def write(self, device, data_bytes): + ratchetSetting = next(filter(lambda s: s.name == "scroll-ratchet", device.settings), None) + if ratchetSetting: # for MX Master 4, the ratchet setting needs to be written for changes to take effect + ratchet_value = ratchetSetting.read(True) + data_bytes = ratchet_value.to_bytes(1, "big") + data_bytes[1:] + result = super().write(device, data_bytes) + return result + + class validator_class(settings_validator.RangeValidator): + @classmethod + def build(cls, setting_class, device): + reply = device.feature_request(_F.SMART_SHIFT_ENHANCED, 0x00) + if reply[0] & 0x01: # device supports tunable torque + return cls( + min_value=setting_class.min_value, + max_value=setting_class.max_value, + byte_count=1, + write_prefix_bytes=b"\x00\x00", # don't change mode or disengage, but see above + read_skip_byte_count=2, + ) + + # the keys for the choice map are Logitech controls (from special_keys) # each choice value is a NamedInt with the string from a task (to be shown to the user) # and the integer being the control number for that task (to be written to the device) @@ -980,7 +1016,7 @@ def produce_dpi_list(feature, function, ignore, device, direction): class AdjustableDpi(settings.Setting): name = "dpi" label = _("Sensitivity (DPI)") - description = _("Mouse movement sensitivity") + description = _("Mouse movement sensitivity") + "\n" + _("May need Onboard Profiles set to Disable to be effective.") feature = _F.ADJUSTABLE_DPI rw_options = {"read_fnid": 0x20, "write_fnid": 0x30} choices_universe = common.NamedInts.range(100, 4000, str, 50) @@ -1608,7 +1644,7 @@ class LEDZoneSetting(settings.Setting): label = _("LED Zone Effects") description = _("Set effect for LED Zone") + "\n" + _("LED Control needs to be set to Solaar to be effective.") feature = _F.COLOR_LED_EFFECTS - color_field = {"name": _LEDP.color, "kind": settings.Kind.CHOICE, "label": None, "choices": colors} + color_field = {"name": _LEDP.color, "kind": settings.Kind.COLOR, "label": _("Color")} speed_field = {"name": _LEDP.speed, "kind": settings.Kind.RANGE, "label": _("Speed"), "min": 0, "max": 255} period_field = {"name": _LEDP.period, "kind": settings.Kind.RANGE, "label": _("Period"), "min": 100, "max": 5000} intensity_field = {"name": _LEDP.intensity, "kind": settings.Kind.RANGE, "label": _("Intensity"), "min": 0, "max": 100} @@ -1744,6 +1780,101 @@ class PerKeyLighting(settings.Settings): return result +# Allow changes to force sensing buttons +class ForceSensing(settings_new.Settings): + name = "force-sensing" + label = _("Force Sensing Buttons") + description = _("Change the force required to activate button.") + feature = _F.FORCE_SENSING_BUTTON + setup = "force_buttons" + get = "get_current" + set = "set_current" + acceptable = "acceptable_current_key" + choices_universe = list(range(0, 256)) + kind = settings.Kind.MAP_RANGE + + @classmethod + def build(cls, device): + cls.check_properties(cls) + device_object = getattr(device, cls.setup)() + if device_object: + setting = cls(device, device_object) + if setting and len(device_object) == 1: + ## If there is only one force button a simpler interface can be used + setting.label = _("Force Sensing Button") + setting.acceptable = "acceptable_current" + setting.min_value = device_object[0].min_value + setting.max_value = device_object[0].max_value + setting.kind = settings.Kind.RANGE + return setting + + +class HapticLevel(settings.Setting): + name = "haptic-level" + label = _("Haptic Feeback Level") + description = _("Change power of haptic feedback. (Zero to turn off.)") + feature = _F.HAPTIC + choices_universe = common.NamedInts(Off=0, Low=25, Medium=50, High=75, Maximum=100) + min_value = 0 + max_value = 100 + + class rw_class(settings.FeatureRW): + def __init__(self, feature): + super().__init__(feature, read_fnid=0x10, write_fnid=0x20) + + def read(self, device, data_bytes=b""): + result = device.feature_request(self.feature, 0x10) + if result[0] & 0x01 == 0: # disabled, return 0 + return b"\x00" + else: # enabled, return second byte + return result[1:2] + + def write(self, device, data_bytes): + if data_bytes == b"\x00": + write_bytes = b"\x00\x32" # disable, at 50 percent + else: + write_bytes = b"\x01" + data_bytes + reply = device.feature_request(self.feature, 0x20, write_bytes) + return reply + + @classmethod + def build(cls, device): + response = device.feature_request(cls.feature, 0x10) + if response: + rw = cls.rw_class(cls.feature) + levels = response[2] & 0x01 + if levels: # device only has four levels + validator = settings_validator.ChoicesValidator(choices=cls.choices_universe) + else: # device has all levels + validator = settings_validator.RangeValidator(min_value=cls.min_value, max_value=cls.max_value) + return cls(device, rw, validator) + + +# This setting is not displayed in the UI +# Use `solaar config haptic-play
` to play a haptic form +class PlayHapticWaveForm(settings.Setting): + name = "haptic-play" + label = _("Play Haptic Waveform") + description = _("Tell device to play a haptic waveform.") + feature = _F.HAPTIC + choices_universe = hidpp20_constants.HapticWaveForms + rw_options = {"read_fnid": None, "write_fnid": 0x40} # nothing to read + persist = False # persisting this setting is useless + display = False # don't display in UI, interact using `solaar config ...` + + class validator_class(settings_validator.ChoicesValidator): + @classmethod + def build(cls, setting_class, device): + response = device.feature_request(_F.HAPTIC, 0x00) + if response: + waves = common.NamedInts() + waveforms = int.from_bytes(response[4:8]) + for waveform in hidpp20_constants.HapticWaveForms: + if (1 << int(waveform)) & waveforms: + waves[int(waveform)] = str(waveform) + return cls(choices=waves, byte_count=1) + + SETTINGS: list[settings.Setting] = [ RegisterHandDetection, # simple RegisterSmoothScroll, # simple @@ -1756,6 +1887,7 @@ SETTINGS: list[settings.Setting] = [ HiresSmoothResolution, # working HiresMode, # simple ScrollRatchet, # simple + ScrollRatchetTorque, SmartShift, # working ScrollRatchetEnhanced, SmartShiftEnhanced, # simple @@ -1788,6 +1920,7 @@ SETTINGS: list[settings.Setting] = [ PersistentRemappableAction, DivertKeys, # working DisableKeyboardKeys, # working + ForceSensing, CrownSmooth, # working DivertCrown, # working DivertGkeys, # working @@ -1799,6 +1932,8 @@ SETTINGS: list[settings.Setting] = [ Gesture2Gestures, # working Gesture2Divert, Gesture2Params, # working + HapticLevel, + PlayHapticWaveForm, Sidetone, Equalizer, ADCPower, @@ -1898,10 +2033,12 @@ def check_feature(device, settings_class: SettingsProtocol) -> None | bool | Set return if settings_class.min_version > device.features.get_feature_version(settings_class.feature): return + if device.features.get_hidden(settings_class.feature): + return try: detected = settings_class.build(device) if logger.isEnabledFor(logging.DEBUG): - logger.debug("check_feature %s [%s] detected %s", settings_class.name, settings_class.feature, detected) + logger.debug("check_feature %s [%s] detected", settings_class.name, settings_class.feature) return detected except Exception as e: logger.error( diff --git a/lib/logitech_receiver/settings_validator.py b/lib/logitech_receiver/settings_validator.py index cd241d4d..ddc164ff 100644 --- a/lib/logitech_receiver/settings_validator.py +++ b/lib/logitech_receiver/settings_validator.py @@ -531,12 +531,13 @@ class RangeValidator(Validator): kwargs["max_value"] = setting_class.max_value return cls(**kwargs) - def __init__(self, min_value=0, max_value=255, byte_count=1): + def __init__(self, min_value=0, max_value=255, byte_count=1, read_skip_byte_count=0, write_prefix_bytes=b""): assert max_value > min_value self.min_value = min_value self.max_value = max_value + self.read_skip_byte_count = read_skip_byte_count + self.write_prefix_bytes = write_prefix_bytes self.needs_current_value = True # read and check before write (needed for ADC power and probably a good idea anyway) - self._byte_count = math.ceil(math.log(max_value + 1, 256)) if byte_count: assert self._byte_count <= byte_count @@ -544,7 +545,7 @@ class RangeValidator(Validator): assert self._byte_count < 8 def validate_read(self, reply_bytes): - reply_value = common.bytes2int(reply_bytes[: self._byte_count]) + reply_value = common.bytes2int(reply_bytes[self.read_skip_byte_count : self.read_skip_byte_count + self._byte_count]) assert reply_value >= self.min_value, f"{self.__class__.__name__}: failed to validate read value {reply_value:02X}" assert reply_value <= self.max_value, f"{self.__class__.__name__}: failed to validate read value {reply_value:02X}" return reply_value @@ -553,7 +554,7 @@ class RangeValidator(Validator): if new_value < self.min_value or new_value > self.max_value: raise ValueError(f"invalid choice {new_value!r}") current_value = self.validate_read(current_value) if current_value is not None else None - to_write = common.int2bytes(new_value, self._byte_count) + to_write = self.write_prefix_bytes + common.int2bytes(new_value, self._byte_count) # current value is known and same as value to be written return None to signal not to write it return None if current_value is not None and current_value == new_value else to_write diff --git a/lib/logitech_receiver/special_keys.py b/lib/logitech_receiver/special_keys.py index 76248207..d1314a63 100644 --- a/lib/logitech_receiver/special_keys.py +++ b/lib/logitech_receiver/special_keys.py @@ -29,19 +29,22 @@ from .common import UnsortedNamedInts _XDG_CONFIG_HOME = os.environ.get("XDG_CONFIG_HOME") or os.path.expanduser(os.path.join("~", ".config")) _keys_file_path = os.path.join(_XDG_CONFIG_HOME, "solaar", "keys.yaml") + +# Original set done as # =2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" -"X-Generator: Poedit 3.5\n" +"X-Generator: Poedit 3.8\n" -#: lib/logitech_receiver/base_usb.py:48 +#: lib/logitech_receiver/base_usb.py:52 msgid "Bolt Receiver" msgstr "Odbiornik Bolt" -#: lib/logitech_receiver/base_usb.py:60 +#: lib/logitech_receiver/base_usb.py:64 msgid "Unifying Receiver" msgstr "Odbiornik Unifying" -#: lib/logitech_receiver/base_usb.py:71 lib/logitech_receiver/base_usb.py:83 -#: lib/logitech_receiver/base_usb.py:96 lib/logitech_receiver/base_usb.py:109 +#: lib/logitech_receiver/base_usb.py:75 lib/logitech_receiver/base_usb.py:87 +#: lib/logitech_receiver/base_usb.py:100 lib/logitech_receiver/base_usb.py:113 msgid "Nano Receiver" msgstr "Odbiornik Nano" -#: lib/logitech_receiver/base_usb.py:121 +#: lib/logitech_receiver/base_usb.py:125 msgid "Lightspeed Receiver" msgstr "Odbiornik Lightspeed" -#: lib/logitech_receiver/base_usb.py:131 +#: lib/logitech_receiver/base_usb.py:135 msgid "EX100 Receiver 27 Mhz" msgstr "Odbiornik EX100 27 MHz" -#: lib/logitech_receiver/common.py:648 +#: lib/logitech_receiver/common.py:649 #, python-format msgid "Battery: %(level)s (%(status)s)" msgstr "Akumulator: %(level)s (%(status)s)" -#: lib/logitech_receiver/common.py:651 +#: lib/logitech_receiver/common.py:652 #, python-format msgid "Battery: %(percent)d%% (%(status)s)" msgstr "Akumulator: %(percent)d%% (%(status)s)" -#: lib/logitech_receiver/hidpp20.py:953 -#: lib/logitech_receiver/settings_templates.py:293 +#: lib/logitech_receiver/hidpp20.py:1048 +#: lib/logitech_receiver/settings_templates.py:299 msgid "Disabled" msgstr "Wyłączone" -#: lib/logitech_receiver/hidpp20.py:954 +#: lib/logitech_receiver/hidpp20.py:1049 msgid "Static" msgstr "Statyczny" -#: lib/logitech_receiver/hidpp20.py:955 +#: lib/logitech_receiver/hidpp20.py:1050 msgid "Pulse" msgstr "Puls" -#: lib/logitech_receiver/hidpp20.py:956 +#: lib/logitech_receiver/hidpp20.py:1051 msgid "Cycle" msgstr "Cykl" -#: lib/logitech_receiver/hidpp20.py:957 +#: lib/logitech_receiver/hidpp20.py:1052 msgid "Boot" msgstr "Rozruch" -#: lib/logitech_receiver/hidpp20.py:958 +#: lib/logitech_receiver/hidpp20.py:1053 msgid "Demo" msgstr "Demo" -#: lib/logitech_receiver/hidpp20.py:960 +#: lib/logitech_receiver/hidpp20.py:1055 msgid "Breathe" msgstr "Oddech" -#: lib/logitech_receiver/hidpp20.py:963 +#: lib/logitech_receiver/hidpp20.py:1058 msgid "Ripple" msgstr "Plusk" -#: lib/logitech_receiver/hidpp20.py:964 +#: lib/logitech_receiver/hidpp20.py:1059 msgid "Decomposition" msgstr "Dekompozycja" -#: lib/logitech_receiver/hidpp20.py:965 +#: lib/logitech_receiver/hidpp20.py:1060 msgid "Signature1" msgstr "Podpis1" -#: lib/logitech_receiver/hidpp20.py:966 +#: lib/logitech_receiver/hidpp20.py:1061 msgid "Signature2" msgstr "Podpis2" -#: lib/logitech_receiver/hidpp20.py:967 +#: lib/logitech_receiver/hidpp20.py:1062 msgid "CycleS" msgstr "Cykle" -#: lib/logitech_receiver/hidpp20.py:1031 +#: lib/logitech_receiver/hidpp20.py:1126 msgid "Unknown Location" msgstr "Nieznana lokalizacja" -#: lib/logitech_receiver/hidpp20.py:1032 +#: lib/logitech_receiver/hidpp20.py:1127 msgid "Primary" msgstr "Podstawowy" -#: lib/logitech_receiver/hidpp20.py:1033 +#: lib/logitech_receiver/hidpp20.py:1128 msgid "Logo" msgstr "Logo" -#: lib/logitech_receiver/hidpp20.py:1034 +#: lib/logitech_receiver/hidpp20.py:1129 msgid "Left Side" msgstr "Lewa strona" -#: lib/logitech_receiver/hidpp20.py:1035 +#: lib/logitech_receiver/hidpp20.py:1130 msgid "Right Side" msgstr "Prawa strona" -#: lib/logitech_receiver/hidpp20.py:1036 +#: lib/logitech_receiver/hidpp20.py:1131 msgid "Combined" msgstr "Łączony" -#: lib/logitech_receiver/hidpp20.py:1037 +#: lib/logitech_receiver/hidpp20.py:1132 msgid "Primary 1" msgstr "Podstawowy 1" -#: lib/logitech_receiver/hidpp20.py:1038 +#: lib/logitech_receiver/hidpp20.py:1133 msgid "Primary 2" msgstr "Podstawowy 2" -#: lib/logitech_receiver/hidpp20.py:1039 +#: lib/logitech_receiver/hidpp20.py:1134 msgid "Primary 3" msgstr "Podstawowy 3" -#: lib/logitech_receiver/hidpp20.py:1040 +#: lib/logitech_receiver/hidpp20.py:1135 msgid "Primary 4" msgstr "Podstawowy 4" -#: lib/logitech_receiver/hidpp20.py:1041 +#: lib/logitech_receiver/hidpp20.py:1136 msgid "Primary 5" msgstr "Podstawowy 5" -#: lib/logitech_receiver/hidpp20.py:1042 +#: lib/logitech_receiver/hidpp20.py:1137 msgid "Primary 6" msgstr "Podstawowy 6" @@ -335,45 +335,49 @@ msgstr "wciśnięty" msgid "released" msgstr "zwolniony" -#: lib/logitech_receiver/notifications.py:86 -#: lib/logitech_receiver/notifications.py:138 -msgid "pairing lock is closed" -msgstr "blokada sparowania jest zamknięta" - -#: lib/logitech_receiver/notifications.py:86 -#: lib/logitech_receiver/notifications.py:138 -msgid "pairing lock is open" -msgstr "blokada sparowania jest otwarta" - -#: lib/logitech_receiver/notifications.py:103 -msgid "discovery lock is closed" -msgstr "blokada wykrywania jest zamknięta" - -#: lib/logitech_receiver/notifications.py:103 -msgid "discovery lock is open" -msgstr "blokada wykrywania jest otwarta" - -#: lib/logitech_receiver/notifications.py:232 lib/solaar/listener.py:247 +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 msgid "connected" msgstr "podłączone" -#: lib/logitech_receiver/notifications.py:232 lib/solaar/listener.py:247 +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 msgid "disconnected" msgstr "rozłączone" -#: lib/logitech_receiver/notifications.py:258 +#: lib/logitech_receiver/notifications.py:182 msgid "unpaired" msgstr "niesparowane" -#: lib/logitech_receiver/notifications.py:305 +#: lib/logitech_receiver/notifications.py:231 msgid "powered on" msgstr "włączone" -#: lib/logitech_receiver/receiver.py:383 +#: lib/logitech_receiver/notifications.py:283 +msgid "ADC measurement notification" +msgstr "powiadomienie o pomiarze ADC" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is closed" +msgstr "blokada sparowania jest zamknięta" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is open" +msgstr "blokada sparowania jest otwarta" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is closed" +msgstr "blokada wykrywania jest zamknięta" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is open" +msgstr "blokada wykrywania jest otwarta" + +#: lib/logitech_receiver/receiver.py:437 msgid "No paired devices." msgstr "Brak sparowanych urządzeń." -#: lib/logitech_receiver/receiver.py:385 lib/solaar/ui/window.py:590 +#: lib/logitech_receiver/receiver.py:439 lib/solaar/ui/window.py:606 #, python-format msgid "%(count)s paired device." msgid_plural "%(count)s paired devices." @@ -381,19 +385,19 @@ msgstr[0] "%(count)s sparowane urządzenie." msgstr[1] "%(count)s sparowane urządzenia." msgstr[2] "%(count)s sparowanych urządzeń." -#: lib/logitech_receiver/settings.py:614 +#: lib/logitech_receiver/settings.py:602 msgid "register" msgstr "rejestr" -#: lib/logitech_receiver/settings.py:628 lib/logitech_receiver/settings.py:663 +#: lib/logitech_receiver/settings.py:616 lib/logitech_receiver/settings.py:654 msgid "feature" msgstr "funkcja" -#: lib/logitech_receiver/settings_templates.py:132 +#: lib/logitech_receiver/settings_templates.py:138 msgid "Swap Fx function" msgstr "Zamień funkcję Fx" -#: lib/logitech_receiver/settings_templates.py:135 +#: lib/logitech_receiver/settings_templates.py:141 msgid "" "When set, the F1..F12 keys will activate their special function,\n" "and you must hold the FN key to activate their standard function." @@ -402,7 +406,7 @@ msgstr "" "ich funkcja pomocnicza. Aby aktywować funkcję standardową, należy\n" "przytrzymać klawisz FN." -#: lib/logitech_receiver/settings_templates.py:140 +#: lib/logitech_receiver/settings_templates.py:146 msgid "" "When unset, the F1..F12 keys will activate their standard function,\n" "and you must hold the FN key to activate their special function." @@ -411,31 +415,31 @@ msgstr "" "ich funkcja standardowa. Aby aktywować funkcję pomocniczą, należy\n" "przytrzymać klawisz FN." -#: lib/logitech_receiver/settings_templates.py:148 +#: lib/logitech_receiver/settings_templates.py:154 msgid "Hand Detection" msgstr "Wykrywanie dłoni" -#: lib/logitech_receiver/settings_templates.py:149 +#: lib/logitech_receiver/settings_templates.py:155 msgid "Turn on illumination when the hands hover over the keyboard." msgstr "Włącz podświetlenie, gdy dłonie znajdą się nad klawiaturą." -#: lib/logitech_receiver/settings_templates.py:156 +#: lib/logitech_receiver/settings_templates.py:162 msgid "Scroll Wheel Smooth Scrolling" msgstr "Płynne przewijanie kółkiem przewijania" -#: lib/logitech_receiver/settings_templates.py:157 -#: lib/logitech_receiver/settings_templates.py:404 -#: lib/logitech_receiver/settings_templates.py:433 +#: lib/logitech_receiver/settings_templates.py:163 +#: lib/logitech_receiver/settings_templates.py:410 +#: lib/logitech_receiver/settings_templates.py:439 msgid "High-sensitivity mode for vertical scroll with the wheel." msgstr "" "Tryb wysokiej rozdzielczości do przewijania pionowego\n" "przy użyciu kółka myszy." -#: lib/logitech_receiver/settings_templates.py:164 +#: lib/logitech_receiver/settings_templates.py:170 msgid "Side Scrolling" msgstr "Przewijanie na boki" -#: lib/logitech_receiver/settings_templates.py:166 +#: lib/logitech_receiver/settings_templates.py:172 msgid "" "When disabled, pushing the wheel sideways sends custom button events\n" "instead of the standard side-scrolling events." @@ -444,30 +448,30 @@ msgstr "" "niestandardowych\n" "zdarzeń przycisków zamiast standardowych zdarzeń przewijania na boki." -#: lib/logitech_receiver/settings_templates.py:176 +#: lib/logitech_receiver/settings_templates.py:182 msgid "Sensitivity (DPI - older mice)" msgstr "Czułość (DPI - starsze myszy)" -#: lib/logitech_receiver/settings_templates.py:177 -#: lib/logitech_receiver/settings_templates.py:981 -#: lib/logitech_receiver/settings_templates.py:1009 +#: lib/logitech_receiver/settings_templates.py:183 +#: lib/logitech_receiver/settings_templates.py:1019 +#: lib/logitech_receiver/settings_templates.py:1047 msgid "Mouse movement sensitivity" msgstr "Czułość ruchu myszy" -#: lib/logitech_receiver/settings_templates.py:250 +#: lib/logitech_receiver/settings_templates.py:256 msgid "Backlight Timed" msgstr "Podświetlenie czasowe" -#: lib/logitech_receiver/settings_templates.py:251 -#: lib/logitech_receiver/settings_templates.py:391 +#: lib/logitech_receiver/settings_templates.py:257 +#: lib/logitech_receiver/settings_templates.py:397 msgid "Set illumination time for keyboard." msgstr "Ustaw czas podświetlenia klawiatury." -#: lib/logitech_receiver/settings_templates.py:262 +#: lib/logitech_receiver/settings_templates.py:268 msgid "Backlight" msgstr "Podświetlenie" -#: lib/logitech_receiver/settings_templates.py:263 +#: lib/logitech_receiver/settings_templates.py:269 msgid "" "Illumination level on keyboard. Changes made are only applied in Manual " "mode." @@ -475,76 +479,76 @@ msgstr "" "Poziom podświetlenia klawiatury. Wprowadzone zmiany zostaną zastosowane " "wyłącznie w trybie ręcznym." -#: lib/logitech_receiver/settings_templates.py:295 +#: lib/logitech_receiver/settings_templates.py:301 msgid "Automatic" msgstr "Automatyczne" -#: lib/logitech_receiver/settings_templates.py:297 +#: lib/logitech_receiver/settings_templates.py:303 msgid "Manual" msgstr "Ręczne" -#: lib/logitech_receiver/settings_templates.py:299 +#: lib/logitech_receiver/settings_templates.py:305 msgid "Enabled" msgstr "Włączone" -#: lib/logitech_receiver/settings_templates.py:305 +#: lib/logitech_receiver/settings_templates.py:311 msgid "Backlight Level" msgstr "Poziom podświetlenia" -#: lib/logitech_receiver/settings_templates.py:306 +#: lib/logitech_receiver/settings_templates.py:312 msgid "Illumination level on keyboard when in Manual mode." msgstr "Poziom podświetlenia klawiatury w trybie ręcznym." -#: lib/logitech_receiver/settings_templates.py:363 +#: lib/logitech_receiver/settings_templates.py:369 msgid "Backlight Delay Hands Out" msgstr "Opóźnienie podświetlenia bez rąk" -#: lib/logitech_receiver/settings_templates.py:364 +#: lib/logitech_receiver/settings_templates.py:370 msgid "" "Delay in seconds until backlight fades out with hands away from keyboard." msgstr "" "Opóźnienie w sekundach, aż podświetlenie zniknie, gdy ręce będą oddalone od " "klawiatury." -#: lib/logitech_receiver/settings_templates.py:372 +#: lib/logitech_receiver/settings_templates.py:378 msgid "Backlight Delay Hands In" msgstr "Opóźnienie podświetlenia z rękoma" -#: lib/logitech_receiver/settings_templates.py:373 +#: lib/logitech_receiver/settings_templates.py:379 msgid "Delay in seconds until backlight fades out with hands near keyboard." msgstr "" "Opóźnienie w sekundach, aż podświetlenie zniknie, gdy ręce będą blisko " "klawiatury." -#: lib/logitech_receiver/settings_templates.py:381 +#: lib/logitech_receiver/settings_templates.py:387 msgid "Backlight Delay Powered" msgstr "Opóźnienie podświetlenia z zasilanem" -#: lib/logitech_receiver/settings_templates.py:382 +#: lib/logitech_receiver/settings_templates.py:388 msgid "Delay in seconds until backlight fades out with external power." msgstr "" "Opóźnienie w sekundach, aż podświetlenie zaniknie przy zasilaniu zewnętrznym." -#: lib/logitech_receiver/settings_templates.py:390 +#: lib/logitech_receiver/settings_templates.py:396 msgid "Backlight (Seconds)" msgstr "Podświetlenie (sekundy)" -#: lib/logitech_receiver/settings_templates.py:402 +#: lib/logitech_receiver/settings_templates.py:408 msgid "Scroll Wheel High Resolution" msgstr "Wysoka rozdzielczość kółka przewijania" -#: lib/logitech_receiver/settings_templates.py:406 -#: lib/logitech_receiver/settings_templates.py:435 +#: lib/logitech_receiver/settings_templates.py:412 +#: lib/logitech_receiver/settings_templates.py:441 msgid "Set to ignore if scrolling is abnormally fast or slow" msgstr "" "Ustaw, aby ignorować, jeśli przewijanie jest nienormalnie szybkie lub wolne" -#: lib/logitech_receiver/settings_templates.py:413 -#: lib/logitech_receiver/settings_templates.py:444 +#: lib/logitech_receiver/settings_templates.py:419 +#: lib/logitech_receiver/settings_templates.py:450 msgid "Scroll Wheel Diversion" msgstr "Przekierowanie kółka przewijania" -#: lib/logitech_receiver/settings_templates.py:415 +#: lib/logitech_receiver/settings_templates.py:421 msgid "" "Make scroll wheel send LOWRES_WHEEL HID++ notifications (which trigger " "Solaar rules but are otherwise ignored)." @@ -552,19 +556,19 @@ msgstr "" "Spraw, aby kółko przewijania wysyłało powiadomienia LOWRES_WHEEL HID++ " "(które wyzwalają reguły Solaar, ale w przeciwnym razie są ignorowane)." -#: lib/logitech_receiver/settings_templates.py:422 +#: lib/logitech_receiver/settings_templates.py:428 msgid "Scroll Wheel Direction" msgstr "Kierunek kółka przewijania" -#: lib/logitech_receiver/settings_templates.py:423 +#: lib/logitech_receiver/settings_templates.py:429 msgid "Invert direction for vertical scroll with wheel." msgstr "Odwróć kierunek przewijania w pionie za pomocą kółka." -#: lib/logitech_receiver/settings_templates.py:431 +#: lib/logitech_receiver/settings_templates.py:437 msgid "Scroll Wheel Resolution" msgstr "Rozdzielczość kółka przewijania" -#: lib/logitech_receiver/settings_templates.py:446 +#: lib/logitech_receiver/settings_templates.py:452 msgid "" "Make scroll wheel send HIRES_WHEEL HID++ notifications (which trigger Solaar " "rules but are otherwise ignored)." @@ -572,19 +576,19 @@ msgstr "" "Spraw, aby kółko przewijania wysyłało powiadomienia HIRES_WHEEL HID++ (które " "wyzwalają reguły Solaar, ale w przeciwnym razie są ignorowane)." -#: lib/logitech_receiver/settings_templates.py:455 +#: lib/logitech_receiver/settings_templates.py:461 msgid "Sensitivity (Pointer Speed)" msgstr "Czułość (prędkość wskaźnika)" -#: lib/logitech_receiver/settings_templates.py:456 +#: lib/logitech_receiver/settings_templates.py:462 msgid "Speed multiplier for mouse (256 is normal multiplier)." msgstr "Mnożnik prędkości myszy (256 to normalny mnożnik)." -#: lib/logitech_receiver/settings_templates.py:466 +#: lib/logitech_receiver/settings_templates.py:472 msgid "Thumb Wheel Diversion" msgstr "Przekierowanie kółka obsługiwanego kciukiem" -#: lib/logitech_receiver/settings_templates.py:468 +#: lib/logitech_receiver/settings_templates.py:474 msgid "" "Make thumb wheel send THUMB_WHEEL HID++ notifications (which trigger Solaar " "rules but are otherwise ignored)." @@ -592,19 +596,19 @@ msgstr "" "Spraw, aby kółko obsługiwane kciukiem wysyłało powiadomienia THUMB_WHEEL HID+" "+ (które wyzwalają reguły Solaar, ale w przeciwnym razie są ignorowane)." -#: lib/logitech_receiver/settings_templates.py:477 +#: lib/logitech_receiver/settings_templates.py:483 msgid "Thumb Wheel Direction" msgstr "Kierunek kółka obsługiwanego kciukiem" -#: lib/logitech_receiver/settings_templates.py:478 +#: lib/logitech_receiver/settings_templates.py:484 msgid "Invert thumb wheel scroll direction." msgstr "Odwróć kierunek przewijania kółkiem obsługiwanym kciukiem." -#: lib/logitech_receiver/settings_templates.py:498 +#: lib/logitech_receiver/settings_templates.py:504 msgid "Onboard Profiles" msgstr "Profile wbudowane" -#: lib/logitech_receiver/settings_templates.py:499 +#: lib/logitech_receiver/settings_templates.py:505 msgid "" "Enable an onboard profile, which controls report rate, sensitivity, and " "button actions" @@ -612,29 +616,30 @@ msgstr "" "Włącz wbudowany profil, który kontroluje częstotliwość raportowania, czułość " "i czynności przycisków" -#: lib/logitech_receiver/settings_templates.py:543 -#: lib/logitech_receiver/settings_templates.py:576 +#: lib/logitech_receiver/settings_templates.py:549 +#: lib/logitech_receiver/settings_templates.py:582 msgid "Report Rate" msgstr "Szybkość raportów" -#: lib/logitech_receiver/settings_templates.py:545 -#: lib/logitech_receiver/settings_templates.py:578 +#: lib/logitech_receiver/settings_templates.py:551 +#: lib/logitech_receiver/settings_templates.py:584 msgid "Frequency of device movement reports" msgstr "Częstotliwość raportów o ruchu urządzenia" -#: lib/logitech_receiver/settings_templates.py:545 -#: lib/logitech_receiver/settings_templates.py:578 -#: lib/logitech_receiver/settings_templates.py:1009 -#: lib/logitech_receiver/settings_templates.py:1383 -#: lib/logitech_receiver/settings_templates.py:1414 +#: lib/logitech_receiver/settings_templates.py:551 +#: lib/logitech_receiver/settings_templates.py:584 +#: lib/logitech_receiver/settings_templates.py:1019 +#: lib/logitech_receiver/settings_templates.py:1047 +#: lib/logitech_receiver/settings_templates.py:1421 +#: lib/logitech_receiver/settings_templates.py:1452 msgid "May need Onboard Profiles set to Disable to be effective." msgstr "Aby działało, może być konieczne wyłączenie profili wbudowanych." -#: lib/logitech_receiver/settings_templates.py:606 +#: lib/logitech_receiver/settings_templates.py:612 msgid "Divert crown events" msgstr "Przekieruj zdarzenia korony" -#: lib/logitech_receiver/settings_templates.py:607 +#: lib/logitech_receiver/settings_templates.py:613 msgid "" "Make crown send CROWN HID++ notifications (which trigger Solaar rules but " "are otherwise ignored)." @@ -642,19 +647,19 @@ msgstr "" "Spraw, aby korona wysyłała powiadomienia CROWN HID++ (które wyzwalają reguły " "Solaar, ale w przeciwnym razie są ignorowane)." -#: lib/logitech_receiver/settings_templates.py:615 +#: lib/logitech_receiver/settings_templates.py:621 msgid "Crown smooth scroll" msgstr "Płynne przewijanie koroną" -#: lib/logitech_receiver/settings_templates.py:616 +#: lib/logitech_receiver/settings_templates.py:622 msgid "Set crown smooth scroll" msgstr "Ustaw płynne przewijanie koroną" -#: lib/logitech_receiver/settings_templates.py:624 +#: lib/logitech_receiver/settings_templates.py:630 msgid "Divert G and M Keys" msgstr "Przekieruj klawisze G i M" -#: lib/logitech_receiver/settings_templates.py:625 +#: lib/logitech_receiver/settings_templates.py:631 msgid "" "Make G and M keys send HID++ notifications (which trigger Solaar rules but " "are otherwise ignored)." @@ -662,11 +667,11 @@ msgstr "" "Spraw, aby klawisze G i M wysyłały powiadomienia HID++ (które wyzwalają " "reguły Solaar, ale w przeciwnym razie są ignorowane)." -#: lib/logitech_receiver/settings_templates.py:639 +#: lib/logitech_receiver/settings_templates.py:645 msgid "Scroll Wheel Ratcheted" msgstr "Zapadkowe kółko przewijania" -#: lib/logitech_receiver/settings_templates.py:640 +#: lib/logitech_receiver/settings_templates.py:646 msgid "" "Switch the mouse wheel between speed-controlled ratcheting and always " "freespin." @@ -674,19 +679,19 @@ msgstr "" "Przełącz kółko myszy między zapadką z kontrolowaną prędkością a zawsze " "swobodnym obrotem." -#: lib/logitech_receiver/settings_templates.py:642 +#: lib/logitech_receiver/settings_templates.py:648 msgid "Freespinning" msgstr "Obrót swobodny" -#: lib/logitech_receiver/settings_templates.py:642 +#: lib/logitech_receiver/settings_templates.py:648 msgid "Ratcheted" msgstr "Obrót zapadkowy" -#: lib/logitech_receiver/settings_templates.py:649 +#: lib/logitech_receiver/settings_templates.py:655 msgid "Scroll Wheel Ratchet Speed" msgstr "Prędkość zapadki kółka przewijania" -#: lib/logitech_receiver/settings_templates.py:651 +#: lib/logitech_receiver/settings_templates.py:657 msgid "" "Use the mouse wheel speed to switch between ratcheted and freespinning.\n" "The mouse wheel is always ratcheted at 50." @@ -695,19 +700,27 @@ msgstr "" "swobodnym.\n" "Kółko myszy jest zawsze ustawione na 50." -#: lib/logitech_receiver/settings_templates.py:705 +#: lib/logitech_receiver/settings_templates.py:707 +msgid "Scroll Wheel Ratchet Torque" +msgstr "Moment obrotowy zapadki kółka przewijania" + +#: lib/logitech_receiver/settings_templates.py:708 +msgid "Change the torque needed to overcome the ratchet." +msgstr "Zmień moment obrotowy potrzebny do przejścia zapadki." + +#: lib/logitech_receiver/settings_templates.py:743 msgid "Key/Button Actions" msgstr "Czynności klawiszy/przycisków" -#: lib/logitech_receiver/settings_templates.py:707 +#: lib/logitech_receiver/settings_templates.py:745 msgid "Change the action for the key or button." msgstr "Zmień czynność klawisza lub przycisku." -#: lib/logitech_receiver/settings_templates.py:709 +#: lib/logitech_receiver/settings_templates.py:747 msgid "Overridden by diversion." msgstr "Omijane przez przekierowanie." -#: lib/logitech_receiver/settings_templates.py:711 +#: lib/logitech_receiver/settings_templates.py:749 msgid "" "Changing important actions (such as for the left mouse button) can result in " "an unusable system." @@ -715,11 +728,11 @@ msgstr "" "Zmiana ważnych czynności (np. lewego przycisku myszy) może spowodować, że " "system będzie nieużywalny." -#: lib/logitech_receiver/settings_templates.py:886 +#: lib/logitech_receiver/settings_templates.py:924 msgid "Key/Button Diversion" msgstr "Przekierowanie klawiszy/przycisków" -#: lib/logitech_receiver/settings_templates.py:887 +#: lib/logitech_receiver/settings_templates.py:925 msgid "" "Make the key or button send HID++ notifications (Diverted) or initiate Mouse " "Gestures or Sliding DPI" @@ -727,37 +740,37 @@ msgstr "" "Spraw, aby klawisz lub przycisk wysyłał powiadomienia HID++ (przekierowany) " "lub inicjował gesty myszy lub przesuwnie DPI" -#: lib/logitech_receiver/settings_templates.py:890 -#: lib/logitech_receiver/settings_templates.py:891 -#: lib/logitech_receiver/settings_templates.py:892 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 +#: lib/logitech_receiver/settings_templates.py:930 msgid "Diverted" msgstr "Przekierowany" -#: lib/logitech_receiver/settings_templates.py:890 -#: lib/logitech_receiver/settings_templates.py:891 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 msgid "Mouse Gestures" msgstr "Gesty myszy" -#: lib/logitech_receiver/settings_templates.py:890 -#: lib/logitech_receiver/settings_templates.py:891 -#: lib/logitech_receiver/settings_templates.py:892 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 +#: lib/logitech_receiver/settings_templates.py:930 msgid "Regular" msgstr "Zwykły" -#: lib/logitech_receiver/settings_templates.py:890 +#: lib/logitech_receiver/settings_templates.py:928 msgid "Sliding DPI" msgstr "Przesuwnie DPI" -#: lib/logitech_receiver/settings_templates.py:980 -#: lib/logitech_receiver/settings_templates.py:1008 +#: lib/logitech_receiver/settings_templates.py:1018 +#: lib/logitech_receiver/settings_templates.py:1046 msgid "Sensitivity (DPI)" msgstr "Czułość (DPI)" -#: lib/logitech_receiver/settings_templates.py:1085 +#: lib/logitech_receiver/settings_templates.py:1123 msgid "Sensitivity Switching" msgstr "Przełączanie czułości" -#: lib/logitech_receiver/settings_templates.py:1087 +#: lib/logitech_receiver/settings_templates.py:1125 msgid "" "Switch the current sensitivity and the remembered sensitivity when the key " "or button is pressed.\n" @@ -767,329 +780,329 @@ msgstr "" "przycisku.\n" "Jeśli nie ma zapamiętanej czułości, po prostu zapamiętaj bieżącą czułość" -#: lib/logitech_receiver/settings_templates.py:1091 +#: lib/logitech_receiver/settings_templates.py:1129 msgid "Off" msgstr "Wyłączone" -#: lib/logitech_receiver/settings_templates.py:1122 +#: lib/logitech_receiver/settings_templates.py:1160 msgid "Disable keys" msgstr "Wyłącz klawisze" -#: lib/logitech_receiver/settings_templates.py:1123 +#: lib/logitech_receiver/settings_templates.py:1161 msgid "Disable specific keyboard keys." msgstr "Wyłącz określone klawisze klawiatury." -#: lib/logitech_receiver/settings_templates.py:1126 +#: lib/logitech_receiver/settings_templates.py:1164 #, python-format msgid "Disables the %s key." msgstr "Wyłącza klawisz %s." -#: lib/logitech_receiver/settings_templates.py:1139 -#: lib/logitech_receiver/settings_templates.py:1196 +#: lib/logitech_receiver/settings_templates.py:1177 +#: lib/logitech_receiver/settings_templates.py:1234 msgid "Set OS" msgstr "Ustaw system operacyjny" -#: lib/logitech_receiver/settings_templates.py:1140 -#: lib/logitech_receiver/settings_templates.py:1197 +#: lib/logitech_receiver/settings_templates.py:1178 +#: lib/logitech_receiver/settings_templates.py:1235 msgid "Change keys to match OS." msgstr "Zmień klawisze, aby pasowały do systemu operacyjnego." -#: lib/logitech_receiver/settings_templates.py:1209 +#: lib/logitech_receiver/settings_templates.py:1247 msgid "Change Host" msgstr "Zmiana hosta" -#: lib/logitech_receiver/settings_templates.py:1210 +#: lib/logitech_receiver/settings_templates.py:1248 msgid "Switch connection to a different host" msgstr "Przełącz połączenie na innego hosta" -#: lib/logitech_receiver/settings_templates.py:1234 +#: lib/logitech_receiver/settings_templates.py:1272 msgid "Performs a left click." msgstr "Wykonuje kliknięcie lewym przyciskiem myszy." -#: lib/logitech_receiver/settings_templates.py:1234 +#: lib/logitech_receiver/settings_templates.py:1272 msgid "Single tap" msgstr "Pojedyncze stuknięcie" -#: lib/logitech_receiver/settings_templates.py:1235 +#: lib/logitech_receiver/settings_templates.py:1273 msgid "Performs a right click." msgstr "Wykonuje kliknięcie prawym przyciskiem myszy." -#: lib/logitech_receiver/settings_templates.py:1235 +#: lib/logitech_receiver/settings_templates.py:1273 msgid "Single tap with two fingers" msgstr "Pojedyncze stuknięcie dwoma palcami" -#: lib/logitech_receiver/settings_templates.py:1236 +#: lib/logitech_receiver/settings_templates.py:1274 msgid "Single tap with three fingers" msgstr "Pojedyncze stuknięcie trzema palcami" -#: lib/logitech_receiver/settings_templates.py:1240 +#: lib/logitech_receiver/settings_templates.py:1278 msgid "Double tap" msgstr "Podwójne stuknięcie" -#: lib/logitech_receiver/settings_templates.py:1240 +#: lib/logitech_receiver/settings_templates.py:1278 msgid "Performs a double click." msgstr "Wykonuje podwójne kliknięcie." -#: lib/logitech_receiver/settings_templates.py:1241 +#: lib/logitech_receiver/settings_templates.py:1279 msgid "Double tap with two fingers" msgstr "Podwójne stuknięcie dwoma palcami" -#: lib/logitech_receiver/settings_templates.py:1242 +#: lib/logitech_receiver/settings_templates.py:1280 msgid "Double tap with three fingers" msgstr "Podwójne stuknięcie trzema palcami" -#: lib/logitech_receiver/settings_templates.py:1245 +#: lib/logitech_receiver/settings_templates.py:1283 msgid "Drags items by dragging the finger after double tapping." msgstr "" "Przeciąga elementy poprzez przeciąganie palcem po dwukrotnym stuknięciu." -#: lib/logitech_receiver/settings_templates.py:1245 +#: lib/logitech_receiver/settings_templates.py:1283 msgid "Tap and drag" msgstr "Stuknięcie i przeciągnięcie" -#: lib/logitech_receiver/settings_templates.py:1247 +#: lib/logitech_receiver/settings_templates.py:1285 msgid "Tap and drag with two fingers" msgstr "Stuknięcie i przeciągnięcie dwoma palcami" -#: lib/logitech_receiver/settings_templates.py:1248 +#: lib/logitech_receiver/settings_templates.py:1286 msgid "Drags items by dragging the fingers after double tapping." msgstr "" "Przeciąga elementy poprzez przeciąganie palcami po dwukrotnym stuknięciu." -#: lib/logitech_receiver/settings_templates.py:1250 +#: lib/logitech_receiver/settings_templates.py:1288 msgid "Tap and drag with three fingers" msgstr "Stuknięcie i przeciągnięcie trzema palcami" -#: lib/logitech_receiver/settings_templates.py:1253 +#: lib/logitech_receiver/settings_templates.py:1291 msgid "Suppress tap and edge gestures" msgstr "Stłumienie gestów stukania i krawędziowych" -#: lib/logitech_receiver/settings_templates.py:1254 +#: lib/logitech_receiver/settings_templates.py:1292 msgid "Disables tap and edge gestures (equivalent to pressing Fn+LeftClick)." msgstr "" "Wyłącza gesty stukania i krawędziowe (odpowiednik naciśnięcia Fn + lewy " "przycisk myszy)." -#: lib/logitech_receiver/settings_templates.py:1256 +#: lib/logitech_receiver/settings_templates.py:1294 msgid "Scroll with one finger" msgstr "Przewijanie jednym palcem" -#: lib/logitech_receiver/settings_templates.py:1256 -#: lib/logitech_receiver/settings_templates.py:1257 -#: lib/logitech_receiver/settings_templates.py:1260 +#: lib/logitech_receiver/settings_templates.py:1294 +#: lib/logitech_receiver/settings_templates.py:1295 +#: lib/logitech_receiver/settings_templates.py:1298 msgid "Scrolls." msgstr "Przewija." -#: lib/logitech_receiver/settings_templates.py:1257 -#: lib/logitech_receiver/settings_templates.py:1260 +#: lib/logitech_receiver/settings_templates.py:1295 +#: lib/logitech_receiver/settings_templates.py:1298 msgid "Scroll with two fingers" msgstr "Przewijanie dwoma palcami" -#: lib/logitech_receiver/settings_templates.py:1258 +#: lib/logitech_receiver/settings_templates.py:1296 msgid "Scroll horizontally with two fingers" msgstr "Przewijanie w poziomie dwoma palcami" -#: lib/logitech_receiver/settings_templates.py:1258 +#: lib/logitech_receiver/settings_templates.py:1296 msgid "Scrolls horizontally." msgstr "Przewija w poziomie." -#: lib/logitech_receiver/settings_templates.py:1259 +#: lib/logitech_receiver/settings_templates.py:1297 msgid "Scroll vertically with two fingers" msgstr "Przewijanie w pionie dwoma palcami" -#: lib/logitech_receiver/settings_templates.py:1259 +#: lib/logitech_receiver/settings_templates.py:1297 msgid "Scrolls vertically." msgstr "Przewija w pionie." -#: lib/logitech_receiver/settings_templates.py:1261 +#: lib/logitech_receiver/settings_templates.py:1299 msgid "Inverts the scrolling direction." msgstr "Odwraca kierunek przewijania." -#: lib/logitech_receiver/settings_templates.py:1261 +#: lib/logitech_receiver/settings_templates.py:1299 msgid "Natural scrolling" msgstr "Przewijanie naturalne" -#: lib/logitech_receiver/settings_templates.py:1262 +#: lib/logitech_receiver/settings_templates.py:1300 msgid "Enables the thumbwheel." msgstr "Włącza kółko obsługiwane kciukiem." -#: lib/logitech_receiver/settings_templates.py:1262 +#: lib/logitech_receiver/settings_templates.py:1300 msgid "Thumbwheel" msgstr "Kółko obsługiwane kciukiem" -#: lib/logitech_receiver/settings_templates.py:1273 -#: lib/logitech_receiver/settings_templates.py:1277 +#: lib/logitech_receiver/settings_templates.py:1311 +#: lib/logitech_receiver/settings_templates.py:1315 msgid "Swipe from the top edge" msgstr "Przesuwanie od górnej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1274 +#: lib/logitech_receiver/settings_templates.py:1312 msgid "Swipe from the left edge" msgstr "Przesuwanie od lewej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1275 +#: lib/logitech_receiver/settings_templates.py:1313 msgid "Swipe from the right edge" msgstr "Przesuwanie od prawej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1276 +#: lib/logitech_receiver/settings_templates.py:1314 msgid "Swipe from the bottom edge" msgstr "Przesuwanie od dolnej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1278 +#: lib/logitech_receiver/settings_templates.py:1316 msgid "Swipe two fingers from the left edge" msgstr "Przesuwanie dwoma palcami od lewej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1279 +#: lib/logitech_receiver/settings_templates.py:1317 msgid "Swipe two fingers from the right edge" msgstr "Przesuwanie dwoma palcami od prawej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1280 +#: lib/logitech_receiver/settings_templates.py:1318 msgid "Swipe two fingers from the bottom edge" msgstr "Przesuwanie dwoma palcami od dolnej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1281 +#: lib/logitech_receiver/settings_templates.py:1319 msgid "Swipe two fingers from the top edge" msgstr "Przesuwanie dwoma palcami od górnej krawędzi" -#: lib/logitech_receiver/settings_templates.py:1282 -#: lib/logitech_receiver/settings_templates.py:1286 +#: lib/logitech_receiver/settings_templates.py:1320 +#: lib/logitech_receiver/settings_templates.py:1324 msgid "Pinch to zoom out; spread to zoom in." msgstr "Ściśnięcie, aby pomniejszyć; rozłożenie, aby powiększyć." -#: lib/logitech_receiver/settings_templates.py:1282 +#: lib/logitech_receiver/settings_templates.py:1320 msgid "Zoom with two fingers." msgstr "Zoom dwoma palcami." -#: lib/logitech_receiver/settings_templates.py:1283 +#: lib/logitech_receiver/settings_templates.py:1321 msgid "Pinch to zoom out." msgstr "Ściśnięcie, aby pomniejszyć." -#: lib/logitech_receiver/settings_templates.py:1284 +#: lib/logitech_receiver/settings_templates.py:1322 msgid "Spread to zoom in." msgstr "Rozłożenie, aby powiększyć." -#: lib/logitech_receiver/settings_templates.py:1285 +#: lib/logitech_receiver/settings_templates.py:1323 msgid "Zoom with three fingers." msgstr "Zoom trzema palcami." -#: lib/logitech_receiver/settings_templates.py:1286 +#: lib/logitech_receiver/settings_templates.py:1324 msgid "Zoom with two fingers" msgstr "Zoom dwoma palcami" -#: lib/logitech_receiver/settings_templates.py:1304 +#: lib/logitech_receiver/settings_templates.py:1342 msgid "Pixel zone" msgstr "Strefa pikseli" -#: lib/logitech_receiver/settings_templates.py:1305 +#: lib/logitech_receiver/settings_templates.py:1343 msgid "Ratio zone" msgstr "Strefa współczynnika" -#: lib/logitech_receiver/settings_templates.py:1306 +#: lib/logitech_receiver/settings_templates.py:1344 msgid "Scale factor" msgstr "Współczynnik skalowania" -#: lib/logitech_receiver/settings_templates.py:1306 +#: lib/logitech_receiver/settings_templates.py:1344 msgid "Sets the cursor speed." msgstr "Ustawia szybkość kursora." -#: lib/logitech_receiver/settings_templates.py:1310 +#: lib/logitech_receiver/settings_templates.py:1348 msgid "Left" msgstr "Lewo" -#: lib/logitech_receiver/settings_templates.py:1310 +#: lib/logitech_receiver/settings_templates.py:1348 msgid "Left-most coordinate." msgstr "Współrzędna najbardziej z lewej." -#: lib/logitech_receiver/settings_templates.py:1311 +#: lib/logitech_receiver/settings_templates.py:1349 msgid "Bottom" msgstr "Dół" -#: lib/logitech_receiver/settings_templates.py:1311 +#: lib/logitech_receiver/settings_templates.py:1349 msgid "Bottom coordinate." msgstr "Współrzędna dolna." -#: lib/logitech_receiver/settings_templates.py:1312 +#: lib/logitech_receiver/settings_templates.py:1350 msgid "Width" msgstr "Szerokość" -#: lib/logitech_receiver/settings_templates.py:1312 +#: lib/logitech_receiver/settings_templates.py:1350 msgid "Width." msgstr "Szerokość." -#: lib/logitech_receiver/settings_templates.py:1313 +#: lib/logitech_receiver/settings_templates.py:1351 msgid "Height" msgstr "Wysokość" -#: lib/logitech_receiver/settings_templates.py:1313 +#: lib/logitech_receiver/settings_templates.py:1351 msgid "Height." msgstr "Wysokość." -#: lib/logitech_receiver/settings_templates.py:1314 +#: lib/logitech_receiver/settings_templates.py:1352 msgid "Cursor speed." msgstr "Prędkość kursora." -#: lib/logitech_receiver/settings_templates.py:1314 +#: lib/logitech_receiver/settings_templates.py:1352 msgid "Scale" msgstr "Skala" -#: lib/logitech_receiver/settings_templates.py:1320 +#: lib/logitech_receiver/settings_templates.py:1358 msgid "Gestures" msgstr "Gesty" -#: lib/logitech_receiver/settings_templates.py:1321 +#: lib/logitech_receiver/settings_templates.py:1359 msgid "Tweak the mouse/touchpad behaviour." msgstr "Dostosuj zachowania myszy/panelu dotykowego." -#: lib/logitech_receiver/settings_templates.py:1337 +#: lib/logitech_receiver/settings_templates.py:1375 msgid "Gestures Diversion" msgstr "Przekierowanie gestów" -#: lib/logitech_receiver/settings_templates.py:1338 +#: lib/logitech_receiver/settings_templates.py:1376 msgid "Divert mouse/touchpad gestures." msgstr "Przekieruj gesty myszy/panelu dotykowego." -#: lib/logitech_receiver/settings_templates.py:1354 +#: lib/logitech_receiver/settings_templates.py:1392 msgid "Gesture params" msgstr "Parametry gestu" -#: lib/logitech_receiver/settings_templates.py:1355 +#: lib/logitech_receiver/settings_templates.py:1393 msgid "Change numerical parameters of a mouse/touchpad." msgstr "Zmień parametry numeryczne myszy/panelu dotykowego." -#: lib/logitech_receiver/settings_templates.py:1379 +#: lib/logitech_receiver/settings_templates.py:1417 msgid "M-Key LEDs" msgstr "Diody LED klawiszy M" -#: lib/logitech_receiver/settings_templates.py:1381 +#: lib/logitech_receiver/settings_templates.py:1419 msgid "Control the M-Key LEDs." msgstr "Kontroluj diody LED klawiszy M." -#: lib/logitech_receiver/settings_templates.py:1385 -#: lib/logitech_receiver/settings_templates.py:1416 +#: lib/logitech_receiver/settings_templates.py:1423 +#: lib/logitech_receiver/settings_templates.py:1454 msgid "May need G Keys diverted to be effective." msgstr "Aby działało, może być konieczne włączenie przekierowania klawiszy G." -#: lib/logitech_receiver/settings_templates.py:1391 +#: lib/logitech_receiver/settings_templates.py:1429 #, python-format msgid "Lights up the %s key." msgstr "Zapala klawisz %s." -#: lib/logitech_receiver/settings_templates.py:1410 +#: lib/logitech_receiver/settings_templates.py:1448 msgid "MR-Key LED" msgstr "Dioda LED klawisza MR" -#: lib/logitech_receiver/settings_templates.py:1412 +#: lib/logitech_receiver/settings_templates.py:1450 msgid "Control the MR-Key LED." msgstr "Kontroluj diody LED klawiszy MR." -#: lib/logitech_receiver/settings_templates.py:1433 +#: lib/logitech_receiver/settings_templates.py:1471 msgid "Persistent Key/Button Mapping" msgstr "Trwałe mapowanie klawiszy/przycisków" -#: lib/logitech_receiver/settings_templates.py:1435 +#: lib/logitech_receiver/settings_templates.py:1473 msgid "Permanently change the mapping for the key or button." msgstr "Trwale zmień mapowania klawisza lub przycisku." -#: lib/logitech_receiver/settings_templates.py:1437 +#: lib/logitech_receiver/settings_templates.py:1475 msgid "" "Changing important keys or buttons (such as for the left mouse button) can " "result in an unusable system." @@ -1097,97 +1110,130 @@ msgstr "" "Zmiana ważnych klawiszy lub przycisków (takich jak lewy przycisk myszy) może " "spowodować, że system stanie się bezużyteczny." -#: lib/logitech_receiver/settings_templates.py:1494 +#: lib/logitech_receiver/settings_templates.py:1532 msgid "Sidetone" msgstr "Efekt lokalny" -#: lib/logitech_receiver/settings_templates.py:1495 +#: lib/logitech_receiver/settings_templates.py:1533 msgid "Set sidetone level." msgstr "Ustaw poziom efektu lokalnego." -#: lib/logitech_receiver/settings_templates.py:1504 +#: lib/logitech_receiver/settings_templates.py:1542 msgid "Equalizer" msgstr "Korektor" -#: lib/logitech_receiver/settings_templates.py:1505 +#: lib/logitech_receiver/settings_templates.py:1543 msgid "Set equalizer levels." msgstr "Ustaw poziomy korektora." -#: lib/logitech_receiver/settings_templates.py:1527 +#: lib/logitech_receiver/settings_templates.py:1565 msgid "Hz" msgstr "Hz" -#: lib/logitech_receiver/settings_templates.py:1533 +#: lib/logitech_receiver/settings_templates.py:1571 msgid "Power Management" msgstr "Zarządzanie energią" -#: lib/logitech_receiver/settings_templates.py:1534 +#: lib/logitech_receiver/settings_templates.py:1572 msgid "Power off in minutes (0 for never)." msgstr "Wyłączenie zasilania w minutach (0 oznacza nigdy)." -#: lib/logitech_receiver/settings_templates.py:1545 +#: lib/logitech_receiver/settings_templates.py:1584 msgid "Brightness Control" msgstr "Sterowanie jasnością" -#: lib/logitech_receiver/settings_templates.py:1546 +#: lib/logitech_receiver/settings_templates.py:1585 msgid "Control overall brightness" msgstr "Steruj ogólną jasnością" -#: lib/logitech_receiver/settings_templates.py:1589 -#: lib/logitech_receiver/settings_templates.py:1643 +#: lib/logitech_receiver/settings_templates.py:1628 +#: lib/logitech_receiver/settings_templates.py:1681 msgid "LED Control" msgstr "Sterowanie diodami LED" -#: lib/logitech_receiver/settings_templates.py:1590 -#: lib/logitech_receiver/settings_templates.py:1644 +#: lib/logitech_receiver/settings_templates.py:1629 +#: lib/logitech_receiver/settings_templates.py:1682 msgid "Switch control of LED zones between device and Solaar" msgstr "Przełącz sterowanie strefami LED pomiędzy urządzeniem a Solaar" -#: lib/logitech_receiver/settings_templates.py:1605 -#: lib/logitech_receiver/settings_templates.py:1654 +#: lib/logitech_receiver/settings_templates.py:1644 +#: lib/logitech_receiver/settings_templates.py:1692 msgid "LED Zone Effects" msgstr "Efekty strefowe diod LED" -#: lib/logitech_receiver/settings_templates.py:1606 -#: lib/logitech_receiver/settings_templates.py:1655 +#: lib/logitech_receiver/settings_templates.py:1645 +#: lib/logitech_receiver/settings_templates.py:1693 msgid "LED Control needs to be set to Solaar to be effective." msgstr "" "Sterowanie diodami LED musi być ustawione na Solaar, aby było skuteczne." -#: lib/logitech_receiver/settings_templates.py:1606 -#: lib/logitech_receiver/settings_templates.py:1655 +#: lib/logitech_receiver/settings_templates.py:1645 +#: lib/logitech_receiver/settings_templates.py:1693 msgid "Set effect for LED Zone" msgstr "Ustaw efekt dla strefy diod LED" -#: lib/logitech_receiver/settings_templates.py:1609 +#: lib/logitech_receiver/settings_templates.py:1647 +msgid "Color" +msgstr "Kolor" + +#: lib/logitech_receiver/settings_templates.py:1648 msgid "Speed" msgstr "Szybkość" -#: lib/logitech_receiver/settings_templates.py:1610 +#: lib/logitech_receiver/settings_templates.py:1649 msgid "Period" msgstr "Okres" -#: lib/logitech_receiver/settings_templates.py:1611 +#: lib/logitech_receiver/settings_templates.py:1650 msgid "Intensity" msgstr "Intensywność" -#: lib/logitech_receiver/settings_templates.py:1612 +#: lib/logitech_receiver/settings_templates.py:1651 msgid "Ramp" msgstr "Narastanie" -#: lib/logitech_receiver/settings_templates.py:1628 +#: lib/logitech_receiver/settings_templates.py:1666 msgid "LEDs" msgstr "Diody LED" -#: lib/logitech_receiver/settings_templates.py:1665 +#: lib/logitech_receiver/settings_templates.py:1703 msgid "Per-key Lighting" msgstr "Podświetlenie poszczególnych klawiszy" -#: lib/logitech_receiver/settings_templates.py:1666 +#: lib/logitech_receiver/settings_templates.py:1704 msgid "Control per-key lighting." msgstr "Steruj podświetleniem poszczególnych klawiszy." -#: lib/solaar/ui/__init__.py:117 +#: lib/logitech_receiver/settings_templates.py:1786 +msgid "Force Sensing Buttons" +msgstr "Przyciski wykrywające siłę" + +#: lib/logitech_receiver/settings_templates.py:1787 +msgid "Change the force required to activate button." +msgstr "Zmień siłę potrzebną do aktywowania przycisku." + +#: lib/logitech_receiver/settings_templates.py:1804 +msgid "Force Sensing Button" +msgstr "Przycisk wykrywający siłę" + +#: lib/logitech_receiver/settings_templates.py:1814 +msgid "Haptic Feeback Level" +msgstr "Poziom haptycznego sprzężenia zwrotnego" + +#: lib/logitech_receiver/settings_templates.py:1815 +msgid "Change power of haptic feedback. (Zero to turn off.)" +msgstr "" +"Zmień moc haptycznego sprzężenia zwrotnego. (Zero powoduje wyłączenie.)" + +#: lib/logitech_receiver/settings_templates.py:1857 +msgid "Play Haptic Waveform" +msgstr "Odtwórz falę haptyczną" + +#: lib/logitech_receiver/settings_templates.py:1858 +msgid "Tell device to play a haptic waveform." +msgstr "Poleć urządzeniu odtworzenie fali haptycznej." + +#: lib/solaar/ui/__init__.py:120 msgid "Another Solaar process is already running so just expose its window" msgstr "Inny proces programu Solaar już działa, więc po prostu pokaż jego okno" @@ -1215,20 +1261,20 @@ msgstr "Testowanie" msgid "Logitech documentation" msgstr "Dokumentacja firmy Logitech" -#: lib/solaar/ui/action.py:83 lib/solaar/ui/action.py:87 -#: lib/solaar/ui/window.py:188 +#: lib/solaar/ui/action.py:88 lib/solaar/ui/action.py:92 +#: lib/solaar/ui/window.py:208 msgid "Unpair" msgstr "Usuń sparowanie" -#: lib/solaar/ui/action.py:86 lib/solaar/ui/diversion_rules.py:107 +#: lib/solaar/ui/action.py:91 lib/solaar/ui/diversion_rules.py:141 msgid "Cancel" msgstr "Anuluj" -#: lib/solaar/ui/common.py:35 +#: lib/solaar/ui/common.py:42 msgid "Permissions error" msgstr "Błąd uprawnień" -#: lib/solaar/ui/common.py:37 +#: lib/solaar/ui/common.py:44 #, python-format msgid "" "Found a Logitech receiver or device (%s), but did not have permission to " @@ -1237,7 +1283,7 @@ msgstr "" "Znaleziono odbiornik lub urządzenie firmy Logitech (%s), ale nie ma " "uprawnień do jego otwarcia." -#: lib/solaar/ui/common.py:39 +#: lib/solaar/ui/common.py:46 msgid "" "If you've just installed Solaar, try disconnecting the receiver or device " "and then reconnecting it." @@ -1245,11 +1291,11 @@ msgstr "" "Jeśli właśnie zainstalowano Solaar, spróbuj odłączyć odbiornik lub " "urządzenie, a następnie podłączyć je ponownie." -#: lib/solaar/ui/common.py:42 +#: lib/solaar/ui/common.py:49 msgid "Cannot connect to device error" msgstr "Błąd łączenia się z urządzeniem" -#: lib/solaar/ui/common.py:44 +#: lib/solaar/ui/common.py:51 #, python-format msgid "" "Found a Logitech receiver or device at %s, but encountered an error " @@ -1258,7 +1304,7 @@ msgstr "" "Znaleziono odbiornik lub urządzenie firmy Logitech w %s, ale wystąpił błąd " "podczas łączenia się z nim." -#: lib/solaar/ui/common.py:46 +#: lib/solaar/ui/common.py:53 msgid "" "Try disconnecting the device and then reconnecting it or turning it off and " "then on." @@ -1266,28 +1312,28 @@ msgstr "" "Spróbuj odłączyć urządzenie, a następnie podłączyć je ponownie lub wyłączyć " "i ponownie włączyć." -#: lib/solaar/ui/common.py:49 +#: lib/solaar/ui/common.py:56 msgid "Unpairing failed" msgstr "Usunięcie sparowania nie powiodło się" -#: lib/solaar/ui/common.py:51 +#: lib/solaar/ui/common.py:58 #, python-brace-format msgid "Failed to unpair %{device} from %{receiver}." msgstr "Nie udało się sparować %{device} z %{receiver}." -#: lib/solaar/ui/common.py:56 +#: lib/solaar/ui/common.py:63 msgid "The receiver returned an error, with no further details." msgstr "Odbiornik zwrócił błąd bez dodatkowych informacji." -#: lib/solaar/ui/config_panel.py:228 +#: lib/solaar/ui/config_panel.py:245 msgid "Complete - ENTER to change" msgstr "Kompletne - ENTER, aby zmienić" -#: lib/solaar/ui/config_panel.py:228 +#: lib/solaar/ui/config_panel.py:245 msgid "Incomplete" msgstr "Niekompletne" -#: lib/solaar/ui/config_panel.py:475 lib/solaar/ui/config_panel.py:527 +#: lib/solaar/ui/config_panel.py:491 lib/solaar/ui/config_panel.py:543 #, python-format msgid "%d value" msgid_plural "%d values" @@ -1295,273 +1341,273 @@ msgstr[0] "%d wartość" msgstr[1] "%d wartości" msgstr[2] "%d wartości" -#: lib/solaar/ui/config_panel.py:609 +#: lib/solaar/ui/config_panel.py:642 msgid "Changes allowed" msgstr "Zmiany dozwolone" -#: lib/solaar/ui/config_panel.py:610 +#: lib/solaar/ui/config_panel.py:643 msgid "No changes allowed" msgstr "Zmiany niedozwolone" -#: lib/solaar/ui/config_panel.py:611 +#: lib/solaar/ui/config_panel.py:644 msgid "Ignore this setting" msgstr "Ignoruj to ustawienie" -#: lib/solaar/ui/config_panel.py:655 +#: lib/solaar/ui/config_panel.py:690 msgid "Working" msgstr "Pracuję" -#: lib/solaar/ui/config_panel.py:658 +#: lib/solaar/ui/config_panel.py:693 msgid "Read/write operation failed." msgstr "Operacja odczytu/zapisu nie powiodła się." -#: lib/solaar/ui/desktop_notifications.py:114 +#: lib/solaar/ui/desktop_notifications.py:112 msgid "unspecified reason" msgstr "nieokreślony powód" -#: lib/solaar/ui/diversion_rules.py:69 +#: lib/solaar/ui/diversion_rules.py:103 msgid "Built-in rules" msgstr "Wbudowane reguły" -#: lib/solaar/ui/diversion_rules.py:69 +#: lib/solaar/ui/diversion_rules.py:103 msgid "User-defined rules" msgstr "Reguły zdefiniowane przez użytkownika" -#: lib/solaar/ui/diversion_rules.py:71 lib/solaar/ui/diversion_rules.py:1089 +#: lib/solaar/ui/diversion_rules.py:105 lib/solaar/ui/diversion_rules.py:1126 msgid "Rule" msgstr "Reguła" -#: lib/solaar/ui/diversion_rules.py:72 lib/solaar/ui/diversion_rules.py:348 -#: lib/solaar/ui/diversion_rules.py:475 +#: lib/solaar/ui/diversion_rules.py:106 lib/solaar/ui/diversion_rules.py:382 +#: lib/solaar/ui/diversion_rules.py:509 msgid "Sub-rule" msgstr "Reguła podrzędna" -#: lib/solaar/ui/diversion_rules.py:74 +#: lib/solaar/ui/diversion_rules.py:108 msgid "[empty]" msgstr "[pusta]" -#: lib/solaar/ui/diversion_rules.py:98 +#: lib/solaar/ui/diversion_rules.py:132 msgid "Make changes permanent?" msgstr "Wprowadzić zmiany na stałe?" -#: lib/solaar/ui/diversion_rules.py:103 +#: lib/solaar/ui/diversion_rules.py:137 msgid "Yes" msgstr "Tak" -#: lib/solaar/ui/diversion_rules.py:105 +#: lib/solaar/ui/diversion_rules.py:139 msgid "No" msgstr "Nie" -#: lib/solaar/ui/diversion_rules.py:110 +#: lib/solaar/ui/diversion_rules.py:144 msgid "If you choose No, changes will be lost when Solaar is closed." msgstr "Jeśli wybierzesz Nie, zmiany zostaną utracone po zamknięciu Solaar." -#: lib/solaar/ui/diversion_rules.py:239 +#: lib/solaar/ui/diversion_rules.py:273 msgid "Paste here" msgstr "Wklej tutaj" -#: lib/solaar/ui/diversion_rules.py:241 +#: lib/solaar/ui/diversion_rules.py:275 msgid "Paste above" msgstr "Wklej powyżej" -#: lib/solaar/ui/diversion_rules.py:243 +#: lib/solaar/ui/diversion_rules.py:277 msgid "Paste below" msgstr "Wklej poniżej" -#: lib/solaar/ui/diversion_rules.py:249 +#: lib/solaar/ui/diversion_rules.py:283 msgid "Paste rule here" msgstr "Wklej regułę tutaj" -#: lib/solaar/ui/diversion_rules.py:251 +#: lib/solaar/ui/diversion_rules.py:285 msgid "Paste rule above" msgstr "Wklej regułę powyżej" -#: lib/solaar/ui/diversion_rules.py:253 +#: lib/solaar/ui/diversion_rules.py:287 msgid "Paste rule below" msgstr "Wklej regułę poniżej" -#: lib/solaar/ui/diversion_rules.py:257 +#: lib/solaar/ui/diversion_rules.py:291 msgid "Paste rule" msgstr "Wklej regułę" -#: lib/solaar/ui/diversion_rules.py:272 +#: lib/solaar/ui/diversion_rules.py:306 msgid "Insert here" msgstr "Wstaw tutaj" -#: lib/solaar/ui/diversion_rules.py:274 +#: lib/solaar/ui/diversion_rules.py:308 msgid "Insert above" msgstr "Wstaw powyżej" -#: lib/solaar/ui/diversion_rules.py:276 +#: lib/solaar/ui/diversion_rules.py:310 msgid "Insert below" msgstr "Wstaw poniżej" -#: lib/solaar/ui/diversion_rules.py:282 +#: lib/solaar/ui/diversion_rules.py:316 msgid "Insert new rule here" msgstr "Wstaw nową regułę tutaj" -#: lib/solaar/ui/diversion_rules.py:284 +#: lib/solaar/ui/diversion_rules.py:318 msgid "Insert new rule above" msgstr "Wstaw nową regułę powyżej" -#: lib/solaar/ui/diversion_rules.py:286 +#: lib/solaar/ui/diversion_rules.py:320 msgid "Insert new rule below" msgstr "Wstaw nową regułę poniżej" -#: lib/solaar/ui/diversion_rules.py:313 +#: lib/solaar/ui/diversion_rules.py:347 msgid "Flatten" msgstr "Spłaszcz" -#: lib/solaar/ui/diversion_rules.py:346 +#: lib/solaar/ui/diversion_rules.py:380 msgid "Insert" msgstr "Wstaw" -#: lib/solaar/ui/diversion_rules.py:349 lib/solaar/ui/diversion_rules.py:477 -#: lib/solaar/ui/diversion_rules.py:1121 +#: lib/solaar/ui/diversion_rules.py:383 lib/solaar/ui/diversion_rules.py:511 +#: lib/solaar/ui/diversion_rules.py:1158 msgid "Or" msgstr "Lub" -#: lib/solaar/ui/diversion_rules.py:350 lib/solaar/ui/diversion_rules.py:476 -#: lib/solaar/ui/diversion_rules.py:1107 +#: lib/solaar/ui/diversion_rules.py:384 lib/solaar/ui/diversion_rules.py:510 +#: lib/solaar/ui/diversion_rules.py:1144 msgid "And" msgstr "Oraz" -#: lib/solaar/ui/diversion_rules.py:352 +#: lib/solaar/ui/diversion_rules.py:386 msgid "Condition" msgstr "Warunek" -#: lib/solaar/ui/diversion_rules.py:354 lib/solaar/ui/rule_conditions.py:145 +#: lib/solaar/ui/diversion_rules.py:388 lib/solaar/ui/rule_conditions.py:154 msgid "Feature" msgstr "Funkcja" -#: lib/solaar/ui/diversion_rules.py:355 lib/solaar/ui/rule_conditions.py:179 +#: lib/solaar/ui/diversion_rules.py:389 lib/solaar/ui/rule_conditions.py:188 msgid "Report" msgstr "Zgłoszenie" -#: lib/solaar/ui/diversion_rules.py:356 lib/solaar/ui/rule_conditions.py:60 +#: lib/solaar/ui/diversion_rules.py:390 lib/solaar/ui/rule_conditions.py:69 msgid "Process" msgstr "Proces" -#: lib/solaar/ui/diversion_rules.py:357 +#: lib/solaar/ui/diversion_rules.py:391 msgid "Mouse process" msgstr "Proces myszy" -#: lib/solaar/ui/diversion_rules.py:358 lib/solaar/ui/rule_conditions.py:216 +#: lib/solaar/ui/diversion_rules.py:392 lib/solaar/ui/rule_conditions.py:225 msgid "Modifiers" msgstr "Modyfikatory" -#: lib/solaar/ui/diversion_rules.py:359 lib/solaar/ui/rule_conditions.py:268 +#: lib/solaar/ui/diversion_rules.py:393 lib/solaar/ui/rule_conditions.py:277 msgid "Key" msgstr "Klawisz" -#: lib/solaar/ui/diversion_rules.py:360 lib/solaar/ui/rule_conditions.py:309 +#: lib/solaar/ui/diversion_rules.py:394 lib/solaar/ui/rule_conditions.py:318 msgid "KeyIsDown" msgstr "KlawiszJestWciśnięty" -#: lib/solaar/ui/diversion_rules.py:361 lib/solaar/ui/diversion_rules.py:1414 +#: lib/solaar/ui/diversion_rules.py:395 lib/solaar/ui/diversion_rules.py:1432 msgid "Active" msgstr "Aktywny" -#: lib/solaar/ui/diversion_rules.py:362 lib/solaar/ui/diversion_rules.py:1372 -#: lib/solaar/ui/diversion_rules.py:1423 lib/solaar/ui/diversion_rules.py:1470 +#: lib/solaar/ui/diversion_rules.py:396 lib/solaar/ui/diversion_rules.py:1390 +#: lib/solaar/ui/diversion_rules.py:1441 lib/solaar/ui/diversion_rules.py:1487 msgid "Device" msgstr "Urządzenie" -#: lib/solaar/ui/diversion_rules.py:363 lib/solaar/ui/diversion_rules.py:1449 +#: lib/solaar/ui/diversion_rules.py:397 lib/solaar/ui/diversion_rules.py:1467 msgid "Host" msgstr "Host" -#: lib/solaar/ui/diversion_rules.py:364 lib/solaar/ui/diversion_rules.py:1489 +#: lib/solaar/ui/diversion_rules.py:398 lib/solaar/ui/diversion_rules.py:1506 msgid "Setting" msgstr "Ustawienie" -#: lib/solaar/ui/diversion_rules.py:365 lib/solaar/ui/rule_conditions.py:324 -#: lib/solaar/ui/rule_conditions.py:373 +#: lib/solaar/ui/diversion_rules.py:399 lib/solaar/ui/rule_conditions.py:333 +#: lib/solaar/ui/rule_conditions.py:382 msgid "Test" msgstr "Test" -#: lib/solaar/ui/diversion_rules.py:366 lib/solaar/ui/rule_conditions.py:498 +#: lib/solaar/ui/diversion_rules.py:400 lib/solaar/ui/rule_conditions.py:507 msgid "Test bytes" msgstr "Bajty testowe" -#: lib/solaar/ui/diversion_rules.py:367 lib/solaar/ui/rule_conditions.py:599 +#: lib/solaar/ui/diversion_rules.py:401 lib/solaar/ui/rule_conditions.py:608 msgid "Mouse Gesture" msgstr "Gest myszy" -#: lib/solaar/ui/diversion_rules.py:371 +#: lib/solaar/ui/diversion_rules.py:405 msgid "Action" msgstr "Czynność" -#: lib/solaar/ui/diversion_rules.py:373 lib/solaar/ui/rule_actions.py:131 +#: lib/solaar/ui/diversion_rules.py:407 lib/solaar/ui/rule_actions.py:138 msgid "Key press" msgstr "Naciśnięcie klawisza" -#: lib/solaar/ui/diversion_rules.py:374 lib/solaar/ui/rule_actions.py:182 +#: lib/solaar/ui/diversion_rules.py:408 lib/solaar/ui/rule_actions.py:191 msgid "Mouse scroll" msgstr "Przewijanie myszą" -#: lib/solaar/ui/diversion_rules.py:375 lib/solaar/ui/rule_actions.py:243 +#: lib/solaar/ui/diversion_rules.py:409 lib/solaar/ui/rule_actions.py:256 msgid "Mouse click" msgstr "Kliknięcie myszą" -#: lib/solaar/ui/diversion_rules.py:376 +#: lib/solaar/ui/diversion_rules.py:410 msgid "Set" msgstr "Ustaw" -#: lib/solaar/ui/diversion_rules.py:377 lib/solaar/ui/rule_actions.py:313 +#: lib/solaar/ui/diversion_rules.py:411 lib/solaar/ui/rule_actions.py:328 msgid "Execute" msgstr "Wykonaj" -#: lib/solaar/ui/diversion_rules.py:378 lib/solaar/ui/diversion_rules.py:1152 +#: lib/solaar/ui/diversion_rules.py:412 lib/solaar/ui/diversion_rules.py:1189 msgid "Later" msgstr "Później" -#: lib/solaar/ui/diversion_rules.py:407 +#: lib/solaar/ui/diversion_rules.py:441 msgid "Insert new rule" msgstr "Wstaw nową regułę" -#: lib/solaar/ui/diversion_rules.py:427 lib/solaar/ui/rule_actions.py:74 -#: lib/solaar/ui/rule_actions.py:272 lib/solaar/ui/rule_conditions.py:546 +#: lib/solaar/ui/diversion_rules.py:461 lib/solaar/ui/rule_actions.py:82 +#: lib/solaar/ui/rule_actions.py:287 lib/solaar/ui/rule_conditions.py:556 msgid "Delete" msgstr "Usuń" -#: lib/solaar/ui/diversion_rules.py:449 +#: lib/solaar/ui/diversion_rules.py:483 msgid "Negate" msgstr "Neguj" -#: lib/solaar/ui/diversion_rules.py:473 +#: lib/solaar/ui/diversion_rules.py:507 msgid "Wrap with" msgstr "Obwiąż" -#: lib/solaar/ui/diversion_rules.py:503 +#: lib/solaar/ui/diversion_rules.py:537 msgid "Cut" msgstr "Wytnij" -#: lib/solaar/ui/diversion_rules.py:519 +#: lib/solaar/ui/diversion_rules.py:553 msgid "Paste" msgstr "Wklej" -#: lib/solaar/ui/diversion_rules.py:525 +#: lib/solaar/ui/diversion_rules.py:559 msgid "Copy" msgstr "Skopiuj" -#: lib/solaar/ui/diversion_rules.py:534 +#: lib/solaar/ui/diversion_rules.py:568 msgid "Solaar Rule Editor" msgstr "Edytor reguł Solaar" -#: lib/solaar/ui/diversion_rules.py:634 +#: lib/solaar/ui/diversion_rules.py:668 msgid "Save changes" msgstr "Zapisz zmiany" -#: lib/solaar/ui/diversion_rules.py:639 +#: lib/solaar/ui/diversion_rules.py:673 msgid "Discard changes" msgstr "Odrzuć zmiany" -#: lib/solaar/ui/diversion_rules.py:1070 +#: lib/solaar/ui/diversion_rules.py:1104 msgid "This editor does not support the selected rule component yet." msgstr "Ten edytor nie obsługuje jeszcze wybranego składnika reguły." -#: lib/solaar/ui/diversion_rules.py:1132 +#: lib/solaar/ui/diversion_rules.py:1169 msgid "" "Number of seconds to delay. Delay between 0 and 1 is done with higher " "precision." @@ -1569,98 +1615,98 @@ msgstr "" "Liczba sekund opóźnienia. Opóźnienie pomiędzy 0 i 1 odbywa się z większą " "precyzją." -#: lib/solaar/ui/diversion_rules.py:1170 +#: lib/solaar/ui/diversion_rules.py:1207 msgid "Not" msgstr "Nie" -#: lib/solaar/ui/diversion_rules.py:1201 +#: lib/solaar/ui/diversion_rules.py:1238 msgid "Toggle" msgstr "Przełącz" -#: lib/solaar/ui/diversion_rules.py:1202 +#: lib/solaar/ui/diversion_rules.py:1239 msgid "True" msgstr "Prawda" -#: lib/solaar/ui/diversion_rules.py:1203 +#: lib/solaar/ui/diversion_rules.py:1240 msgid "False" msgstr "Fałsz" -#: lib/solaar/ui/diversion_rules.py:1216 +#: lib/solaar/ui/diversion_rules.py:1253 msgid "Unsupported setting" msgstr "Nieobsługiwane ustawienie" -#: lib/solaar/ui/diversion_rules.py:1378 lib/solaar/ui/diversion_rules.py:1397 -#: lib/solaar/ui/diversion_rules.py:1476 lib/solaar/ui/diversion_rules.py:1731 -#: lib/solaar/ui/diversion_rules.py:1749 +#: lib/solaar/ui/diversion_rules.py:1396 lib/solaar/ui/diversion_rules.py:1415 +#: lib/solaar/ui/diversion_rules.py:1493 lib/solaar/ui/diversion_rules.py:1748 +#: lib/solaar/ui/diversion_rules.py:1766 msgid "Originating device" msgstr "Urządzenie inicjujące" -#: lib/solaar/ui/diversion_rules.py:1410 +#: lib/solaar/ui/diversion_rules.py:1428 msgid "Device is active and its settings can be changed." msgstr "Urządzenie jest aktywne i można zmienić jego ustawienia." -#: lib/solaar/ui/diversion_rules.py:1419 +#: lib/solaar/ui/diversion_rules.py:1437 msgid "Device that originated the current notification." msgstr "Urządzenie, z którego pochodzi bieżące powiadomienie." -#: lib/solaar/ui/diversion_rules.py:1432 +#: lib/solaar/ui/diversion_rules.py:1450 msgid "Name of host computer." msgstr "Nazwa komputera hosta." -#: lib/solaar/ui/diversion_rules.py:1503 +#: lib/solaar/ui/diversion_rules.py:1520 msgid "Value" msgstr "Wartość" -#: lib/solaar/ui/diversion_rules.py:1512 +#: lib/solaar/ui/diversion_rules.py:1529 msgid "Item" msgstr "Pozycja" -#: lib/solaar/ui/diversion_rules.py:1791 +#: lib/solaar/ui/diversion_rules.py:1808 msgid "Change setting on device" msgstr "Zmień ustawienie w urządzeniu" -#: lib/solaar/ui/diversion_rules.py:1807 +#: lib/solaar/ui/diversion_rules.py:1824 msgid "Setting on device" msgstr "Ustawienie w urządzeniu" -#: lib/solaar/ui/pair_window.py:37 lib/solaar/ui/pair_window.py:165 +#: lib/solaar/ui/pair_window.py:44 lib/solaar/ui/pair_window.py:167 #, python-format msgid "%(receiver_name)s: pair new device" msgstr "%(receiver_name)s: sparuj nowe urządzenie" -#: lib/solaar/ui/pair_window.py:39 +#: lib/solaar/ui/pair_window.py:46 msgid "Bolt receivers are only compatible with Bolt devices." msgstr "Odbiorniki Bolt są kompatybilne tylko z urządzeniami Bolt." -#: lib/solaar/ui/pair_window.py:41 +#: lib/solaar/ui/pair_window.py:48 msgid "Press a pairing button or key until the pairing light flashes quickly." msgstr "" "Naciśnij przycisk lub klawisz parowania, aż kontrolka parowania zacznie " "szybko migać." -#: lib/solaar/ui/pair_window.py:44 +#: lib/solaar/ui/pair_window.py:51 msgid "Unifying receivers are only compatible with Unifying devices." msgstr "Odbiorniki Unifying są kompatybilne tylko z urządzeniami Unifying." -#: lib/solaar/ui/pair_window.py:46 +#: lib/solaar/ui/pair_window.py:53 msgid "Other receivers are only compatible with a few devices." msgstr "Inne odbiorniki są kompatybilne tylko z kilkoma urządzeniami." -#: lib/solaar/ui/pair_window.py:48 +#: lib/solaar/ui/pair_window.py:55 msgid "For most devices, turn on the device you want to pair." msgstr "W przypadku większości urządzeń należy je włączyć do parowania." -#: lib/solaar/ui/pair_window.py:49 +#: lib/solaar/ui/pair_window.py:56 msgid "If the device is already turned on, turn it off and on again." msgstr "Jeśli urządzenie jest już włączone, wyłącz je i włącz ponownie." -#: lib/solaar/ui/pair_window.py:51 +#: lib/solaar/ui/pair_window.py:58 msgid "The device must not be paired with a nearby powered-on receiver." msgstr "" "Urządzenia nie można parować ze znajdującym się w pobliżu włączonym " "odbiornikiem." -#: lib/solaar/ui/pair_window.py:54 +#: lib/solaar/ui/pair_window.py:61 msgid "" "For devices with multiple channels, press, hold, and release the button for " "the channel you wish to pair\n" @@ -1672,11 +1718,11 @@ msgstr "" "lub użyj przycisku przełączania kanałów, aby wybrać kanał, a następnie " "naciśnij, przytrzymaj i zwolnij przycisk przełączania kanałów." -#: lib/solaar/ui/pair_window.py:61 +#: lib/solaar/ui/pair_window.py:68 msgid "The channel indicator light should be blinking rapidly." msgstr "Kontrolka kanału powinna szybko migać." -#: lib/solaar/ui/pair_window.py:65 +#: lib/solaar/ui/pair_window.py:72 #, python-format msgid "" "\n" @@ -1699,7 +1745,7 @@ msgstr[2] "" "\n" "Ten odbiornik ma jeszcze %d sparowań." -#: lib/solaar/ui/pair_window.py:71 +#: lib/solaar/ui/pair_window.py:78 msgid "" "\n" "Cancelling at this point will not use up a pairing." @@ -1707,25 +1753,25 @@ msgstr "" "\n" "Anulowanie w tym momencie nie spowoduje zużycia sparowania." -#: lib/solaar/ui/pair_window.py:166 +#: lib/solaar/ui/pair_window.py:168 #, python-format msgid "Enter passcode on %(name)s." msgstr "Wprowadź kod dostępu do %(name)s." -#: lib/solaar/ui/pair_window.py:169 +#: lib/solaar/ui/pair_window.py:171 #, python-format msgid "Type %(passcode)s and then press the enter key." msgstr "Wpisz %(passcode)s i naciśnij klawisz Enter." -#: lib/solaar/ui/pair_window.py:174 +#: lib/solaar/ui/pair_window.py:176 msgid "left" msgstr "lewo" -#: lib/solaar/ui/pair_window.py:174 +#: lib/solaar/ui/pair_window.py:176 msgid "right" msgstr "prawo" -#: lib/solaar/ui/pair_window.py:176 +#: lib/solaar/ui/pair_window.py:178 #, python-format msgid "" "Press %(code)s\n" @@ -1734,36 +1780,36 @@ msgstr "" "Naciśnij %(code)s\n" "i przyciśnij jednocześnie lewy i prawy przycisk." -#: lib/solaar/ui/pair_window.py:219 +#: lib/solaar/ui/pair_window.py:221 msgid "The wireless link is not encrypted" msgstr "Połączenie nie jest szyfrowane" -#: lib/solaar/ui/pair_window.py:224 +#: lib/solaar/ui/pair_window.py:226 msgid "Found a new device:" msgstr "Znaleziono nowe urządzenie:" -#: lib/solaar/ui/pair_window.py:245 +#: lib/solaar/ui/pair_window.py:247 msgid "Pairing failed" msgstr "Sparowanie nie powiodło się" -#: lib/solaar/ui/pair_window.py:247 +#: lib/solaar/ui/pair_window.py:249 msgid "Make sure your device is within range, and has a decent battery charge." msgstr "Upewnij się, że urządzenie jest w zasięgu i ma naładowany akumulator." -#: lib/solaar/ui/pair_window.py:249 +#: lib/solaar/ui/pair_window.py:251 msgid "A new device was detected, but it is not compatible with this receiver." msgstr "" "Wykryto nowe urządzenie, jednak nie jest ono kompatybilne z tym odbiornikiem." -#: lib/solaar/ui/pair_window.py:251 +#: lib/solaar/ui/pair_window.py:253 msgid "More paired devices than receiver can support." msgstr "Więcej sparowanych urządzeń niż obsługuje odbiornik." -#: lib/solaar/ui/pair_window.py:253 +#: lib/solaar/ui/pair_window.py:255 msgid "No further details are available about the error." msgstr "Brak dodatkowych informacji na temat błędu." -#: lib/solaar/ui/rule_actions.py:48 +#: lib/solaar/ui/rule_actions.py:54 msgid "" "Simulate a chorded key click or depress or release.\n" "On Wayland requires write access to /dev/uinput." @@ -1771,23 +1817,23 @@ msgstr "" "Symuluj akordowe kliknięcie klawisza, wciśnięcie lub zwolnenie.\n" "W Wayland wymaga dostępu do zapisu w /dev/uinput." -#: lib/solaar/ui/rule_actions.py:53 +#: lib/solaar/ui/rule_actions.py:60 msgid "Add key" msgstr "Dodaj klawisz" -#: lib/solaar/ui/rule_actions.py:56 +#: lib/solaar/ui/rule_actions.py:63 msgid "Click" msgstr "Kliknij" -#: lib/solaar/ui/rule_actions.py:59 +#: lib/solaar/ui/rule_actions.py:66 msgid "Depress" msgstr "Wciśnij" -#: lib/solaar/ui/rule_actions.py:62 +#: lib/solaar/ui/rule_actions.py:69 msgid "Release" msgstr "Zwolnij" -#: lib/solaar/ui/rule_actions.py:146 +#: lib/solaar/ui/rule_actions.py:153 msgid "" "Simulate a mouse scroll.\n" "On Wayland requires write access to /dev/uinput." @@ -1795,7 +1841,7 @@ msgstr "" "Symuluj przewijanie myszy.\n" "W Wayland wymaga dostępu do zapisu w /dev/uinput." -#: lib/solaar/ui/rule_actions.py:202 +#: lib/solaar/ui/rule_actions.py:211 msgid "" "Simulate a mouse click.\n" "On Wayland requires write access to /dev/uinput." @@ -1803,47 +1849,47 @@ msgstr "" "Symuluj kliknięcie myszą.\n" "W Wayland wymaga dostępu do zapisu w /dev/uinput." -#: lib/solaar/ui/rule_actions.py:205 +#: lib/solaar/ui/rule_actions.py:216 msgid "Button" msgstr "Przycisk" -#: lib/solaar/ui/rule_actions.py:206 -msgid "Count and Action" -msgstr "Liczba i czynność" +#: lib/solaar/ui/rule_actions.py:218 +msgid "Action (and Count, if click)" +msgstr "Czynność (i liczba, jeśli kliknięcie)" -#: lib/solaar/ui/rule_actions.py:255 +#: lib/solaar/ui/rule_actions.py:269 msgid "Execute a command with arguments." msgstr "Wykonaj polecenie z argumentami." -#: lib/solaar/ui/rule_actions.py:258 +#: lib/solaar/ui/rule_actions.py:273 msgid "Add argument" msgstr "Dodaj argument" -#: lib/solaar/ui/rule_conditions.py:43 +#: lib/solaar/ui/rule_conditions.py:52 msgid "X11 active process. For use in X11 only." msgstr "Aktywny proces X11. Do użytku tylko w X11." -#: lib/solaar/ui/rule_conditions.py:73 +#: lib/solaar/ui/rule_conditions.py:82 msgid "X11 mouse process. For use in X11 only." msgstr "Proces myszy X11. Do użytku tylko w X11." -#: lib/solaar/ui/rule_conditions.py:90 +#: lib/solaar/ui/rule_conditions.py:99 msgid "MouseProcess" msgstr "ProcesMyszy" -#: lib/solaar/ui/rule_conditions.py:114 +#: lib/solaar/ui/rule_conditions.py:123 msgid "Feature name of notification triggering rule processing." msgstr "Nazwa funkcji powiadomienia wyzwalająca przetwarzanie reguły." -#: lib/solaar/ui/rule_conditions.py:160 +#: lib/solaar/ui/rule_conditions.py:169 msgid "Report number of notification triggering rule processing." msgstr "Numer zgłoszenia powiadomienia wyzwalającego przetwarzanie reguły." -#: lib/solaar/ui/rule_conditions.py:192 +#: lib/solaar/ui/rule_conditions.py:201 msgid "Active keyboard modifiers. Not always available in Wayland." msgstr "Aktywne modyfikatory klawiatury. Nie zawsze dostępne w Wayland." -#: lib/solaar/ui/rule_conditions.py:232 +#: lib/solaar/ui/rule_conditions.py:241 msgid "" "Diverted key or button depressed or released.\n" "Use the Key/Button Diversion and Divert G Keys settings to divert keys and " @@ -1853,15 +1899,15 @@ msgstr "" "Użyj ustawień przekierowania klawiszy/przycisków oraz przekierowania " "klawiszy G, aby przekierować klawisze i przyciski." -#: lib/solaar/ui/rule_conditions.py:241 +#: lib/solaar/ui/rule_conditions.py:250 msgid "Key down" msgstr "Klawisz w dół" -#: lib/solaar/ui/rule_conditions.py:244 +#: lib/solaar/ui/rule_conditions.py:253 msgid "Key up" msgstr "Klawisz w górę" -#: lib/solaar/ui/rule_conditions.py:284 +#: lib/solaar/ui/rule_conditions.py:293 msgid "" "Diverted key or button is currently down.\n" "Use the Key/Button Diversion and Divert G Keys settings to divert keys and " @@ -1871,49 +1917,49 @@ msgstr "" "Użyj ustawień przekierowania klawiszy/przycisków oraz przekierowania " "klawiszy G, aby przekierować klawisze i przyciski." -#: lib/solaar/ui/rule_conditions.py:322 +#: lib/solaar/ui/rule_conditions.py:331 msgid "Test condition on notification triggering rule processing." msgstr "Warunek testowy przy powiadomieniu wyzwalający przetwarzanie reguły." -#: lib/solaar/ui/rule_conditions.py:326 +#: lib/solaar/ui/rule_conditions.py:335 msgid "Parameter" msgstr "Parametr" -#: lib/solaar/ui/rule_conditions.py:399 +#: lib/solaar/ui/rule_conditions.py:408 msgid "begin (inclusive)" msgstr "rozpocznij (włącznie)" -#: lib/solaar/ui/rule_conditions.py:400 +#: lib/solaar/ui/rule_conditions.py:409 msgid "end (exclusive)" msgstr "zakończ (wyłącznie)" -#: lib/solaar/ui/rule_conditions.py:408 +#: lib/solaar/ui/rule_conditions.py:417 msgid "range" msgstr "zakres" -#: lib/solaar/ui/rule_conditions.py:411 +#: lib/solaar/ui/rule_conditions.py:420 msgid "minimum" msgstr "minimum" -#: lib/solaar/ui/rule_conditions.py:412 +#: lib/solaar/ui/rule_conditions.py:421 msgid "maximum" msgstr "maksimum" -#: lib/solaar/ui/rule_conditions.py:414 +#: lib/solaar/ui/rule_conditions.py:423 #, python-format msgid "bytes %(0)d to %(1)d, ranging from %(2)d to %(3)d" msgstr "bajty %(0)d do %(1)d, począwszy od %(2)d do %(3)d" -#: lib/solaar/ui/rule_conditions.py:417 lib/solaar/ui/rule_conditions.py:418 +#: lib/solaar/ui/rule_conditions.py:426 lib/solaar/ui/rule_conditions.py:427 msgid "mask" msgstr "maska" -#: lib/solaar/ui/rule_conditions.py:419 +#: lib/solaar/ui/rule_conditions.py:428 #, python-format msgid "bytes %(0)d to %(1)d, mask %(2)d" msgstr "bajty %(0)d do %(1)d, maska %(2)d" -#: lib/solaar/ui/rule_conditions.py:428 +#: lib/solaar/ui/rule_conditions.py:437 msgid "" "Bit or range test on bytes in notification message triggering rule " "processing." @@ -1921,11 +1967,11 @@ msgstr "" "Test bitowy lub zakresowy na bajtach w komunikacie powiadomienia " "uruchamiający przetwarzanie reguł." -#: lib/solaar/ui/rule_conditions.py:438 +#: lib/solaar/ui/rule_conditions.py:447 msgid "type" msgstr "typ" -#: lib/solaar/ui/rule_conditions.py:526 +#: lib/solaar/ui/rule_conditions.py:535 msgid "" "Mouse gesture with optional initiating button followed by zero or more mouse " "movements." @@ -1933,118 +1979,118 @@ msgstr "" "Gest myszy z opcjonalnym przyciskiem inicjującym, po którym następuje zero " "lub więcej ruchów myszy." -#: lib/solaar/ui/rule_conditions.py:531 +#: lib/solaar/ui/rule_conditions.py:541 msgid "Add movement" msgstr "Dodaj ruch" -#: lib/solaar/ui/tray.py:49 +#: lib/solaar/ui/tray.py:55 msgid "No supported device found" msgstr "Nie znaleziono obsługiwanego urządzenia" -#: lib/solaar/ui/tray.py:54 lib/solaar/ui/window.py:308 +#: lib/solaar/ui/tray.py:60 lib/solaar/ui/window.py:328 #, python-format msgid "About %s" msgstr "O programie %s" -#: lib/solaar/ui/tray.py:55 lib/solaar/ui/window.py:306 +#: lib/solaar/ui/tray.py:61 lib/solaar/ui/window.py:326 #, python-format msgid "Quit %s" msgstr "Zakończ %s" -#: lib/solaar/ui/tray.py:270 lib/solaar/ui/tray.py:278 +#: lib/solaar/ui/tray.py:273 lib/solaar/ui/tray.py:281 msgid "no receiver" msgstr "brak odbiornika" -#: lib/solaar/ui/tray.py:291 lib/solaar/ui/tray.py:296 +#: lib/solaar/ui/tray.py:294 lib/solaar/ui/tray.py:299 msgid "offline" msgstr "wyłączone" -#: lib/solaar/ui/tray.py:294 +#: lib/solaar/ui/tray.py:297 msgid "no status" msgstr "brak statusu" -#: lib/solaar/ui/window.py:90 +#: lib/solaar/ui/window.py:110 msgid "Scanning" msgstr "Skanowanie" -#: lib/solaar/ui/window.py:121 +#: lib/solaar/ui/window.py:141 msgid "Battery" msgstr "Akumulator" -#: lib/solaar/ui/window.py:124 +#: lib/solaar/ui/window.py:144 msgid "Wireless Link" msgstr "Połączenie bezprzewodowe" -#: lib/solaar/ui/window.py:128 +#: lib/solaar/ui/window.py:148 msgid "Lighting" msgstr "Podświetlenie" -#: lib/solaar/ui/window.py:162 +#: lib/solaar/ui/window.py:182 msgid "Show Technical Details" msgstr "Wyświetl szczegóły techniczne" -#: lib/solaar/ui/window.py:178 +#: lib/solaar/ui/window.py:198 msgid "Pair new device" msgstr "Sparuj nowe urządzenie" -#: lib/solaar/ui/window.py:196 +#: lib/solaar/ui/window.py:216 msgid "Select a device" msgstr "Wybierz urządzenie" -#: lib/solaar/ui/window.py:311 +#: lib/solaar/ui/window.py:331 msgid "Rule Editor" msgstr "Edytor reguł" -#: lib/solaar/ui/window.py:504 +#: lib/solaar/ui/window.py:522 msgid "Path" msgstr "Ścieżka" -#: lib/solaar/ui/window.py:506 +#: lib/solaar/ui/window.py:524 msgid "USB ID" msgstr "ID USB" -#: lib/solaar/ui/window.py:509 lib/solaar/ui/window.py:511 -#: lib/solaar/ui/window.py:526 lib/solaar/ui/window.py:528 +#: lib/solaar/ui/window.py:527 lib/solaar/ui/window.py:529 +#: lib/solaar/ui/window.py:544 lib/solaar/ui/window.py:546 msgid "Serial" msgstr "Nr seryjny" -#: lib/solaar/ui/window.py:515 +#: lib/solaar/ui/window.py:533 msgid "Index" msgstr "Indeks" -#: lib/solaar/ui/window.py:517 +#: lib/solaar/ui/window.py:535 msgid "Wireless PID" msgstr "PID bezprz." -#: lib/solaar/ui/window.py:519 +#: lib/solaar/ui/window.py:537 msgid "Product ID" msgstr "ID produktu" -#: lib/solaar/ui/window.py:521 +#: lib/solaar/ui/window.py:539 msgid "Protocol" msgstr "Protokół" -#: lib/solaar/ui/window.py:521 +#: lib/solaar/ui/window.py:539 msgid "Unknown" msgstr "Nieznany" -#: lib/solaar/ui/window.py:523 +#: lib/solaar/ui/window.py:541 msgid "Polling rate" msgstr "Odpytywanie" -#: lib/solaar/ui/window.py:530 +#: lib/solaar/ui/window.py:548 msgid "Unit ID" msgstr "ID jednostki" -#: lib/solaar/ui/window.py:544 +#: lib/solaar/ui/window.py:560 msgid "Notifications" msgstr "Powiadomienia" -#: lib/solaar/ui/window.py:588 +#: lib/solaar/ui/window.py:604 msgid "No device paired." msgstr "Brak sparowanych urządzeń." -#: lib/solaar/ui/window.py:597 +#: lib/solaar/ui/window.py:613 #, python-format msgid "Up to %(max_count)s device can be paired to this receiver." msgid_plural "Up to %(max_count)s devices can be paired to this receiver." @@ -2055,7 +2101,7 @@ msgstr[1] "" msgstr[2] "" "Można sparować maksymalnie %(max_count)s urządzeń z tym odbiornikiem." -#: lib/solaar/ui/window.py:608 +#: lib/solaar/ui/window.py:624 #, python-format msgid "This receiver has %d pairing remaining." msgid_plural "This receiver has %d pairings remaining." @@ -2063,45 +2109,45 @@ msgstr[0] "Ten odbiornik ma jeszcze %d sparowanie." msgstr[1] "Ten odbiornik ma jeszcze %d sparowania." msgstr[2] "Ten odbiornik ma jeszcze %d sparowań." -#: lib/solaar/ui/window.py:665 +#: lib/solaar/ui/window.py:681 msgid "Battery Voltage" msgstr "Napięcie akumulatora" -#: lib/solaar/ui/window.py:667 +#: lib/solaar/ui/window.py:683 msgid "Voltage reported by battery" msgstr "Napięcie zgłoszone przez akumulator" -#: lib/solaar/ui/window.py:669 +#: lib/solaar/ui/window.py:685 msgid "Battery Level" msgstr "Poziom akumulatora" -#: lib/solaar/ui/window.py:671 +#: lib/solaar/ui/window.py:687 msgid "Approximate level reported by battery" msgstr "Przybliżony poziom zgłoszony przez akumulator" -#: lib/solaar/ui/window.py:678 lib/solaar/ui/window.py:680 +#: lib/solaar/ui/window.py:694 lib/solaar/ui/window.py:696 msgid "next reported " msgstr "następny zgłoszony " -#: lib/solaar/ui/window.py:681 +#: lib/solaar/ui/window.py:697 msgid " and next level to be reported." msgstr " oraz następny poziom do zgłoszenia." -#: lib/solaar/ui/window.py:697 +#: lib/solaar/ui/window.py:713 msgid "encrypted" msgstr "szyfrowane" -#: lib/solaar/ui/window.py:699 +#: lib/solaar/ui/window.py:715 msgid "The wireless link between this device and its receiver is encrypted." msgstr "" "Połączenie bezprzewodowe pomiędzy tym urządzeniem i odbiornikiem jest " "szyfrowane." -#: lib/solaar/ui/window.py:701 +#: lib/solaar/ui/window.py:717 msgid "not encrypted" msgstr "nieszyfrowane" -#: lib/solaar/ui/window.py:705 +#: lib/solaar/ui/window.py:721 msgid "" "The wireless link between this device and its receiver is not encrypted.\n" "This is a security issue for pointing devices, and a major security issue " @@ -2112,7 +2158,7 @@ msgstr "" "Jest to problem dotyczący zabezpieczeń urządzeń wskazujących i poważny " "problem dotyczący zabezpieczeń urządzeń do wprowadzania tekstu." -#: lib/solaar/ui/window.py:721 +#: lib/solaar/ui/window.py:737 #, python-format msgid "%(light_level)d lux" msgstr "%(light_level)d lx" diff --git a/po/ru.po b/po/ru.po index b6e7b3c4..5f027121 100644 --- a/po/ru.po +++ b/po/ru.po @@ -10,7 +10,7 @@ msgid "" msgstr "Project-Id-Version: solaar 1.1.13\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2024-05-09 01:08+0300\n" + "POT-Creation-Date: 2025-12-01 21:43+0300\n" "PO-Revision-Date: 2024-04-21 01:38+0300\n" "Last-Translator: MistificaT0r <0mistificator0@gmail.com>\n" "Language-Team: ru\n" @@ -22,132 +22,131 @@ msgstr "Project-Id-Version: solaar 1.1.13\n" "&& n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 24.02.2\n" -#: lib/logitech_receiver/base_usb.py:45 +#: lib/logitech_receiver/base_usb.py:52 msgid "Bolt Receiver" msgstr "Приёмник «Bolt»" -#: lib/logitech_receiver/base_usb.py:58 +#: lib/logitech_receiver/base_usb.py:64 msgid "Unifying Receiver" msgstr "Приёмник «Unifying»" -#: lib/logitech_receiver/base_usb.py:70 lib/logitech_receiver/base_usb.py:83 -#: lib/logitech_receiver/base_usb.py:97 lib/logitech_receiver/base_usb.py:111 -#: lib/logitech_receiver/base_usb.py:125 +#: lib/logitech_receiver/base_usb.py:75 lib/logitech_receiver/base_usb.py:87 +#: lib/logitech_receiver/base_usb.py:100 lib/logitech_receiver/base_usb.py:113 msgid "Nano Receiver" msgstr "Приёмник «Nano»" -#: lib/logitech_receiver/base_usb.py:138 +#: lib/logitech_receiver/base_usb.py:125 msgid "Lightspeed Receiver" msgstr "Приёмник «Lightspeed»" -#: lib/logitech_receiver/base_usb.py:149 +#: lib/logitech_receiver/base_usb.py:135 msgid "EX100 Receiver 27 Mhz" msgstr "Приёмник «EX100» 27 МГц" -#: lib/logitech_receiver/common.py:605 +#: lib/logitech_receiver/common.py:649 #, python-format msgid "Battery: %(level)s (%(status)s)" msgstr "Батарея: %(level)s (%(status)s)" -#: lib/logitech_receiver/common.py:607 +#: lib/logitech_receiver/common.py:652 #, python-format msgid "Battery: %(percent)d%% (%(status)s)" msgstr "Батарея: %(percent)d%% (%(status)s)" -#: lib/logitech_receiver/hidpp20.py:894 -#: lib/logitech_receiver/settings_templates.py:307 +#: lib/logitech_receiver/hidpp20.py:1048 +#: lib/logitech_receiver/settings_templates.py:299 msgid "Disabled" msgstr "Отключено" -#: lib/logitech_receiver/hidpp20.py:895 +#: lib/logitech_receiver/hidpp20.py:1049 msgid "Static" msgstr "Статичный" -#: lib/logitech_receiver/hidpp20.py:896 +#: lib/logitech_receiver/hidpp20.py:1050 msgid "Pulse" msgstr "Пульс" -#: lib/logitech_receiver/hidpp20.py:897 +#: lib/logitech_receiver/hidpp20.py:1051 msgid "Cycle" msgstr "Цикл" -#: lib/logitech_receiver/hidpp20.py:898 +#: lib/logitech_receiver/hidpp20.py:1052 msgid "Boot" msgstr "Запуск" -#: lib/logitech_receiver/hidpp20.py:899 +#: lib/logitech_receiver/hidpp20.py:1053 msgid "Demo" msgstr "Демонстрация" -#: lib/logitech_receiver/hidpp20.py:900 +#: lib/logitech_receiver/hidpp20.py:1055 msgid "Breathe" msgstr "Дышать" -#: lib/logitech_receiver/hidpp20.py:901 +#: lib/logitech_receiver/hidpp20.py:1058 msgid "Ripple" msgstr "Пульсация" -#: lib/logitech_receiver/hidpp20.py:902 +#: lib/logitech_receiver/hidpp20.py:1059 msgid "Decomposition" msgstr "Разложение" -#: lib/logitech_receiver/hidpp20.py:903 +#: lib/logitech_receiver/hidpp20.py:1060 msgid "Signature1" msgstr "Подпись1" -#: lib/logitech_receiver/hidpp20.py:904 +#: lib/logitech_receiver/hidpp20.py:1061 msgid "Signature2" msgstr "Подпись2" -#: lib/logitech_receiver/hidpp20.py:905 +#: lib/logitech_receiver/hidpp20.py:1062 msgid "CycleS" msgstr "Циклы" -#: lib/logitech_receiver/hidpp20.py:969 +#: lib/logitech_receiver/hidpp20.py:1126 msgid "Unknown Location" msgstr "Неизвестное местоположение" -#: lib/logitech_receiver/hidpp20.py:970 +#: lib/logitech_receiver/hidpp20.py:1127 msgid "Primary" msgstr "Первичный" -#: lib/logitech_receiver/hidpp20.py:971 +#: lib/logitech_receiver/hidpp20.py:1128 msgid "Logo" msgstr "Логотип" -#: lib/logitech_receiver/hidpp20.py:972 +#: lib/logitech_receiver/hidpp20.py:1129 msgid "Left Side" msgstr "Левая сторона" -#: lib/logitech_receiver/hidpp20.py:973 +#: lib/logitech_receiver/hidpp20.py:1130 msgid "Right Side" msgstr "Правая сторона" -#: lib/logitech_receiver/hidpp20.py:974 +#: lib/logitech_receiver/hidpp20.py:1131 msgid "Combined" msgstr "Комбинированный" -#: lib/logitech_receiver/hidpp20.py:975 +#: lib/logitech_receiver/hidpp20.py:1132 msgid "Primary 1" msgstr "Первичный 1" -#: lib/logitech_receiver/hidpp20.py:976 +#: lib/logitech_receiver/hidpp20.py:1133 msgid "Primary 2" msgstr "Первичный 2" -#: lib/logitech_receiver/hidpp20.py:977 +#: lib/logitech_receiver/hidpp20.py:1134 msgid "Primary 3" msgstr "Первичный 3" -#: lib/logitech_receiver/hidpp20.py:978 +#: lib/logitech_receiver/hidpp20.py:1135 msgid "Primary 4" msgstr "Первичный 4" -#: lib/logitech_receiver/hidpp20.py:979 +#: lib/logitech_receiver/hidpp20.py:1136 msgid "Primary 5" msgstr "Первичный 5" -#: lib/logitech_receiver/hidpp20.py:980 +#: lib/logitech_receiver/hidpp20.py:1137 msgid "Primary 6" msgstr "Первичный 6" @@ -183,7 +182,7 @@ msgstr "разряжается" msgid "recharging" msgstr "перезаряжается" -#: lib/logitech_receiver/i18n.py:37 +#: lib/logitech_receiver/i18n.py:37 lib/solaar/ui/window.py:700 msgid "charging" msgstr "заряжается" @@ -243,7 +242,7 @@ msgstr "слишком много устройств" msgid "sequence timeout" msgstr "тайм-аут последовательности" -#: lib/logitech_receiver/i18n.py:54 +#: lib/logitech_receiver/i18n.py:54 lib/solaar/ui/window.py:555 msgid "Firmware" msgstr "Прошивка" @@ -339,45 +338,49 @@ msgstr "нажата" msgid "released" msgstr "отпущена" -#: lib/logitech_receiver/notifications.py:64 -#: lib/logitech_receiver/notifications.py:116 -msgid "pairing lock is closed" -msgstr "сопряжение заблокировано" - -#: lib/logitech_receiver/notifications.py:64 -#: lib/logitech_receiver/notifications.py:116 -msgid "pairing lock is open" -msgstr "сопряжение разблокировано" - -#: lib/logitech_receiver/notifications.py:81 -msgid "discovery lock is closed" -msgstr "обнаружение заблокировано" - -#: lib/logitech_receiver/notifications.py:81 -msgid "discovery lock is open" -msgstr "обнаружение разблокировано" - -#: lib/logitech_receiver/notifications.py:208 lib/solaar/listener.py:238 +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 msgid "connected" msgstr "соединено" -#: lib/logitech_receiver/notifications.py:208 lib/solaar/listener.py:238 +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 msgid "disconnected" msgstr "разъединено" -#: lib/logitech_receiver/notifications.py:234 +#: lib/logitech_receiver/notifications.py:182 msgid "unpaired" msgstr "не сопряжено" -#: lib/logitech_receiver/notifications.py:281 +#: lib/logitech_receiver/notifications.py:231 msgid "powered on" msgstr "включено" -#: lib/logitech_receiver/receiver.py:351 +#: lib/logitech_receiver/notifications.py:283 +msgid "ADC measurement notification" +msgstr "Уведомление об измерении ADC" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is closed" +msgstr "сопряжение заблокировано" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is open" +msgstr "сопряжение разблокировано" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is closed" +msgstr "обнаружение заблокировано" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is open" +msgstr "обнаружение разблокировано" + +#: lib/logitech_receiver/receiver.py:437 msgid "No paired devices." msgstr "Нет сопряжённых устройств." -#: lib/logitech_receiver/receiver.py:353 lib/solaar/ui/window.py:604 +#: lib/logitech_receiver/receiver.py:439 lib/solaar/ui/window.py:606 #, python-format msgid "%(count)s paired device." msgid_plural "%(count)s paired devices." @@ -385,53 +388,53 @@ msgstr[0] "%(count)s сопряжённое устройство." msgstr[1] "%(count)s сопряжённых устройства." msgstr[2] "%(count)s сопряжённых устройств." -#: lib/logitech_receiver/settings.py:616 +#: lib/logitech_receiver/settings.py:602 msgid "register" msgstr "зарегистрировано" -#: lib/logitech_receiver/settings.py:630 lib/logitech_receiver/settings.py:656 +#: lib/logitech_receiver/settings.py:616 lib/logitech_receiver/settings.py:654 msgid "feature" msgstr "особенность" -#: lib/logitech_receiver/settings_templates.py:146 +#: lib/logitech_receiver/settings_templates.py:138 msgid "Swap Fx function" msgstr "Сменить поведение Fx" -#: lib/logitech_receiver/settings_templates.py:149 +#: lib/logitech_receiver/settings_templates.py:141 msgid "When set, the F1..F12 keys will activate their special function,\n" "and you must hold the FN key to activate their standard function." msgstr "Когда включено, кнопки F1..F12 работают по дополнительным функциям,\n" "а выбор основных производится с зажатой кнопкой «FN»." -#: lib/logitech_receiver/settings_templates.py:154 +#: lib/logitech_receiver/settings_templates.py:146 msgid "When unset, the F1..F12 keys will activate their standard function,\n" "and you must hold the FN key to activate their special function." msgstr "Когда выключено, кнопки F1..F12 работают по основным функциям,\n" "а выбор дополнительных производится с зажатой кнопкой «FN»." -#: lib/logitech_receiver/settings_templates.py:162 +#: lib/logitech_receiver/settings_templates.py:154 msgid "Hand Detection" msgstr "Обнаружение рук" -#: lib/logitech_receiver/settings_templates.py:163 +#: lib/logitech_receiver/settings_templates.py:155 msgid "Turn on illumination when the hands hover over the keyboard." msgstr "Включать подсветку, когда руки над клавиатурой." -#: lib/logitech_receiver/settings_templates.py:170 +#: lib/logitech_receiver/settings_templates.py:162 msgid "Scroll Wheel Smooth Scrolling" msgstr "Плавная прокрутка колесом мыши" -#: lib/logitech_receiver/settings_templates.py:171 -#: lib/logitech_receiver/settings_templates.py:418 -#: lib/logitech_receiver/settings_templates.py:447 +#: lib/logitech_receiver/settings_templates.py:163 +#: lib/logitech_receiver/settings_templates.py:410 +#: lib/logitech_receiver/settings_templates.py:439 msgid "High-sensitivity mode for vertical scroll with the wheel." msgstr "Режим высокой чувствительности для вертикальной прокрутки колесом." -#: lib/logitech_receiver/settings_templates.py:178 +#: lib/logitech_receiver/settings_templates.py:170 msgid "Side Scrolling" msgstr "Горизонтальная прокрутка" -#: lib/logitech_receiver/settings_templates.py:180 +#: lib/logitech_receiver/settings_templates.py:172 msgid "When disabled, pushing the wheel sideways sends custom button " "events\n" "instead of the standard side-scrolling events." @@ -439,232 +442,233 @@ msgstr "Когда отключено, нажатие на колесо сбо "вместо стандартных событий горизонтальной прокрутки\n" "будет отправлять пользовательские события нажатия." -#: lib/logitech_receiver/settings_templates.py:190 +#: lib/logitech_receiver/settings_templates.py:182 msgid "Sensitivity (DPI - older mice)" msgstr "Чувствительность (тчк/дюйм — старые мыши)" -#: lib/logitech_receiver/settings_templates.py:191 -#: lib/logitech_receiver/settings_templates.py:979 -#: lib/logitech_receiver/settings_templates.py:1005 +#: lib/logitech_receiver/settings_templates.py:183 +#: lib/logitech_receiver/settings_templates.py:1019 +#: lib/logitech_receiver/settings_templates.py:1047 msgid "Mouse movement sensitivity" msgstr "Чувствительность перемещения мыши" -#: lib/logitech_receiver/settings_templates.py:264 +#: lib/logitech_receiver/settings_templates.py:256 msgid "Backlight Timed" msgstr "Подсветка по времени" -#: lib/logitech_receiver/settings_templates.py:265 -#: lib/logitech_receiver/settings_templates.py:405 +#: lib/logitech_receiver/settings_templates.py:257 +#: lib/logitech_receiver/settings_templates.py:397 msgid "Set illumination time for keyboard." msgstr "Настройка времени подсветки клавиатуры." -#: lib/logitech_receiver/settings_templates.py:276 +#: lib/logitech_receiver/settings_templates.py:268 msgid "Backlight" msgstr "Подсветка" -#: lib/logitech_receiver/settings_templates.py:277 +#: lib/logitech_receiver/settings_templates.py:269 msgid "Illumination level on keyboard. Changes made are only applied in " "Manual mode." msgstr "Уровень подсветки клавиатуры. Внесенные изменения применяются только " "в Ручном режиме." -#: lib/logitech_receiver/settings_templates.py:309 +#: lib/logitech_receiver/settings_templates.py:301 msgid "Automatic" msgstr "Автоматический" -#: lib/logitech_receiver/settings_templates.py:311 +#: lib/logitech_receiver/settings_templates.py:303 msgid "Manual" msgstr "Ручной" -#: lib/logitech_receiver/settings_templates.py:313 +#: lib/logitech_receiver/settings_templates.py:305 msgid "Enabled" msgstr "Включенный" -#: lib/logitech_receiver/settings_templates.py:319 +#: lib/logitech_receiver/settings_templates.py:311 msgid "Backlight Level" msgstr "Уровень подсветки" -#: lib/logitech_receiver/settings_templates.py:320 +#: lib/logitech_receiver/settings_templates.py:312 msgid "Illumination level on keyboard when in Manual mode." msgstr "Уровень освещенности клавиатуры в ручном режиме." -#: lib/logitech_receiver/settings_templates.py:377 +#: lib/logitech_receiver/settings_templates.py:369 msgid "Backlight Delay Hands Out" msgstr "Задержка подсветки" -#: lib/logitech_receiver/settings_templates.py:378 +#: lib/logitech_receiver/settings_templates.py:370 msgid "Delay in seconds until backlight fades out with hands away from " "keyboard." msgstr "Задержка в секундах, пока подсветка не погаснет, если руки не будут " "лежать на клавиатуре." -#: lib/logitech_receiver/settings_templates.py:386 +#: lib/logitech_receiver/settings_templates.py:378 msgid "Backlight Delay Hands In" msgstr "Задержка подсветки стрелок в" -#: lib/logitech_receiver/settings_templates.py:387 +#: lib/logitech_receiver/settings_templates.py:379 msgid "Delay in seconds until backlight fades out with hands near keyboard." msgstr "Задержка в секундах, пока подсветка не погаснет, если руки находятся " "рядом с клавиатурой." -#: lib/logitech_receiver/settings_templates.py:395 +#: lib/logitech_receiver/settings_templates.py:387 msgid "Backlight Delay Powered" msgstr "Включение подсветки с задержкой" -#: lib/logitech_receiver/settings_templates.py:396 +#: lib/logitech_receiver/settings_templates.py:388 msgid "Delay in seconds until backlight fades out with external power." msgstr "Задержка в секундах до тех пор, пока подсветка не погаснет при " "включении внешнего питания." -#: lib/logitech_receiver/settings_templates.py:404 +#: lib/logitech_receiver/settings_templates.py:396 msgid "Backlight (Seconds)" msgstr "Подсветка (секунды)" -#: lib/logitech_receiver/settings_templates.py:416 +#: lib/logitech_receiver/settings_templates.py:408 msgid "Scroll Wheel High Resolution" msgstr "Высокое разрешение колеса прокрутки" -#: lib/logitech_receiver/settings_templates.py:420 -#: lib/logitech_receiver/settings_templates.py:449 +#: lib/logitech_receiver/settings_templates.py:412 +#: lib/logitech_receiver/settings_templates.py:441 msgid "Set to ignore if scrolling is abnormally fast or slow" msgstr "Настройка игнорирования слишком быстрой или медленной прокрутки" -#: lib/logitech_receiver/settings_templates.py:427 -#: lib/logitech_receiver/settings_templates.py:458 +#: lib/logitech_receiver/settings_templates.py:419 +#: lib/logitech_receiver/settings_templates.py:450 msgid "Scroll Wheel Diversion" msgstr "Поведение колеса прокрутки" -#: lib/logitech_receiver/settings_templates.py:429 +#: lib/logitech_receiver/settings_templates.py:421 msgid "Make scroll wheel send LOWRES_WHEEL HID++ notifications (which " "trigger Solaar rules but are otherwise ignored)." msgstr "Заставить колесо прокрутки отправлять уведомления LOWRES_WHEEL HID++ " "(которые запускают правила Solaar, но в остальном игнорируются)." -#: lib/logitech_receiver/settings_templates.py:436 +#: lib/logitech_receiver/settings_templates.py:428 msgid "Scroll Wheel Direction" msgstr "Направление прокрутки" -#: lib/logitech_receiver/settings_templates.py:437 +#: lib/logitech_receiver/settings_templates.py:429 msgid "Invert direction for vertical scroll with wheel." msgstr "Обратная прокрутка колесом." -#: lib/logitech_receiver/settings_templates.py:445 +#: lib/logitech_receiver/settings_templates.py:437 msgid "Scroll Wheel Resolution" msgstr "Разрешение прокрутки колесом" -#: lib/logitech_receiver/settings_templates.py:460 +#: lib/logitech_receiver/settings_templates.py:452 msgid "Make scroll wheel send HIRES_WHEEL HID++ notifications (which " "trigger Solaar rules but are otherwise ignored)." msgstr "Заставить колесо прокрутки отправлять уведомления HIRES_WHEEL HID++ " "(которые запускают правила Solaar, но в остальном игнорируются)." -#: lib/logitech_receiver/settings_templates.py:469 +#: lib/logitech_receiver/settings_templates.py:461 msgid "Sensitivity (Pointer Speed)" msgstr "Чувствительность (скорость указателя)" -#: lib/logitech_receiver/settings_templates.py:470 +#: lib/logitech_receiver/settings_templates.py:462 msgid "Speed multiplier for mouse (256 is normal multiplier)." msgstr "Множитель скорости мыши (обычно - 256)." -#: lib/logitech_receiver/settings_templates.py:480 +#: lib/logitech_receiver/settings_templates.py:472 msgid "Thumb Wheel Diversion" msgstr "Поведение бокового колеса" -#: lib/logitech_receiver/settings_templates.py:482 +#: lib/logitech_receiver/settings_templates.py:474 msgid "Make thumb wheel send THUMB_WHEEL HID++ notifications (which trigger " "Solaar rules but are otherwise ignored)." msgstr "Заставить колесо большого пальца отправлять уведомления THUMB_WHEEL " "HID++ (которые запускают Правила Solaar, но в остальном " "игнорируются)." -#: lib/logitech_receiver/settings_templates.py:491 +#: lib/logitech_receiver/settings_templates.py:483 msgid "Thumb Wheel Direction" msgstr "Направление вращения бокового колеса" -#: lib/logitech_receiver/settings_templates.py:492 +#: lib/logitech_receiver/settings_templates.py:484 msgid "Invert thumb wheel scroll direction." msgstr "Изменяет направление вращения бокового колеса." -#: lib/logitech_receiver/settings_templates.py:512 +#: lib/logitech_receiver/settings_templates.py:504 msgid "Onboard Profiles" msgstr "Встроенные профили" -#: lib/logitech_receiver/settings_templates.py:513 +#: lib/logitech_receiver/settings_templates.py:505 msgid "Enable an onboard profile, which controls report rate, sensitivity, " "and button actions" msgstr "Включите встроенный профиль, который контролирует частоту отчетов, " "чувствительность, и действия кнопок" -#: lib/logitech_receiver/settings_templates.py:557 -#: lib/logitech_receiver/settings_templates.py:590 +#: lib/logitech_receiver/settings_templates.py:549 +#: lib/logitech_receiver/settings_templates.py:582 msgid "Report Rate" msgstr "Частота отчетов" -#: lib/logitech_receiver/settings_templates.py:559 -#: lib/logitech_receiver/settings_templates.py:592 +#: lib/logitech_receiver/settings_templates.py:551 +#: lib/logitech_receiver/settings_templates.py:584 msgid "Frequency of device movement reports" msgstr "Частота сообщений о перемещении устройства" -#: lib/logitech_receiver/settings_templates.py:559 -#: lib/logitech_receiver/settings_templates.py:592 -#: lib/logitech_receiver/settings_templates.py:1005 -#: lib/logitech_receiver/settings_templates.py:1379 -#: lib/logitech_receiver/settings_templates.py:1410 +#: lib/logitech_receiver/settings_templates.py:551 +#: lib/logitech_receiver/settings_templates.py:584 +#: lib/logitech_receiver/settings_templates.py:1019 +#: lib/logitech_receiver/settings_templates.py:1047 +#: lib/logitech_receiver/settings_templates.py:1421 +#: lib/logitech_receiver/settings_templates.py:1452 msgid "May need Onboard Profiles set to Disable to be effective." msgstr "Для работы может потребоваться отключить параметр «Встроенные " "профили»." -#: lib/logitech_receiver/settings_templates.py:620 +#: lib/logitech_receiver/settings_templates.py:612 msgid "Divert crown events" msgstr "Поведение верньера" -#: lib/logitech_receiver/settings_templates.py:621 +#: lib/logitech_receiver/settings_templates.py:613 msgid "Make crown send CROWN HID++ notifications (which trigger Solaar " "rules but are otherwise ignored)." msgstr "Включает отправку верньером оповещения CROWN HID++ (применимо только " "к правилам Solaar, остальными игнорируется)." -#: lib/logitech_receiver/settings_templates.py:629 +#: lib/logitech_receiver/settings_templates.py:621 msgid "Crown smooth scroll" msgstr "Плавная прокрутка верньера" -#: lib/logitech_receiver/settings_templates.py:630 +#: lib/logitech_receiver/settings_templates.py:622 msgid "Set crown smooth scroll" msgstr "Настройка плавной прокрутки верньера" -#: lib/logitech_receiver/settings_templates.py:638 +#: lib/logitech_receiver/settings_templates.py:630 msgid "Divert G and M Keys" msgstr "Перенаправление клавиш G и M" -#: lib/logitech_receiver/settings_templates.py:639 +#: lib/logitech_receiver/settings_templates.py:631 msgid "Make G and M keys send HID++ notifications (which trigger Solaar " "rules but are otherwise ignored)." msgstr "Заставить клавиши G и M отправлять уведомления HID++ (которые " "запускают Solaar правила, но в остальном игнорируются)." -#: lib/logitech_receiver/settings_templates.py:653 +#: lib/logitech_receiver/settings_templates.py:645 msgid "Scroll Wheel Ratcheted" msgstr "Колесо прокрутки с храповым механизмом" -#: lib/logitech_receiver/settings_templates.py:654 +#: lib/logitech_receiver/settings_templates.py:646 msgid "Switch the mouse wheel between speed-controlled ratcheting and " "always freespin." msgstr "Переключение колеса мыши между вращением с храповым механизмом и " "свободным вращением." -#: lib/logitech_receiver/settings_templates.py:656 +#: lib/logitech_receiver/settings_templates.py:648 msgid "Freespinning" msgstr "Свободное вращение" -#: lib/logitech_receiver/settings_templates.py:656 +#: lib/logitech_receiver/settings_templates.py:648 msgid "Ratcheted" msgstr "Вращение с храповым механизмом" -#: lib/logitech_receiver/settings_templates.py:663 +#: lib/logitech_receiver/settings_templates.py:655 msgid "Scroll Wheel Ratchet Speed" msgstr "Скорость вращения колеса прокрутки" -#: lib/logitech_receiver/settings_templates.py:665 +#: lib/logitech_receiver/settings_templates.py:657 msgid "Use the mouse wheel speed to switch between ratcheted and " "freespinning.\n" "The mouse wheel is always ratcheted at 50." @@ -672,66 +676,74 @@ msgstr "Используйте скорость вращения колесик "вращением с храповым механизмом и свободным вращением.\n" "Колесо мыши всегда вращается с храповым механизмом на 50 градусов." -#: lib/logitech_receiver/settings_templates.py:714 +#: lib/logitech_receiver/settings_templates.py:707 +msgid "Scroll Wheel Ratchet Torque" +msgstr "Крутящий момент храпового механизма прокручивающего колеса" + +#: lib/logitech_receiver/settings_templates.py:708 +msgid "Change the torque needed to overcome the ratchet." +msgstr "Измените крутящий момент, необходимый для преодоления храпового механизма." + +#: lib/logitech_receiver/settings_templates.py:743 msgid "Key/Button Actions" msgstr "Действия с клавишами/кнопками" -#: lib/logitech_receiver/settings_templates.py:716 +#: lib/logitech_receiver/settings_templates.py:745 msgid "Change the action for the key or button." msgstr "Изменить действие кнопки или клавиши." -#: lib/logitech_receiver/settings_templates.py:718 +#: lib/logitech_receiver/settings_templates.py:747 msgid "Overridden by diversion." msgstr "Отменено перенаправлением." -#: lib/logitech_receiver/settings_templates.py:720 +#: lib/logitech_receiver/settings_templates.py:749 msgid "Changing important actions (such as for the left mouse button) can " "result in an unusable system." msgstr "(изменение важных действий — например, левой кнопки мыши - может " "вывести систему из строя)." -#: lib/logitech_receiver/settings_templates.py:886 +#: lib/logitech_receiver/settings_templates.py:924 msgid "Key/Button Diversion" msgstr "Поведение клавиш/кнопок" -#: lib/logitech_receiver/settings_templates.py:887 +#: lib/logitech_receiver/settings_templates.py:925 msgid "Make the key or button send HID++ notifications (Diverted) or " "initiate Mouse Gestures or Sliding DPI" msgstr "Заставьте клавишу или кнопку отправлять уведомления HID++ " "(перенаправленные) или инициировать жесты мыши или скользящее " "значение DPI" -#: lib/logitech_receiver/settings_templates.py:890 -#: lib/logitech_receiver/settings_templates.py:891 -#: lib/logitech_receiver/settings_templates.py:892 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 +#: lib/logitech_receiver/settings_templates.py:930 msgid "Diverted" msgstr "Перенаправлено" -#: lib/logitech_receiver/settings_templates.py:890 -#: lib/logitech_receiver/settings_templates.py:891 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 msgid "Mouse Gestures" msgstr "Жесты мышью" -#: lib/logitech_receiver/settings_templates.py:890 -#: lib/logitech_receiver/settings_templates.py:891 -#: lib/logitech_receiver/settings_templates.py:892 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 +#: lib/logitech_receiver/settings_templates.py:930 msgid "Regular" msgstr "Обычное" -#: lib/logitech_receiver/settings_templates.py:890 +#: lib/logitech_receiver/settings_templates.py:928 msgid "Sliding DPI" msgstr "Скользящий тчк/дюйм" -#: lib/logitech_receiver/settings_templates.py:978 -#: lib/logitech_receiver/settings_templates.py:1004 +#: lib/logitech_receiver/settings_templates.py:1018 +#: lib/logitech_receiver/settings_templates.py:1046 msgid "Sensitivity (DPI)" msgstr "Чувствительность (тчк/дюйм)" -#: lib/logitech_receiver/settings_templates.py:1081 +#: lib/logitech_receiver/settings_templates.py:1123 msgid "Sensitivity Switching" msgstr "Переключение чувствительности" -#: lib/logitech_receiver/settings_templates.py:1083 +#: lib/logitech_receiver/settings_templates.py:1125 msgid "Switch the current sensitivity and the remembered sensitivity when " "the key or button is pressed.\n" "If there is no remembered sensitivity, just remember the current " @@ -741,511 +753,543 @@ msgstr "Переключение текущей чувствительност "Если сохранённой чувствительности нет, сохраняется текущая " "чувствительность" -#: lib/logitech_receiver/settings_templates.py:1087 +#: lib/logitech_receiver/settings_templates.py:1129 msgid "Off" msgstr "Откл" -#: lib/logitech_receiver/settings_templates.py:1118 +#: lib/logitech_receiver/settings_templates.py:1160 msgid "Disable keys" msgstr "Отключить клавиши" -#: lib/logitech_receiver/settings_templates.py:1119 +#: lib/logitech_receiver/settings_templates.py:1161 msgid "Disable specific keyboard keys." msgstr "Отключение определённых клавиш клавиатуры." -#: lib/logitech_receiver/settings_templates.py:1122 +#: lib/logitech_receiver/settings_templates.py:1164 #, python-format msgid "Disables the %s key." msgstr "Отключение клавиши %s." -#: lib/logitech_receiver/settings_templates.py:1135 -#: lib/logitech_receiver/settings_templates.py:1192 +#: lib/logitech_receiver/settings_templates.py:1177 +#: lib/logitech_receiver/settings_templates.py:1234 msgid "Set OS" msgstr "Операционная система" -#: lib/logitech_receiver/settings_templates.py:1136 -#: lib/logitech_receiver/settings_templates.py:1193 +#: lib/logitech_receiver/settings_templates.py:1178 +#: lib/logitech_receiver/settings_templates.py:1235 msgid "Change keys to match OS." msgstr "Изменяет назначение клавиш соответственно ОС." -#: lib/logitech_receiver/settings_templates.py:1205 +#: lib/logitech_receiver/settings_templates.py:1247 msgid "Change Host" msgstr "Подключено к" -#: lib/logitech_receiver/settings_templates.py:1206 +#: lib/logitech_receiver/settings_templates.py:1248 msgid "Switch connection to a different host" msgstr "Переключает соединение на выбранный хост." -#: lib/logitech_receiver/settings_templates.py:1230 +#: lib/logitech_receiver/settings_templates.py:1272 msgid "Performs a left click." msgstr "Осуществляет щелчок левой кнопкой." -#: lib/logitech_receiver/settings_templates.py:1230 +#: lib/logitech_receiver/settings_templates.py:1272 msgid "Single tap" msgstr "Одиночное касание" -#: lib/logitech_receiver/settings_templates.py:1231 +#: lib/logitech_receiver/settings_templates.py:1273 msgid "Performs a right click." msgstr "Осуществляет щелчок правой кнопкой." -#: lib/logitech_receiver/settings_templates.py:1231 +#: lib/logitech_receiver/settings_templates.py:1273 msgid "Single tap with two fingers" msgstr "Одиночное касание двумя пальцами" -#: lib/logitech_receiver/settings_templates.py:1232 +#: lib/logitech_receiver/settings_templates.py:1274 msgid "Single tap with three fingers" msgstr "Одиночное касание тремя пальцами" -#: lib/logitech_receiver/settings_templates.py:1236 +#: lib/logitech_receiver/settings_templates.py:1278 msgid "Double tap" msgstr "Двойное касание" -#: lib/logitech_receiver/settings_templates.py:1236 +#: lib/logitech_receiver/settings_templates.py:1278 msgid "Performs a double click." msgstr "Осуществление двойного щелчка." -#: lib/logitech_receiver/settings_templates.py:1237 +#: lib/logitech_receiver/settings_templates.py:1279 msgid "Double tap with two fingers" msgstr "Двойное касание двумя пальцами" -#: lib/logitech_receiver/settings_templates.py:1238 +#: lib/logitech_receiver/settings_templates.py:1280 msgid "Double tap with three fingers" msgstr "Двойное касание тремя пальцами" -#: lib/logitech_receiver/settings_templates.py:1241 +#: lib/logitech_receiver/settings_templates.py:1283 msgid "Drags items by dragging the finger after double tapping." msgstr "Перетаскивать объекты перемещением пальца после двойного касания." -#: lib/logitech_receiver/settings_templates.py:1241 +#: lib/logitech_receiver/settings_templates.py:1283 msgid "Tap and drag" msgstr "Касание и перетаскивание" -#: lib/logitech_receiver/settings_templates.py:1243 +#: lib/logitech_receiver/settings_templates.py:1285 msgid "Tap and drag with two fingers" msgstr "Касание и перетаскивание двумя пальцами" -#: lib/logitech_receiver/settings_templates.py:1244 +#: lib/logitech_receiver/settings_templates.py:1286 msgid "Drags items by dragging the fingers after double tapping." msgstr "Перетаскивать объекты перемещением пальцев после двойного касания." -#: lib/logitech_receiver/settings_templates.py:1246 +#: lib/logitech_receiver/settings_templates.py:1288 msgid "Tap and drag with three fingers" msgstr "Касание и перетаскивание тремя пальцами" -#: lib/logitech_receiver/settings_templates.py:1249 +#: lib/logitech_receiver/settings_templates.py:1291 msgid "Suppress tap and edge gestures" msgstr "Подавление касаний и жестов по краям" -#: lib/logitech_receiver/settings_templates.py:1250 +#: lib/logitech_receiver/settings_templates.py:1292 msgid "Disables tap and edge gestures (equivalent to pressing Fn+LeftClick)." msgstr "Отключает касания и жесты по краям (то же что FN+ЩелчокЛевойКнопкой)." -#: lib/logitech_receiver/settings_templates.py:1252 +#: lib/logitech_receiver/settings_templates.py:1294 msgid "Scroll with one finger" msgstr "Вертикальная прокрутка одним пальцем" -#: lib/logitech_receiver/settings_templates.py:1252 -#: lib/logitech_receiver/settings_templates.py:1253 -#: lib/logitech_receiver/settings_templates.py:1256 +#: lib/logitech_receiver/settings_templates.py:1294 +#: lib/logitech_receiver/settings_templates.py:1295 +#: lib/logitech_receiver/settings_templates.py:1298 msgid "Scrolls." msgstr "Прокручивать вертикально." -#: lib/logitech_receiver/settings_templates.py:1253 -#: lib/logitech_receiver/settings_templates.py:1256 +#: lib/logitech_receiver/settings_templates.py:1295 +#: lib/logitech_receiver/settings_templates.py:1298 msgid "Scroll with two fingers" msgstr "Вертикальная прокрутка двумя пальцами" -#: lib/logitech_receiver/settings_templates.py:1254 +#: lib/logitech_receiver/settings_templates.py:1296 msgid "Scroll horizontally with two fingers" msgstr "Горизонтальная прокрутка двумя пальцами" -#: lib/logitech_receiver/settings_templates.py:1254 +#: lib/logitech_receiver/settings_templates.py:1296 msgid "Scrolls horizontally." msgstr "Прокручивать горизонтально." -#: lib/logitech_receiver/settings_templates.py:1255 +#: lib/logitech_receiver/settings_templates.py:1297 msgid "Scroll vertically with two fingers" msgstr "Вертикальная прокрутка двумя пальцами" -#: lib/logitech_receiver/settings_templates.py:1255 +#: lib/logitech_receiver/settings_templates.py:1297 msgid "Scrolls vertically." msgstr "Прокручивать вертикально." -#: lib/logitech_receiver/settings_templates.py:1257 +#: lib/logitech_receiver/settings_templates.py:1299 msgid "Inverts the scrolling direction." msgstr "Инвертирует направления прокрутки." -#: lib/logitech_receiver/settings_templates.py:1257 +#: lib/logitech_receiver/settings_templates.py:1299 msgid "Natural scrolling" msgstr "Естественная прокрутка" -#: lib/logitech_receiver/settings_templates.py:1258 +#: lib/logitech_receiver/settings_templates.py:1300 msgid "Enables the thumbwheel." msgstr "Включение бокового колеса прокрутки." -#: lib/logitech_receiver/settings_templates.py:1258 +#: lib/logitech_receiver/settings_templates.py:1300 msgid "Thumbwheel" msgstr "Боковое колесо прокрутки" -#: lib/logitech_receiver/settings_templates.py:1269 -#: lib/logitech_receiver/settings_templates.py:1273 +#: lib/logitech_receiver/settings_templates.py:1311 +#: lib/logitech_receiver/settings_templates.py:1315 msgid "Swipe from the top edge" msgstr "Листание от верхнего края" -#: lib/logitech_receiver/settings_templates.py:1270 +#: lib/logitech_receiver/settings_templates.py:1312 msgid "Swipe from the left edge" msgstr "Листание от левого края" -#: lib/logitech_receiver/settings_templates.py:1271 +#: lib/logitech_receiver/settings_templates.py:1313 msgid "Swipe from the right edge" msgstr "Листание от правого края" -#: lib/logitech_receiver/settings_templates.py:1272 +#: lib/logitech_receiver/settings_templates.py:1314 msgid "Swipe from the bottom edge" msgstr "Листание от нижнего края" -#: lib/logitech_receiver/settings_templates.py:1274 +#: lib/logitech_receiver/settings_templates.py:1316 msgid "Swipe two fingers from the left edge" msgstr "Листание двумя пальцами от левого края" -#: lib/logitech_receiver/settings_templates.py:1275 +#: lib/logitech_receiver/settings_templates.py:1317 msgid "Swipe two fingers from the right edge" msgstr "Листание двумя пальцами от правого края" -#: lib/logitech_receiver/settings_templates.py:1276 +#: lib/logitech_receiver/settings_templates.py:1318 msgid "Swipe two fingers from the bottom edge" msgstr "Листание двумя пальцами от нижнего края" -#: lib/logitech_receiver/settings_templates.py:1277 +#: lib/logitech_receiver/settings_templates.py:1319 msgid "Swipe two fingers from the top edge" msgstr "Листание двумя пальцами от верхнего края" -#: lib/logitech_receiver/settings_templates.py:1278 -#: lib/logitech_receiver/settings_templates.py:1282 +#: lib/logitech_receiver/settings_templates.py:1320 +#: lib/logitech_receiver/settings_templates.py:1324 msgid "Pinch to zoom out; spread to zoom in." msgstr "Щипок - уменьшить, раздвинуть - увеличить." -#: lib/logitech_receiver/settings_templates.py:1278 +#: lib/logitech_receiver/settings_templates.py:1320 msgid "Zoom with two fingers." msgstr "Масштабирование двумя пальцами." -#: lib/logitech_receiver/settings_templates.py:1279 +#: lib/logitech_receiver/settings_templates.py:1321 msgid "Pinch to zoom out." msgstr "Щипок - уменьшить." -#: lib/logitech_receiver/settings_templates.py:1280 +#: lib/logitech_receiver/settings_templates.py:1322 msgid "Spread to zoom in." msgstr "Раздвинуть - увеличить." -#: lib/logitech_receiver/settings_templates.py:1281 +#: lib/logitech_receiver/settings_templates.py:1323 msgid "Zoom with three fingers." msgstr "Масштабирование тремя пальцами." -#: lib/logitech_receiver/settings_templates.py:1282 +#: lib/logitech_receiver/settings_templates.py:1324 msgid "Zoom with two fingers" msgstr "Масштабирование двумя пальцами" -#: lib/logitech_receiver/settings_templates.py:1300 +#: lib/logitech_receiver/settings_templates.py:1342 msgid "Pixel zone" msgstr "Зона пикселей" -#: lib/logitech_receiver/settings_templates.py:1301 +#: lib/logitech_receiver/settings_templates.py:1343 msgid "Ratio zone" msgstr "Зона масштаба" -#: lib/logitech_receiver/settings_templates.py:1302 +#: lib/logitech_receiver/settings_templates.py:1344 msgid "Scale factor" msgstr "Коэффициент масштабирования" -#: lib/logitech_receiver/settings_templates.py:1302 +#: lib/logitech_receiver/settings_templates.py:1344 msgid "Sets the cursor speed." msgstr "Установка скорости курсора." -#: lib/logitech_receiver/settings_templates.py:1306 +#: lib/logitech_receiver/settings_templates.py:1348 msgid "Left" msgstr "Лево" -#: lib/logitech_receiver/settings_templates.py:1306 +#: lib/logitech_receiver/settings_templates.py:1348 msgid "Left-most coordinate." msgstr "Самая левая позиция." -#: lib/logitech_receiver/settings_templates.py:1307 +#: lib/logitech_receiver/settings_templates.py:1349 msgid "Bottom" msgstr "Низ" -#: lib/logitech_receiver/settings_templates.py:1307 +#: lib/logitech_receiver/settings_templates.py:1349 msgid "Bottom coordinate." msgstr "Нижняя позиция." -#: lib/logitech_receiver/settings_templates.py:1308 +#: lib/logitech_receiver/settings_templates.py:1350 msgid "Width" msgstr "Ширина" -#: lib/logitech_receiver/settings_templates.py:1308 +#: lib/logitech_receiver/settings_templates.py:1350 msgid "Width." msgstr "Ширина." -#: lib/logitech_receiver/settings_templates.py:1309 +#: lib/logitech_receiver/settings_templates.py:1351 msgid "Height" msgstr "Высота" -#: lib/logitech_receiver/settings_templates.py:1309 +#: lib/logitech_receiver/settings_templates.py:1351 msgid "Height." msgstr "Высота." -#: lib/logitech_receiver/settings_templates.py:1310 +#: lib/logitech_receiver/settings_templates.py:1352 msgid "Cursor speed." msgstr "Скорость курсора." -#: lib/logitech_receiver/settings_templates.py:1310 +#: lib/logitech_receiver/settings_templates.py:1352 msgid "Scale" msgstr "Масштаб" -#: lib/logitech_receiver/settings_templates.py:1316 +#: lib/logitech_receiver/settings_templates.py:1358 msgid "Gestures" msgstr "Жесты" -#: lib/logitech_receiver/settings_templates.py:1317 +#: lib/logitech_receiver/settings_templates.py:1359 msgid "Tweak the mouse/touchpad behaviour." msgstr "Регулировка поведения мыши/сенсорной панели." -#: lib/logitech_receiver/settings_templates.py:1333 +#: lib/logitech_receiver/settings_templates.py:1375 msgid "Gestures Diversion" msgstr "Поведение жестов" -#: lib/logitech_receiver/settings_templates.py:1334 +#: lib/logitech_receiver/settings_templates.py:1376 msgid "Divert mouse/touchpad gestures." msgstr "Регулировка поведения жестов мыши/сенсорной панели." -#: lib/logitech_receiver/settings_templates.py:1350 +#: lib/logitech_receiver/settings_templates.py:1392 msgid "Gesture params" msgstr "Параметры жестов" -#: lib/logitech_receiver/settings_templates.py:1351 +#: lib/logitech_receiver/settings_templates.py:1393 msgid "Change numerical parameters of a mouse/touchpad." msgstr "Изменение числовых параметров мыши/сенсорной панели." -#: lib/logitech_receiver/settings_templates.py:1375 +#: lib/logitech_receiver/settings_templates.py:1417 msgid "M-Key LEDs" msgstr "Светодиоды клавиш M" -#: lib/logitech_receiver/settings_templates.py:1377 +#: lib/logitech_receiver/settings_templates.py:1419 msgid "Control the M-Key LEDs." msgstr "Управление светодиодами клавиш M." -#: lib/logitech_receiver/settings_templates.py:1381 -#: lib/logitech_receiver/settings_templates.py:1412 +#: lib/logitech_receiver/settings_templates.py:1423 +#: lib/logitech_receiver/settings_templates.py:1454 msgid "May need G Keys diverted to be effective." msgstr "Возможно, для эффективности потребуется перенаправить G-клавиши." -#: lib/logitech_receiver/settings_templates.py:1387 +#: lib/logitech_receiver/settings_templates.py:1429 #, python-format msgid "Lights up the %s key." msgstr "Подсветка клавиши %s." -#: lib/logitech_receiver/settings_templates.py:1406 +#: lib/logitech_receiver/settings_templates.py:1448 msgid "MR-Key LED" msgstr "Светодиод клавиши MR" -#: lib/logitech_receiver/settings_templates.py:1408 +#: lib/logitech_receiver/settings_templates.py:1450 msgid "Control the MR-Key LED." msgstr "Управление светодиодом клавиши MR." -#: lib/logitech_receiver/settings_templates.py:1429 +#: lib/logitech_receiver/settings_templates.py:1471 msgid "Persistent Key/Button Mapping" msgstr "Постоянное сопоставление клавиши или кнопки" -#: lib/logitech_receiver/settings_templates.py:1431 +#: lib/logitech_receiver/settings_templates.py:1473 msgid "Permanently change the mapping for the key or button." msgstr "Навсегда изменить сопоставление для клавиши или кнопки." -#: lib/logitech_receiver/settings_templates.py:1433 +#: lib/logitech_receiver/settings_templates.py:1475 msgid "Changing important keys or buttons (such as for the left mouse " "button) can result in an unusable system." msgstr "Изменение важных клавиш или кнопок (например, левой мыши кнопку) " "может привести к выводу системы из строя." -#: lib/logitech_receiver/settings_templates.py:1490 +#: lib/logitech_receiver/settings_templates.py:1532 msgid "Sidetone" msgstr "Самопрослушивание" -#: lib/logitech_receiver/settings_templates.py:1491 +#: lib/logitech_receiver/settings_templates.py:1533 msgid "Set sidetone level." msgstr "Установите уровень самопрослушивания." -#: lib/logitech_receiver/settings_templates.py:1500 +#: lib/logitech_receiver/settings_templates.py:1542 msgid "Equalizer" msgstr "Эквалайзер" -#: lib/logitech_receiver/settings_templates.py:1501 +#: lib/logitech_receiver/settings_templates.py:1543 msgid "Set equalizer levels." msgstr "Установите уровни эквалайзера." -#: lib/logitech_receiver/settings_templates.py:1523 +#: lib/logitech_receiver/settings_templates.py:1565 msgid "Hz" msgstr "Гц" -#: lib/logitech_receiver/settings_templates.py:1529 +#: lib/logitech_receiver/settings_templates.py:1571 msgid "Power Management" msgstr "Управление питанием" -#: lib/logitech_receiver/settings_templates.py:1530 +#: lib/logitech_receiver/settings_templates.py:1572 msgid "Power off in minutes (0 for never)." msgstr "Выключите питание через несколько минут (0 означает \"никогда\")." -#: lib/logitech_receiver/settings_templates.py:1541 +#: lib/logitech_receiver/settings_templates.py:1584 msgid "Brightness Control" msgstr "Регулировка яркости" -#: lib/logitech_receiver/settings_templates.py:1542 +#: lib/logitech_receiver/settings_templates.py:1585 msgid "Control overall brightness" msgstr "Контролируйте общую яркость" -#: lib/logitech_receiver/settings_templates.py:1585 -#: lib/logitech_receiver/settings_templates.py:1637 +#: lib/logitech_receiver/settings_templates.py:1628 +#: lib/logitech_receiver/settings_templates.py:1681 msgid "LED Control" msgstr "Светодиодное управление" -#: lib/logitech_receiver/settings_templates.py:1586 -#: lib/logitech_receiver/settings_templates.py:1638 +#: lib/logitech_receiver/settings_templates.py:1629 +#: lib/logitech_receiver/settings_templates.py:1682 msgid "Switch control of LED zones between device and Solaar" msgstr "Переключайте управление светодиодными зонами между устройством и " "Solaar" -#: lib/logitech_receiver/settings_templates.py:1601 -#: lib/logitech_receiver/settings_templates.py:1648 +#: lib/logitech_receiver/settings_templates.py:1644 +#: lib/logitech_receiver/settings_templates.py:1692 msgid "LED Zone Effects" msgstr "Эффекты светодиодной зоны" -#: lib/logitech_receiver/settings_templates.py:1602 -#: lib/logitech_receiver/settings_templates.py:1649 +#: lib/logitech_receiver/settings_templates.py:1645 +#: lib/logitech_receiver/settings_templates.py:1693 msgid "LED Control needs to be set to Solaar to be effective." msgstr "Для эффективного управления светодиодом необходимо установить режим " "Solaar." -#: lib/logitech_receiver/settings_templates.py:1602 -#: lib/logitech_receiver/settings_templates.py:1649 +#: lib/logitech_receiver/settings_templates.py:1645 +#: lib/logitech_receiver/settings_templates.py:1693 msgid "Set effect for LED Zone" msgstr "Установите эффект для светодиодной зоны" -#: lib/logitech_receiver/settings_templates.py:1605 +#: lib/logitech_receiver/settings_templates.py:1647 +msgid "Color" +msgstr "Цвет" + +#: lib/logitech_receiver/settings_templates.py:1648 msgid "Speed" msgstr "Скорость" -#: lib/logitech_receiver/settings_templates.py:1606 +#: lib/logitech_receiver/settings_templates.py:1649 msgid "Period" msgstr "Период" -#: lib/logitech_receiver/settings_templates.py:1607 +#: lib/logitech_receiver/settings_templates.py:1650 msgid "Intensity" msgstr "Интенсивность" -#: lib/logitech_receiver/settings_templates.py:1608 +#: lib/logitech_receiver/settings_templates.py:1651 msgid "Ramp" msgstr "Рампа" -#: lib/logitech_receiver/settings_templates.py:1622 +#: lib/logitech_receiver/settings_templates.py:1666 msgid "LEDs" msgstr "Светодиоды" -#: lib/logitech_receiver/settings_templates.py:1659 +#: lib/logitech_receiver/settings_templates.py:1703 msgid "Per-key Lighting" msgstr "Индивидуальное освещение" -#: lib/logitech_receiver/settings_templates.py:1660 +#: lib/logitech_receiver/settings_templates.py:1704 msgid "Control per-key lighting." msgstr "Управление подсветкой каждой клавиши." -#: lib/solaar/ui/__init__.py:103 +#: lib/logitech_receiver/settings_templates.py:1786 +msgid "Force Sensing Buttons" +msgstr "Кнопки с датчиками силы нажатия" + +#: lib/logitech_receiver/settings_templates.py:1787 +msgid "Change the force required to activate button." +msgstr "Измените усилие, необходимое для активации кнопки." + +#: lib/logitech_receiver/settings_templates.py:1804 +msgid "Force Sensing Button" +msgstr "Кнопка измерения усилия" + +#: lib/logitech_receiver/settings_templates.py:1814 +msgid "Haptic Feeback Level" +msgstr "Уровень тактильной обратной связи" + +#: lib/logitech_receiver/settings_templates.py:1815 +msgid "Change power of haptic feedback. (Zero to turn off.)" +msgstr "Измените мощность тактильной обратной связи. (Ноль - отключение.)" + +#: lib/logitech_receiver/settings_templates.py:1857 +msgid "Play Haptic Waveform" +msgstr "Воспроизведение тактильной формы сигнала" + +#: lib/logitech_receiver/settings_templates.py:1858 +msgid "Tell device to play a haptic waveform." +msgstr "Дайте команду устройству воспроизвести тактильный сигнал." + +#: lib/solaar/ui/__init__.py:120 msgid "Another Solaar process is already running so just expose its window" msgstr "Другой Solaar процесс уже запущен, так что просто откройте его окно" -#: lib/solaar/ui/about.py:38 +#: lib/solaar/ui/about/model.py:36 msgid "Manages Logitech receivers,\n" "keyboards, mice, and tablets." msgstr "Управление приёмниками, клавиатурами,\n" "мышами и другими устройствами Logitech." -#: lib/solaar/ui/about.py:47 +#: lib/solaar/ui/about/model.py:63 msgid "Additional Programming" msgstr "Дополнительные параметры" -#: lib/solaar/ui/about.py:48 +#: lib/solaar/ui/about/model.py:64 msgid "GUI design" msgstr "Дизайн интерфейса" -#: lib/solaar/ui/about.py:50 +#: lib/solaar/ui/about/model.py:66 msgid "Testing" msgstr "Тестирование" -#: lib/solaar/ui/about.py:58 +#: lib/solaar/ui/about/model.py:74 msgid "Logitech documentation" msgstr "Документация Logitech" -#: lib/solaar/ui/action.py:83 lib/solaar/ui/action.py:87 -#: lib/solaar/ui/window.py:189 +#: lib/solaar/ui/action.py:88 lib/solaar/ui/action.py:92 +#: lib/solaar/ui/window.py:208 msgid "Unpair" msgstr "Отмена сопряжения" -#: lib/solaar/ui/action.py:86 lib/solaar/ui/diversion_rules.py:102 +#: lib/solaar/ui/action.py:91 lib/solaar/ui/diversion_rules.py:141 msgid "Cancel" msgstr "Отмена" -#: lib/solaar/ui/common.py:35 +#: lib/solaar/ui/common.py:42 msgid "Permissions error" msgstr "Ошибка доступа" -#: lib/solaar/ui/common.py:37 +#: lib/solaar/ui/common.py:44 #, python-format msgid "Found a Logitech receiver or device (%s), but did not have " "permission to open it." msgstr "Найден приёмник Logitech (%s), но нет прав доступ открыть его." -#: lib/solaar/ui/common.py:39 +#: lib/solaar/ui/common.py:46 msgid "If you've just installed Solaar, try disconnecting the receiver or " "device and then reconnecting it." msgstr "Если вы только что установили Solaar, попробуйте отключить и снова " "подключить приёмник или устройство." -#: lib/solaar/ui/common.py:42 +#: lib/solaar/ui/common.py:49 msgid "Cannot connect to device error" msgstr "Невозможно подключиться к устройству" -#: lib/solaar/ui/common.py:44 +#: lib/solaar/ui/common.py:51 #, python-format msgid "Found a Logitech receiver or device at %s, but encountered an error " "connecting to it." msgstr "Найден приёмник или устройство Logitech на %s, но не удалось к нему " "подключиться." -#: lib/solaar/ui/common.py:46 +#: lib/solaar/ui/common.py:53 msgid "Try disconnecting the device and then reconnecting it or turning it " "off and then on." msgstr "Попробуйте отключить и снова подключить устройство или выключить и " "затем снова включить его." -#: lib/solaar/ui/common.py:49 +#: lib/solaar/ui/common.py:56 msgid "Unpairing failed" msgstr "Отмена сопряжения не удалась" -#: lib/solaar/ui/common.py:51 +#: lib/solaar/ui/common.py:58 #, python-brace-format msgid "Failed to unpair %{device} from %{receiver}." msgstr "Отмена сопряжения %{device} с %{receiver} не удалась." -#: lib/solaar/ui/common.py:53 +#: lib/solaar/ui/common.py:63 msgid "The receiver returned an error, with no further details." msgstr "Приёмник вернул ошибку без дополнительных сведений." -#: lib/solaar/ui/config_panel.py:228 +#: lib/solaar/ui/config_panel.py:245 msgid "Complete - ENTER to change" msgstr "Завершено - «ВВОД» для изменения" -#: lib/solaar/ui/config_panel.py:228 +#: lib/solaar/ui/config_panel.py:245 msgid "Incomplete" msgstr "Незавершено" -#: lib/solaar/ui/config_panel.py:470 lib/solaar/ui/config_panel.py:522 +#: lib/solaar/ui/config_panel.py:491 lib/solaar/ui/config_panel.py:543 #, python-format msgid "%d value" msgid_plural "%d values" @@ -1253,369 +1297,385 @@ msgstr[0] "%d значение" msgstr[1] "%d значения" msgstr[2] "%d значений" -#: lib/solaar/ui/config_panel.py:607 +#: lib/solaar/ui/config_panel.py:642 msgid "Changes allowed" msgstr "Изменения разрешены" -#: lib/solaar/ui/config_panel.py:608 +#: lib/solaar/ui/config_panel.py:643 msgid "No changes allowed" msgstr "Изменения запрещены" -#: lib/solaar/ui/config_panel.py:609 +#: lib/solaar/ui/config_panel.py:644 msgid "Ignore this setting" msgstr "Игнорировать данный параметр" -#: lib/solaar/ui/config_panel.py:653 +#: lib/solaar/ui/config_panel.py:690 msgid "Working" msgstr "Работает" -#: lib/solaar/ui/config_panel.py:656 +#: lib/solaar/ui/config_panel.py:693 msgid "Read/write operation failed." msgstr "Операция чтения/записи не удалась." -#: lib/solaar/ui/diversion_rules.py:64 +#: lib/solaar/ui/desktop_notifications.py:112 +msgid "unspecified reason" +msgstr "неустановленная причина" + +#: lib/solaar/ui/diversion_rules.py:103 msgid "Built-in rules" msgstr "Встроенные правила" -#: lib/solaar/ui/diversion_rules.py:64 +#: lib/solaar/ui/diversion_rules.py:103 msgid "User-defined rules" msgstr "Пользовательские правила" -#: lib/solaar/ui/diversion_rules.py:66 lib/solaar/ui/diversion_rules.py:1029 +#: lib/solaar/ui/diversion_rules.py:105 lib/solaar/ui/diversion_rules.py:1126 msgid "Rule" msgstr "Правило" -#: lib/solaar/ui/diversion_rules.py:67 lib/solaar/ui/diversion_rules.py:544 -#: lib/solaar/ui/diversion_rules.py:671 +#: lib/solaar/ui/diversion_rules.py:106 lib/solaar/ui/diversion_rules.py:382 +#: lib/solaar/ui/diversion_rules.py:509 msgid "Sub-rule" msgstr "Подправило" -#: lib/solaar/ui/diversion_rules.py:69 +#: lib/solaar/ui/diversion_rules.py:108 msgid "[empty]" msgstr "[пусто]" -#: lib/solaar/ui/diversion_rules.py:93 +#: lib/solaar/ui/diversion_rules.py:132 msgid "Make changes permanent?" msgstr "Сохранить изменения навсегда?" -#: lib/solaar/ui/diversion_rules.py:98 +#: lib/solaar/ui/diversion_rules.py:137 msgid "Yes" msgstr "Да" -#: lib/solaar/ui/diversion_rules.py:100 +#: lib/solaar/ui/diversion_rules.py:139 msgid "No" msgstr "Нет" -#: lib/solaar/ui/diversion_rules.py:105 +#: lib/solaar/ui/diversion_rules.py:144 msgid "If you choose No, changes will be lost when Solaar is closed." msgstr "Если выбрать «Нет», при закрытии программы изменения пропадут." -#: lib/solaar/ui/diversion_rules.py:166 -msgid "Solaar Rule Editor" -msgstr "Редактор правил" - -#: lib/solaar/ui/diversion_rules.py:259 -msgid "Save changes" -msgstr "Сохранить изменения" - -#: lib/solaar/ui/diversion_rules.py:264 -msgid "Discard changes" -msgstr "Отменить изменения" - -#: lib/solaar/ui/diversion_rules.py:403 -msgid "Insert here" -msgstr "Вставить сюда" - -#: lib/solaar/ui/diversion_rules.py:405 -msgid "Insert above" -msgstr "Вставить выше" - -#: lib/solaar/ui/diversion_rules.py:407 -msgid "Insert below" -msgstr "Вставить ниже" - -#: lib/solaar/ui/diversion_rules.py:413 -msgid "Insert new rule here" -msgstr "Вставить новое правило сюда" - -#: lib/solaar/ui/diversion_rules.py:415 -msgid "Insert new rule above" -msgstr "Вставить новое правило выше" - -#: lib/solaar/ui/diversion_rules.py:417 -msgid "Insert new rule below" -msgstr "Вставить новое правило ниже" - -#: lib/solaar/ui/diversion_rules.py:462 +#: lib/solaar/ui/diversion_rules.py:273 msgid "Paste here" msgstr "Скопировать сюда" -#: lib/solaar/ui/diversion_rules.py:464 +#: lib/solaar/ui/diversion_rules.py:275 msgid "Paste above" msgstr "Скопировать выше" -#: lib/solaar/ui/diversion_rules.py:466 +#: lib/solaar/ui/diversion_rules.py:277 msgid "Paste below" msgstr "Скопировать ниже" -#: lib/solaar/ui/diversion_rules.py:472 +#: lib/solaar/ui/diversion_rules.py:283 msgid "Paste rule here" msgstr "Скопировать правило сюда" -#: lib/solaar/ui/diversion_rules.py:474 +#: lib/solaar/ui/diversion_rules.py:285 msgid "Paste rule above" msgstr "Скопировать правило выше" -#: lib/solaar/ui/diversion_rules.py:476 +#: lib/solaar/ui/diversion_rules.py:287 msgid "Paste rule below" msgstr "Скопировать правило ниже" -#: lib/solaar/ui/diversion_rules.py:480 +#: lib/solaar/ui/diversion_rules.py:291 msgid "Paste rule" msgstr "Скопировать правило" -#: lib/solaar/ui/diversion_rules.py:509 +#: lib/solaar/ui/diversion_rules.py:306 +msgid "Insert here" +msgstr "Вставить сюда" + +#: lib/solaar/ui/diversion_rules.py:308 +msgid "Insert above" +msgstr "Вставить выше" + +#: lib/solaar/ui/diversion_rules.py:310 +msgid "Insert below" +msgstr "Вставить ниже" + +#: lib/solaar/ui/diversion_rules.py:316 +msgid "Insert new rule here" +msgstr "Вставить новое правило сюда" + +#: lib/solaar/ui/diversion_rules.py:318 +msgid "Insert new rule above" +msgstr "Вставить новое правило выше" + +#: lib/solaar/ui/diversion_rules.py:320 +msgid "Insert new rule below" +msgstr "Вставить новое правило ниже" + +#: lib/solaar/ui/diversion_rules.py:347 msgid "Flatten" msgstr "Снять обёртку" -#: lib/solaar/ui/diversion_rules.py:542 +#: lib/solaar/ui/diversion_rules.py:380 msgid "Insert" msgstr "Вставка" -#: lib/solaar/ui/diversion_rules.py:545 lib/solaar/ui/diversion_rules.py:673 -#: lib/solaar/ui/diversion_rules.py:1061 +#: lib/solaar/ui/diversion_rules.py:383 lib/solaar/ui/diversion_rules.py:511 +#: lib/solaar/ui/diversion_rules.py:1158 msgid "Or" msgstr "Или" -#: lib/solaar/ui/diversion_rules.py:546 lib/solaar/ui/diversion_rules.py:672 -#: lib/solaar/ui/diversion_rules.py:1047 +#: lib/solaar/ui/diversion_rules.py:384 lib/solaar/ui/diversion_rules.py:510 +#: lib/solaar/ui/diversion_rules.py:1144 msgid "And" msgstr "И" -#: lib/solaar/ui/diversion_rules.py:548 +#: lib/solaar/ui/diversion_rules.py:386 msgid "Condition" msgstr "Компонент" -#: lib/solaar/ui/diversion_rules.py:550 lib/solaar/ui/rule_conditions.py:146 +#: lib/solaar/ui/diversion_rules.py:388 lib/solaar/ui/rule_conditions.py:154 msgid "Feature" msgstr "Feature" -#: lib/solaar/ui/diversion_rules.py:551 lib/solaar/ui/rule_conditions.py:181 +#: lib/solaar/ui/diversion_rules.py:389 lib/solaar/ui/rule_conditions.py:188 msgid "Report" msgstr "Отчёт" -#: lib/solaar/ui/diversion_rules.py:552 lib/solaar/ui/rule_conditions.py:60 +#: lib/solaar/ui/diversion_rules.py:390 lib/solaar/ui/rule_conditions.py:69 msgid "Process" msgstr "Процесс" -#: lib/solaar/ui/diversion_rules.py:553 +#: lib/solaar/ui/diversion_rules.py:391 msgid "Mouse process" msgstr "Действие мыши" -#: lib/solaar/ui/diversion_rules.py:554 lib/solaar/ui/rule_conditions.py:218 +#: lib/solaar/ui/diversion_rules.py:392 lib/solaar/ui/rule_conditions.py:225 msgid "Modifiers" msgstr "Модификаторы" -#: lib/solaar/ui/diversion_rules.py:555 lib/solaar/ui/rule_conditions.py:270 +#: lib/solaar/ui/diversion_rules.py:393 lib/solaar/ui/rule_conditions.py:277 msgid "Key" msgstr "Клавиша" -#: lib/solaar/ui/diversion_rules.py:556 lib/solaar/ui/rule_conditions.py:311 +#: lib/solaar/ui/diversion_rules.py:394 lib/solaar/ui/rule_conditions.py:318 msgid "KeyIsDown" msgstr "Клавиша нажата" -#: lib/solaar/ui/diversion_rules.py:557 lib/solaar/ui/diversion_rules.py:1349 +#: lib/solaar/ui/diversion_rules.py:395 lib/solaar/ui/diversion_rules.py:1432 msgid "Active" msgstr "Активный" -#: lib/solaar/ui/diversion_rules.py:558 lib/solaar/ui/diversion_rules.py:1306 -#: lib/solaar/ui/diversion_rules.py:1358 lib/solaar/ui/diversion_rules.py:1408 +#: lib/solaar/ui/diversion_rules.py:396 lib/solaar/ui/diversion_rules.py:1390 +#: lib/solaar/ui/diversion_rules.py:1441 lib/solaar/ui/diversion_rules.py:1487 msgid "Device" msgstr "Устройство" -#: lib/solaar/ui/diversion_rules.py:559 lib/solaar/ui/diversion_rules.py:1384 +#: lib/solaar/ui/diversion_rules.py:397 lib/solaar/ui/diversion_rules.py:1467 msgid "Host" msgstr "Хост" -#: lib/solaar/ui/diversion_rules.py:560 lib/solaar/ui/diversion_rules.py:1426 +#: lib/solaar/ui/diversion_rules.py:398 lib/solaar/ui/diversion_rules.py:1506 msgid "Setting" msgstr "Установка" -#: lib/solaar/ui/diversion_rules.py:561 lib/solaar/ui/rule_conditions.py:326 -#: lib/solaar/ui/rule_conditions.py:375 +#: lib/solaar/ui/diversion_rules.py:399 lib/solaar/ui/rule_conditions.py:333 +#: lib/solaar/ui/rule_conditions.py:382 msgid "Test" msgstr "Условие" -#: lib/solaar/ui/diversion_rules.py:562 lib/solaar/ui/rule_conditions.py:500 +#: lib/solaar/ui/diversion_rules.py:400 lib/solaar/ui/rule_conditions.py:507 msgid "Test bytes" msgstr "Тестовые байты" -#: lib/solaar/ui/diversion_rules.py:563 lib/solaar/ui/rule_conditions.py:601 +#: lib/solaar/ui/diversion_rules.py:401 lib/solaar/ui/rule_conditions.py:608 msgid "Mouse Gesture" msgstr "Жест мышью" -#: lib/solaar/ui/diversion_rules.py:567 +#: lib/solaar/ui/diversion_rules.py:405 msgid "Action" msgstr "Действие" -#: lib/solaar/ui/diversion_rules.py:569 lib/solaar/ui/rule_actions.py:132 +#: lib/solaar/ui/diversion_rules.py:407 lib/solaar/ui/rule_actions.py:138 msgid "Key press" msgstr "Нажатие клавиши" -#: lib/solaar/ui/diversion_rules.py:570 lib/solaar/ui/rule_actions.py:183 +#: lib/solaar/ui/diversion_rules.py:408 lib/solaar/ui/rule_actions.py:191 msgid "Mouse scroll" msgstr "Прокрутка мышью" -#: lib/solaar/ui/diversion_rules.py:571 lib/solaar/ui/rule_actions.py:244 +#: lib/solaar/ui/diversion_rules.py:409 lib/solaar/ui/rule_actions.py:256 msgid "Mouse click" msgstr "Щелчок мышью" -#: lib/solaar/ui/diversion_rules.py:572 +#: lib/solaar/ui/diversion_rules.py:410 msgid "Set" msgstr "Установить" -#: lib/solaar/ui/diversion_rules.py:573 lib/solaar/ui/rule_actions.py:314 +#: lib/solaar/ui/diversion_rules.py:411 lib/solaar/ui/rule_actions.py:328 msgid "Execute" msgstr "Исполнить" -#: lib/solaar/ui/diversion_rules.py:574 lib/solaar/ui/diversion_rules.py:1093 +#: lib/solaar/ui/diversion_rules.py:412 lib/solaar/ui/diversion_rules.py:1189 msgid "Later" msgstr "Задержка" -#: lib/solaar/ui/diversion_rules.py:603 +#: lib/solaar/ui/diversion_rules.py:441 msgid "Insert new rule" msgstr "Добавить правило" -#: lib/solaar/ui/diversion_rules.py:623 lib/solaar/ui/rule_actions.py:74 -#: lib/solaar/ui/rule_actions.py:273 lib/solaar/ui/rule_conditions.py:548 +#: lib/solaar/ui/diversion_rules.py:461 lib/solaar/ui/rule_actions.py:82 +#: lib/solaar/ui/rule_actions.py:287 lib/solaar/ui/rule_conditions.py:556 msgid "Delete" msgstr "Удалить" -#: lib/solaar/ui/diversion_rules.py:645 +#: lib/solaar/ui/diversion_rules.py:483 msgid "Negate" msgstr "Инвертировать" -#: lib/solaar/ui/diversion_rules.py:669 +#: lib/solaar/ui/diversion_rules.py:507 msgid "Wrap with" msgstr "Завернуть в" -#: lib/solaar/ui/diversion_rules.py:691 +#: lib/solaar/ui/diversion_rules.py:537 msgid "Cut" msgstr "Вырезать" -#: lib/solaar/ui/diversion_rules.py:706 +#: lib/solaar/ui/diversion_rules.py:553 msgid "Paste" msgstr "Вставить" -#: lib/solaar/ui/diversion_rules.py:712 +#: lib/solaar/ui/diversion_rules.py:559 msgid "Copy" msgstr "Копировать" -#: lib/solaar/ui/diversion_rules.py:1010 +#: lib/solaar/ui/diversion_rules.py:568 +msgid "Solaar Rule Editor" +msgstr "Редактор правил" + +#: lib/solaar/ui/diversion_rules.py:668 +msgid "Save changes" +msgstr "Сохранить изменения" + +#: lib/solaar/ui/diversion_rules.py:673 +msgid "Discard changes" +msgstr "Отменить изменения" + +#: lib/solaar/ui/diversion_rules.py:1104 msgid "This editor does not support the selected rule component yet." msgstr "Редактор пока не поддерживает выбранную компоненту правила." -#: lib/solaar/ui/diversion_rules.py:1072 +#: lib/solaar/ui/diversion_rules.py:1169 msgid "Number of seconds to delay. Delay between 0 and 1 is done with " "higher precision." msgstr "Количество секунд задержки. Задержка между 0 и 1 выполняется с " "помощью более высокая точность." -#: lib/solaar/ui/diversion_rules.py:1111 +#: lib/solaar/ui/diversion_rules.py:1207 msgid "Not" msgstr "Не" -#: lib/solaar/ui/diversion_rules.py:1135 +#: lib/solaar/ui/diversion_rules.py:1238 msgid "Toggle" msgstr "Переключение" -#: lib/solaar/ui/diversion_rules.py:1136 +#: lib/solaar/ui/diversion_rules.py:1239 msgid "True" msgstr "Истина" -#: lib/solaar/ui/diversion_rules.py:1137 +#: lib/solaar/ui/diversion_rules.py:1240 msgid "False" msgstr "Ложь" -#: lib/solaar/ui/diversion_rules.py:1150 +#: lib/solaar/ui/diversion_rules.py:1253 msgid "Unsupported setting" msgstr "Неподдерживаемый параметр" -#: lib/solaar/ui/diversion_rules.py:1312 lib/solaar/ui/diversion_rules.py:1332 -#: lib/solaar/ui/diversion_rules.py:1414 lib/solaar/ui/diversion_rules.py:1659 -#: lib/solaar/ui/diversion_rules.py:1677 +#: lib/solaar/ui/diversion_rules.py:1396 lib/solaar/ui/diversion_rules.py:1415 +#: lib/solaar/ui/diversion_rules.py:1493 lib/solaar/ui/diversion_rules.py:1748 +#: lib/solaar/ui/diversion_rules.py:1766 msgid "Originating device" msgstr "Исходное устройство" -#: lib/solaar/ui/diversion_rules.py:1345 +#: lib/solaar/ui/diversion_rules.py:1428 msgid "Device is active and its settings can be changed." msgstr "Устройство активно, и его настройки могут быть изменены." -#: lib/solaar/ui/diversion_rules.py:1354 +#: lib/solaar/ui/diversion_rules.py:1437 msgid "Device that originated the current notification." msgstr "Устройство, отправившее текущее уведомление." -#: lib/solaar/ui/diversion_rules.py:1367 +#: lib/solaar/ui/diversion_rules.py:1450 msgid "Name of host computer." msgstr "Имя главного компьютера." -#: lib/solaar/ui/diversion_rules.py:1435 +#: lib/solaar/ui/diversion_rules.py:1520 msgid "Value" msgstr "Значение" -#: lib/solaar/ui/diversion_rules.py:1444 +#: lib/solaar/ui/diversion_rules.py:1529 msgid "Item" msgstr "Элемент" -#: lib/solaar/ui/diversion_rules.py:1718 +#: lib/solaar/ui/diversion_rules.py:1808 msgid "Change setting on device" msgstr "Изменить настройку на устройстве" -#: lib/solaar/ui/diversion_rules.py:1734 +#: lib/solaar/ui/diversion_rules.py:1824 msgid "Setting on device" msgstr "Настройка на устройстве" -#: lib/solaar/ui/notify.py:118 -msgid "unspecified reason" -msgstr "неустановленная причина" - -#: lib/solaar/ui/pair_window.py:37 lib/solaar/ui/pair_window.py:155 +#: lib/solaar/ui/pair_window.py:44 lib/solaar/ui/pair_window.py:167 #, python-format msgid "%(receiver_name)s: pair new device" msgstr "%(receiver_name)s: новое сопряжённое устройство" -#: lib/solaar/ui/pair_window.py:39 +#: lib/solaar/ui/pair_window.py:46 msgid "Bolt receivers are only compatible with Bolt devices." msgstr "Приемники Bolt совместимы только с устройствами Bolt." -#: lib/solaar/ui/pair_window.py:41 +#: lib/solaar/ui/pair_window.py:48 msgid "Press a pairing button or key until the pairing light flashes " "quickly." msgstr "Нажимайте кнопку или клавишу сопряжения, пока индикатор сопряжения " "не начнёт быстро мигать." -#: lib/solaar/ui/pair_window.py:44 +#: lib/solaar/ui/pair_window.py:51 msgid "Unifying receivers are only compatible with Unifying devices." msgstr "Приемники Unifying совместимы только с устройствами Unifying." -#: lib/solaar/ui/pair_window.py:46 +#: lib/solaar/ui/pair_window.py:53 msgid "Other receivers are only compatible with a few devices." msgstr "Другие ресиверы совместимы только с некоторыми устройствами." -#: lib/solaar/ui/pair_window.py:48 -msgid "Turn on the device you want to pair." -msgstr "Включите устройство, с которым нужно установить сопряжение." +#: lib/solaar/ui/pair_window.py:55 +msgid "For most devices, turn on the device you want to pair." +msgstr "Обычно достаточно включить устройство, с которым вы хотите " + "установить соединение." -#: lib/solaar/ui/pair_window.py:49 +#: lib/solaar/ui/pair_window.py:56 +msgid "If the device is already turned on, turn it off and on again." +msgstr "Если устройство включено, выключите его и включите снова." + +#: lib/solaar/ui/pair_window.py:58 msgid "The device must not be paired with a nearby powered-on receiver." msgstr "Устройство не должно быть сопряжено с находящимся поблизости " "включенным приемником." -#: lib/solaar/ui/pair_window.py:51 -msgid "If the device is already turned on, turn it off and on again." -msgstr "Если устройство включено, выключите его и включите снова." +#: lib/solaar/ui/pair_window.py:61 +msgid "For devices with multiple channels, press, hold, and release the " + "button for the channel you wish to pair\n" + "or use the channel switch button to select a channel and then press, " + "hold, and release the channel switch button." +msgstr "Для устройств с несколькими каналами нажмите, удерживайте и " + "отпустите кнопку соответствующего канала, который требуется " + "подключить, или используйте кнопку переключения каналов, чтобы " + "выбрать нужный канал, затем нажмите, удерживайте и отпустите кнопку " + "переключения каналов." -#: lib/solaar/ui/pair_window.py:55 +#: lib/solaar/ui/pair_window.py:68 +msgid "The channel indicator light should be blinking rapidly." +msgstr "Индикатор канала должен быстро мигать." + +#: lib/solaar/ui/pair_window.py:72 #, python-format msgid "\n" "\n" @@ -1630,143 +1690,143 @@ msgstr[1] "\n" msgstr[2] "\n" "Данному приёмнику доступно %d сопряжений." -#: lib/solaar/ui/pair_window.py:61 +#: lib/solaar/ui/pair_window.py:78 msgid "\n" "Cancelling at this point will not use up a pairing." msgstr "\n" "Прерывание в данный момент отменит сопряжение." -#: lib/solaar/ui/pair_window.py:156 +#: lib/solaar/ui/pair_window.py:168 #, python-format msgid "Enter passcode on %(name)s." msgstr "Введите код доступа на %(name)s." -#: lib/solaar/ui/pair_window.py:159 +#: lib/solaar/ui/pair_window.py:171 #, python-format msgid "Type %(passcode)s and then press the enter key." msgstr "Введите %(passcode)s и затем нажмите клавишу «Ввод»." -#: lib/solaar/ui/pair_window.py:162 +#: lib/solaar/ui/pair_window.py:176 msgid "left" msgstr "слева" -#: lib/solaar/ui/pair_window.py:162 +#: lib/solaar/ui/pair_window.py:176 msgid "right" msgstr "справа" -#: lib/solaar/ui/pair_window.py:164 +#: lib/solaar/ui/pair_window.py:178 #, python-format msgid "Press %(code)s\n" "and then press left and right buttons simultaneously." msgstr "Нажмите %(code)s\n" "и затем нажмите одновременно левую и правую кнопки." -#: lib/solaar/ui/pair_window.py:195 +#: lib/solaar/ui/pair_window.py:221 msgid "The wireless link is not encrypted" msgstr "Беспроводное соединение не зашифровано" -#: lib/solaar/ui/pair_window.py:200 +#: lib/solaar/ui/pair_window.py:226 msgid "Found a new device:" msgstr "Найдено новое устройство:" -#: lib/solaar/ui/pair_window.py:221 +#: lib/solaar/ui/pair_window.py:247 msgid "Pairing failed" msgstr "Сопряжение не удалось" -#: lib/solaar/ui/pair_window.py:223 +#: lib/solaar/ui/pair_window.py:249 msgid "Make sure your device is within range, and has a decent battery " "charge." msgstr "Удостоверьтесь, что ваше устройство в радиусе приёма и батарея " "заряжена." -#: lib/solaar/ui/pair_window.py:225 +#: lib/solaar/ui/pair_window.py:251 msgid "A new device was detected, but it is not compatible with this " "receiver." msgstr "Обнаружено новое устройство, несовместимое с данным приёмником." -#: lib/solaar/ui/pair_window.py:227 +#: lib/solaar/ui/pair_window.py:253 msgid "More paired devices than receiver can support." msgstr "Превышено число сопрягаемых устройств, поддерживаемое приёмником." -#: lib/solaar/ui/pair_window.py:229 +#: lib/solaar/ui/pair_window.py:255 msgid "No further details are available about the error." msgstr "Дополнительные сведения об этой ошибке отсутствуют." -#: lib/solaar/ui/rule_actions.py:48 +#: lib/solaar/ui/rule_actions.py:54 msgid "Simulate a chorded key click or depress or release.\n" "On Wayland requires write access to /dev/uinput." msgstr "Имитируйте щелчок аккордовой клавиши, нажмите или отпустите.\n" "В Wayland требуется доступ на запись в /dev/uinput." -#: lib/solaar/ui/rule_actions.py:53 +#: lib/solaar/ui/rule_actions.py:60 msgid "Add key" msgstr "Добавить клавишу" -#: lib/solaar/ui/rule_actions.py:56 +#: lib/solaar/ui/rule_actions.py:63 msgid "Click" msgstr "Щелчок" -#: lib/solaar/ui/rule_actions.py:59 +#: lib/solaar/ui/rule_actions.py:66 msgid "Depress" msgstr "Подавить" -#: lib/solaar/ui/rule_actions.py:62 +#: lib/solaar/ui/rule_actions.py:69 msgid "Release" msgstr "Выпускать" -#: lib/solaar/ui/rule_actions.py:147 +#: lib/solaar/ui/rule_actions.py:153 msgid "Simulate a mouse scroll.\n" "On Wayland requires write access to /dev/uinput." msgstr "Имитация прокрутки мыши.\n" "В Wayland требуется доступ на запись в /dev/uinput." -#: lib/solaar/ui/rule_actions.py:203 +#: lib/solaar/ui/rule_actions.py:211 msgid "Simulate a mouse click.\n" "On Wayland requires write access to /dev/uinput." msgstr "Имитация щелчка мыши.В Wayland требуется доступ на запись в /dev/" "uinput." -#: lib/solaar/ui/rule_actions.py:206 +#: lib/solaar/ui/rule_actions.py:216 msgid "Button" msgstr "Кнопка" -#: lib/solaar/ui/rule_actions.py:207 -msgid "Count and Action" -msgstr "Счет и действие" +#: lib/solaar/ui/rule_actions.py:218 +msgid "Action (and Count, if click)" +msgstr "Действие (и количество, если кликнуть)" -#: lib/solaar/ui/rule_actions.py:256 +#: lib/solaar/ui/rule_actions.py:269 msgid "Execute a command with arguments." msgstr "Выполните команду с аргументами." -#: lib/solaar/ui/rule_actions.py:259 +#: lib/solaar/ui/rule_actions.py:273 msgid "Add argument" msgstr "Добавить аргумент" -#: lib/solaar/ui/rule_conditions.py:43 +#: lib/solaar/ui/rule_conditions.py:52 msgid "X11 active process. For use in X11 only." msgstr "Активный процесс X11. Только для использования в X11." -#: lib/solaar/ui/rule_conditions.py:73 +#: lib/solaar/ui/rule_conditions.py:82 msgid "X11 mouse process. For use in X11 only." msgstr "Процесс работы с мышью X11. Только для использования в X11." -#: lib/solaar/ui/rule_conditions.py:90 +#: lib/solaar/ui/rule_conditions.py:99 msgid "MouseProcess" msgstr "Действие мыши" -#: lib/solaar/ui/rule_conditions.py:114 +#: lib/solaar/ui/rule_conditions.py:123 msgid "Feature name of notification triggering rule processing." msgstr "Название функции обработки правила запуска уведомления." -#: lib/solaar/ui/rule_conditions.py:161 +#: lib/solaar/ui/rule_conditions.py:169 msgid "Report number of notification triggering rule processing." msgstr "Сообщите номер уведомления, запускающего обработку правила." -#: lib/solaar/ui/rule_conditions.py:194 +#: lib/solaar/ui/rule_conditions.py:201 msgid "Active keyboard modifiers. Not always available in Wayland." msgstr "Активные модификаторы клавиатуры. Не всегда доступны в Wayland." -#: lib/solaar/ui/rule_conditions.py:234 +#: lib/solaar/ui/rule_conditions.py:241 msgid "Diverted key or button depressed or released.\n" "Use the Key/Button Diversion and Divert G Keys settings to divert " "keys and buttons." @@ -1774,15 +1834,15 @@ msgstr "Перенаправленная клавиша или кнопка н "Для переадресации используйте настройки «Переадресация клавиш/" "кнопок» и «Переадресация G-клавиш» ключи и кнопки." -#: lib/solaar/ui/rule_conditions.py:243 +#: lib/solaar/ui/rule_conditions.py:250 msgid "Key down" msgstr "Нажать клавишу" -#: lib/solaar/ui/rule_conditions.py:246 +#: lib/solaar/ui/rule_conditions.py:253 msgid "Key up" msgstr "Отпустить клавишу" -#: lib/solaar/ui/rule_conditions.py:286 +#: lib/solaar/ui/rule_conditions.py:293 msgid "Diverted key or button is currently down.\n" "Use the Key/Button Diversion and Divert G Keys settings to divert " "keys and buttons." @@ -1790,176 +1850,181 @@ msgstr "Переадресованная клавиша или кнопка в "Используйте настройки Переадресации клавиш/кнопок и Переадресации " "клавиш G для переадресации клавиш и кнопок." -#: lib/solaar/ui/rule_conditions.py:324 +#: lib/solaar/ui/rule_conditions.py:331 msgid "Test condition on notification triggering rule processing." msgstr "Тестовое условие для обработки правила запуска уведомления." -#: lib/solaar/ui/rule_conditions.py:328 +#: lib/solaar/ui/rule_conditions.py:335 msgid "Parameter" msgstr "Параметр" -#: lib/solaar/ui/rule_conditions.py:401 +#: lib/solaar/ui/rule_conditions.py:408 msgid "begin (inclusive)" msgstr "начало (включительно)" -#: lib/solaar/ui/rule_conditions.py:402 +#: lib/solaar/ui/rule_conditions.py:409 msgid "end (exclusive)" msgstr "конец (исключительно)" -#: lib/solaar/ui/rule_conditions.py:410 +#: lib/solaar/ui/rule_conditions.py:417 msgid "range" msgstr "диапазон" -#: lib/solaar/ui/rule_conditions.py:413 +#: lib/solaar/ui/rule_conditions.py:420 msgid "minimum" msgstr "минимум" -#: lib/solaar/ui/rule_conditions.py:414 +#: lib/solaar/ui/rule_conditions.py:421 msgid "maximum" msgstr "максимум" -#: lib/solaar/ui/rule_conditions.py:416 +#: lib/solaar/ui/rule_conditions.py:423 #, python-format msgid "bytes %(0)d to %(1)d, ranging from %(2)d to %(3)d" msgstr "байты с %(0)d по %(1)d, в диапазоне от %(2)d до %(3)d" -#: lib/solaar/ui/rule_conditions.py:419 lib/solaar/ui/rule_conditions.py:420 +#: lib/solaar/ui/rule_conditions.py:426 lib/solaar/ui/rule_conditions.py:427 msgid "mask" msgstr "маска" -#: lib/solaar/ui/rule_conditions.py:421 +#: lib/solaar/ui/rule_conditions.py:428 #, python-format msgid "bytes %(0)d to %(1)d, mask %(2)d" msgstr "байты с %(0)d по %(1)d, маска %(2)d" -#: lib/solaar/ui/rule_conditions.py:430 +#: lib/solaar/ui/rule_conditions.py:437 msgid "Bit or range test on bytes in notification message triggering rule " "processing." msgstr "Проверка битов или диапазона на байтах в уведомительном сообщении, " "запускающем обработку правила." -#: lib/solaar/ui/rule_conditions.py:440 +#: lib/solaar/ui/rule_conditions.py:447 msgid "type" msgstr "тип" -#: lib/solaar/ui/rule_conditions.py:528 +#: lib/solaar/ui/rule_conditions.py:535 msgid "Mouse gesture with optional initiating button followed by zero or " "more mouse movements." msgstr "Жест мыши с дополнительной кнопкой запуска, за которым следует ноль " "или более движений мыши." -#: lib/solaar/ui/rule_conditions.py:533 +#: lib/solaar/ui/rule_conditions.py:541 msgid "Add movement" msgstr "Добавить движение" -#: lib/solaar/ui/tray.py:50 +#: lib/solaar/ui/tray.py:55 msgid "No supported device found" msgstr "Поддерживаемое устройство не найдено" -#: lib/solaar/ui/tray.py:55 lib/solaar/ui/window.py:310 +#: lib/solaar/ui/tray.py:60 lib/solaar/ui/window.py:328 #, python-format msgid "About %s" msgstr "О программе %s" -#: lib/solaar/ui/tray.py:56 lib/solaar/ui/window.py:308 +#: lib/solaar/ui/tray.py:61 lib/solaar/ui/window.py:326 #, python-format msgid "Quit %s" msgstr "Выйти из %s" -#: lib/solaar/ui/tray.py:267 lib/solaar/ui/tray.py:275 +#: lib/solaar/ui/tray.py:273 lib/solaar/ui/tray.py:281 msgid "no receiver" msgstr "отсутствует приёмник" -#: lib/solaar/ui/tray.py:288 lib/solaar/ui/tray.py:293 +#: lib/solaar/ui/tray.py:294 lib/solaar/ui/tray.py:299 +#: lib/solaar/ui/window.py:728 msgid "offline" msgstr "нет соединения" -#: lib/solaar/ui/tray.py:291 +#: lib/solaar/ui/tray.py:297 msgid "no status" msgstr "отсутствует статус" -#: lib/solaar/ui/window.py:91 +#: lib/solaar/ui/window.py:110 msgid "Scanning" msgstr "Сканирование" -#: lib/solaar/ui/window.py:122 +#: lib/solaar/ui/window.py:141 msgid "Battery" msgstr "Батарея" -#: lib/solaar/ui/window.py:125 +#: lib/solaar/ui/window.py:144 msgid "Wireless Link" msgstr "Беспроводное соединение" -#: lib/solaar/ui/window.py:129 +#: lib/solaar/ui/window.py:148 msgid "Lighting" msgstr "Освещённость" -#: lib/solaar/ui/window.py:163 +#: lib/solaar/ui/window.py:182 msgid "Show Technical Details" msgstr "Технические сведения об устройстве" -#: lib/solaar/ui/window.py:179 +#: lib/solaar/ui/window.py:198 msgid "Pair new device" msgstr "Новое сопряженное устройство" -#: lib/solaar/ui/window.py:197 +#: lib/solaar/ui/window.py:216 msgid "Select a device" msgstr "Выбор устройства" -#: lib/solaar/ui/window.py:313 +#: lib/solaar/ui/window.py:331 msgid "Rule Editor" msgstr "Редактор правил" -#: lib/solaar/ui/window.py:517 +#: lib/solaar/ui/window.py:522 msgid "Path" msgstr "Расположение" -#: lib/solaar/ui/window.py:520 +#: lib/solaar/ui/window.py:524 msgid "USB ID" msgstr "Идент. USB" -#: lib/solaar/ui/window.py:523 lib/solaar/ui/window.py:525 -#: lib/solaar/ui/window.py:540 lib/solaar/ui/window.py:542 +#: lib/solaar/ui/window.py:527 lib/solaar/ui/window.py:529 +#: lib/solaar/ui/window.py:544 lib/solaar/ui/window.py:546 msgid "Serial" msgstr "Серийный №" -#: lib/solaar/ui/window.py:529 +#: lib/solaar/ui/window.py:533 msgid "Index" msgstr "Индекс" -#: lib/solaar/ui/window.py:531 +#: lib/solaar/ui/window.py:535 msgid "Wireless PID" msgstr "Б/проводн.PID" -#: lib/solaar/ui/window.py:533 +#: lib/solaar/ui/window.py:537 msgid "Product ID" msgstr "ID изделия" -#: lib/solaar/ui/window.py:535 +#: lib/solaar/ui/window.py:539 msgid "Protocol" msgstr "Протокол" -#: lib/solaar/ui/window.py:535 +#: lib/solaar/ui/window.py:539 msgid "Unknown" msgstr "Неизвестен" -#: lib/solaar/ui/window.py:537 +#: lib/solaar/ui/window.py:541 msgid "Polling rate" msgstr "Част. опроса" -#: lib/solaar/ui/window.py:544 +#: lib/solaar/ui/window.py:548 msgid "Unit ID" msgstr "ID устройства" -#: lib/solaar/ui/window.py:558 +#: lib/solaar/ui/window.py:559 +msgid "none" +msgstr "никто" + +#: lib/solaar/ui/window.py:560 msgid "Notifications" msgstr "Уведомления" -#: lib/solaar/ui/window.py:602 +#: lib/solaar/ui/window.py:604 msgid "No device paired." msgstr "Нет сопряжённых устройств." -#: lib/solaar/ui/window.py:611 +#: lib/solaar/ui/window.py:613 #, python-format msgid "Up to %(max_count)s device can be paired to this receiver." msgid_plural "Up to %(max_count)s devices can be paired to this receiver." @@ -1970,7 +2035,11 @@ msgstr[1] "С этим приёмником может быть сопря msgstr[2] "С этим приёмником может быть сопряжено до %(max_count)s " "устройств." -#: lib/solaar/ui/window.py:622 +#: lib/solaar/ui/window.py:620 +msgid "Only one device can be paired to this receiver." +msgstr "К этому приемнику может быть подключено только одно устройство." + +#: lib/solaar/ui/window.py:624 #, python-format msgid "This receiver has %d pairing remaining." msgid_plural "This receiver has %d pairings remaining." @@ -1978,45 +2047,49 @@ msgstr[0] "Данному приёмнику доступно ещё %d с msgstr[1] "Данному приёмнику доступно ещё %d сопряжения." msgstr[2] "Данному приёмнику доступно ещё %d сопряжений." -#: lib/solaar/ui/window.py:679 +#: lib/solaar/ui/window.py:681 msgid "Battery Voltage" msgstr "Напряжение батареи" -#: lib/solaar/ui/window.py:681 +#: lib/solaar/ui/window.py:683 msgid "Voltage reported by battery" msgstr "Напряжение батареи" -#: lib/solaar/ui/window.py:683 +#: lib/solaar/ui/window.py:685 msgid "Battery Level" msgstr "Уровень заряда" -#: lib/solaar/ui/window.py:685 +#: lib/solaar/ui/window.py:687 msgid "Approximate level reported by battery" msgstr "Приблизительный уровень заряда, cообщаемый батареей" -#: lib/solaar/ui/window.py:692 lib/solaar/ui/window.py:694 +#: lib/solaar/ui/window.py:694 lib/solaar/ui/window.py:696 msgid "next reported " msgstr "следующий доклад на " -#: lib/solaar/ui/window.py:695 +#: lib/solaar/ui/window.py:697 msgid " and next level to be reported." msgstr " \n" "(следующий уровень для отчёта)." -#: lib/solaar/ui/window.py:711 +#: lib/solaar/ui/window.py:702 +msgid "last known" +msgstr "последний известный" + +#: lib/solaar/ui/window.py:713 msgid "encrypted" msgstr "зашифровано" -#: lib/solaar/ui/window.py:713 +#: lib/solaar/ui/window.py:715 msgid "The wireless link between this device and its receiver is encrypted." msgstr "Беспроводное соединение между этим устройством и его приёмником " "зашифровано." -#: lib/solaar/ui/window.py:715 +#: lib/solaar/ui/window.py:717 msgid "not encrypted" msgstr "не зашифровано" -#: lib/solaar/ui/window.py:719 +#: lib/solaar/ui/window.py:721 msgid "The wireless link between this device and its receiver is not " "encrypted.\n" "This is a security issue for pointing devices, and a major security " @@ -2026,7 +2099,7 @@ msgstr "Беспроводное соединение между этим ус "Это проблема безопасности для указывающих устройств и серьезная " "проблема безопасности для устройств ввода текста." -#: lib/solaar/ui/window.py:735 +#: lib/solaar/ui/window.py:737 #, python-format msgid "%(light_level)d lux" msgstr "%(light_level)d люкс" diff --git a/po/solaar.pot b/po/solaar.pot index c791d174..5dae40bc 100644 --- a/po/solaar.pot +++ b/po/solaar.pot @@ -5,9 +5,9 @@ # #, fuzzy msgid "" -msgstr "Project-Id-Version: solaar 1.1.13\n" +msgstr "Project-Id-Version: solaar 1.1.17rc3\n" "Report-Msgid-Bugs-To: \n" - "POT-Creation-Date: 2024-07-01 13:49+0800\n" + "POT-Creation-Date: 2025-12-01 21:43+0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,132 +17,131 @@ msgstr "Project-Id-Version: solaar 1.1.13\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: lib/logitech_receiver/base_usb.py:45 +#: lib/logitech_receiver/base_usb.py:52 msgid "Bolt Receiver" msgstr "" -#: lib/logitech_receiver/base_usb.py:57 +#: lib/logitech_receiver/base_usb.py:64 msgid "Unifying Receiver" msgstr "" -#: lib/logitech_receiver/base_usb.py:68 lib/logitech_receiver/base_usb.py:80 -#: lib/logitech_receiver/base_usb.py:93 lib/logitech_receiver/base_usb.py:106 -#: lib/logitech_receiver/base_usb.py:119 +#: lib/logitech_receiver/base_usb.py:75 lib/logitech_receiver/base_usb.py:87 +#: lib/logitech_receiver/base_usb.py:100 lib/logitech_receiver/base_usb.py:113 msgid "Nano Receiver" msgstr "" -#: lib/logitech_receiver/base_usb.py:131 +#: lib/logitech_receiver/base_usb.py:125 msgid "Lightspeed Receiver" msgstr "" -#: lib/logitech_receiver/base_usb.py:141 +#: lib/logitech_receiver/base_usb.py:135 msgid "EX100 Receiver 27 Mhz" msgstr "" -#: lib/logitech_receiver/common.py:610 +#: lib/logitech_receiver/common.py:649 #, python-format msgid "Battery: %(level)s (%(status)s)" msgstr "" -#: lib/logitech_receiver/common.py:613 +#: lib/logitech_receiver/common.py:652 #, python-format msgid "Battery: %(percent)d%% (%(status)s)" msgstr "" -#: lib/logitech_receiver/hidpp20.py:921 -#: lib/logitech_receiver/settings_templates.py:283 +#: lib/logitech_receiver/hidpp20.py:1048 +#: lib/logitech_receiver/settings_templates.py:299 msgid "Disabled" msgstr "" -#: lib/logitech_receiver/hidpp20.py:922 +#: lib/logitech_receiver/hidpp20.py:1049 msgid "Static" msgstr "" -#: lib/logitech_receiver/hidpp20.py:923 +#: lib/logitech_receiver/hidpp20.py:1050 msgid "Pulse" msgstr "" -#: lib/logitech_receiver/hidpp20.py:924 +#: lib/logitech_receiver/hidpp20.py:1051 msgid "Cycle" msgstr "" -#: lib/logitech_receiver/hidpp20.py:925 +#: lib/logitech_receiver/hidpp20.py:1052 msgid "Boot" msgstr "" -#: lib/logitech_receiver/hidpp20.py:926 +#: lib/logitech_receiver/hidpp20.py:1053 msgid "Demo" msgstr "" -#: lib/logitech_receiver/hidpp20.py:927 +#: lib/logitech_receiver/hidpp20.py:1055 msgid "Breathe" msgstr "" -#: lib/logitech_receiver/hidpp20.py:928 +#: lib/logitech_receiver/hidpp20.py:1058 msgid "Ripple" msgstr "" -#: lib/logitech_receiver/hidpp20.py:929 +#: lib/logitech_receiver/hidpp20.py:1059 msgid "Decomposition" msgstr "" -#: lib/logitech_receiver/hidpp20.py:930 +#: lib/logitech_receiver/hidpp20.py:1060 msgid "Signature1" msgstr "" -#: lib/logitech_receiver/hidpp20.py:931 +#: lib/logitech_receiver/hidpp20.py:1061 msgid "Signature2" msgstr "" -#: lib/logitech_receiver/hidpp20.py:932 +#: lib/logitech_receiver/hidpp20.py:1062 msgid "CycleS" msgstr "" -#: lib/logitech_receiver/hidpp20.py:996 +#: lib/logitech_receiver/hidpp20.py:1126 msgid "Unknown Location" msgstr "" -#: lib/logitech_receiver/hidpp20.py:997 +#: lib/logitech_receiver/hidpp20.py:1127 msgid "Primary" msgstr "" -#: lib/logitech_receiver/hidpp20.py:998 +#: lib/logitech_receiver/hidpp20.py:1128 msgid "Logo" msgstr "" -#: lib/logitech_receiver/hidpp20.py:999 +#: lib/logitech_receiver/hidpp20.py:1129 msgid "Left Side" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1000 +#: lib/logitech_receiver/hidpp20.py:1130 msgid "Right Side" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1001 +#: lib/logitech_receiver/hidpp20.py:1131 msgid "Combined" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1002 +#: lib/logitech_receiver/hidpp20.py:1132 msgid "Primary 1" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1003 +#: lib/logitech_receiver/hidpp20.py:1133 msgid "Primary 2" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1004 +#: lib/logitech_receiver/hidpp20.py:1134 msgid "Primary 3" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1005 +#: lib/logitech_receiver/hidpp20.py:1135 msgid "Primary 4" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1006 +#: lib/logitech_receiver/hidpp20.py:1136 msgid "Primary 5" msgstr "" -#: lib/logitech_receiver/hidpp20.py:1007 +#: lib/logitech_receiver/hidpp20.py:1137 msgid "Primary 6" msgstr "" @@ -178,7 +177,7 @@ msgstr "" msgid "recharging" msgstr "" -#: lib/logitech_receiver/i18n.py:37 +#: lib/logitech_receiver/i18n.py:37 lib/solaar/ui/window.py:700 msgid "charging" msgstr "" @@ -238,7 +237,7 @@ msgstr "" msgid "sequence timeout" msgstr "" -#: lib/logitech_receiver/i18n.py:54 +#: lib/logitech_receiver/i18n.py:54 lib/solaar/ui/window.py:555 msgid "Firmware" msgstr "" @@ -334,1246 +333,1302 @@ msgstr "" msgid "released" msgstr "" -#: lib/logitech_receiver/notifications.py:64 -#: lib/logitech_receiver/notifications.py:116 -msgid "pairing lock is closed" -msgstr "" - -#: lib/logitech_receiver/notifications.py:64 -#: lib/logitech_receiver/notifications.py:116 -msgid "pairing lock is open" -msgstr "" - -#: lib/logitech_receiver/notifications.py:81 -msgid "discovery lock is closed" -msgstr "" - -#: lib/logitech_receiver/notifications.py:81 -msgid "discovery lock is open" -msgstr "" - -#: lib/logitech_receiver/notifications.py:210 lib/solaar/listener.py:238 +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 msgid "connected" msgstr "" -#: lib/logitech_receiver/notifications.py:210 lib/solaar/listener.py:238 +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 msgid "disconnected" msgstr "" -#: lib/logitech_receiver/notifications.py:236 +#: lib/logitech_receiver/notifications.py:182 msgid "unpaired" msgstr "" -#: lib/logitech_receiver/notifications.py:283 +#: lib/logitech_receiver/notifications.py:231 msgid "powered on" msgstr "" -#: lib/logitech_receiver/receiver.py:371 +#: lib/logitech_receiver/notifications.py:283 +msgid "ADC measurement notification" +msgstr "" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is closed" +msgstr "" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is open" +msgstr "" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is closed" +msgstr "" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is open" +msgstr "" + +#: lib/logitech_receiver/receiver.py:437 msgid "No paired devices." msgstr "" -#: lib/logitech_receiver/receiver.py:373 lib/solaar/ui/window.py:604 +#: lib/logitech_receiver/receiver.py:439 lib/solaar/ui/window.py:606 #, python-format msgid "%(count)s paired device." msgid_plural "%(count)s paired devices." msgstr[0] "" msgstr[1] "" -#: lib/logitech_receiver/settings.py:611 +#: lib/logitech_receiver/settings.py:602 msgid "register" msgstr "" -#: lib/logitech_receiver/settings.py:625 lib/logitech_receiver/settings.py:651 +#: lib/logitech_receiver/settings.py:616 lib/logitech_receiver/settings.py:654 msgid "feature" msgstr "" -#: lib/logitech_receiver/settings_templates.py:122 +#: lib/logitech_receiver/settings_templates.py:138 msgid "Swap Fx function" msgstr "" -#: lib/logitech_receiver/settings_templates.py:125 +#: lib/logitech_receiver/settings_templates.py:141 msgid "When set, the F1..F12 keys will activate their special function,\n" "and you must hold the FN key to activate their standard function." msgstr "" -#: lib/logitech_receiver/settings_templates.py:130 +#: lib/logitech_receiver/settings_templates.py:146 msgid "When unset, the F1..F12 keys will activate their standard function,\n" "and you must hold the FN key to activate their special function." msgstr "" -#: lib/logitech_receiver/settings_templates.py:138 +#: lib/logitech_receiver/settings_templates.py:154 msgid "Hand Detection" msgstr "" -#: lib/logitech_receiver/settings_templates.py:139 +#: lib/logitech_receiver/settings_templates.py:155 msgid "Turn on illumination when the hands hover over the keyboard." msgstr "" -#: lib/logitech_receiver/settings_templates.py:146 +#: lib/logitech_receiver/settings_templates.py:162 msgid "Scroll Wheel Smooth Scrolling" msgstr "" -#: lib/logitech_receiver/settings_templates.py:147 -#: lib/logitech_receiver/settings_templates.py:394 -#: lib/logitech_receiver/settings_templates.py:423 +#: lib/logitech_receiver/settings_templates.py:163 +#: lib/logitech_receiver/settings_templates.py:410 +#: lib/logitech_receiver/settings_templates.py:439 msgid "High-sensitivity mode for vertical scroll with the wheel." msgstr "" -#: lib/logitech_receiver/settings_templates.py:154 +#: lib/logitech_receiver/settings_templates.py:170 msgid "Side Scrolling" msgstr "" -#: lib/logitech_receiver/settings_templates.py:156 +#: lib/logitech_receiver/settings_templates.py:172 msgid "When disabled, pushing the wheel sideways sends custom button " "events\n" "instead of the standard side-scrolling events." msgstr "" -#: lib/logitech_receiver/settings_templates.py:166 +#: lib/logitech_receiver/settings_templates.py:182 msgid "Sensitivity (DPI - older mice)" msgstr "" -#: lib/logitech_receiver/settings_templates.py:167 -#: lib/logitech_receiver/settings_templates.py:955 -#: lib/logitech_receiver/settings_templates.py:983 +#: lib/logitech_receiver/settings_templates.py:183 +#: lib/logitech_receiver/settings_templates.py:1019 +#: lib/logitech_receiver/settings_templates.py:1047 msgid "Mouse movement sensitivity" msgstr "" -#: lib/logitech_receiver/settings_templates.py:240 +#: lib/logitech_receiver/settings_templates.py:256 msgid "Backlight Timed" msgstr "" -#: lib/logitech_receiver/settings_templates.py:241 -#: lib/logitech_receiver/settings_templates.py:381 +#: lib/logitech_receiver/settings_templates.py:257 +#: lib/logitech_receiver/settings_templates.py:397 msgid "Set illumination time for keyboard." msgstr "" -#: lib/logitech_receiver/settings_templates.py:252 +#: lib/logitech_receiver/settings_templates.py:268 msgid "Backlight" msgstr "" -#: lib/logitech_receiver/settings_templates.py:253 +#: lib/logitech_receiver/settings_templates.py:269 msgid "Illumination level on keyboard. Changes made are only applied in " "Manual mode." msgstr "" -#: lib/logitech_receiver/settings_templates.py:285 +#: lib/logitech_receiver/settings_templates.py:301 msgid "Automatic" msgstr "" -#: lib/logitech_receiver/settings_templates.py:287 +#: lib/logitech_receiver/settings_templates.py:303 msgid "Manual" msgstr "" -#: lib/logitech_receiver/settings_templates.py:289 +#: lib/logitech_receiver/settings_templates.py:305 msgid "Enabled" msgstr "" -#: lib/logitech_receiver/settings_templates.py:295 +#: lib/logitech_receiver/settings_templates.py:311 msgid "Backlight Level" msgstr "" -#: lib/logitech_receiver/settings_templates.py:296 +#: lib/logitech_receiver/settings_templates.py:312 msgid "Illumination level on keyboard when in Manual mode." msgstr "" -#: lib/logitech_receiver/settings_templates.py:353 +#: lib/logitech_receiver/settings_templates.py:369 msgid "Backlight Delay Hands Out" msgstr "" -#: lib/logitech_receiver/settings_templates.py:354 +#: lib/logitech_receiver/settings_templates.py:370 msgid "Delay in seconds until backlight fades out with hands away from " "keyboard." msgstr "" -#: lib/logitech_receiver/settings_templates.py:362 +#: lib/logitech_receiver/settings_templates.py:378 msgid "Backlight Delay Hands In" msgstr "" -#: lib/logitech_receiver/settings_templates.py:363 +#: lib/logitech_receiver/settings_templates.py:379 msgid "Delay in seconds until backlight fades out with hands near keyboard." msgstr "" -#: lib/logitech_receiver/settings_templates.py:371 +#: lib/logitech_receiver/settings_templates.py:387 msgid "Backlight Delay Powered" msgstr "" -#: lib/logitech_receiver/settings_templates.py:372 +#: lib/logitech_receiver/settings_templates.py:388 msgid "Delay in seconds until backlight fades out with external power." msgstr "" -#: lib/logitech_receiver/settings_templates.py:380 +#: lib/logitech_receiver/settings_templates.py:396 msgid "Backlight (Seconds)" msgstr "" -#: lib/logitech_receiver/settings_templates.py:392 +#: lib/logitech_receiver/settings_templates.py:408 msgid "Scroll Wheel High Resolution" msgstr "" -#: lib/logitech_receiver/settings_templates.py:396 -#: lib/logitech_receiver/settings_templates.py:425 +#: lib/logitech_receiver/settings_templates.py:412 +#: lib/logitech_receiver/settings_templates.py:441 msgid "Set to ignore if scrolling is abnormally fast or slow" msgstr "" -#: lib/logitech_receiver/settings_templates.py:403 -#: lib/logitech_receiver/settings_templates.py:434 +#: lib/logitech_receiver/settings_templates.py:419 +#: lib/logitech_receiver/settings_templates.py:450 msgid "Scroll Wheel Diversion" msgstr "" -#: lib/logitech_receiver/settings_templates.py:405 +#: lib/logitech_receiver/settings_templates.py:421 msgid "Make scroll wheel send LOWRES_WHEEL HID++ notifications (which " "trigger Solaar rules but are otherwise ignored)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:412 +#: lib/logitech_receiver/settings_templates.py:428 msgid "Scroll Wheel Direction" msgstr "" -#: lib/logitech_receiver/settings_templates.py:413 +#: lib/logitech_receiver/settings_templates.py:429 msgid "Invert direction for vertical scroll with wheel." msgstr "" -#: lib/logitech_receiver/settings_templates.py:421 +#: lib/logitech_receiver/settings_templates.py:437 msgid "Scroll Wheel Resolution" msgstr "" -#: lib/logitech_receiver/settings_templates.py:436 +#: lib/logitech_receiver/settings_templates.py:452 msgid "Make scroll wheel send HIRES_WHEEL HID++ notifications (which " "trigger Solaar rules but are otherwise ignored)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:445 +#: lib/logitech_receiver/settings_templates.py:461 msgid "Sensitivity (Pointer Speed)" msgstr "" -#: lib/logitech_receiver/settings_templates.py:446 +#: lib/logitech_receiver/settings_templates.py:462 msgid "Speed multiplier for mouse (256 is normal multiplier)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:456 +#: lib/logitech_receiver/settings_templates.py:472 msgid "Thumb Wheel Diversion" msgstr "" -#: lib/logitech_receiver/settings_templates.py:458 +#: lib/logitech_receiver/settings_templates.py:474 msgid "Make thumb wheel send THUMB_WHEEL HID++ notifications (which trigger " "Solaar rules but are otherwise ignored)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:467 +#: lib/logitech_receiver/settings_templates.py:483 msgid "Thumb Wheel Direction" msgstr "" -#: lib/logitech_receiver/settings_templates.py:468 +#: lib/logitech_receiver/settings_templates.py:484 msgid "Invert thumb wheel scroll direction." msgstr "" -#: lib/logitech_receiver/settings_templates.py:488 +#: lib/logitech_receiver/settings_templates.py:504 msgid "Onboard Profiles" msgstr "" -#: lib/logitech_receiver/settings_templates.py:489 +#: lib/logitech_receiver/settings_templates.py:505 msgid "Enable an onboard profile, which controls report rate, sensitivity, " "and button actions" msgstr "" -#: lib/logitech_receiver/settings_templates.py:533 -#: lib/logitech_receiver/settings_templates.py:566 +#: lib/logitech_receiver/settings_templates.py:549 +#: lib/logitech_receiver/settings_templates.py:582 msgid "Report Rate" msgstr "" -#: lib/logitech_receiver/settings_templates.py:535 -#: lib/logitech_receiver/settings_templates.py:568 +#: lib/logitech_receiver/settings_templates.py:551 +#: lib/logitech_receiver/settings_templates.py:584 msgid "Frequency of device movement reports" msgstr "" -#: lib/logitech_receiver/settings_templates.py:535 -#: lib/logitech_receiver/settings_templates.py:568 -#: lib/logitech_receiver/settings_templates.py:983 -#: lib/logitech_receiver/settings_templates.py:1357 -#: lib/logitech_receiver/settings_templates.py:1388 +#: lib/logitech_receiver/settings_templates.py:551 +#: lib/logitech_receiver/settings_templates.py:584 +#: lib/logitech_receiver/settings_templates.py:1019 +#: lib/logitech_receiver/settings_templates.py:1047 +#: lib/logitech_receiver/settings_templates.py:1421 +#: lib/logitech_receiver/settings_templates.py:1452 msgid "May need Onboard Profiles set to Disable to be effective." msgstr "" -#: lib/logitech_receiver/settings_templates.py:596 +#: lib/logitech_receiver/settings_templates.py:612 msgid "Divert crown events" msgstr "" -#: lib/logitech_receiver/settings_templates.py:597 +#: lib/logitech_receiver/settings_templates.py:613 msgid "Make crown send CROWN HID++ notifications (which trigger Solaar " "rules but are otherwise ignored)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:605 +#: lib/logitech_receiver/settings_templates.py:621 msgid "Crown smooth scroll" msgstr "" -#: lib/logitech_receiver/settings_templates.py:606 +#: lib/logitech_receiver/settings_templates.py:622 msgid "Set crown smooth scroll" msgstr "" -#: lib/logitech_receiver/settings_templates.py:614 +#: lib/logitech_receiver/settings_templates.py:630 msgid "Divert G and M Keys" msgstr "" -#: lib/logitech_receiver/settings_templates.py:615 +#: lib/logitech_receiver/settings_templates.py:631 msgid "Make G and M keys send HID++ notifications (which trigger Solaar " "rules but are otherwise ignored)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:629 +#: lib/logitech_receiver/settings_templates.py:645 msgid "Scroll Wheel Ratcheted" msgstr "" -#: lib/logitech_receiver/settings_templates.py:630 +#: lib/logitech_receiver/settings_templates.py:646 msgid "Switch the mouse wheel between speed-controlled ratcheting and " "always freespin." msgstr "" -#: lib/logitech_receiver/settings_templates.py:632 +#: lib/logitech_receiver/settings_templates.py:648 msgid "Freespinning" msgstr "" -#: lib/logitech_receiver/settings_templates.py:632 +#: lib/logitech_receiver/settings_templates.py:648 msgid "Ratcheted" msgstr "" -#: lib/logitech_receiver/settings_templates.py:639 +#: lib/logitech_receiver/settings_templates.py:655 msgid "Scroll Wheel Ratchet Speed" msgstr "" -#: lib/logitech_receiver/settings_templates.py:641 +#: lib/logitech_receiver/settings_templates.py:657 msgid "Use the mouse wheel speed to switch between ratcheted and " "freespinning.\n" "The mouse wheel is always ratcheted at 50." msgstr "" -#: lib/logitech_receiver/settings_templates.py:690 +#: lib/logitech_receiver/settings_templates.py:707 +msgid "Scroll Wheel Ratchet Torque" +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:708 +msgid "Change the torque needed to overcome the ratchet." +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:743 msgid "Key/Button Actions" msgstr "" -#: lib/logitech_receiver/settings_templates.py:692 +#: lib/logitech_receiver/settings_templates.py:745 msgid "Change the action for the key or button." msgstr "" -#: lib/logitech_receiver/settings_templates.py:694 +#: lib/logitech_receiver/settings_templates.py:747 msgid "Overridden by diversion." msgstr "" -#: lib/logitech_receiver/settings_templates.py:696 +#: lib/logitech_receiver/settings_templates.py:749 msgid "Changing important actions (such as for the left mouse button) can " "result in an unusable system." msgstr "" -#: lib/logitech_receiver/settings_templates.py:862 +#: lib/logitech_receiver/settings_templates.py:924 msgid "Key/Button Diversion" msgstr "" -#: lib/logitech_receiver/settings_templates.py:863 +#: lib/logitech_receiver/settings_templates.py:925 msgid "Make the key or button send HID++ notifications (Diverted) or " "initiate Mouse Gestures or Sliding DPI" msgstr "" -#: lib/logitech_receiver/settings_templates.py:866 -#: lib/logitech_receiver/settings_templates.py:867 -#: lib/logitech_receiver/settings_templates.py:868 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 +#: lib/logitech_receiver/settings_templates.py:930 msgid "Diverted" msgstr "" -#: lib/logitech_receiver/settings_templates.py:866 -#: lib/logitech_receiver/settings_templates.py:867 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 msgid "Mouse Gestures" msgstr "" -#: lib/logitech_receiver/settings_templates.py:866 -#: lib/logitech_receiver/settings_templates.py:867 -#: lib/logitech_receiver/settings_templates.py:868 +#: lib/logitech_receiver/settings_templates.py:928 +#: lib/logitech_receiver/settings_templates.py:929 +#: lib/logitech_receiver/settings_templates.py:930 msgid "Regular" msgstr "" -#: lib/logitech_receiver/settings_templates.py:866 +#: lib/logitech_receiver/settings_templates.py:928 msgid "Sliding DPI" msgstr "" -#: lib/logitech_receiver/settings_templates.py:954 -#: lib/logitech_receiver/settings_templates.py:982 +#: lib/logitech_receiver/settings_templates.py:1018 +#: lib/logitech_receiver/settings_templates.py:1046 msgid "Sensitivity (DPI)" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1059 +#: lib/logitech_receiver/settings_templates.py:1123 msgid "Sensitivity Switching" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1061 +#: lib/logitech_receiver/settings_templates.py:1125 msgid "Switch the current sensitivity and the remembered sensitivity when " "the key or button is pressed.\n" "If there is no remembered sensitivity, just remember the current " "sensitivity" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1065 +#: lib/logitech_receiver/settings_templates.py:1129 msgid "Off" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1096 +#: lib/logitech_receiver/settings_templates.py:1160 msgid "Disable keys" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1097 +#: lib/logitech_receiver/settings_templates.py:1161 msgid "Disable specific keyboard keys." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1100 +#: lib/logitech_receiver/settings_templates.py:1164 #, python-format msgid "Disables the %s key." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1113 -#: lib/logitech_receiver/settings_templates.py:1170 +#: lib/logitech_receiver/settings_templates.py:1177 +#: lib/logitech_receiver/settings_templates.py:1234 msgid "Set OS" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1114 -#: lib/logitech_receiver/settings_templates.py:1171 +#: lib/logitech_receiver/settings_templates.py:1178 +#: lib/logitech_receiver/settings_templates.py:1235 msgid "Change keys to match OS." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1183 +#: lib/logitech_receiver/settings_templates.py:1247 msgid "Change Host" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1184 +#: lib/logitech_receiver/settings_templates.py:1248 msgid "Switch connection to a different host" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1208 +#: lib/logitech_receiver/settings_templates.py:1272 msgid "Performs a left click." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1208 +#: lib/logitech_receiver/settings_templates.py:1272 msgid "Single tap" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1209 +#: lib/logitech_receiver/settings_templates.py:1273 msgid "Performs a right click." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1209 +#: lib/logitech_receiver/settings_templates.py:1273 msgid "Single tap with two fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1210 +#: lib/logitech_receiver/settings_templates.py:1274 msgid "Single tap with three fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1214 +#: lib/logitech_receiver/settings_templates.py:1278 msgid "Double tap" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1214 +#: lib/logitech_receiver/settings_templates.py:1278 msgid "Performs a double click." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1215 +#: lib/logitech_receiver/settings_templates.py:1279 msgid "Double tap with two fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1216 +#: lib/logitech_receiver/settings_templates.py:1280 msgid "Double tap with three fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1219 +#: lib/logitech_receiver/settings_templates.py:1283 msgid "Drags items by dragging the finger after double tapping." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1219 +#: lib/logitech_receiver/settings_templates.py:1283 msgid "Tap and drag" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1221 +#: lib/logitech_receiver/settings_templates.py:1285 msgid "Tap and drag with two fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1222 +#: lib/logitech_receiver/settings_templates.py:1286 msgid "Drags items by dragging the fingers after double tapping." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1224 +#: lib/logitech_receiver/settings_templates.py:1288 msgid "Tap and drag with three fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1227 +#: lib/logitech_receiver/settings_templates.py:1291 msgid "Suppress tap and edge gestures" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1228 +#: lib/logitech_receiver/settings_templates.py:1292 msgid "Disables tap and edge gestures (equivalent to pressing Fn+LeftClick)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1230 +#: lib/logitech_receiver/settings_templates.py:1294 msgid "Scroll with one finger" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1230 -#: lib/logitech_receiver/settings_templates.py:1231 -#: lib/logitech_receiver/settings_templates.py:1234 +#: lib/logitech_receiver/settings_templates.py:1294 +#: lib/logitech_receiver/settings_templates.py:1295 +#: lib/logitech_receiver/settings_templates.py:1298 msgid "Scrolls." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1231 -#: lib/logitech_receiver/settings_templates.py:1234 +#: lib/logitech_receiver/settings_templates.py:1295 +#: lib/logitech_receiver/settings_templates.py:1298 msgid "Scroll with two fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1232 +#: lib/logitech_receiver/settings_templates.py:1296 msgid "Scroll horizontally with two fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1232 +#: lib/logitech_receiver/settings_templates.py:1296 msgid "Scrolls horizontally." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1233 +#: lib/logitech_receiver/settings_templates.py:1297 msgid "Scroll vertically with two fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1233 +#: lib/logitech_receiver/settings_templates.py:1297 msgid "Scrolls vertically." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1235 +#: lib/logitech_receiver/settings_templates.py:1299 msgid "Inverts the scrolling direction." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1235 +#: lib/logitech_receiver/settings_templates.py:1299 msgid "Natural scrolling" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1236 +#: lib/logitech_receiver/settings_templates.py:1300 msgid "Enables the thumbwheel." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1236 +#: lib/logitech_receiver/settings_templates.py:1300 msgid "Thumbwheel" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1247 -#: lib/logitech_receiver/settings_templates.py:1251 +#: lib/logitech_receiver/settings_templates.py:1311 +#: lib/logitech_receiver/settings_templates.py:1315 msgid "Swipe from the top edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1248 +#: lib/logitech_receiver/settings_templates.py:1312 msgid "Swipe from the left edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1249 +#: lib/logitech_receiver/settings_templates.py:1313 msgid "Swipe from the right edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1250 +#: lib/logitech_receiver/settings_templates.py:1314 msgid "Swipe from the bottom edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1252 +#: lib/logitech_receiver/settings_templates.py:1316 msgid "Swipe two fingers from the left edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1253 +#: lib/logitech_receiver/settings_templates.py:1317 msgid "Swipe two fingers from the right edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1254 +#: lib/logitech_receiver/settings_templates.py:1318 msgid "Swipe two fingers from the bottom edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1255 +#: lib/logitech_receiver/settings_templates.py:1319 msgid "Swipe two fingers from the top edge" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1256 -#: lib/logitech_receiver/settings_templates.py:1260 +#: lib/logitech_receiver/settings_templates.py:1320 +#: lib/logitech_receiver/settings_templates.py:1324 msgid "Pinch to zoom out; spread to zoom in." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1256 +#: lib/logitech_receiver/settings_templates.py:1320 msgid "Zoom with two fingers." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1257 +#: lib/logitech_receiver/settings_templates.py:1321 msgid "Pinch to zoom out." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1258 +#: lib/logitech_receiver/settings_templates.py:1322 msgid "Spread to zoom in." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1259 +#: lib/logitech_receiver/settings_templates.py:1323 msgid "Zoom with three fingers." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1260 +#: lib/logitech_receiver/settings_templates.py:1324 msgid "Zoom with two fingers" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1278 +#: lib/logitech_receiver/settings_templates.py:1342 msgid "Pixel zone" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1279 +#: lib/logitech_receiver/settings_templates.py:1343 msgid "Ratio zone" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1280 +#: lib/logitech_receiver/settings_templates.py:1344 msgid "Scale factor" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1280 +#: lib/logitech_receiver/settings_templates.py:1344 msgid "Sets the cursor speed." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1284 +#: lib/logitech_receiver/settings_templates.py:1348 msgid "Left" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1284 +#: lib/logitech_receiver/settings_templates.py:1348 msgid "Left-most coordinate." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1285 +#: lib/logitech_receiver/settings_templates.py:1349 msgid "Bottom" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1285 +#: lib/logitech_receiver/settings_templates.py:1349 msgid "Bottom coordinate." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1286 +#: lib/logitech_receiver/settings_templates.py:1350 msgid "Width" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1286 +#: lib/logitech_receiver/settings_templates.py:1350 msgid "Width." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1287 +#: lib/logitech_receiver/settings_templates.py:1351 msgid "Height" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1287 +#: lib/logitech_receiver/settings_templates.py:1351 msgid "Height." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1288 +#: lib/logitech_receiver/settings_templates.py:1352 msgid "Cursor speed." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1288 +#: lib/logitech_receiver/settings_templates.py:1352 msgid "Scale" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1294 +#: lib/logitech_receiver/settings_templates.py:1358 msgid "Gestures" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1295 +#: lib/logitech_receiver/settings_templates.py:1359 msgid "Tweak the mouse/touchpad behaviour." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1311 +#: lib/logitech_receiver/settings_templates.py:1375 msgid "Gestures Diversion" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1312 +#: lib/logitech_receiver/settings_templates.py:1376 msgid "Divert mouse/touchpad gestures." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1328 +#: lib/logitech_receiver/settings_templates.py:1392 msgid "Gesture params" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1329 +#: lib/logitech_receiver/settings_templates.py:1393 msgid "Change numerical parameters of a mouse/touchpad." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1353 +#: lib/logitech_receiver/settings_templates.py:1417 msgid "M-Key LEDs" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1355 +#: lib/logitech_receiver/settings_templates.py:1419 msgid "Control the M-Key LEDs." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1359 -#: lib/logitech_receiver/settings_templates.py:1390 +#: lib/logitech_receiver/settings_templates.py:1423 +#: lib/logitech_receiver/settings_templates.py:1454 msgid "May need G Keys diverted to be effective." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1365 +#: lib/logitech_receiver/settings_templates.py:1429 #, python-format msgid "Lights up the %s key." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1384 +#: lib/logitech_receiver/settings_templates.py:1448 msgid "MR-Key LED" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1386 +#: lib/logitech_receiver/settings_templates.py:1450 msgid "Control the MR-Key LED." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1407 +#: lib/logitech_receiver/settings_templates.py:1471 msgid "Persistent Key/Button Mapping" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1409 +#: lib/logitech_receiver/settings_templates.py:1473 msgid "Permanently change the mapping for the key or button." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1411 +#: lib/logitech_receiver/settings_templates.py:1475 msgid "Changing important keys or buttons (such as for the left mouse " "button) can result in an unusable system." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1468 +#: lib/logitech_receiver/settings_templates.py:1532 msgid "Sidetone" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1469 +#: lib/logitech_receiver/settings_templates.py:1533 msgid "Set sidetone level." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1478 +#: lib/logitech_receiver/settings_templates.py:1542 msgid "Equalizer" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1479 +#: lib/logitech_receiver/settings_templates.py:1543 msgid "Set equalizer levels." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1501 +#: lib/logitech_receiver/settings_templates.py:1565 msgid "Hz" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1507 +#: lib/logitech_receiver/settings_templates.py:1571 msgid "Power Management" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1508 +#: lib/logitech_receiver/settings_templates.py:1572 msgid "Power off in minutes (0 for never)." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1519 +#: lib/logitech_receiver/settings_templates.py:1584 msgid "Brightness Control" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1520 +#: lib/logitech_receiver/settings_templates.py:1585 msgid "Control overall brightness" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1563 -#: lib/logitech_receiver/settings_templates.py:1617 +#: lib/logitech_receiver/settings_templates.py:1628 +#: lib/logitech_receiver/settings_templates.py:1681 msgid "LED Control" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1564 -#: lib/logitech_receiver/settings_templates.py:1618 +#: lib/logitech_receiver/settings_templates.py:1629 +#: lib/logitech_receiver/settings_templates.py:1682 msgid "Switch control of LED zones between device and Solaar" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1579 -#: lib/logitech_receiver/settings_templates.py:1628 +#: lib/logitech_receiver/settings_templates.py:1644 +#: lib/logitech_receiver/settings_templates.py:1692 msgid "LED Zone Effects" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1580 -#: lib/logitech_receiver/settings_templates.py:1629 +#: lib/logitech_receiver/settings_templates.py:1645 +#: lib/logitech_receiver/settings_templates.py:1693 msgid "LED Control needs to be set to Solaar to be effective." msgstr "" -#: lib/logitech_receiver/settings_templates.py:1580 -#: lib/logitech_receiver/settings_templates.py:1629 +#: lib/logitech_receiver/settings_templates.py:1645 +#: lib/logitech_receiver/settings_templates.py:1693 msgid "Set effect for LED Zone" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1583 +#: lib/logitech_receiver/settings_templates.py:1647 +msgid "Color" +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:1648 msgid "Speed" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1584 +#: lib/logitech_receiver/settings_templates.py:1649 msgid "Period" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1585 +#: lib/logitech_receiver/settings_templates.py:1650 msgid "Intensity" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1586 +#: lib/logitech_receiver/settings_templates.py:1651 msgid "Ramp" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1602 +#: lib/logitech_receiver/settings_templates.py:1666 msgid "LEDs" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1639 +#: lib/logitech_receiver/settings_templates.py:1703 msgid "Per-key Lighting" msgstr "" -#: lib/logitech_receiver/settings_templates.py:1640 +#: lib/logitech_receiver/settings_templates.py:1704 msgid "Control per-key lighting." msgstr "" -#: lib/solaar/ui/__init__.py:103 +#: lib/logitech_receiver/settings_templates.py:1786 +msgid "Force Sensing Buttons" +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:1787 +msgid "Change the force required to activate button." +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:1804 +msgid "Force Sensing Button" +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:1814 +msgid "Haptic Feeback Level" +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:1815 +msgid "Change power of haptic feedback. (Zero to turn off.)" +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:1857 +msgid "Play Haptic Waveform" +msgstr "" + +#: lib/logitech_receiver/settings_templates.py:1858 +msgid "Tell device to play a haptic waveform." +msgstr "" + +#: lib/solaar/ui/__init__.py:120 msgid "Another Solaar process is already running so just expose its window" msgstr "" -#: lib/solaar/ui/about.py:34 +#: lib/solaar/ui/about/model.py:36 msgid "Manages Logitech receivers,\n" "keyboards, mice, and tablets." msgstr "" -#: lib/solaar/ui/about.py:43 +#: lib/solaar/ui/about/model.py:63 msgid "Additional Programming" msgstr "" -#: lib/solaar/ui/about.py:44 +#: lib/solaar/ui/about/model.py:64 msgid "GUI design" msgstr "" -#: lib/solaar/ui/about.py:46 +#: lib/solaar/ui/about/model.py:66 msgid "Testing" msgstr "" -#: lib/solaar/ui/about.py:54 +#: lib/solaar/ui/about/model.py:74 msgid "Logitech documentation" msgstr "" -#: lib/solaar/ui/action.py:83 lib/solaar/ui/action.py:87 -#: lib/solaar/ui/window.py:189 +#: lib/solaar/ui/action.py:88 lib/solaar/ui/action.py:92 +#: lib/solaar/ui/window.py:208 msgid "Unpair" msgstr "" -#: lib/solaar/ui/action.py:86 lib/solaar/ui/diversion_rules.py:103 +#: lib/solaar/ui/action.py:91 lib/solaar/ui/diversion_rules.py:141 msgid "Cancel" msgstr "" -#: lib/solaar/ui/common.py:35 +#: lib/solaar/ui/common.py:42 msgid "Permissions error" msgstr "" -#: lib/solaar/ui/common.py:37 +#: lib/solaar/ui/common.py:44 #, python-format msgid "Found a Logitech receiver or device (%s), but did not have " "permission to open it." msgstr "" -#: lib/solaar/ui/common.py:39 +#: lib/solaar/ui/common.py:46 msgid "If you've just installed Solaar, try disconnecting the receiver or " "device and then reconnecting it." msgstr "" -#: lib/solaar/ui/common.py:42 +#: lib/solaar/ui/common.py:49 msgid "Cannot connect to device error" msgstr "" -#: lib/solaar/ui/common.py:44 +#: lib/solaar/ui/common.py:51 #, python-format msgid "Found a Logitech receiver or device at %s, but encountered an error " "connecting to it." msgstr "" -#: lib/solaar/ui/common.py:46 +#: lib/solaar/ui/common.py:53 msgid "Try disconnecting the device and then reconnecting it or turning it " "off and then on." msgstr "" -#: lib/solaar/ui/common.py:49 +#: lib/solaar/ui/common.py:56 msgid "Unpairing failed" msgstr "" -#: lib/solaar/ui/common.py:51 +#: lib/solaar/ui/common.py:58 #, python-brace-format msgid "Failed to unpair %{device} from %{receiver}." msgstr "" -#: lib/solaar/ui/common.py:53 +#: lib/solaar/ui/common.py:63 msgid "The receiver returned an error, with no further details." msgstr "" -#: lib/solaar/ui/config_panel.py:228 +#: lib/solaar/ui/config_panel.py:245 msgid "Complete - ENTER to change" msgstr "" -#: lib/solaar/ui/config_panel.py:228 +#: lib/solaar/ui/config_panel.py:245 msgid "Incomplete" msgstr "" -#: lib/solaar/ui/config_panel.py:470 lib/solaar/ui/config_panel.py:522 +#: lib/solaar/ui/config_panel.py:491 lib/solaar/ui/config_panel.py:543 #, python-format msgid "%d value" msgid_plural "%d values" msgstr[0] "" msgstr[1] "" -#: lib/solaar/ui/config_panel.py:603 +#: lib/solaar/ui/config_panel.py:642 msgid "Changes allowed" msgstr "" -#: lib/solaar/ui/config_panel.py:604 +#: lib/solaar/ui/config_panel.py:643 msgid "No changes allowed" msgstr "" -#: lib/solaar/ui/config_panel.py:605 +#: lib/solaar/ui/config_panel.py:644 msgid "Ignore this setting" msgstr "" -#: lib/solaar/ui/config_panel.py:649 +#: lib/solaar/ui/config_panel.py:690 msgid "Working" msgstr "" -#: lib/solaar/ui/config_panel.py:652 +#: lib/solaar/ui/config_panel.py:693 msgid "Read/write operation failed." msgstr "" -#: lib/solaar/ui/diversion_rules.py:65 +#: lib/solaar/ui/desktop_notifications.py:112 +msgid "unspecified reason" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:103 msgid "Built-in rules" msgstr "" -#: lib/solaar/ui/diversion_rules.py:65 +#: lib/solaar/ui/diversion_rules.py:103 msgid "User-defined rules" msgstr "" -#: lib/solaar/ui/diversion_rules.py:67 lib/solaar/ui/diversion_rules.py:1033 +#: lib/solaar/ui/diversion_rules.py:105 lib/solaar/ui/diversion_rules.py:1126 msgid "Rule" msgstr "" -#: lib/solaar/ui/diversion_rules.py:68 lib/solaar/ui/diversion_rules.py:545 -#: lib/solaar/ui/diversion_rules.py:672 +#: lib/solaar/ui/diversion_rules.py:106 lib/solaar/ui/diversion_rules.py:382 +#: lib/solaar/ui/diversion_rules.py:509 msgid "Sub-rule" msgstr "" -#: lib/solaar/ui/diversion_rules.py:70 +#: lib/solaar/ui/diversion_rules.py:108 msgid "[empty]" msgstr "" -#: lib/solaar/ui/diversion_rules.py:94 +#: lib/solaar/ui/diversion_rules.py:132 msgid "Make changes permanent?" msgstr "" -#: lib/solaar/ui/diversion_rules.py:99 +#: lib/solaar/ui/diversion_rules.py:137 msgid "Yes" msgstr "" -#: lib/solaar/ui/diversion_rules.py:101 +#: lib/solaar/ui/diversion_rules.py:139 msgid "No" msgstr "" -#: lib/solaar/ui/diversion_rules.py:106 +#: lib/solaar/ui/diversion_rules.py:144 msgid "If you choose No, changes will be lost when Solaar is closed." msgstr "" -#: lib/solaar/ui/diversion_rules.py:167 -msgid "Solaar Rule Editor" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:260 -msgid "Save changes" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:265 -msgid "Discard changes" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:404 -msgid "Insert here" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:406 -msgid "Insert above" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:408 -msgid "Insert below" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:414 -msgid "Insert new rule here" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:416 -msgid "Insert new rule above" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:418 -msgid "Insert new rule below" -msgstr "" - -#: lib/solaar/ui/diversion_rules.py:463 +#: lib/solaar/ui/diversion_rules.py:273 msgid "Paste here" msgstr "" -#: lib/solaar/ui/diversion_rules.py:465 +#: lib/solaar/ui/diversion_rules.py:275 msgid "Paste above" msgstr "" -#: lib/solaar/ui/diversion_rules.py:467 +#: lib/solaar/ui/diversion_rules.py:277 msgid "Paste below" msgstr "" -#: lib/solaar/ui/diversion_rules.py:473 +#: lib/solaar/ui/diversion_rules.py:283 msgid "Paste rule here" msgstr "" -#: lib/solaar/ui/diversion_rules.py:475 +#: lib/solaar/ui/diversion_rules.py:285 msgid "Paste rule above" msgstr "" -#: lib/solaar/ui/diversion_rules.py:477 +#: lib/solaar/ui/diversion_rules.py:287 msgid "Paste rule below" msgstr "" -#: lib/solaar/ui/diversion_rules.py:481 +#: lib/solaar/ui/diversion_rules.py:291 msgid "Paste rule" msgstr "" -#: lib/solaar/ui/diversion_rules.py:510 +#: lib/solaar/ui/diversion_rules.py:306 +msgid "Insert here" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:308 +msgid "Insert above" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:310 +msgid "Insert below" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:316 +msgid "Insert new rule here" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:318 +msgid "Insert new rule above" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:320 +msgid "Insert new rule below" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:347 msgid "Flatten" msgstr "" -#: lib/solaar/ui/diversion_rules.py:543 +#: lib/solaar/ui/diversion_rules.py:380 msgid "Insert" msgstr "" -#: lib/solaar/ui/diversion_rules.py:546 lib/solaar/ui/diversion_rules.py:674 -#: lib/solaar/ui/diversion_rules.py:1065 +#: lib/solaar/ui/diversion_rules.py:383 lib/solaar/ui/diversion_rules.py:511 +#: lib/solaar/ui/diversion_rules.py:1158 msgid "Or" msgstr "" -#: lib/solaar/ui/diversion_rules.py:547 lib/solaar/ui/diversion_rules.py:673 -#: lib/solaar/ui/diversion_rules.py:1051 +#: lib/solaar/ui/diversion_rules.py:384 lib/solaar/ui/diversion_rules.py:510 +#: lib/solaar/ui/diversion_rules.py:1144 msgid "And" msgstr "" -#: lib/solaar/ui/diversion_rules.py:549 +#: lib/solaar/ui/diversion_rules.py:386 msgid "Condition" msgstr "" -#: lib/solaar/ui/diversion_rules.py:551 lib/solaar/ui/rule_conditions.py:146 +#: lib/solaar/ui/diversion_rules.py:388 lib/solaar/ui/rule_conditions.py:154 msgid "Feature" msgstr "" -#: lib/solaar/ui/diversion_rules.py:552 lib/solaar/ui/rule_conditions.py:181 +#: lib/solaar/ui/diversion_rules.py:389 lib/solaar/ui/rule_conditions.py:188 msgid "Report" msgstr "" -#: lib/solaar/ui/diversion_rules.py:553 lib/solaar/ui/rule_conditions.py:60 +#: lib/solaar/ui/diversion_rules.py:390 lib/solaar/ui/rule_conditions.py:69 msgid "Process" msgstr "" -#: lib/solaar/ui/diversion_rules.py:554 +#: lib/solaar/ui/diversion_rules.py:391 msgid "Mouse process" msgstr "" -#: lib/solaar/ui/diversion_rules.py:555 lib/solaar/ui/rule_conditions.py:218 +#: lib/solaar/ui/diversion_rules.py:392 lib/solaar/ui/rule_conditions.py:225 msgid "Modifiers" msgstr "" -#: lib/solaar/ui/diversion_rules.py:556 lib/solaar/ui/rule_conditions.py:270 +#: lib/solaar/ui/diversion_rules.py:393 lib/solaar/ui/rule_conditions.py:277 msgid "Key" msgstr "" -#: lib/solaar/ui/diversion_rules.py:557 lib/solaar/ui/rule_conditions.py:311 +#: lib/solaar/ui/diversion_rules.py:394 lib/solaar/ui/rule_conditions.py:318 msgid "KeyIsDown" msgstr "" -#: lib/solaar/ui/diversion_rules.py:558 lib/solaar/ui/diversion_rules.py:1359 +#: lib/solaar/ui/diversion_rules.py:395 lib/solaar/ui/diversion_rules.py:1432 msgid "Active" msgstr "" -#: lib/solaar/ui/diversion_rules.py:559 lib/solaar/ui/diversion_rules.py:1316 -#: lib/solaar/ui/diversion_rules.py:1368 lib/solaar/ui/diversion_rules.py:1418 +#: lib/solaar/ui/diversion_rules.py:396 lib/solaar/ui/diversion_rules.py:1390 +#: lib/solaar/ui/diversion_rules.py:1441 lib/solaar/ui/diversion_rules.py:1487 msgid "Device" msgstr "" -#: lib/solaar/ui/diversion_rules.py:560 lib/solaar/ui/diversion_rules.py:1394 +#: lib/solaar/ui/diversion_rules.py:397 lib/solaar/ui/diversion_rules.py:1467 msgid "Host" msgstr "" -#: lib/solaar/ui/diversion_rules.py:561 lib/solaar/ui/diversion_rules.py:1436 +#: lib/solaar/ui/diversion_rules.py:398 lib/solaar/ui/diversion_rules.py:1506 msgid "Setting" msgstr "" -#: lib/solaar/ui/diversion_rules.py:562 lib/solaar/ui/rule_conditions.py:326 -#: lib/solaar/ui/rule_conditions.py:375 +#: lib/solaar/ui/diversion_rules.py:399 lib/solaar/ui/rule_conditions.py:333 +#: lib/solaar/ui/rule_conditions.py:382 msgid "Test" msgstr "" -#: lib/solaar/ui/diversion_rules.py:563 lib/solaar/ui/rule_conditions.py:500 +#: lib/solaar/ui/diversion_rules.py:400 lib/solaar/ui/rule_conditions.py:507 msgid "Test bytes" msgstr "" -#: lib/solaar/ui/diversion_rules.py:564 lib/solaar/ui/rule_conditions.py:601 +#: lib/solaar/ui/diversion_rules.py:401 lib/solaar/ui/rule_conditions.py:608 msgid "Mouse Gesture" msgstr "" -#: lib/solaar/ui/diversion_rules.py:568 +#: lib/solaar/ui/diversion_rules.py:405 msgid "Action" msgstr "" -#: lib/solaar/ui/diversion_rules.py:570 lib/solaar/ui/rule_actions.py:132 +#: lib/solaar/ui/diversion_rules.py:407 lib/solaar/ui/rule_actions.py:138 msgid "Key press" msgstr "" -#: lib/solaar/ui/diversion_rules.py:571 lib/solaar/ui/rule_actions.py:183 +#: lib/solaar/ui/diversion_rules.py:408 lib/solaar/ui/rule_actions.py:191 msgid "Mouse scroll" msgstr "" -#: lib/solaar/ui/diversion_rules.py:572 lib/solaar/ui/rule_actions.py:244 +#: lib/solaar/ui/diversion_rules.py:409 lib/solaar/ui/rule_actions.py:256 msgid "Mouse click" msgstr "" -#: lib/solaar/ui/diversion_rules.py:573 +#: lib/solaar/ui/diversion_rules.py:410 msgid "Set" msgstr "" -#: lib/solaar/ui/diversion_rules.py:574 lib/solaar/ui/rule_actions.py:314 +#: lib/solaar/ui/diversion_rules.py:411 lib/solaar/ui/rule_actions.py:328 msgid "Execute" msgstr "" -#: lib/solaar/ui/diversion_rules.py:575 lib/solaar/ui/diversion_rules.py:1096 +#: lib/solaar/ui/diversion_rules.py:412 lib/solaar/ui/diversion_rules.py:1189 msgid "Later" msgstr "" -#: lib/solaar/ui/diversion_rules.py:604 +#: lib/solaar/ui/diversion_rules.py:441 msgid "Insert new rule" msgstr "" -#: lib/solaar/ui/diversion_rules.py:624 lib/solaar/ui/rule_actions.py:74 -#: lib/solaar/ui/rule_actions.py:273 lib/solaar/ui/rule_conditions.py:548 +#: lib/solaar/ui/diversion_rules.py:461 lib/solaar/ui/rule_actions.py:82 +#: lib/solaar/ui/rule_actions.py:287 lib/solaar/ui/rule_conditions.py:556 msgid "Delete" msgstr "" -#: lib/solaar/ui/diversion_rules.py:646 +#: lib/solaar/ui/diversion_rules.py:483 msgid "Negate" msgstr "" -#: lib/solaar/ui/diversion_rules.py:670 +#: lib/solaar/ui/diversion_rules.py:507 msgid "Wrap with" msgstr "" -#: lib/solaar/ui/diversion_rules.py:692 +#: lib/solaar/ui/diversion_rules.py:537 msgid "Cut" msgstr "" -#: lib/solaar/ui/diversion_rules.py:707 +#: lib/solaar/ui/diversion_rules.py:553 msgid "Paste" msgstr "" -#: lib/solaar/ui/diversion_rules.py:713 +#: lib/solaar/ui/diversion_rules.py:559 msgid "Copy" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1014 +#: lib/solaar/ui/diversion_rules.py:568 +msgid "Solaar Rule Editor" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:668 +msgid "Save changes" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:673 +msgid "Discard changes" +msgstr "" + +#: lib/solaar/ui/diversion_rules.py:1104 msgid "This editor does not support the selected rule component yet." msgstr "" -#: lib/solaar/ui/diversion_rules.py:1076 +#: lib/solaar/ui/diversion_rules.py:1169 msgid "Number of seconds to delay. Delay between 0 and 1 is done with " "higher precision." msgstr "" -#: lib/solaar/ui/diversion_rules.py:1114 +#: lib/solaar/ui/diversion_rules.py:1207 msgid "Not" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1145 +#: lib/solaar/ui/diversion_rules.py:1238 msgid "Toggle" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1146 +#: lib/solaar/ui/diversion_rules.py:1239 msgid "True" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1147 +#: lib/solaar/ui/diversion_rules.py:1240 msgid "False" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1160 +#: lib/solaar/ui/diversion_rules.py:1253 msgid "Unsupported setting" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1322 lib/solaar/ui/diversion_rules.py:1342 -#: lib/solaar/ui/diversion_rules.py:1424 lib/solaar/ui/diversion_rules.py:1669 -#: lib/solaar/ui/diversion_rules.py:1687 +#: lib/solaar/ui/diversion_rules.py:1396 lib/solaar/ui/diversion_rules.py:1415 +#: lib/solaar/ui/diversion_rules.py:1493 lib/solaar/ui/diversion_rules.py:1748 +#: lib/solaar/ui/diversion_rules.py:1766 msgid "Originating device" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1355 +#: lib/solaar/ui/diversion_rules.py:1428 msgid "Device is active and its settings can be changed." msgstr "" -#: lib/solaar/ui/diversion_rules.py:1364 +#: lib/solaar/ui/diversion_rules.py:1437 msgid "Device that originated the current notification." msgstr "" -#: lib/solaar/ui/diversion_rules.py:1377 +#: lib/solaar/ui/diversion_rules.py:1450 msgid "Name of host computer." msgstr "" -#: lib/solaar/ui/diversion_rules.py:1445 +#: lib/solaar/ui/diversion_rules.py:1520 msgid "Value" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1454 +#: lib/solaar/ui/diversion_rules.py:1529 msgid "Item" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1728 +#: lib/solaar/ui/diversion_rules.py:1808 msgid "Change setting on device" msgstr "" -#: lib/solaar/ui/diversion_rules.py:1744 +#: lib/solaar/ui/diversion_rules.py:1824 msgid "Setting on device" msgstr "" -#: lib/solaar/ui/notify.py:115 -msgid "unspecified reason" -msgstr "" - -#: lib/solaar/ui/pair_window.py:37 lib/solaar/ui/pair_window.py:155 +#: lib/solaar/ui/pair_window.py:44 lib/solaar/ui/pair_window.py:167 #, python-format msgid "%(receiver_name)s: pair new device" msgstr "" -#: lib/solaar/ui/pair_window.py:39 +#: lib/solaar/ui/pair_window.py:46 msgid "Bolt receivers are only compatible with Bolt devices." msgstr "" -#: lib/solaar/ui/pair_window.py:41 +#: lib/solaar/ui/pair_window.py:48 msgid "Press a pairing button or key until the pairing light flashes " "quickly." msgstr "" -#: lib/solaar/ui/pair_window.py:44 +#: lib/solaar/ui/pair_window.py:51 msgid "Unifying receivers are only compatible with Unifying devices." msgstr "" -#: lib/solaar/ui/pair_window.py:46 +#: lib/solaar/ui/pair_window.py:53 msgid "Other receivers are only compatible with a few devices." msgstr "" -#: lib/solaar/ui/pair_window.py:48 -msgid "Turn on the device you want to pair." +#: lib/solaar/ui/pair_window.py:55 +msgid "For most devices, turn on the device you want to pair." msgstr "" -#: lib/solaar/ui/pair_window.py:49 -msgid "The device must not be paired with a nearby powered-on receiver." -msgstr "" - -#: lib/solaar/ui/pair_window.py:51 +#: lib/solaar/ui/pair_window.py:56 msgid "If the device is already turned on, turn it off and on again." msgstr "" -#: lib/solaar/ui/pair_window.py:55 +#: lib/solaar/ui/pair_window.py:58 +msgid "The device must not be paired with a nearby powered-on receiver." +msgstr "" + +#: lib/solaar/ui/pair_window.py:61 +msgid "For devices with multiple channels, press, hold, and release the " + "button for the channel you wish to pair\n" + "or use the channel switch button to select a channel and then press, " + "hold, and release the channel switch button." +msgstr "" + +#: lib/solaar/ui/pair_window.py:68 +msgid "The channel indicator light should be blinking rapidly." +msgstr "" + +#: lib/solaar/ui/pair_window.py:72 #, python-format msgid "\n" "\n" @@ -1584,381 +1639,394 @@ msgid_plural "\n" msgstr[0] "" msgstr[1] "" -#: lib/solaar/ui/pair_window.py:61 +#: lib/solaar/ui/pair_window.py:78 msgid "\n" "Cancelling at this point will not use up a pairing." msgstr "" -#: lib/solaar/ui/pair_window.py:156 +#: lib/solaar/ui/pair_window.py:168 #, python-format msgid "Enter passcode on %(name)s." msgstr "" -#: lib/solaar/ui/pair_window.py:159 +#: lib/solaar/ui/pair_window.py:171 #, python-format msgid "Type %(passcode)s and then press the enter key." msgstr "" -#: lib/solaar/ui/pair_window.py:162 +#: lib/solaar/ui/pair_window.py:176 msgid "left" msgstr "" -#: lib/solaar/ui/pair_window.py:162 +#: lib/solaar/ui/pair_window.py:176 msgid "right" msgstr "" -#: lib/solaar/ui/pair_window.py:164 +#: lib/solaar/ui/pair_window.py:178 #, python-format msgid "Press %(code)s\n" "and then press left and right buttons simultaneously." msgstr "" -#: lib/solaar/ui/pair_window.py:195 +#: lib/solaar/ui/pair_window.py:221 msgid "The wireless link is not encrypted" msgstr "" -#: lib/solaar/ui/pair_window.py:200 +#: lib/solaar/ui/pair_window.py:226 msgid "Found a new device:" msgstr "" -#: lib/solaar/ui/pair_window.py:221 +#: lib/solaar/ui/pair_window.py:247 msgid "Pairing failed" msgstr "" -#: lib/solaar/ui/pair_window.py:223 +#: lib/solaar/ui/pair_window.py:249 msgid "Make sure your device is within range, and has a decent battery " "charge." msgstr "" -#: lib/solaar/ui/pair_window.py:225 +#: lib/solaar/ui/pair_window.py:251 msgid "A new device was detected, but it is not compatible with this " "receiver." msgstr "" -#: lib/solaar/ui/pair_window.py:227 +#: lib/solaar/ui/pair_window.py:253 msgid "More paired devices than receiver can support." msgstr "" -#: lib/solaar/ui/pair_window.py:229 +#: lib/solaar/ui/pair_window.py:255 msgid "No further details are available about the error." msgstr "" -#: lib/solaar/ui/rule_actions.py:48 +#: lib/solaar/ui/rule_actions.py:54 msgid "Simulate a chorded key click or depress or release.\n" "On Wayland requires write access to /dev/uinput." msgstr "" -#: lib/solaar/ui/rule_actions.py:53 +#: lib/solaar/ui/rule_actions.py:60 msgid "Add key" msgstr "" -#: lib/solaar/ui/rule_actions.py:56 +#: lib/solaar/ui/rule_actions.py:63 msgid "Click" msgstr "" -#: lib/solaar/ui/rule_actions.py:59 +#: lib/solaar/ui/rule_actions.py:66 msgid "Depress" msgstr "" -#: lib/solaar/ui/rule_actions.py:62 +#: lib/solaar/ui/rule_actions.py:69 msgid "Release" msgstr "" -#: lib/solaar/ui/rule_actions.py:147 +#: lib/solaar/ui/rule_actions.py:153 msgid "Simulate a mouse scroll.\n" "On Wayland requires write access to /dev/uinput." msgstr "" -#: lib/solaar/ui/rule_actions.py:203 +#: lib/solaar/ui/rule_actions.py:211 msgid "Simulate a mouse click.\n" "On Wayland requires write access to /dev/uinput." msgstr "" -#: lib/solaar/ui/rule_actions.py:206 +#: lib/solaar/ui/rule_actions.py:216 msgid "Button" msgstr "" -#: lib/solaar/ui/rule_actions.py:207 -msgid "Count and Action" +#: lib/solaar/ui/rule_actions.py:218 +msgid "Action (and Count, if click)" msgstr "" -#: lib/solaar/ui/rule_actions.py:256 +#: lib/solaar/ui/rule_actions.py:269 msgid "Execute a command with arguments." msgstr "" -#: lib/solaar/ui/rule_actions.py:259 +#: lib/solaar/ui/rule_actions.py:273 msgid "Add argument" msgstr "" -#: lib/solaar/ui/rule_conditions.py:43 +#: lib/solaar/ui/rule_conditions.py:52 msgid "X11 active process. For use in X11 only." msgstr "" -#: lib/solaar/ui/rule_conditions.py:73 +#: lib/solaar/ui/rule_conditions.py:82 msgid "X11 mouse process. For use in X11 only." msgstr "" -#: lib/solaar/ui/rule_conditions.py:90 +#: lib/solaar/ui/rule_conditions.py:99 msgid "MouseProcess" msgstr "" -#: lib/solaar/ui/rule_conditions.py:114 +#: lib/solaar/ui/rule_conditions.py:123 msgid "Feature name of notification triggering rule processing." msgstr "" -#: lib/solaar/ui/rule_conditions.py:161 +#: lib/solaar/ui/rule_conditions.py:169 msgid "Report number of notification triggering rule processing." msgstr "" -#: lib/solaar/ui/rule_conditions.py:194 +#: lib/solaar/ui/rule_conditions.py:201 msgid "Active keyboard modifiers. Not always available in Wayland." msgstr "" -#: lib/solaar/ui/rule_conditions.py:234 +#: lib/solaar/ui/rule_conditions.py:241 msgid "Diverted key or button depressed or released.\n" "Use the Key/Button Diversion and Divert G Keys settings to divert " "keys and buttons." msgstr "" -#: lib/solaar/ui/rule_conditions.py:243 +#: lib/solaar/ui/rule_conditions.py:250 msgid "Key down" msgstr "" -#: lib/solaar/ui/rule_conditions.py:246 +#: lib/solaar/ui/rule_conditions.py:253 msgid "Key up" msgstr "" -#: lib/solaar/ui/rule_conditions.py:286 +#: lib/solaar/ui/rule_conditions.py:293 msgid "Diverted key or button is currently down.\n" "Use the Key/Button Diversion and Divert G Keys settings to divert " "keys and buttons." msgstr "" -#: lib/solaar/ui/rule_conditions.py:324 +#: lib/solaar/ui/rule_conditions.py:331 msgid "Test condition on notification triggering rule processing." msgstr "" -#: lib/solaar/ui/rule_conditions.py:328 +#: lib/solaar/ui/rule_conditions.py:335 msgid "Parameter" msgstr "" -#: lib/solaar/ui/rule_conditions.py:401 +#: lib/solaar/ui/rule_conditions.py:408 msgid "begin (inclusive)" msgstr "" -#: lib/solaar/ui/rule_conditions.py:402 +#: lib/solaar/ui/rule_conditions.py:409 msgid "end (exclusive)" msgstr "" -#: lib/solaar/ui/rule_conditions.py:410 +#: lib/solaar/ui/rule_conditions.py:417 msgid "range" msgstr "" -#: lib/solaar/ui/rule_conditions.py:413 +#: lib/solaar/ui/rule_conditions.py:420 msgid "minimum" msgstr "" -#: lib/solaar/ui/rule_conditions.py:414 +#: lib/solaar/ui/rule_conditions.py:421 msgid "maximum" msgstr "" -#: lib/solaar/ui/rule_conditions.py:416 +#: lib/solaar/ui/rule_conditions.py:423 #, python-format msgid "bytes %(0)d to %(1)d, ranging from %(2)d to %(3)d" msgstr "" -#: lib/solaar/ui/rule_conditions.py:419 lib/solaar/ui/rule_conditions.py:420 +#: lib/solaar/ui/rule_conditions.py:426 lib/solaar/ui/rule_conditions.py:427 msgid "mask" msgstr "" -#: lib/solaar/ui/rule_conditions.py:421 +#: lib/solaar/ui/rule_conditions.py:428 #, python-format msgid "bytes %(0)d to %(1)d, mask %(2)d" msgstr "" -#: lib/solaar/ui/rule_conditions.py:430 +#: lib/solaar/ui/rule_conditions.py:437 msgid "Bit or range test on bytes in notification message triggering rule " "processing." msgstr "" -#: lib/solaar/ui/rule_conditions.py:440 +#: lib/solaar/ui/rule_conditions.py:447 msgid "type" msgstr "" -#: lib/solaar/ui/rule_conditions.py:528 +#: lib/solaar/ui/rule_conditions.py:535 msgid "Mouse gesture with optional initiating button followed by zero or " "more mouse movements." msgstr "" -#: lib/solaar/ui/rule_conditions.py:533 +#: lib/solaar/ui/rule_conditions.py:541 msgid "Add movement" msgstr "" -#: lib/solaar/ui/tray.py:50 +#: lib/solaar/ui/tray.py:55 msgid "No supported device found" msgstr "" -#: lib/solaar/ui/tray.py:55 lib/solaar/ui/window.py:310 +#: lib/solaar/ui/tray.py:60 lib/solaar/ui/window.py:328 #, python-format msgid "About %s" msgstr "" -#: lib/solaar/ui/tray.py:56 lib/solaar/ui/window.py:308 +#: lib/solaar/ui/tray.py:61 lib/solaar/ui/window.py:326 #, python-format msgid "Quit %s" msgstr "" -#: lib/solaar/ui/tray.py:267 lib/solaar/ui/tray.py:275 +#: lib/solaar/ui/tray.py:273 lib/solaar/ui/tray.py:281 msgid "no receiver" msgstr "" -#: lib/solaar/ui/tray.py:288 lib/solaar/ui/tray.py:293 +#: lib/solaar/ui/tray.py:294 lib/solaar/ui/tray.py:299 +#: lib/solaar/ui/window.py:728 msgid "offline" msgstr "" -#: lib/solaar/ui/tray.py:291 +#: lib/solaar/ui/tray.py:297 msgid "no status" msgstr "" -#: lib/solaar/ui/window.py:91 +#: lib/solaar/ui/window.py:110 msgid "Scanning" msgstr "" -#: lib/solaar/ui/window.py:122 +#: lib/solaar/ui/window.py:141 msgid "Battery" msgstr "" -#: lib/solaar/ui/window.py:125 +#: lib/solaar/ui/window.py:144 msgid "Wireless Link" msgstr "" -#: lib/solaar/ui/window.py:129 +#: lib/solaar/ui/window.py:148 msgid "Lighting" msgstr "" -#: lib/solaar/ui/window.py:163 +#: lib/solaar/ui/window.py:182 msgid "Show Technical Details" msgstr "" -#: lib/solaar/ui/window.py:179 +#: lib/solaar/ui/window.py:198 msgid "Pair new device" msgstr "" -#: lib/solaar/ui/window.py:197 +#: lib/solaar/ui/window.py:216 msgid "Select a device" msgstr "" -#: lib/solaar/ui/window.py:313 +#: lib/solaar/ui/window.py:331 msgid "Rule Editor" msgstr "" -#: lib/solaar/ui/window.py:517 +#: lib/solaar/ui/window.py:522 msgid "Path" msgstr "" -#: lib/solaar/ui/window.py:520 +#: lib/solaar/ui/window.py:524 msgid "USB ID" msgstr "" -#: lib/solaar/ui/window.py:523 lib/solaar/ui/window.py:525 -#: lib/solaar/ui/window.py:540 lib/solaar/ui/window.py:542 +#: lib/solaar/ui/window.py:527 lib/solaar/ui/window.py:529 +#: lib/solaar/ui/window.py:544 lib/solaar/ui/window.py:546 msgid "Serial" msgstr "" -#: lib/solaar/ui/window.py:529 +#: lib/solaar/ui/window.py:533 msgid "Index" msgstr "" -#: lib/solaar/ui/window.py:531 +#: lib/solaar/ui/window.py:535 msgid "Wireless PID" msgstr "" -#: lib/solaar/ui/window.py:533 +#: lib/solaar/ui/window.py:537 msgid "Product ID" msgstr "" -#: lib/solaar/ui/window.py:535 +#: lib/solaar/ui/window.py:539 msgid "Protocol" msgstr "" -#: lib/solaar/ui/window.py:535 +#: lib/solaar/ui/window.py:539 msgid "Unknown" msgstr "" -#: lib/solaar/ui/window.py:537 +#: lib/solaar/ui/window.py:541 msgid "Polling rate" msgstr "" -#: lib/solaar/ui/window.py:544 +#: lib/solaar/ui/window.py:548 msgid "Unit ID" msgstr "" -#: lib/solaar/ui/window.py:558 +#: lib/solaar/ui/window.py:559 +msgid "none" +msgstr "" + +#: lib/solaar/ui/window.py:560 msgid "Notifications" msgstr "" -#: lib/solaar/ui/window.py:602 +#: lib/solaar/ui/window.py:604 msgid "No device paired." msgstr "" -#: lib/solaar/ui/window.py:611 +#: lib/solaar/ui/window.py:613 #, python-format msgid "Up to %(max_count)s device can be paired to this receiver." msgid_plural "Up to %(max_count)s devices can be paired to this receiver." msgstr[0] "" msgstr[1] "" -#: lib/solaar/ui/window.py:622 +#: lib/solaar/ui/window.py:620 +msgid "Only one device can be paired to this receiver." +msgstr "" + +#: lib/solaar/ui/window.py:624 #, python-format msgid "This receiver has %d pairing remaining." msgid_plural "This receiver has %d pairings remaining." msgstr[0] "" msgstr[1] "" -#: lib/solaar/ui/window.py:679 +#: lib/solaar/ui/window.py:681 msgid "Battery Voltage" msgstr "" -#: lib/solaar/ui/window.py:681 +#: lib/solaar/ui/window.py:683 msgid "Voltage reported by battery" msgstr "" -#: lib/solaar/ui/window.py:683 +#: lib/solaar/ui/window.py:685 msgid "Battery Level" msgstr "" -#: lib/solaar/ui/window.py:685 +#: lib/solaar/ui/window.py:687 msgid "Approximate level reported by battery" msgstr "" -#: lib/solaar/ui/window.py:692 lib/solaar/ui/window.py:694 +#: lib/solaar/ui/window.py:694 lib/solaar/ui/window.py:696 msgid "next reported " msgstr "" -#: lib/solaar/ui/window.py:695 +#: lib/solaar/ui/window.py:697 msgid " and next level to be reported." msgstr "" -#: lib/solaar/ui/window.py:711 -msgid "encrypted" +#: lib/solaar/ui/window.py:702 +msgid "last known" msgstr "" #: lib/solaar/ui/window.py:713 -msgid "The wireless link between this device and its receiver is encrypted." +msgid "encrypted" msgstr "" #: lib/solaar/ui/window.py:715 +msgid "The wireless link between this device and its receiver is encrypted." +msgstr "" + +#: lib/solaar/ui/window.py:717 msgid "not encrypted" msgstr "" -#: lib/solaar/ui/window.py:719 +#: lib/solaar/ui/window.py:721 msgid "The wireless link between this device and its receiver is not " "encrypted.\n" "This is a security issue for pointing devices, and a major security " "issue for text-input devices." msgstr "" -#: lib/solaar/ui/window.py:735 +#: lib/solaar/ui/window.py:737 #, python-format msgid "%(light_level)d lux" msgstr "" diff --git a/po/uk.po b/po/uk.po new file mode 100644 index 00000000..32828011 --- /dev/null +++ b/po/uk.po @@ -0,0 +1,1660 @@ +# Ukrainian translation for solaar +# This file is distributed under the same license as the solaar package. +# Kira, 2025. +# +msgid "" +msgstr "" +"Project-Id-Version: solaar 1.1.14\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2025-10-16 18:53+0300\n" +"PO-Revision-Date: 2025-10-16 20:11+0300\n" +"Last-Translator: Олександр Афанасьєв \n" +"Language-Team: Ukrainian \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " +"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: lib/logitech_receiver/base_usb.py:52 +msgid "Bolt Receiver" +msgstr "Приймач Bolt" + +#: lib/logitech_receiver/base_usb.py:64 +msgid "Unifying Receiver" +msgstr "Приймач Unifying" + +#: lib/logitech_receiver/base_usb.py:75 lib/logitech_receiver/base_usb.py:87 +#: lib/logitech_receiver/base_usb.py:100 lib/logitech_receiver/base_usb.py:113 +msgid "Nano Receiver" +msgstr "Наноприймач" + +#: lib/logitech_receiver/base_usb.py:125 +msgid "Lightspeed Receiver" +msgstr "Приймач Lightspeed" + +#: lib/logitech_receiver/base_usb.py:135 +msgid "EX100 Receiver 27 Mhz" +msgstr "Приймач EX100 27 МГц" + +#: lib/logitech_receiver/common.py:649 +#, python-format +msgid "Battery: %(level)s (%(status)s)" +msgstr "Батарея: %(level)s (%(status)s)" + +#: lib/logitech_receiver/common.py:652 +#, python-format +msgid "Battery: %(percent)d%% (%(status)s)" +msgstr "Батарея: %(percent)d%% (%(status)s)" + +#: lib/logitech_receiver/hidpp20.py:1023 +#: lib/logitech_receiver/settings_templates.py:295 +msgid "Disabled" +msgstr "Вимкнено" + +#: lib/logitech_receiver/hidpp20.py:1024 +msgid "Static" +msgstr "Статичний" + +#: lib/logitech_receiver/hidpp20.py:1025 +msgid "Pulse" +msgstr "Пульсація" + +#: lib/logitech_receiver/hidpp20.py:1026 +msgid "Cycle" +msgstr "Цикл" + +#: lib/logitech_receiver/hidpp20.py:1027 +msgid "Boot" +msgstr "Завантаження" + +#: lib/logitech_receiver/hidpp20.py:1028 +msgid "Demo" +msgstr "Демо" + +#: lib/logitech_receiver/hidpp20.py:1030 +msgid "Breathe" +msgstr "Дихання" + +#: lib/logitech_receiver/hidpp20.py:1033 +msgid "Ripple" +msgstr "Брижі" + +#: lib/logitech_receiver/hidpp20.py:1034 +msgid "Decomposition" +msgstr "Розкладання" + +#: lib/logitech_receiver/hidpp20.py:1035 +msgid "Signature1" +msgstr "Підпис1" + +#: lib/logitech_receiver/hidpp20.py:1036 +msgid "Signature2" +msgstr "Підпис2" + +#: lib/logitech_receiver/hidpp20.py:1037 +msgid "CycleS" +msgstr "ЦиклS" + +#: lib/logitech_receiver/hidpp20.py:1101 +msgid "Unknown Location" +msgstr "Невідоме місце" + +#: lib/logitech_receiver/hidpp20.py:1102 +msgid "Primary" +msgstr "Основний" + +#: lib/logitech_receiver/hidpp20.py:1103 +msgid "Logo" +msgstr "Логотип" + +#: lib/logitech_receiver/hidpp20.py:1104 +msgid "Left Side" +msgstr "Ліва сторона" + +#: lib/logitech_receiver/hidpp20.py:1105 +msgid "Right Side" +msgstr "Права сторона" + +#: lib/logitech_receiver/hidpp20.py:1106 +msgid "Combined" +msgstr "Комбінований" + +#: lib/logitech_receiver/hidpp20.py:1107 +msgid "Primary 1" +msgstr "Основний 1" + +#: lib/logitech_receiver/hidpp20.py:1108 +msgid "Primary 2" +msgstr "Основний 2" + +#: lib/logitech_receiver/hidpp20.py:1109 +msgid "Primary 3" +msgstr "Основний 3" + +#: lib/logitech_receiver/hidpp20.py:1110 +msgid "Primary 4" +msgstr "Основний 4" + +#: lib/logitech_receiver/hidpp20.py:1111 +msgid "Primary 5" +msgstr "Основний 5" + +#: lib/logitech_receiver/hidpp20.py:1112 +msgid "Primary 6" +msgstr "Основний 6" + +#: lib/logitech_receiver/i18n.py:28 +msgid "empty" +msgstr "порожній" + +#: lib/logitech_receiver/i18n.py:29 +msgid "critical" +msgstr "критичний" + +#: lib/logitech_receiver/i18n.py:30 +msgid "low" +msgstr "низький" + +#: lib/logitech_receiver/i18n.py:31 +msgid "average" +msgstr "середній" + +#: lib/logitech_receiver/i18n.py:32 +msgid "good" +msgstr "добрий" + +#: lib/logitech_receiver/i18n.py:33 +msgid "full" +msgstr "повний" + +#: lib/logitech_receiver/i18n.py:35 +msgid "discharging" +msgstr "розряджається" + +#: lib/logitech_receiver/i18n.py:36 +msgid "recharging" +msgstr "заряджається" + +#: lib/logitech_receiver/i18n.py:37 lib/solaar/ui/window.py:700 +msgid "charging" +msgstr "заряджається" + +#: lib/logitech_receiver/i18n.py:38 +msgid "not charging" +msgstr "не заряджається" + +#: lib/logitech_receiver/i18n.py:39 +msgid "almost full" +msgstr "майже повний" + +#: lib/logitech_receiver/i18n.py:40 +msgid "charged" +msgstr "заряджено" + +#: lib/logitech_receiver/i18n.py:41 +msgid "slow recharge" +msgstr "повільне заряджання" + +#: lib/logitech_receiver/i18n.py:42 +msgid "invalid battery" +msgstr "несправна батарея" + +#: lib/logitech_receiver/i18n.py:43 +msgid "thermal error" +msgstr "термічна помилка" + +#: lib/logitech_receiver/i18n.py:44 +msgid "error" +msgstr "помилка" + +#: lib/logitech_receiver/i18n.py:45 +msgid "standard" +msgstr "стандартний" + +#: lib/logitech_receiver/i18n.py:46 +msgid "fast" +msgstr "швидкий" + +#: lib/logitech_receiver/i18n.py:47 +msgid "slow" +msgstr "повільний" + +#: lib/logitech_receiver/i18n.py:49 +msgid "device timeout" +msgstr "тайм-аут пристрою" + +#: lib/logitech_receiver/i18n.py:50 +msgid "device not supported" +msgstr "пристрій не підтримується" + +#: lib/logitech_receiver/i18n.py:51 +msgid "too many devices" +msgstr "забагато пристроїв" + +#: lib/logitech_receiver/i18n.py:52 +msgid "sequence timeout" +msgstr "тайм-аут послідовності" + +#: lib/logitech_receiver/i18n.py:54 lib/solaar/ui/window.py:555 +msgid "Firmware" +msgstr "Мікропрограма" + +#: lib/logitech_receiver/i18n.py:55 +msgid "Bootloader" +msgstr "Завантажувач" + +#: lib/logitech_receiver/i18n.py:56 +msgid "Hardware" +msgstr "Обладнання" + +#: lib/logitech_receiver/i18n.py:57 +msgid "Other" +msgstr "Інше" + +#: lib/logitech_receiver/i18n.py:59 +msgid "Left Button" +msgstr "Ліва кнопка" + +#: lib/logitech_receiver/i18n.py:60 +msgid "Right Button" +msgstr "Права кнопка" + +#: lib/logitech_receiver/i18n.py:61 +msgid "Middle Button" +msgstr "Середня кнопка" + +#: lib/logitech_receiver/i18n.py:62 +msgid "Back Button" +msgstr "Кнопка 'Назад'" + +#: lib/logitech_receiver/i18n.py:63 +msgid "Forward Button" +msgstr "Кнопка 'Вперед'" + +#: lib/logitech_receiver/i18n.py:64 +msgid "Mouse Gesture Button" +msgstr "Кнопка жестів миші" + +#: lib/logitech_receiver/i18n.py:65 +msgid "Smart Shift" +msgstr "Розумне перемикання" + +#: lib/logitech_receiver/i18n.py:66 +msgid "DPI Switch" +msgstr "Перемикач DPI" + +#: lib/logitech_receiver/i18n.py:67 +msgid "Left Tilt" +msgstr "Нахил вліво" + +#: lib/logitech_receiver/i18n.py:68 +msgid "Right Tilt" +msgstr "Нахил вправо" + +#: lib/logitech_receiver/i18n.py:69 +msgid "Left Click" +msgstr "Лівий клік" + +#: lib/logitech_receiver/i18n.py:70 +msgid "Right Click" +msgstr "Правий клік" + +#: lib/logitech_receiver/i18n.py:71 +msgid "Mouse Middle Button" +msgstr "Середня кнопка миші" + +#: lib/logitech_receiver/i18n.py:72 +msgid "Mouse Back Button" +msgstr "Кнопка миші 'Назад'" + +#: lib/logitech_receiver/i18n.py:73 +msgid "Mouse Forward Button" +msgstr "Кнопка миші 'Вперед'" + +#: lib/logitech_receiver/i18n.py:74 +msgid "Gesture Button Navigation" +msgstr "Навігація кнопкою жестів" + +#: lib/logitech_receiver/i18n.py:75 +msgid "Mouse Scroll Left Button" +msgstr "Кнопка прокрутки миші вліво" + +#: lib/logitech_receiver/i18n.py:76 +msgid "Mouse Scroll Right Button" +msgstr "Кнопка прокрутки миші вправо" + +#: lib/logitech_receiver/i18n.py:78 +msgid "pressed" +msgstr "натиснуто" + +#: lib/logitech_receiver/i18n.py:79 +msgid "released" +msgstr "відпущено" + +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 +msgid "connected" +msgstr "під'єднано" + +#: lib/logitech_receiver/notifications.py:156 lib/solaar/listener.py:243 +msgid "disconnected" +msgstr "від'єднано" + +#: lib/logitech_receiver/notifications.py:182 +msgid "unpaired" +msgstr "пару розірвано" + +#: lib/logitech_receiver/notifications.py:231 +msgid "powered on" +msgstr "увімкнено" + +#: lib/logitech_receiver/notifications.py:283 +msgid "ADC measurement notification" +msgstr "сповіщення про вимірювання АЦП" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is closed" +msgstr "блокування створення пари закрито" + +#: lib/logitech_receiver/notifications.py:428 +#: lib/logitech_receiver/notifications.py:483 +msgid "pairing lock is open" +msgstr "блокування створення пари відкрито" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is closed" +msgstr "блокування виявлення закрито" + +#: lib/logitech_receiver/notifications.py:446 +msgid "discovery lock is open" +msgstr "блокування виявлення відкрито" + +#: lib/logitech_receiver/receiver.py:437 +msgid "No paired devices." +msgstr "Немає під'єднаних пристроїв." + +#: lib/logitech_receiver/receiver.py:439 lib/solaar/ui/window.py:606 +#, python-format +msgid "%(count)s paired device." +msgid_plural "%(count)s paired devices." +msgstr[0] "%(count)s під'єднаний пристрій." +msgstr[1] "%(count)s під'єднаних пристроїв." +msgstr[2] "%(count)s під'єднаних пристроїв." + +#: lib/logitech_receiver/settings.py:598 +msgid "register" +msgstr "реєстр" + +#: lib/logitech_receiver/settings.py:612 lib/logitech_receiver/settings.py:650 +msgid "feature" +msgstr "функція" + +#: lib/logitech_receiver/settings_templates.py:134 +msgid "Swap Fx function" +msgstr "Поміняти функцію Fx" + +#: lib/logitech_receiver/settings_templates.py:137 +msgid "" +"When set, the F1..F12 keys will activate their special function,\n" +"and you must hold the FN key to activate their standard function." +msgstr "" +"Якщо встановлено, клавіші F1-F12 активуватимуть свою спеціальну функцію,\n" +"і вам потрібно буде утримувати клавішу FN для активації стандартної функції." + +#: lib/logitech_receiver/settings_templates.py:142 +msgid "" +"When unset, the F1..F12 keys will activate their standard function,\n" +"and you must hold the FN key to activate their special function." +msgstr "" +"Якщо не встановлено, клавіші F1-F12 активуватимуть свою стандартну функцію,\n" +"і вам потрібно буде утримувати клавішу FN для активації спеціальної функції." + +#: lib/logitech_receiver/settings_templates.py:150 +msgid "Hand Detection" +msgstr "Виявлення рук" + +#: lib/logitech_receiver/settings_templates.py:151 +msgid "Turn on illumination when the hands hover over the keyboard." +msgstr "Вмикати підсвічування, коли руки знаходяться над клавіатурою." + +#: lib/logitech_receiver/settings_templates.py:158 +msgid "Scroll Wheel Smooth Scrolling" +msgstr "Плавне прокручування коліщатка" + +#: lib/logitech_receiver/settings_templates.py:159 +#: lib/logitech_receiver/settings_templates.py:406 +#: lib/logitech_receiver/settings_templates.py:435 +msgid "High-sensitivity mode for vertical scroll with the wheel." +msgstr "Режим високої чутливості для вертикального прокручування коліщатком." + +#: lib/logitech_receiver/settings_templates.py:166 +msgid "Side Scrolling" +msgstr "Бічне прокручування" + +#: lib/logitech_receiver/settings_templates.py:168 +msgid "" +"When disabled, pushing the wheel sideways sends custom button events\n" +"instead of the standard side-scrolling events." +msgstr "" +"Якщо вимкнено, натискання коліщатка вбік надсилає спеціальні події кнопок\n" +"замість стандартних подій бічного прокручування." + +#: lib/logitech_receiver/settings_templates.py:178 +msgid "Sensitivity (DPI - older mice)" +msgstr "Чутливість (DPI - для старих мишей)" + +#: lib/logitech_receiver/settings_templates.py:179 +#: lib/logitech_receiver/settings_templates.py:983 +#: lib/logitech_receiver/settings_templates.py:1011 +msgid "Mouse movement sensitivity" +msgstr "Чутливість руху миші" + +#: lib/logitech_receiver/settings_templates.py:252 +msgid "Backlight Timed" +msgstr "Підсвічування за таймером" + +#: lib/logitech_receiver/settings_templates.py:253 +#: lib/logitech_receiver/settings_templates.py:393 +msgid "Set illumination time for keyboard." +msgstr "Встановити час підсвічування клавіатури." + +#: lib/logitech_receiver/settings_templates.py:264 +msgid "Backlight" +msgstr "Підсвічування" + +#: lib/logitech_receiver/settings_templates.py:265 +msgid "" +"Illumination level on keyboard. Changes made are only applied in Manual " +"mode." +msgstr "" +"Рівень підсвічування клавіатури. Зміни застосовуються лише в ручному режимі." + +#: lib/logitech_receiver/settings_templates.py:297 +msgid "Automatic" +msgstr "Автоматично" + +#: lib/logitech_receiver/settings_templates.py:299 +msgid "Manual" +msgstr "Вручну" + +#: lib/logitech_receiver/settings_templates.py:301 +msgid "Enabled" +msgstr "Увімкнено" + +#: lib/logitech_receiver/settings_templates.py:307 +msgid "Backlight Level" +msgstr "Рівень підсвічування" + +#: lib/logitech_receiver/settings_templates.py:308 +msgid "Illumination level on keyboard when in Manual mode." +msgstr "Рівень підсвічування клавіатури в ручному режимі." + +#: lib/logitech_receiver/settings_templates.py:365 +msgid "Backlight Delay Hands Out" +msgstr "Затримка підсвічування (руки прибрано)" + +#: lib/logitech_receiver/settings_templates.py:366 +msgid "" +"Delay in seconds until backlight fades out with hands away from keyboard." +msgstr "" +"Затримка в секундах до згасання підсвічування, коли руки прибрані з " +"клавіатури." + +#: lib/logitech_receiver/settings_templates.py:374 +msgid "Backlight Delay Hands In" +msgstr "Затримка підсвічування (руки на клавіатурі)" + +#: lib/logitech_receiver/settings_templates.py:375 +msgid "Delay in seconds until backlight fades out with hands near keyboard." +msgstr "" +"Затримка в секундах до згасання підсвічування, коли руки біля клавіатури." + +#: lib/logitech_receiver/settings_templates.py:383 +msgid "Backlight Delay Powered" +msgstr "Затримка підсвічування (від живлення)" + +#: lib/logitech_receiver/settings_templates.py:384 +msgid "Delay in seconds until backlight fades out with external power." +msgstr "" +"Затримка в секундах до згасання підсвічування при зовнішньому живленні." + +#: lib/logitech_receiver/settings_templates.py:392 +msgid "Backlight (Seconds)" +msgstr "Підсвічування (секунди)" + +#: lib/logitech_receiver/settings_templates.py:404 +msgid "Scroll Wheel High Resolution" +msgstr "Висока роздільна здатність коліщатка" + +#: lib/logitech_receiver/settings_templates.py:408 +#: lib/logitech_receiver/settings_templates.py:437 +msgid "Set to ignore if scrolling is abnormally fast or slow" +msgstr "Ігнорувати, якщо прокручування ненормально швидке або повільне" + +#: lib/logitech_receiver/settings_templates.py:415 +#: lib/logitech_receiver/settings_templates.py:446 +msgid "Scroll Wheel Diversion" +msgstr "Перенаправлення коліщатка прокрутки" + +#: lib/logitech_receiver/settings_templates.py:417 +msgid "" +"Make scroll wheel send LOWRES_WHEEL HID++ notifications (which trigger " +"Solaar rules but are otherwise ignored)." +msgstr "" +"Примусити коліщатко прокрутки надсилати сповіщення LOWRES_WHEEL HID++ (які " +"запускають правила Solaar, але в іншому випадку ігноруються)." + +#: lib/logitech_receiver/settings_templates.py:424 +msgid "Scroll Wheel Direction" +msgstr "Напрямок прокручування коліщатка" + +#: lib/logitech_receiver/settings_templates.py:425 +msgid "Invert direction for vertical scroll with wheel." +msgstr "Інвертувати напрямок вертикального прокручування коліщатком." + +#: lib/logitech_receiver/settings_templates.py:433 +msgid "Scroll Wheel Resolution" +msgstr "Роздільна здатність коліщатка прокрутки" + +#: lib/logitech_receiver/settings_templates.py:448 +msgid "" +"Make scroll wheel send HIRES_WHEEL HID++ notifications (which trigger Solaar " +"rules but are otherwise ignored)." +msgstr "" +"Примусити коліщатко прокрутки надсилати сповіщення HIRES_WHEEL HID++ (які " +"запускають правила Solaar, але в іншому випадку ігноруються)." + +#: lib/logitech_receiver/settings_templates.py:457 +msgid "Sensitivity (Pointer Speed)" +msgstr "Чутливість (швидкість вказівника)" + +#: lib/logitech_receiver/settings_templates.py:458 +msgid "Speed multiplier for mouse (256 is normal multiplier)." +msgstr "Множник швидкості для миші (256 — звичайний множник)." + +#: lib/logitech_receiver/settings_templates.py:468 +msgid "Thumb Wheel Diversion" +msgstr "Перенаправлення коліщатка для великого пальця" + +#: lib/logitech_receiver/settings_templates.py:470 +msgid "" +"Make thumb wheel send THUMB_WHEEL HID++ notifications (which trigger Solaar " +"rules but are otherwise ignored)." +msgstr "" +"Примусити коліщатко для великого пальця надсилати сповіщення THUMB_WHEEL HID+" +"+ (які запускають правила Solaar, але в іншому випадку ігноруються)." + +#: lib/logitech_receiver/settings_templates.py:479 +msgid "Thumb Wheel Direction" +msgstr "Напрямок коліщатка для великого пальця" + +#: lib/logitech_receiver/settings_templates.py:480 +msgid "Invert thumb wheel scroll direction." +msgstr "Інвертувати напрямок прокручування коліщатка для великого пальця." + +#: lib/logitech_receiver/settings_templates.py:500 +msgid "Onboard Profiles" +msgstr "Вбудовані профілі" + +#: lib/logitech_receiver/settings_templates.py:501 +msgid "" +"Enable an onboard profile, which controls report rate, sensitivity, and " +"button actions" +msgstr "" +"Увімкнути вбудований профіль, який контролює частоту опитування, чутливість " +"та дії кнопок" + +#: lib/logitech_receiver/settings_templates.py:545 +#: lib/logitech_receiver/settings_templates.py:578 +msgid "Report Rate" +msgstr "Частота опитування" + +#: lib/logitech_receiver/settings_templates.py:547 +#: lib/logitech_receiver/settings_templates.py:580 +msgid "Frequency of device movement reports" +msgstr "Частота звітів про рух пристрою" + +#: lib/logitech_receiver/settings_templates.py:547 +#: lib/logitech_receiver/settings_templates.py:580 +#: lib/logitech_receiver/settings_templates.py:1011 +#: lib/logitech_receiver/settings_templates.py:1385 +#: lib/logitech_receiver/settings_templates.py:1416 +msgid "May need Onboard Profiles set to Disable to be effective." +msgstr "Для ефективності може знадобитися вимкнути вбудовані профілі." + +#: lib/logitech_receiver/settings_templates.py:608 +msgid "Divert crown events" +msgstr "Перенаправляти події коронки" + +#: lib/logitech_receiver/settings_templates.py:609 +msgid "" +"Make crown send CROWN HID++ notifications (which trigger Solaar rules but " +"are otherwise ignored)." +msgstr "" +"Примусити коронку надсилати сповіщення CROWN HID++ (які запускають правила " +"Solaar, але в іншому випадку ігноруються)." + +#: lib/logitech_receiver/settings_templates.py:617 +msgid "Crown smooth scroll" +msgstr "Плавне прокручування коронкою" + +#: lib/logitech_receiver/settings_templates.py:618 +msgid "Set crown smooth scroll" +msgstr "Встановити плавне прокручування коронкою" + +#: lib/logitech_receiver/settings_templates.py:626 +msgid "Divert G and M Keys" +msgstr "Перенаправити клавіші G та M" + +#: lib/logitech_receiver/settings_templates.py:627 +msgid "" +"Make G and M keys send HID++ notifications (which trigger Solaar rules but " +"are otherwise ignored)." +msgstr "" +"Примусити клавіші G та M надсилати сповіщення HID++ (які запускають правила " +"Solaar, але в іншому випадку ігноруються)." + +#: lib/logitech_receiver/settings_templates.py:641 +msgid "Scroll Wheel Ratcheted" +msgstr "Тріскачка коліщатка прокрутки" + +#: lib/logitech_receiver/settings_templates.py:642 +msgid "" +"Switch the mouse wheel between speed-controlled ratcheting and always " +"freespin." +msgstr "" +"Перемикання коліщатка миші між тріскачкою з контролем швидкості та вільним " +"обертанням." + +#: lib/logitech_receiver/settings_templates.py:644 +msgid "Freespinning" +msgstr "Вільне обертання" + +#: lib/logitech_receiver/settings_templates.py:644 +msgid "Ratcheted" +msgstr "Тріскачка" + +#: lib/logitech_receiver/settings_templates.py:651 +msgid "Scroll Wheel Ratchet Speed" +msgstr "Швидкість тріскачки коліщатка прокрутки" + +#: lib/logitech_receiver/settings_templates.py:653 +msgid "" +"Use the mouse wheel speed to switch between ratcheted and freespinning.\n" +"The mouse wheel is always ratcheted at 50." +msgstr "" +"Використовуйте швидкість коліщатка миші для перемикання між тріскачкою та " +"вільним обертанням.\n" +"Коліщатко миші завжди має тріскачку на 50." + +#: lib/logitech_receiver/settings_templates.py:707 +msgid "Key/Button Actions" +msgstr "Дії клавіш/кнопок" + +#: lib/logitech_receiver/settings_templates.py:709 +msgid "Change the action for the key or button." +msgstr "Змінити дію для клавіші або кнопки." + +#: lib/logitech_receiver/settings_templates.py:711 +msgid "Overridden by diversion." +msgstr "Перевизначено перенаправленням." + +#: lib/logitech_receiver/settings_templates.py:713 +msgid "" +"Changing important actions (such as for the left mouse button) can result in " +"an unusable system." +msgstr "" +"Зміна важливих дій (наприклад, для лівої кнопки миші) може призвести до " +"непрацездатності системи." + +#: lib/solaar/ui/__init__.py:120 +msgid "Another Solaar process is already running so just expose its window" +msgstr "Інший процес Solaar вже запущено, тому просто показуємо його вікно" + +#: lib/solaar/ui/about/model.py:36 +msgid "" +"Manages Logitech receivers,\n" +"keyboards, mice, and tablets." +msgstr "" +"Керує приймачами, клавіатурами,\n" +"мишами та планшетами Logitech." + +#: lib/solaar/ui/about/model.py:63 +msgid "Additional Programming" +msgstr "Додаткове програмування" + +#: lib/solaar/ui/about/model.py:64 +msgid "GUI design" +msgstr "Дизайн GUI" + +#: lib/solaar/ui/about/model.py:66 +msgid "Testing" +msgstr "Тестування" + +#: lib/solaar/ui/about/model.py:74 +msgid "Logitech documentation" +msgstr "Документація Logitech" + +#: lib/solaar/ui/action.py:88 lib/solaar/ui/action.py:92 +#: lib/solaar/ui/window.py:208 +msgid "Unpair" +msgstr "Розірвати пару" + +#: lib/solaar/ui/action.py:91 lib/solaar/ui/diversion_rules.py:141 +msgid "Cancel" +msgstr "Скасувати" + +#: lib/solaar/ui/common.py:42 +msgid "Permissions error" +msgstr "Помилка дозволів" + +#: lib/solaar/ui/common.py:44 +#, python-format +msgid "" +"Found a Logitech receiver or device (%s), but did not have permission to " +"open it." +msgstr "" +"Знайдено приймач або пристрій Logitech (%s), але немає дозволу на його " +"відкриття." + +#: lib/solaar/ui/common.py:46 +msgid "" +"If you've just installed Solaar, try disconnecting the receiver or device " +"and then reconnecting it." +msgstr "" +"Якщо ви щойно встановили Solaar, спробуйте від'єднати та знову під'єднати " +"приймач або пристрій." + +#: lib/solaar/ui/common.py:49 +msgid "Cannot connect to device error" +msgstr "Помилка підключення до пристрою" + +#: lib/solaar/ui/common.py:51 +#, python-format +msgid "" +"Found a Logitech receiver or device at %s, but encountered an error " +"connecting to it." +msgstr "" +"Знайдено приймач або пристрій Logitech за адресою %s, але виникла помилка " +"при підключенні до нього." + +#: lib/solaar/ui/common.py:53 +msgid "" +"Try disconnecting the device and then reconnecting it or turning it off and " +"then on." +msgstr "" +"Спробуйте від'єднати та знову під'єднати пристрій або вимкнути та увімкнути " +"його." + +#: lib/solaar/ui/common.py:56 +msgid "Unpairing failed" +msgstr "Не вдалося розірвати пару" + +#: lib/solaar/ui/common.py:58 +#, python-brace-format +msgid "Failed to unpair %{device} from %{receiver}." +msgstr "Не вдалося розірвати пару між %{device} та %{receiver}." + +#: lib/solaar/ui/common.py:63 +msgid "The receiver returned an error, with no further details." +msgstr "Приймач повернув помилку без додаткових деталей." + +#: lib/solaar/ui/config_panel.py:241 +msgid "Complete - ENTER to change" +msgstr "Завершено - ENTER для зміни" + +#: lib/solaar/ui/config_panel.py:241 +msgid "Incomplete" +msgstr "Не завершено" + +#: lib/solaar/ui/config_panel.py:487 lib/solaar/ui/config_panel.py:539 +#, python-format +msgid "%d value" +msgid_plural "%d values" +msgstr[0] "%d значення" +msgstr[1] "%d значення" +msgstr[2] "%d значень" + +#: lib/solaar/ui/config_panel.py:621 +msgid "Changes allowed" +msgstr "Зміни дозволено" + +#: lib/solaar/ui/config_panel.py:622 +msgid "No changes allowed" +msgstr "Зміни не дозволено" + +#: lib/solaar/ui/config_panel.py:623 +msgid "Ignore this setting" +msgstr "Ігнорувати це налаштування" + +#: lib/solaar/ui/config_panel.py:667 +msgid "Working" +msgstr "Працюю" + +#: lib/solaar/ui/config_panel.py:670 +msgid "Read/write operation failed." +msgstr "Операція читання/запису не вдалася." + +#: lib/solaar/ui/desktop_notifications.py:112 +msgid "unspecified reason" +msgstr "невідома причина" + +#: lib/solaar/ui/diversion_rules.py:103 +msgid "Built-in rules" +msgstr "Вбудовані правила" + +#: lib/solaar/ui/diversion_rules.py:103 +msgid "User-defined rules" +msgstr "Правила користувача" + +#: lib/solaar/ui/diversion_rules.py:105 lib/solaar/ui/diversion_rules.py:1126 +msgid "Rule" +msgstr "Правило" + +#: lib/solaar/ui/diversion_rules.py:106 lib/solaar/ui/diversion_rules.py:382 +#: lib/solaar/ui/diversion_rules.py:509 +msgid "Sub-rule" +msgstr "Підправило" + +#: lib/solaar/ui/diversion_rules.py:108 +msgid "[empty]" +msgstr "[порожньо]" + +#: lib/solaar/ui/diversion_rules.py:132 +msgid "Make changes permanent?" +msgstr "Зробити зміни постійними?" + +#: lib/solaar/ui/diversion_rules.py:137 +msgid "Yes" +msgstr "Так" + +#: lib/solaar/ui/diversion_rules.py:139 +msgid "No" +msgstr "Ні" + +#: lib/solaar/ui/diversion_rules.py:144 +msgid "If you choose No, changes will be lost when Solaar is closed." +msgstr "Якщо ви оберете 'Ні', зміни буде втрачено при закритті Solaar." + +#: lib/solaar/ui/diversion_rules.py:273 +msgid "Paste here" +msgstr "Вставити сюди" + +#: lib/solaar/ui/diversion_rules.py:275 +msgid "Paste above" +msgstr "Вставити вище" + +#: lib/solaar/ui/diversion_rules.py:277 +msgid "Paste below" +msgstr "Вставити нижче" + +#: lib/solaar/ui/diversion_rules.py:283 +msgid "Paste rule here" +msgstr "Вставити правило сюди" + +#: lib/solaar/ui/diversion_rules.py:285 +msgid "Paste rule above" +msgstr "Вставити правило вище" + +#: lib/solaar/ui/diversion_rules.py:287 +msgid "Paste rule below" +msgstr "Вставити правило нижче" + +#: lib/solaar/ui/diversion_rules.py:291 +msgid "Paste rule" +msgstr "Вставити правило" + +#: lib/solaar/ui/diversion_rules.py:306 +msgid "Insert here" +msgstr "Вставити сюди" + +#: lib/solaar/ui/diversion_rules.py:308 +msgid "Insert above" +msgstr "Вставити вище" + +#: lib/solaar/ui/diversion_rules.py:310 +msgid "Insert below" +msgstr "Вставити нижче" + +#: lib/solaar/ui/diversion_rules.py:316 +msgid "Insert new rule here" +msgstr "Вставити нове правило сюди" + +#: lib/solaar/ui/diversion_rules.py:318 +msgid "Insert new rule above" +msgstr "Вставити нове правило вище" + +#: lib/solaar/ui/diversion_rules.py:320 +msgid "Insert new rule below" +msgstr "Вставити нове правило нижче" + +#: lib/solaar/ui/diversion_rules.py:347 +msgid "Flatten" +msgstr "Сплощити" + +#: lib/solaar/ui/diversion_rules.py:380 +msgid "Insert" +msgstr "Вставити" + +#: lib/solaar/ui/diversion_rules.py:383 lib/solaar/ui/diversion_rules.py:511 +#: lib/solaar/ui/diversion_rules.py:1158 +msgid "Or" +msgstr "Або" + +#: lib/solaar/ui/diversion_rules.py:384 lib/solaar/ui/diversion_rules.py:510 +#: lib/solaar/ui/diversion_rules.py:1144 +msgid "And" +msgstr "І" + +#: lib/solaar/ui/diversion_rules.py:386 +msgid "Condition" +msgstr "Умова" + +#: lib/solaar/ui/diversion_rules.py:388 lib/solaar/ui/rule_conditions.py:154 +msgid "Feature" +msgstr "Функція" + +#: lib/solaar/ui/diversion_rules.py:389 lib/solaar/ui/rule_conditions.py:188 +msgid "Report" +msgstr "Звіт" + +#: lib/solaar/ui/diversion_rules.py:390 lib/solaar/ui/rule_conditions.py:69 +msgid "Process" +msgstr "Процес" + +#: lib/solaar/ui/diversion_rules.py:391 +msgid "Mouse process" +msgstr "Процес миші" + +#: lib/solaar/ui/diversion_rules.py:392 lib/solaar/ui/rule_conditions.py:225 +msgid "Modifiers" +msgstr "Модифікатори" + +#: lib/solaar/ui/diversion_rules.py:393 lib/solaar/ui/rule_conditions.py:277 +msgid "Key" +msgstr "Клавіша" + +#: lib/solaar/ui/diversion_rules.py:394 lib/solaar/ui/rule_conditions.py:318 +msgid "KeyIsDown" +msgstr "КлавішаНатиснута" + +#: lib/solaar/ui/diversion_rules.py:395 lib/solaar/ui/diversion_rules.py:1432 +msgid "Active" +msgstr "Активний" + +#: lib/solaar/ui/diversion_rules.py:396 lib/solaar/ui/diversion_rules.py:1390 +#: lib/solaar/ui/diversion_rules.py:1441 lib/solaar/ui/diversion_rules.py:1487 +msgid "Device" +msgstr "Пристрій" + +#: lib/solaar/ui/diversion_rules.py:397 lib/solaar/ui/diversion_rules.py:1467 +msgid "Host" +msgstr "Хост" + +#: lib/solaar/ui/diversion_rules.py:398 lib/solaar/ui/diversion_rules.py:1506 +msgid "Setting" +msgstr "Налаштування" + +#: lib/solaar/ui/diversion_rules.py:399 lib/solaar/ui/rule_conditions.py:333 +#: lib/solaar/ui/rule_conditions.py:382 +msgid "Test" +msgstr "Тест" + +#: lib/solaar/ui/diversion_rules.py:400 lib/solaar/ui/rule_conditions.py:507 +msgid "Test bytes" +msgstr "Тестові байти" + +#: lib/solaar/ui/diversion_rules.py:401 lib/solaar/ui/rule_conditions.py:608 +msgid "Mouse Gesture" +msgstr "Жест миші" + +#: lib/solaar/ui/diversion_rules.py:405 +msgid "Action" +msgstr "Дія" + +#: lib/solaar/ui/diversion_rules.py:407 lib/solaar/ui/rule_actions.py:138 +msgid "Key press" +msgstr "Натискання клавіші" + +#: lib/solaar/ui/diversion_rules.py:408 lib/solaar/ui/rule_actions.py:191 +msgid "Mouse scroll" +msgstr "Прокручування миші" + +#: lib/solaar/ui/diversion_rules.py:409 lib/solaar/ui/rule_actions.py:254 +msgid "Mouse click" +msgstr "Клік миші" + +#: lib/solaar/ui/diversion_rules.py:410 +msgid "Set" +msgstr "Встановити" + +#: lib/solaar/ui/diversion_rules.py:411 lib/solaar/ui/rule_actions.py:326 +msgid "Execute" +msgstr "Виконати" + +#: lib/solaar/ui/diversion_rules.py:412 lib/solaar/ui/diversion_rules.py:1189 +msgid "Later" +msgstr "Пізніше" + +#: lib/solaar/ui/diversion_rules.py:441 +msgid "Insert new rule" +msgstr "Вставити нове правило" + +#: lib/solaar/ui/diversion_rules.py:461 lib/solaar/ui/rule_actions.py:82 +#: lib/solaar/ui/rule_actions.py:285 lib/solaar/ui/rule_conditions.py:556 +msgid "Delete" +msgstr "Видалити" + +#: lib/solaar/ui/diversion_rules.py:483 +msgid "Negate" +msgstr "Заперечити" + +#: lib/solaar/ui/diversion_rules.py:507 +msgid "Wrap with" +msgstr "Огорнути в" + +#: lib/solaar/ui/diversion_rules.py:537 +msgid "Cut" +msgstr "Вирізати" + +#: lib/solaar/ui/diversion_rules.py:553 +msgid "Paste" +msgstr "Вставити" + +#: lib/solaar/ui/diversion_rules.py:559 +msgid "Copy" +msgstr "Копіювати" + +#: lib/solaar/ui/diversion_rules.py:568 +msgid "Solaar Rule Editor" +msgstr "Редактор правил Solaar" + +#: lib/solaar/ui/diversion_rules.py:668 +msgid "Save changes" +msgstr "Зберегти зміни" + +#: lib/solaar/ui/diversion_rules.py:673 +msgid "Discard changes" +msgstr "Скасувати зміни" + +#: lib/solaar/ui/diversion_rules.py:1104 +msgid "This editor does not support the selected rule component yet." +msgstr "Цей редактор ще не підтримує вибраний компонент правила." + +#: lib/solaar/ui/diversion_rules.py:1169 +msgid "" +"Number of seconds to delay.\n" +"Delay between 0 and 1 is done with higher precision." +msgstr "" +"Кількість секунд для затримки.\n" +"Затримка від 0 до 1 виконується з вищою точністю." + +#: lib/solaar/ui/diversion_rules.py:1207 +msgid "Not" +msgstr "Не" + +#: lib/solaar/ui/diversion_rules.py:1238 +msgid "Toggle" +msgstr "Перемкнути" + +#: lib/solaar/ui/diversion_rules.py:1239 +msgid "True" +msgstr "Істина" + +#: lib/solaar/ui/diversion_rules.py:1240 +msgid "False" +msgstr "Хиба" + +#: lib/solaar/ui/diversion_rules.py:1253 +msgid "Unsupported setting" +msgstr "Налаштування не підтримується" + +#: lib/solaar/ui/diversion_rules.py:1396 lib/solaar/ui/diversion_rules.py:1415 +#: lib/solaar/ui/diversion_rules.py:1493 lib/solaar/ui/diversion_rules.py:1748 +#: lib/solaar/ui/diversion_rules.py:1766 +msgid "Originating device" +msgstr "Пристрій-джерело" + +#: lib/solaar/ui/diversion_rules.py:1428 +msgid "Device is active and its settings can be changed." +msgstr "Пристрій активний, і його налаштування можна змінювати." + +#: lib/solaar/ui/diversion_rules.py:1437 +msgid "Device that originated the current notification." +msgstr "Пристрій, який надіслав поточне сповіщення." + +#: lib/solaar/ui/diversion_rules.py:1450 +msgid "Name of host computer." +msgstr "Ім'я комп'ютера-хоста." + +#: lib/solaar/ui/diversion_rules.py:1520 +msgid "Value" +msgstr "Значення" + +#: lib/solaar/ui/diversion_rules.py:1529 +msgid "Item" +msgstr "Елемент" + +#: lib/solaar/ui/diversion_rules.py:1808 +msgid "Change setting on device" +msgstr "Змінити налаштування на пристрої" + +#: lib/solaar/ui/diversion_rules.py:1824 +msgid "Setting on device" +msgstr "Налаштування на пристрої" + +#: lib/solaar/ui/pair_window.py:44 lib/solaar/ui/pair_window.py:167 +#, python-format +msgid "%(receiver_name)s: pair new device" +msgstr "%(receiver_name)s: створити пару з новим пристроєм" + +#: lib/solaar/ui/pair_window.py:46 +msgid "Bolt receivers are only compatible with Bolt devices." +msgstr "Приймачі Bolt сумісні лише з пристроями Bolt." + +#: lib/solaar/ui/pair_window.py:48 +msgid "Press a pairing button or key until the pairing light flashes quickly." +msgstr "" +"Натисніть кнопку або клавішу створення пари, доки індикатор не почне швидко " +"блимати." + +#: lib/solaar/ui/pair_window.py:51 +msgid "Unifying receivers are only compatible with Unifying devices." +msgstr "Приймачі Unifying сумісні лише з пристроями Unifying." + +#: lib/solaar/ui/pair_window.py:53 +msgid "Other receivers are only compatible with a few devices." +msgstr "Інші приймачі сумісні лише з кількома пристроями." + +#: lib/solaar/ui/pair_window.py:55 +msgid "For most devices, turn on the device you want to pair." +msgstr "" +"Для більшості пристроїв увімкніть пристрій, з яким хочете створити пару." + +#: lib/solaar/ui/pair_window.py:56 +msgid "If the device is already turned on, turn it off and on again." +msgstr "Якщо пристрій уже увімкнено, вимкніть його та увімкніть знову." + +#: lib/solaar/ui/pair_window.py:58 +msgid "The device must not be paired with a nearby powered-on receiver." +msgstr "" +"Пристрій не повинен бути з'єднаний з іншим увімкненим приймачем поблизу." + +#: lib/solaar/ui/pair_window.py:61 +msgid "" +"For devices with multiple channels, press, hold, and release the button for " +"the channel you wish to pair\n" +"or use the channel switch button to select a channel and then press, hold, " +"and release the channel switch button." +msgstr "" +"Для пристроїв з кількома каналами натисніть, утримуйте та відпустіть кнопку " +"потрібного каналу\n" +"або скористайтеся кнопкою перемикання каналів, щоб вибрати канал, а потім " +"натисніть, утримуйте та відпустіть її." + +#: lib/solaar/ui/pair_window.py:68 +msgid "The channel indicator light should be blinking rapidly." +msgstr "Індикатор каналу повинен швидко блимати." + +#: lib/solaar/ui/pair_window.py:72 +#, python-format +msgid "" +"\n" +"\n" +"This receiver has %d pairing remaining." +msgid_plural "" +"\n" +"\n" +"This receiver has %d pairings remaining." +msgstr[0] "" +"\n" +"\n" +"Цей приймач має ще %d спробу створення пари." +msgstr[1] "" +"\n" +"\n" +"Цей приймач має ще %d спроби створення пари." +msgstr[2] "" +"\n" +"\n" +"Цей приймач має ще %d спроб створення пари." + +#: lib/solaar/ui/pair_window.py:78 +msgid "" +"\n" +"Cancelling at this point will not use up a pairing." +msgstr "" +"\n" +"Скасування на цьому етапі не використає спробу створення пари." + +#: lib/solaar/ui/pair_window.py:168 +#, python-format +msgid "Enter passcode on %(name)s." +msgstr "Введіть пароль на %(name)s." + +#: lib/solaar/ui/pair_window.py:171 +#, python-format +msgid "Type %(passcode)s and then press the enter key." +msgstr "Введіть %(passcode)s, а потім натисніть клавішу Enter." + +#: lib/solaar/ui/pair_window.py:176 +msgid "left" +msgstr "ліва" + +#: lib/solaar/ui/pair_window.py:176 +msgid "right" +msgstr "права" + +#: lib/solaar/ui/pair_window.py:178 +#, python-format +msgid "" +"Press %(code)s\n" +"and then press left and right buttons simultaneously." +msgstr "" +"Натисніть %(code)s\n" +", а потім одночасно натисніть ліву та праву кнопки." + +#: lib/solaar/ui/pair_window.py:221 +msgid "The wireless link is not encrypted" +msgstr "Бездротове з'єднання не зашифроване" + +#: lib/solaar/ui/pair_window.py:226 +msgid "Found a new device:" +msgstr "Знайдено новий пристрій:" + +#: lib/solaar/ui/pair_window.py:247 +msgid "Pairing failed" +msgstr "Не вдалося створити пару" + +#: lib/solaar/ui/pair_window.py:249 +msgid "Make sure your device is within range, and has a decent battery charge." +msgstr "" +"Переконайтеся, що ваш пристрій знаходиться в зоні досяжності та має " +"достатній заряд батареї." + +#: lib/solaar/ui/pair_window.py:251 +msgid "A new device was detected, but it is not compatible with this receiver." +msgstr "Було виявлено новий пристрій, але він не сумісний з цим приймачем." + +#: lib/solaar/ui/pair_window.py:253 +msgid "More paired devices than receiver can support." +msgstr "Більше під'єднаних пристроїв, ніж може підтримувати приймач." + +#: lib/solaar/ui/pair_window.py:255 +msgid "No further details are available about the error." +msgstr "Додаткові відомості про помилку відсутні." + +#: lib/solaar/ui/rule_actions.py:54 +msgid "" +"Simulate a chorded key click or depress or release.\n" +"On Wayland requires write access to /dev/uinput." +msgstr "" +"Імітувати натискання, утримання або відпускання комбінації клавіш.\n" +"У Wayland потрібен дозвіл на запис до /dev/uinput." + +#: lib/solaar/ui/rule_actions.py:60 +msgid "Add key" +msgstr "Додати клавішу" + +#: lib/solaar/ui/rule_actions.py:63 +msgid "Click" +msgstr "Клік" + +#: lib/solaar/ui/rule_actions.py:66 +msgid "Depress" +msgstr "Натиснути" + +#: lib/solaar/ui/rule_actions.py:69 +msgid "Release" +msgstr "Відпустити" + +#: lib/solaar/ui/rule_actions.py:153 +msgid "" +"Simulate a mouse scroll.\n" +"On Wayland requires write access to /dev/uinput." +msgstr "" +"Імітувати прокручування миші.\n" +"У Wayland потрібен дозвіл на запис до /dev/uinput." + +#: lib/solaar/ui/rule_actions.py:211 +msgid "" +"Simulate a mouse click.\n" +"On Wayland requires write access to /dev/uinput." +msgstr "" +"Імітувати клік миші.\n" +"У Wayland потрібен дозвіл на запис до /dev/uinput." + +#: lib/solaar/ui/rule_actions.py:216 +msgid "Button" +msgstr "Кнопка" + +#: lib/solaar/ui/rule_actions.py:217 +msgid "Count and Action" +msgstr "Кількість та дія" + +#: lib/solaar/ui/rule_actions.py:267 +msgid "Execute a command with arguments." +msgstr "Виконати команду з аргументами." + +#: lib/solaar/ui/rule_actions.py:271 +msgid "Add argument" +msgstr "Додати аргумент" + +#: lib/solaar/ui/rule_conditions.py:52 +msgid "" +"X11 active process.\n" +"For use in X11 only." +msgstr "" +"Активний процес X11.\n" +"Використовувати лише в X11." + +#: lib/solaar/ui/rule_conditions.py:82 +msgid "" +"X11 mouse process.\n" +"For use in X11 only." +msgstr "" +"Процес миші X11.\n" +"Використовувати лише в X11." + +#: lib/solaar/ui/rule_conditions.py:99 +msgid "MouseProcess" +msgstr "ПроцесМиші" + +#: lib/solaar/ui/rule_conditions.py:123 +msgid "Feature name of notification triggering rule processing." +msgstr "Назва функції сповіщення, що запускає обробку правила." + +#: lib/solaar/ui/rule_conditions.py:169 +msgid "Report number of notification triggering rule processing." +msgstr "Номер звіту сповіщення, що запускає обробку правила." + +#: lib/solaar/ui/rule_conditions.py:201 +msgid "" +"Active keyboard modifiers.\n" +"Not always available in Wayland." +msgstr "" +"Активні модифікатори клавіатури.\n" +"Не завжди доступні у Wayland." + +#: lib/solaar/ui/rule_conditions.py:241 +msgid "" +"Diverted key or button depressed or released.\n" +"Use the Key/Button Diversion and Divert G Keys settings to divert keys and " +"buttons." +msgstr "" +"Перенаправлена клавіша або кнопка натиснута чи відпущена.\n" +"Використовуйте налаштування 'Перенаправлення клавіш/кнопок' та " +"'Перенаправити G-клавіші' для перенаправлення." + +#: lib/solaar/ui/rule_conditions.py:250 +msgid "Key down" +msgstr "Клавішу натиснуто" + +#: lib/solaar/ui/rule_conditions.py:253 +msgid "Key up" +msgstr "Клавішу відпущено" + +#: lib/solaar/ui/rule_conditions.py:293 +msgid "" +"Diverted key or button is currently down.\n" +"Use the Key/Button Diversion and Divert G Keys settings to divert keys and " +"buttons." +msgstr "" +"Перенаправлена клавіша або кнопка зараз натиснута.\n" +"Використовуйте налаштування 'Перенаправлення клавіш/кнопок' та " +"'Перенаправити G-клавіші' для перенаправлення." + +#: lib/solaar/ui/rule_conditions.py:331 +msgid "Test condition on notification triggering rule processing." +msgstr "Перевірка умови для сповіщення, що запускає обробку правила." + +#: lib/solaar/ui/rule_conditions.py:335 +msgid "Parameter" +msgstr "Параметр" + +#: lib/solaar/ui/rule_conditions.py:408 +msgid "begin (inclusive)" +msgstr "початок (включно)" + +#: lib/solaar/ui/rule_conditions.py:409 +msgid "end (exclusive)" +msgstr "кінець (виключно)" + +#: lib/solaar/ui/rule_conditions.py:417 +msgid "range" +msgstr "діапазон" + +#: lib/solaar/ui/rule_conditions.py:420 +msgid "minimum" +msgstr "мінімум" + +#: lib/solaar/ui/rule_conditions.py:421 +msgid "maximum" +msgstr "максимум" + +#: lib/solaar/ui/rule_conditions.py:423 +#, python-format +msgid "bytes %(0)d to %(1)d, ranging from %(2)d to %(3)d" +msgstr "байти від %(0)d до %(1)d, в діапазоні від %(2)d до %(3)d" + +#: lib/solaar/ui/rule_conditions.py:426 lib/solaar/ui/rule_conditions.py:427 +msgid "mask" +msgstr "маска" + +#: lib/solaar/ui/rule_conditions.py:428 +#, python-format +msgid "bytes %(0)d to %(1)d, mask %(2)d" +msgstr "байти від %(0)d до %(1)d, маска %(2)d" + +#: lib/solaar/ui/rule_conditions.py:437 +msgid "" +"Bit or range test on bytes in notification message triggering rule " +"processing." +msgstr "" +"Бітовий або діапазонний тест байтів у повідомленні-сповіщенні, що запускає " +"обробку правила." + +#: lib/solaar/ui/rule_conditions.py:447 +msgid "type" +msgstr "тип" + +#: lib/solaar/ui/rule_conditions.py:535 +msgid "" +"Mouse gesture with optional initiating button followed by zero or more mouse " +"movements." +msgstr "" +"Жест миші з необов'язковою кнопкою-ініціатором, за якою слідують нуль або " +"більше рухів миші." + +#: lib/solaar/ui/rule_conditions.py:541 +msgid "Add movement" +msgstr "Додати рух" + +#: lib/solaar/ui/tray.py:55 +msgid "No supported device found" +msgstr "Не знайдено підтримуваних пристроїв" + +#: lib/solaar/ui/tray.py:60 lib/solaar/ui/window.py:328 +#, python-format +msgid "About %s" +msgstr "Про %s" + +#: lib/solaar/ui/tray.py:61 lib/solaar/ui/window.py:326 +#, python-format +msgid "Quit %s" +msgstr "Вийти з %s" + +#: lib/solaar/ui/tray.py:273 lib/solaar/ui/tray.py:281 +msgid "no receiver" +msgstr "немає приймача" + +#: lib/solaar/ui/tray.py:294 lib/solaar/ui/tray.py:299 +#: lib/solaar/ui/window.py:728 +msgid "offline" +msgstr "офлайн" + +#: lib/solaar/ui/tray.py:297 +msgid "no status" +msgstr "немає статусу" + +#: lib/solaar/ui/window.py:110 +msgid "Scanning" +msgstr "Сканування" + +#: lib/solaar/ui/window.py:141 +msgid "Battery" +msgstr "Батарея" + +#: lib/solaar/ui/window.py:144 +msgid "Wireless Link" +msgstr "Бездротове з'єднання" + +#: lib/solaar/ui/window.py:148 +msgid "Lighting" +msgstr "Підсвічування" + +#: lib/solaar/ui/window.py:182 +msgid "Show Technical Details" +msgstr "Показати технічні деталі" + +#: lib/solaar/ui/window.py:198 +msgid "Pair new device" +msgstr "Створити пару з новим пристроєм" + +#: lib/solaar/ui/window.py:216 +msgid "Select a device" +msgstr "Виберіть пристрій" + +#: lib/solaar/ui/window.py:331 +msgid "Rule Editor" +msgstr "Редактор правил" + +#: lib/solaar/ui/window.py:522 +msgid "Path" +msgstr "Шлях" + +#: lib/solaar/ui/window.py:524 +msgid "USB ID" +msgstr "USB ID" + +#: lib/solaar/ui/window.py:527 lib/solaar/ui/window.py:529 +#: lib/solaar/ui/window.py:544 lib/solaar/ui/window.py:546 +msgid "Serial" +msgstr "Серійний номер" + +#: lib/solaar/ui/window.py:533 +msgid "Index" +msgstr "Індекс" + +#: lib/solaar/ui/window.py:535 +msgid "Wireless PID" +msgstr "Бездротовий PID" + +#: lib/solaar/ui/window.py:537 +msgid "Product ID" +msgstr "ID продукту" + +#: lib/solaar/ui/window.py:539 +msgid "Protocol" +msgstr "Протокол" + +#: lib/solaar/ui/window.py:539 +msgid "Unknown" +msgstr "Невідомо" + +#: lib/solaar/ui/window.py:541 +msgid "Polling rate" +msgstr "Частота опитування" + +#: lib/solaar/ui/window.py:548 +msgid "Unit ID" +msgstr "ID одиниці" + +#: lib/solaar/ui/window.py:559 +msgid "none" +msgstr "немає" + +#: lib/solaar/ui/window.py:560 +msgid "Notifications" +msgstr "Сповіщення" + +#: lib/solaar/ui/window.py:604 +msgid "No device paired." +msgstr "Немає під'єднаних пристроїв." + +#: lib/solaar/ui/window.py:613 +#, python-format +msgid "Up to %(max_count)s device can be paired to this receiver." +msgid_plural "Up to %(max_count)s devices can be paired to this receiver." +msgstr[0] "До цього приймача можна під'єднати до %(max_count)s пристрою." +msgstr[1] "До цього приймача можна під'єднати до %(max_count)s пристроїв." +msgstr[2] "До цього приймача можна під'єднати до %(max_count)s пристроїв." + +#: lib/solaar/ui/window.py:620 +msgid "Only one device can be paired to this receiver." +msgstr "До цього приймача можна під'єднати лише один пристрій." + +#: lib/solaar/ui/window.py:624 +#, python-format +msgid "This receiver has %d pairing remaining." +msgid_plural "This receiver has %d pairings remaining." +msgstr[0] "Цей приймач має ще %d спробу створення пари." +msgstr[1] "Цей приймач має ще %d спроби створення пари." +msgstr[2] "Цей приймач має ще %d спроб створення пари." + +#: lib/solaar/ui/window.py:681 +msgid "Battery Voltage" +msgstr "Напруга батареї" + +#: lib/solaar/ui/window.py:683 +msgid "Voltage reported by battery" +msgstr "Напруга, що повідомляється батареєю" + +#: lib/solaar/ui/window.py:685 +msgid "Battery Level" +msgstr "Рівень заряду батареї" + +#: lib/solaar/ui/window.py:687 +msgid "Approximate level reported by battery" +msgstr "Приблизний рівень, що повідомляється батареєю" + +#: lib/solaar/ui/window.py:694 lib/solaar/ui/window.py:696 +msgid "next reported " +msgstr "наступний повідомлений " + +#: lib/solaar/ui/window.py:697 +msgid " and next level to be reported." +msgstr " та наступний рівень, що буде повідомлено." + +#: lib/solaar/ui/window.py:702 +msgid "last known" +msgstr "останній відомий" + +#: lib/solaar/ui/window.py:713 +msgid "encrypted" +msgstr "зашифровано" + +#: lib/solaar/ui/window.py:715 +msgid "The wireless link between this device and its receiver is encrypted." +msgstr "Бездротове з'єднання між цим пристроєм та його приймачем зашифроване." + +#: lib/solaar/ui/window.py:717 +msgid "not encrypted" +msgstr "не зашифровано" + +#: lib/solaar/ui/window.py:721 +msgid "" +"The wireless link between this device and its receiver is not encrypted.\n" +"This is a security issue for pointing devices, and a major security issue " +"for text-input devices." +msgstr "" +"Бездротове з'єднання між цим пристроєм та його приймачем не зашифроване.\n" +"Це проблема безпеки для вказівних пристроїв та серйозна проблема безпеки для " +"пристроїв введення тексту." + +#: lib/solaar/ui/window.py:737 +#, python-format +msgid "%(light_level)d lux" +msgstr "%(light_level)d люкс" diff --git a/release.sh b/release.sh index b2f424b1..02c48ae5 100755 --- a/release.sh +++ b/release.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash repo=pwr-Solaar/Solaar diff --git a/share/solaar/icons/solaar-attention-dark-filled.svg b/share/solaar/icons/solaar-attention-dark-filled.svg new file mode 100644 index 00000000..c3945be1 --- /dev/null +++ b/share/solaar/icons/solaar-attention-dark-filled.svg @@ -0,0 +1,190 @@ + + + +Solaar attentionimage/svg+xmlSolaar attentionDaniel Pavel2013-06-25solaar-attention diff --git a/share/solaar/icons/solaar-filled.svg b/share/solaar/icons/solaar-filled.svg new file mode 100644 index 00000000..521c56ae --- /dev/null +++ b/share/solaar/icons/solaar-filled.svg @@ -0,0 +1,129 @@ + + + +Solaarimage/svg+xmlSolaarDaniel Pavel2013-06-25solaar diff --git a/share/solaar/icons/solaar-init-dark-filled.svg b/share/solaar/icons/solaar-init-dark-filled.svg new file mode 100644 index 00000000..9a14b24d --- /dev/null +++ b/share/solaar/icons/solaar-init-dark-filled.svg @@ -0,0 +1,234 @@ + + + +Solaar initimage/svg+xmlSolaar initDaniel Pavel2013-06-25solaar-init diff --git a/share/solaar/icons/solaar-init-dark-rotate-filled.svg b/share/solaar/icons/solaar-init-dark-rotate-filled.svg new file mode 100644 index 00000000..c42228a2 --- /dev/null +++ b/share/solaar/icons/solaar-init-dark-rotate-filled.svg @@ -0,0 +1,241 @@ + + + +Solaar initimage/svg+xmlSolaar initDaniel Pavel2013-06-25solaar-init diff --git a/share/solaar/icons/solaar-symbolic-dark-filled.svg b/share/solaar/icons/solaar-symbolic-dark-filled.svg new file mode 100644 index 00000000..39c518d3 --- /dev/null +++ b/share/solaar/icons/solaar-symbolic-dark-filled.svg @@ -0,0 +1,182 @@ + + + +Solaarimage/svg+xmlSolaarDaniel Pavel2013-06-25solaar diff --git a/share/solaar/icons/solaar-symbolic-filled.svg b/share/solaar/icons/solaar-symbolic-filled.svg new file mode 100644 index 00000000..71d722c2 --- /dev/null +++ b/share/solaar/icons/solaar-symbolic-filled.svg @@ -0,0 +1,182 @@ + + + +Solaarimage/svg+xmlSolaarDaniel Pavel2013-06-25solaar diff --git a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml index 9fcb3c44..b0b53b67 100644 --- a/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml +++ b/share/solaar/io.github.pwr_solaar.solaar.metainfo.xml @@ -48,6 +48,8 @@ + + diff --git a/tests/logitech_receiver/test_device.py b/tests/logitech_receiver/test_device.py index 54fe7d07..0d45d69c 100644 --- a/tests/logitech_receiver/test_device.py +++ b/tests/logitech_receiver/test_device.py @@ -86,7 +86,7 @@ def test_create_device(device_info, responses, expected_success): with pytest.raises(PermissionError): device.create_device(low_level_mock, device_info) elif not expected_success: - with pytest.raises(TypeError): + with pytest.raises(Exception): # noqa: B017 device.create_device(low_level_mock, device_info) else: test_device = device.create_device(low_level_mock, device_info) diff --git a/tests/logitech_receiver/test_hidpp10.py b/tests/logitech_receiver/test_hidpp10.py index 1c39b0c0..b642608a 100644 --- a/tests/logitech_receiver/test_hidpp10.py +++ b/tests/logitech_receiver/test_hidpp10.py @@ -247,7 +247,7 @@ def test_set_3leds_missing(device, mocker): def test_get_notification_flags(device): result = _hidpp10.get_notification_flags(device) - assert result == int("000900", 16) + assert result == hidpp10_constants.NotificationFlag(int("000900", 16)) def test_set_notification_flags(mocker): diff --git a/tests/logitech_receiver/test_hidpp20_complex.py b/tests/logitech_receiver/test_hidpp20_complex.py index 389fc524..dc7d4b85 100644 --- a/tests/logitech_receiver/test_hidpp20_complex.py +++ b/tests/logitech_receiver/test_hidpp20_complex.py @@ -413,7 +413,7 @@ def test_KeysArrayV4__getitem(device, count, index, cid, task_id, flags, pos, gr @pytest.mark.parametrize( - "key, index", [(special_keys.CONTROL.Volume_Up, 2), (special_keys.CONTROL.Mute, 4), (special_keys.CONTROL.Next, None)] + "key, index", [(special_keys.CONTROL.Volume_Up_old, 2), (special_keys.CONTROL.Mute, 4), (special_keys.CONTROL.Next, None)] ) def test_KeysArrayV4_index(key, index): keysarray = hidpp20.KeysArrayV4(device_standard, 7) diff --git a/tools/clean.sh b/tools/clean.sh index 4a1a0732..e3fea934 100755 --- a/tools/clean.sh +++ b/tools/clean.sh @@ -1,9 +1,9 @@ -#!/bin/sh +#!/usr/bin/env sh cd "$(dirname "$0")/.." find . -type f -name '*.py[co]' -delete find . -type d -name '__pycache__' -delete -/bin/rm --force po/*~ -/bin/rm --force --recursive share/locale/ +rm --force po/*~ +rm --force --recursive share/locale/ diff --git a/tools/create-macos-app.sh b/tools/create-macos-app.sh new file mode 100755 index 00000000..6109768c --- /dev/null +++ b/tools/create-macos-app.sh @@ -0,0 +1,116 @@ +#!/usr/bin/env bash +# Helper to build a minimal macOS .app wrapper for Solaar. +set -euo pipefail + +APP_ROOT=${1:-/Applications/Solaar.app} +SOLAAR_PATH=${SOLAAR_PATH:-solaar} +SOLAAR_RESOLVED_PATH=$(command -v "${SOLAAR_PATH}" 2>/dev/null || echo "") +if [ -z "${SOLAAR_RESOLVED_PATH}" ]; then + echo "Error: '${SOLAAR_PATH}' not found" >&2 + exit 1 +fi +ICON_SOURCE=${ICON_SOURCE:-share/solaar/icons/solaar.svg} + +case "${APP_ROOT}" in + ""|"/"|".") + echo "Error: Refusing to create app bundle at unsafe location: \"${APP_ROOT}\"" >&2 + exit 1 + ;; +esac + +echo "Creating Solaar app bundle at ${APP_ROOT}" +rm -rf "${APP_ROOT}" + +APP_CONTENTS="${APP_ROOT}/Contents" +MACOS_DIR="${APP_CONTENTS}/MacOS" +RESOURCES_DIR="${APP_CONTENTS}/Resources" + +mkdir -p "${MACOS_DIR}" "${RESOURCES_DIR}" + +WRAPPER="${MACOS_DIR}/solaar-wrapper" +cat > "${WRAPPER}" <