Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Codel1417/tail_app
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 12, 2024
2 parents 3a482e5 + ab01db7 commit eb334d4
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions lib/l10n/messages_en.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@@locale": "en",
"@@last_modified": "2024-04-24T13:35:10.530720",
"@@last_modified": "2024-05-12T00:26:11.092964",
"title": "Gear on the Go",
"@title": {
"description": "The name of the app",
Expand Down Expand Up @@ -707,25 +707,13 @@
"type": "text",
"placeholders": {}
},
"otaDownloadButtonLabel": "Download",
"otaDownloadButtonLabel": "Begin OTA Update",
"@otaDownloadButtonLabel": {
"description": "Label for download firmware button at bottom of OTA page",
"type": "text",
"placeholders": {}
},
"otaUploadButtonLabel": "Upload",
"@otaUploadButtonLabel": {
"description": "Label for upload firmware button at bottom of OTA page",
"type": "text",
"placeholders": {}
},
"otaUploadProgressLabel": "Firmware Upload Progress",
"@otaUploadProgressLabel": {
"description": "Label for upload firmware progress bar at bottom of OTA page",
"type": "text",
"placeholders": {}
},
"otaDownloadProgressLabel": "Firmware Download Progress",
"otaDownloadProgressLabel": "Progress",
"@otaDownloadProgressLabel": {
"description": "Label for download firmware progress bar at bottom of OTA page",
"type": "text",
Expand All @@ -737,6 +725,12 @@
"type": "text",
"placeholders": {}
},
"otaFailedTitle": "Update Failed",
"@otaFailedTitle": {
"description": "Title for the text that appears when an OTA update has failed",
"type": "text",
"placeholders": {}
},
"triggerInfoDescription": "Triggers automatically send actions to your gear. You can have multiple triggers active at the same time. Tap on a trigger to edit it, use the toggle on the left to enable the trigger.",
"@triggerInfoDescription": {
"description": "Description for what a trigger is and how to use them on the triggers page",
Expand Down

0 comments on commit eb334d4

Please sign in to comment.