Skip to content

Commit

Permalink
Merge pull request #74 from swsnr/workflow/update-messages
Browse files Browse the repository at this point in the history
Automated update of messages
  • Loading branch information
swsnr authored Jan 1, 2025
2 parents 9a828e0 + ac87913 commit 4094bd0
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions po/de.swsnr.turnon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""

Expand Down Expand Up @@ -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 ""
Expand All @@ -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 ""
Expand All @@ -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"
Expand Down

0 comments on commit 4094bd0

Please sign in to comment.