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 May 30, 2024
2 parents 842e4ad + efae1b6 commit 8e710a5
Showing 1 changed file with 32 additions and 50 deletions.
82 changes: 32 additions & 50 deletions lib/l10n/messages_en.arb
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"@@locale": "en",
"@@last_modified": "2024-05-29T21:03:26.254755",
"@@last_modified": "2024-05-30T16:12:59.587515",
"title": "The Tail Company",
"@title": {
"description": "The name of the app",
"type": "text",
"placeholders": {}
},
"subTitle": "All of the Tails",
"@subTitle": {
"description": "The sub-title which displays in the navigation drawer",
"type": "text",
"placeholders": {}
},
"homeNewsTitle": "Fresh from the Tail Blog",
"@homeNewsTitle": {
"description": "The title header for the news in the home screen when no gear is connected",
Expand All @@ -25,12 +19,6 @@
"type": "text",
"placeholders": {}
},
"homeContinuousScanningOffTitle": "Always scanning disabled",
"@homeContinuousScanningOffTitle": {
"description": "The welcome message title on the home screen when no gear is connected",
"type": "text",
"placeholders": {}
},
"homeContinuousScanningOffDescription": "Swipe horizontally on the known device area above to begin scanning. You can turn on continuous scanning in settings.",
"@homeContinuousScanningOffDescription": {
"description": "The welcome message title on the home screen when no gear is connected",
Expand All @@ -43,12 +31,6 @@
"type": "text",
"placeholders": {}
},
"shellDeviceBarToggleLabel": "Toggle Gear Bar",
"@shellDeviceBarToggleLabel": {
"description": "Tooltip for the Gear bar display button on the shell / main UI app bar",
"type": "text",
"placeholders": {}
},
"joyStickPage": "Joystick",
"@joyStickPage": {
"description": "The label and title of the joystick page",
Expand All @@ -67,6 +49,12 @@
"type": "text",
"placeholders": {}
},
"audioPage": "Custom Sounds",
"@audioPage": {
"description": "The label and title of the custom audio management page",
"type": "text",
"placeholders": {}
},
"aboutPage": "About",
"@aboutPage": {
"description": "The label and title of the about page",
Expand All @@ -85,12 +73,6 @@
"type": "text",
"placeholders": {}
},
"actionsPage": "Actions",
"@actionsPage": {
"description": "The label and title of the action page",
"type": "text",
"placeholders": {}
},
"triggersPage": "Triggers",
"@triggersPage": {
"description": "The label and title of the trigger page",
Expand Down Expand Up @@ -425,24 +407,6 @@
"type": "text",
"placeholders": {}
},
"manageDevicesAutoMoveGroupsFast": "Fast",
"@manageDevicesAutoMoveGroupsFast": {
"description": "Auto move group fast option label when managing a device",
"type": "text",
"placeholders": {}
},
"manageDevicesAutoMoveGroupsCalm": "Calm",
"@manageDevicesAutoMoveGroupsCalm": {
"description": "Auto move group calm option label when managing a device",
"type": "text",
"placeholders": {}
},
"manageDevicesAutoMoveGroupsFrustrated": "Frustrated",
"@manageDevicesAutoMoveGroupsFrustrated": {
"description": "Auto move group frustrated option label when managing a device",
"type": "text",
"placeholders": {}
},
"manageDevicesBatteryGraphTitle": "Battery Graph",
"@manageDevicesBatteryGraphTitle": {
"description": "battery graph expansion tile title",
Expand Down Expand Up @@ -695,12 +659,6 @@
"type": "text",
"placeholders": {}
},
"moreManualDigitailTitle": "DigiTail Manual",
"@moreManualDigitailTitle": {
"description": "Title for Digitail manual button on More page",
"type": "text",
"placeholders": {}
},
"moreManualEargearTitle": "EarGear Manual",
"@moreManualEargearTitle": {
"description": "Title for EarGear manual button on More page",
Expand Down Expand Up @@ -899,10 +857,34 @@
"type": "text",
"placeholders": {}
},
"audioActionCategory": "Sound",
"audioActionCategory": "Sound Effects",
"@audioActionCategory": {
"description": "Label for sound files",
"type": "text",
"placeholders": {}
},
"audioEditDescription": "Manage custom sound effects",
"@audioEditDescription": {
"description": "Label for sound files",
"type": "text",
"placeholders": {}
},
"audioEdit": "Rename Sound Effect",
"@audioEdit": {
"description": "Label for sound files",
"type": "text",
"placeholders": {}
},
"audioDelete": "Delete Sound Effect",
"@audioDelete": {
"description": "Label for sound files",
"type": "text",
"placeholders": {}
},
"audioAdd": "Add Sound Effect",
"@audioAdd": {
"description": "Label for sound files",
"type": "text",
"placeholders": {}
}
}

0 comments on commit 8e710a5

Please sign in to comment.