Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Codel1417/tail_app
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 14, 2024
2 parents e1cabe4 + fdcbd3b commit 2e3c16a
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 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-05-12T00:44:38.039698",
"@@last_modified": "2024-05-14T14:51:33.489238",
"title": "Gear on the Go",
"@title": {
"description": "The name of the app",
Expand Down Expand Up @@ -533,6 +533,24 @@
"type": "text",
"placeholders": {}
},
"triggerRandomButtonTitle": "Casual Mode",
"@triggerRandomButtonTitle": {
"description": "Casual Mode trigger title",
"type": "text",
"placeholders": {}
},
"triggerRandomButtonDescription": "Randomly play a selected action",
"@triggerRandomButtonDescription": {
"description": "Casual Mode trigger description",
"type": "text",
"placeholders": {}
},
"triggerRandomAction": "Action",
"@triggerRandomAction": {
"description": "Casual Mode trigger action label",
"type": "text",
"placeholders": {}
},
"triggerVolumeButtonTitle": "Volume Buttons",
"@triggerVolumeButtonTitle": {
"description": "Volume Button trigger title",
Expand Down

0 comments on commit 2e3c16a

Please sign in to comment.