Added missing json files

This commit is contained in:
2026-03-10 15:31:03 +08:00
parent ddf452b92f
commit 4a37cded04
3 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"DS.KMB.ETA.MINUTES": "%s minutes",
"DS.KMB.ETA.MINUTES.GONE": "%s minutes (Leaved?)",
"DS.KMB.NEAREST_STOPS": "Showing nearest bus stops under %s",
"DS.KMB.NO_NEAREST_STOPS": "KMB: Unable to find stations under %s. Listing nearest %n stations instead:",
"DS.MTR.ETA.MINUTES": "%s minutes",
"DS.MTR.NEAREST_STOPS": "TODO: DS.MTR.NEAREST_STOPS",
"DS.MTR.NO_NEAREST_STOPS": "MTR Bus: Unable to find stations under %s. Listing nearest %n stations instead:",
"NO_RESULTS": "No Results"
}

View File

@@ -0,0 +1,13 @@
{
"DS.KMB.ETA.DEPARTED": "%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 個站為:",
"DS.MTR.NO_SCHEDULES": "沒有行程(收左工了?)",
"NO_RESULTS": "找不到結果",
"UNITS.KM": "%.1f 公里",
"UNITS.METER": "%.0f 米",
"UNITS.MILE": "%.1f 英哩",
"UNITS.MINUTE": "%.0f 分"
}

View File

@@ -0,0 +1,13 @@
{
"DS.KMB.ETA.DEPARTED": "%s (Leaved?)",
"DS.KMB.NEAREST_STOPS": "KMB: Showing nearest bus stops under %s",
"DS.KMB.NO_NEAREST_STOPS": "KMB: Unable to find stations under %s. Listing nearest %d stations instead:",
"DS.MTR.NEAREST_STOPS": "MTR: Showing nearest bus stops under %s",
"DS.MTR.NO_NEAREST_STOPS": "MTR Bus: Unable to find stations under %s. Listing nearest %d stations instead:",
"DS.MTR.NO_SCHEDULES": "Schedules are empty...perhaps Out of Service Time?",
"NO_RESULTS": "No Results",
"UNITS.KM": "%.1f km",
"UNITS.METER": "%.0f m",
"UNITS.MILE": "%.1f mi",
"UNITS.MINUTE": "%.0f min"
}