-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from swsnr/workflow/update-messages
Automated update of messages
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -420,12 +420,12 @@ msgid "_Save" | |
msgstr "" | ||
|
||
#: resources/ui/turnon-application-window.blp:20 | ||
msgctxt "application-window.action.win.add-device.tooltip" | ||
msgctxt "application-window.action.app.add-device.tooltip" | ||
msgid "Add a new device" | ||
msgstr "" | ||
|
||
#: resources/ui/turnon-application-window.blp:27 | ||
msgctxt "application-window.action.win.scan-network.tooltip" | ||
msgctxt "application-window.action.app.scan-network.tooltip" | ||
msgid "Scan the network for devices" | ||
msgstr "" | ||
|
||
|
@@ -459,54 +459,54 @@ msgctxt "application-window.menu.label" | |
msgid "_About Turn On" | ||
msgstr "" | ||
|
||
#: src/app.rs:68 | ||
#: src/app.rs:51 | ||
msgctxt "about-dialog.link.label" | ||
msgid "Translations" | ||
msgstr "" | ||
|
||
#. Credits for the translator to the current language. | ||
#. Translators: Add your name here, as "Jane Doe <[email protected]>" or "Jane Doe https://jdoe.example.com" | ||
#. Mail address or URL are optional. Separate multiple translators with a newline, i.e. \n | ||
#: src/app.rs:77 | ||
#: src/app.rs:60 | ||
msgid "translator-credits" | ||
msgstr "" | ||
|
||
#: src/app.rs:82 | ||
#: src/app.rs:65 | ||
msgctxt "about-dialog.acknowledgment-section" | ||
msgid "Help and inspiration" | ||
msgstr "" | ||
|
||
#: src/app.rs:95 | ||
#: src/app.rs:78 | ||
msgctxt "about-dialog.acknowledgment-section" | ||
msgid "Helpful services" | ||
msgstr "" | ||
|
||
#: src/app.rs:219 | ||
#: src/app.rs:255 | ||
msgctxt "option.add-device.description" | ||
msgid "Add a new device" | ||
msgstr "" | ||
|
||
#: src/app.rs:230 | ||
#: src/app.rs:266 | ||
msgctxt "option.turn-on-device.description" | ||
msgid "Turn on a device by its label" | ||
msgstr "" | ||
|
||
#: src/app.rs:235 | ||
#: src/app.rs:271 | ||
msgctxt "option.turn-on-device.arg.description" | ||
msgid "LABEL" | ||
msgstr "" | ||
|
||
#: src/app.rs:246 | ||
#: src/app.rs:282 | ||
msgctxt "option.list-devices.description" | ||
msgid "List all devices and their status" | ||
msgstr "" | ||
|
||
#: src/app.rs:258 | ||
#: src/app.rs:294 | ||
msgctxt "option.devices-file.description" | ||
msgid "Use the given file as storage for devices (for development only)" | ||
msgstr "" | ||
|
||
#: src/app.rs:270 | ||
#: src/app.rs:306 | ||
msgctxt "option.arp-cache-file.description" | ||
msgid "Use the given file as ARP cache source (for development only)" | ||
msgstr "" | ||
|
@@ -527,7 +527,7 @@ msgctxt "option.turn-on-device.error" | |
msgid "No device found for label %s\n" | ||
msgstr "" | ||
|
||
#: src/app/model/device_discovery.rs:196 | ||
#: src/app/model/device_discovery.rs:200 | ||
msgctxt "discovered-device.label" | ||
msgid "Discovered device" | ||
msgstr "" | ||
|
@@ -552,19 +552,19 @@ msgctxt "search-provider.notification.body" | |
msgid "Failed to send magic packet to mac address %1 of device %2." | ||
msgstr "" | ||
|
||
#: src/app/widgets/application_window.rs:117 | ||
#: src/app/widgets/application_window.rs:90 | ||
#, c-format | ||
msgctxt "application-window.feedback.toast" | ||
msgid "Sending magic packet to device %s" | ||
msgstr "" | ||
|
||
#: src/app/widgets/application_window.rs:140 | ||
#: src/app/widgets/application_window.rs:113 | ||
#, c-format | ||
msgctxt "application-window.feedback.toast" | ||
msgid "Sent magic packet to device %s" | ||
msgstr "" | ||
|
||
#: src/app/widgets/application_window.rs:155 | ||
#: src/app/widgets/application_window.rs:128 | ||
#, c-format | ||
msgctxt "application-window.feedback.toast" | ||
msgid "Failed to send magic packet to device %s" | ||
|