Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated update of messages #74

Merged
merged 1 commit into from
Jan 1, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading