add additional line for ranging beacon quest

This commit is contained in:
Laura Klünder 2024-12-27 14:45:01 +01:00
parent 3eb1ebbe77
commit a9b24aaf2c
2 changed files with 7 additions and 2 deletions

View file

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-12-27 01:14+0100\n"
"PO-Revision-Date: 2024-12-27 01:14+0100\n"
"POT-Creation-Date: 2024-12-27 13:48+0100\n"
"PO-Revision-Date: 2024-12-27 14:44+0100\n"
"Last-Translator: Laura Klünder <laura@codingcatgirl.de>\n"
"Language-Team: \n"
"Language: de\n"
@ -3010,6 +3010,10 @@ msgstr "Wir versuchen die BSSIDs von „%s“ zu finden."
msgid "Please stand near “%s” and wait for the submit button to appear."
msgstr "Bitte stell dich zu „%s“ und warte bis der Absendebutton erscheint."
#: c3nav/mapdata/quests/positioning.py
msgid "Do not close this popup until then."
msgstr "Bitte lass diesen Dialog bis dahin offen."
#: c3nav/mapdata/quests/positioning.py
msgid "This should happen within less than a minute."
msgstr "Dies sollte weniger als eine Minute dauern."

View file

@ -92,6 +92,7 @@ class RangingBeaconBSSIDsQuest(Quest):
_("This quest only works in the app. It works fully automatically."),
_("We are trying to find the BSSIDs broadcast by “%s”.") % self.obj.title,
_("Please stand near “%s” and wait for the submit button to appear.") % self.obj.title,
_("Do not close this popup until then."),
_("This should happen within less than a minute."),
]