Skip to content

Commit

Permalink
extract/compile langs
Browse files Browse the repository at this point in the history
  • Loading branch information
graue committed Jan 23, 2025
1 parent 1689676 commit 26c3ec1
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
40 changes: 40 additions & 0 deletions compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,16 @@
"value": "ft"
}
],
"9rTQtP": [
{
"type": 0,
"value": "Unable to connect to server. "
},
{
"type": 1,
"value": "retryLink"
}
],
"9yOLYg": [
{
"type": 0,
Expand Down Expand Up @@ -1135,6 +1145,12 @@
"value": "Leaving now"
}
],
"mkvvP4": [
{
"type": 0,
"value": "Retry"
}
],
"nSPIt1": [
{
"type": 0,
Expand All @@ -1153,6 +1169,16 @@
"value": "west"
}
],
"pn7Wd7": [
{
"type": 0,
"value": "Server error. "
},
{
"type": 1,
"value": "retryLink"
}
],
"qyWb6X": [
{
"type": 0,
Expand Down Expand Up @@ -1257,6 +1283,20 @@
"value": "Now"
}
],
"woEF2c": [
{
"type": 0,
"value": "Notifications ("
},
{
"type": 1,
"value": "hotkey"
},
{
"type": 0,
"value": ")"
}
],
"xCyANw": [
{
"type": 0,
Expand Down
16 changes: 16 additions & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"."
Expand Down Expand Up @@ -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."
Expand All @@ -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."
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 26c3ec1

Please sign in to comment.