diff --git a/resources/langpacks/en/messages.json b/resources/langpacks/en/messages.json new file mode 100644 index 0000000..f606c1c --- /dev/null +++ b/resources/langpacks/en/messages.json @@ -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" +} diff --git a/resources/langpacks/zh-Hant/messages.json b/resources/langpacks/zh-Hant/messages.json new file mode 100644 index 0000000..60d78f1 --- /dev/null +++ b/resources/langpacks/zh-Hant/messages.json @@ -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 分" +} diff --git a/resources/src/messages.json b/resources/src/messages.json new file mode 100644 index 0000000..cd9cd94 --- /dev/null +++ b/resources/src/messages.json @@ -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" +}