From 7eff47baea89341306e42ba8fd465df18a983eb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Jun 2024 20:26:38 +0000 Subject: [PATCH] Update EN language file --- lib/l10n/messages_en.arb | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/lib/l10n/messages_en.arb b/lib/l10n/messages_en.arb index 91ceee0b..0001d9cc 100644 --- a/lib/l10n/messages_en.arb +++ b/lib/l10n/messages_en.arb @@ -1,6 +1,6 @@ { "@@locale": "en", - "@@last_modified": "2024-06-01T17:41:41.229603", + "@@last_modified": "2024-06-05T20:26:38.152312", "title": "The Tail Company", "@title": { "description": "The name of the app", @@ -97,12 +97,18 @@ "type": "text", "placeholders": {} }, - "triggersSelectClearLabel": "Remove Actions", + "triggersSelectClearLabel": "Select None", "@triggersSelectClearLabel": { "description": "The button label on the trigger select screen for clearing the selected actions", "type": "text", "placeholders": {} }, + "triggersSelectAllLabel": "Select All", + "@triggersSelectAllLabel": { + "description": "The button label on the trigger select screen for clearing the selected actions", + "type": "text", + "placeholders": {} + }, "triggersSelectSaveLabel": "Save Actions", "@triggersSelectSaveLabel": { "description": "The button label on the trigger select screen for saving the selected actions", @@ -928,5 +934,11 @@ "description": "Tip Card description for the demo gear on the scan for new devices page", "type": "text", "placeholders": {} + }, + "triggerActionSelectorTutorialLabel": "Select as many actions as you want. An action will be randomly selected that is compatible with connected gear. GlowTip and Sound actions will trigger alongside Move actions.", + "@triggerActionSelectorTutorialLabel": { + "description": "Label for the tutorial card on the Action selector for triggers", + "type": "text", + "placeholders": {} } } \ No newline at end of file