Fixed incorrect texts
This commit is contained in:
@@ -147,9 +147,9 @@ func (this *QueryResult) Message() (string, error) {
|
|||||||
gRow[0].Name = fmt.Sprintf("%s (%s)", bName, i18n.FormatDistance(langPack, minDist))
|
gRow[0].Name = fmt.Sprintf("%s (%s)", bName, i18n.FormatDistance(langPack, minDist))
|
||||||
} else {
|
} else {
|
||||||
gRow[0].Name = fmt.Sprintf(
|
gRow[0].Name = fmt.Sprintf(
|
||||||
"%s (%s~%s)",
|
"%s (%s~%s)", bName,
|
||||||
bName, i18n.FormatDistance(langPack, minDist),
|
i18n.FormatDistance(langPack, minDist),
|
||||||
bName, i18n.FormatDistance(langPack, maxDist),
|
i18n.FormatDistance(langPack, maxDist),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"DS.KMB.ETA.DEPARTED": "%s (走左了?)",
|
"DS.KMB.ETA.DEPARTED": "%s (走左了?)",
|
||||||
"DS.KMB.NEAREST_STOPS": "九巴:%s 範圍內車站",
|
"DS.KMB.NEAREST_STOPS": "%s 範圍內九巴站",
|
||||||
"DS.KMB.NO_NEAREST_STOPS": "%s 範圍內找不到九巴站,最近 %d 個站為:",
|
"DS.KMB.NO_NEAREST_STOPS": "%s 範圍內找不到九巴站,最近 %d 個站為:",
|
||||||
"DS.MTR.NEAREST_STOPS": "%s 範圍內港鐵巴士車站",
|
"DS.MTR.NEAREST_STOPS": "%s 範圍內港鐵巴士車站",
|
||||||
"DS.MTR.NO_NEAREST_STOPS": "%s 範圍內找不到港鐵巴士站,最近 %d 個站為:",
|
"DS.MTR.NO_NEAREST_STOPS": "%s 範圍內找不到港鐵巴士站,最近 %d 個站為:",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ msgstr "%s (走左了?)"
|
|||||||
|
|
||||||
#: .DS.KMB.NEAREST_STOPS
|
#: .DS.KMB.NEAREST_STOPS
|
||||||
msgid "KMB: Showing nearest bus stops under %s"
|
msgid "KMB: Showing nearest bus stops under %s"
|
||||||
msgstr "九巴:%s 範圍內車站"
|
msgstr "%s 範圍內九巴站"
|
||||||
|
|
||||||
#: .DS.KMB.NO_NEAREST_STOPS
|
#: .DS.KMB.NO_NEAREST_STOPS
|
||||||
msgid ""
|
msgid ""
|
||||||
|
|||||||
Reference in New Issue
Block a user