From 26c3ec1b9233d8a67e1eff34f6c22968dbfb46d5 Mon Sep 17 00:00:00 2001 From: Scott Feeney Date: Wed, 22 Jan 2025 21:57:18 -0800 Subject: [PATCH] extract/compile langs --- compiled-lang/en.json | 40 ++++++++++++++++++++++++++++++++++++++++ lang/en.json | 16 ++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/compiled-lang/en.json b/compiled-lang/en.json index 0e9c234..dec37e3 100644 --- a/compiled-lang/en.json +++ b/compiled-lang/en.json @@ -161,6 +161,16 @@ "value": "ft" } ], + "9rTQtP": [ + { + "type": 0, + "value": "Unable to connect to server. " + }, + { + "type": 1, + "value": "retryLink" + } + ], "9yOLYg": [ { "type": 0, @@ -1135,6 +1145,12 @@ "value": "Leaving now" } ], + "mkvvP4": [ + { + "type": 0, + "value": "Retry" + } + ], "nSPIt1": [ { "type": 0, @@ -1153,6 +1169,16 @@ "value": "west" } ], + "pn7Wd7": [ + { + "type": 0, + "value": "Server error. " + }, + { + "type": 1, + "value": "retryLink" + } + ], "qyWb6X": [ { "type": 0, @@ -1257,6 +1283,20 @@ "value": "Now" } ], + "woEF2c": [ + { + "type": 0, + "value": "Notifications (" + }, + { + "type": 1, + "value": "hotkey" + }, + { + "type": 0, + "value": ")" + } + ], "xCyANw": [ { "type": 0, diff --git a/lang/en.json b/lang/en.json index 4e8a35e..446c3ac 100644 --- a/lang/en.json +++ b/lang/en.json @@ -55,6 +55,10 @@ "defaultMessage": "{num}ft", "description": "compact version of a distance in feet" }, + "9rTQtP": { + "defaultMessage": "Unable to connect to server. {retryLink}", + "description": "Error message with a link to retry. The link text is \"Retry\"." + }, "9yOLYg": { "defaultMessage": "Departing {datetime}", "description": "description of trip departing at the given date and time. The datetime is localized but an example for an American English locale would be \"May 21, 2023, 2:30PM\"." @@ -359,6 +363,10 @@ "defaultMessage": "Leaving now", "description": "description of departure time for a trip leaving now." }, + "mkvvP4": { + "defaultMessage": "Retry", + "description": "Button. Retries a failed action" + }, "nSPIt1": { "defaultMessage": "Press here to download the FIT file.", "description": "Link to download the FIT file." @@ -371,6 +379,10 @@ "defaultMessage": "west", "description": "cardinal direction, used in a sentence like \"Head west\"" }, + "pn7Wd7": { + "defaultMessage": "Server error. {retryLink}", + "description": "Error message with a link to retry. The link text is \"Retry\". The error means there is probably a problem on the server." + }, "qyWb6X": { "defaultMessage": "Connecting modes", "description": "dialog header. In this dialog you can toggle which modes of transit, such as bus, train, or ferry, can be used in giving directions." @@ -415,6 +427,10 @@ "defaultMessage": "Now", "description": "option in a dropdown list for departure time" }, + "woEF2c": { + "defaultMessage": "Notifications ({hotkey})", + "description": "label for notifications area. The hotkey is a key such as F8 that can be pressed on a keyboard to jump to this area." + }, "xCyANw": { "defaultMessage": "Remove", "description": "button to remove something from a list"