Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenTails/tail_app
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jun 5, 2024
2 parents 1e9c605 + 7eff47b commit 9c5ec99
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 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-06-01T17:41:41.229603",
"@@last_modified": "2024-06-05T20:26:38.152312",
"title": "The Tail Company",
"@title": {
"description": "The name of the app",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": {}
}
}

0 comments on commit 9c5ec99

Please sign in to comment.