diff --git a/lib/l10n/messages_en.arb b/lib/l10n/messages_en.arb index 967fa05d..cfd0c7f6 100644 --- a/lib/l10n/messages_en.arb +++ b/lib/l10n/messages_en.arb @@ -1,6 +1,6 @@ { "@@locale": "en", - "@@last_modified": "2024-07-19T17:43:34.435428", + "@@last_modified": "2024-08-18T14:44:02.250717", "title": "The Tail Company", "@title": { "description": "The name of the app", @@ -988,5 +988,23 @@ "description": "Label for the snackbar that appears when new gear is paired and connected", "type": "text", "placeholders": {} + }, + "earSpeedTitle": "Ear Twist Speed", + "@earSpeedTitle": { + "description": "Title for the ear speed widget that appears when ears are connected", + "type": "text", + "placeholders": {} + }, + "earSpeedFast": "Fast", + "@earSpeedFast": { + "description": "Label for the fast option on the ear speed widget that appears when ears are connected", + "type": "text", + "placeholders": {} + }, + "earSpeedSlow": "Slow", + "@earSpeedSlow": { + "description": "Label for the slow option on the ear speed widget that appears when ears are connected", + "type": "text", + "placeholders": {} } } \ No newline at end of file