From 14c3a128b1a8d87212b0596c3c920e624b122adf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Dec 2024 23:33:35 +0000 Subject: [PATCH] Update EN language file --- lib/l10n/messages_en.arb | 50 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/lib/l10n/messages_en.arb b/lib/l10n/messages_en.arb index ea12eda1..033d619c 100644 --- a/lib/l10n/messages_en.arb +++ b/lib/l10n/messages_en.arb @@ -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", @@ -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",