Skip to content

Commit

Permalink
Update EN language file
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 2, 2024
1 parent 0e98962 commit 14c3a12
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion lib/l10n/messages_en.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@@locale": "en",
"@@last_modified": "2024-12-02T00:04:06.610064",
"@@last_modified": "2024-12-02T23:33:35.626988",
"title": "The Tail Company",
"@title": {
"description": "The name of the app",
Expand Down Expand Up @@ -773,6 +773,54 @@
"type": "text",
"placeholders": {}
},
"otaFailedReasonMD5Mismatch": "The downloaded file failed verification",
"@otaFailedReasonMD5Mismatch": {
"description": "md5Mismatch error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaFailedReasonDownloadFailed": "Failed to download the firmware file",
"@otaFailedReasonDownloadFailed": {
"description": "downloadFailed error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaFailedReasonGearVersionMismatch": "The firmware version on your gear does not match the uploaded firmware version",
"@otaFailedReasonGearVersionMismatch": {
"description": "gearVersionMismatch error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaFailedReasonGearReturnedError": "The gear returned an unknown error",
"@otaFailedReasonGearReturnedError": {
"description": "gearReturnedError error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaFailedReasonUploadFailed": "Failed to upload firmware to gear",
"@otaFailedReasonUploadFailed": {
"description": "uploadFailed error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaFailedReasonGearReconnectTimeout": "The gear did not reconnect in time",
"@otaFailedReasonGearReconnectTimeout": {
"description": "gearReconnectTimeout error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaFailedReasonGearDisconnectTimeout": "The gear did not disconnect in time and likely didn't reboot",
"@otaFailedReasonGearDisconnectTimeout": {
"description": "gearDisconnectTimeout error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaFailedReasonGearOtaFinalTimeout": "Timed out waiting for gear to return its new firmware version",
"@otaFailedReasonGearOtaFinalTimeout": {
"description": "gearOtaFinalTimeout error message for uploading firmware",
"type": "text",
"placeholders": {}
},
"otaLowBattery": "Low Battery. Please charge your gear to at least 50%",
"@otaLowBattery": {
"description": "Title for the text that appears when an OTA update was blocked due to low battery",
Expand Down

0 comments on commit 14c3a12

Please sign in to comment.