add additional line for ranging beacon quest
This commit is contained in:
parent
3eb1ebbe77
commit
a9b24aaf2c
2 changed files with 7 additions and 2 deletions
|
@ -7,8 +7,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-12-27 01:14+0100\n"
|
"POT-Creation-Date: 2024-12-27 13:48+0100\n"
|
||||||
"PO-Revision-Date: 2024-12-27 01:14+0100\n"
|
"PO-Revision-Date: 2024-12-27 14:44+0100\n"
|
||||||
"Last-Translator: Laura Klünder <laura@codingcatgirl.de>\n"
|
"Last-Translator: Laura Klünder <laura@codingcatgirl.de>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"Language: de\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."
|
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."
|
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
|
#: c3nav/mapdata/quests/positioning.py
|
||||||
msgid "This should happen within less than a minute."
|
msgid "This should happen within less than a minute."
|
||||||
msgstr "Dies sollte weniger als eine Minute dauern."
|
msgstr "Dies sollte weniger als eine Minute dauern."
|
||||||
|
|
|
@ -92,6 +92,7 @@ class RangingBeaconBSSIDsQuest(Quest):
|
||||||
_("This quest only works in the app. It works fully automatically."),
|
_("This quest only works in the app. It works fully automatically."),
|
||||||
_("We are trying to find the BSSIDs broadcast by “%s”.") % self.obj.title,
|
_("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,
|
_("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."),
|
_("This should happen within less than a minute."),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue