Fixed incorrect texts

This commit is contained in:
2026-03-10 15:40:40 +08:00
parent 4a37cded04
commit 346a2a6042
3 changed files with 5 additions and 5 deletions

View File

@@ -147,9 +147,9 @@ func (this *QueryResult) Message() (string, error) {
gRow[0].Name = fmt.Sprintf("%s (%s)", bName, i18n.FormatDistance(langPack, minDist))
} else {
gRow[0].Name = fmt.Sprintf(
"%s (%s~%s)",
bName, i18n.FormatDistance(langPack, minDist),
bName, i18n.FormatDistance(langPack, maxDist),
"%s (%s~%s)", bName,
i18n.FormatDistance(langPack, minDist),
i18n.FormatDistance(langPack, maxDist),
)
}

View File

@@ -1,6 +1,6 @@
{
"DS.KMB.ETA.DEPARTED": "%s (走左了?)",
"DS.KMB.NEAREST_STOPS": "九巴:%s 範圍內站",
"DS.KMB.NEAREST_STOPS": "%s 範圍內九巴站",
"DS.KMB.NO_NEAREST_STOPS": "%s 範圍內找不到九巴站,最近 %d 個站為:",
"DS.MTR.NEAREST_STOPS": "%s 範圍內港鐵巴士車站",
"DS.MTR.NO_NEAREST_STOPS": "%s 範圍內找不到港鐵巴士站,最近 %d 個站為:",

View File

@@ -18,7 +18,7 @@ msgstr "%s (走左了?)"
#: .DS.KMB.NEAREST_STOPS
msgid "KMB: Showing nearest bus stops under %s"
msgstr "九巴:%s 範圍內站"
msgstr "%s 範圍內九巴站"
#: .DS.KMB.NO_NEAREST_STOPS
msgid ""