-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages_en.arb
1040 lines (1040 loc) · 36.3 KB
/
messages_en.arb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"@@locale": "en",
"@@last_modified": "2024-09-14T00:13:20.043014",
"title": "The Tail Company",
"@title": {
"description": "The name of the app",
"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",
"type": "text",
"placeholders": {}
},
"homeWelcomeMessageTitle": "Welcome to the Tail Company App",
"@homeWelcomeMessageTitle": {
"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",
"type": "text",
"placeholders": {}
},
"homeWelcomeMessage": "You can control, explore and update all your Tail Co gear right here. There are instructions and guides available too. Happy Wagging!",
"@homeWelcomeMessage": {
"description": "The welcome message on the home screen when no gear is connected",
"type": "text",
"placeholders": {}
},
"joyStickPage": "Joystick",
"@joyStickPage": {
"description": "The label and title of the joystick page",
"type": "text",
"placeholders": {}
},
"joyStickPageDescription": "Directly control the gear position.",
"@joyStickPageDescription": {
"description": "The description of the joystick page on the more page",
"type": "text",
"placeholders": {}
},
"feedbackPage": "Send Feedback",
"@feedbackPage": {
"description": "The label and title of the feedback page",
"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",
"type": "text",
"placeholders": {}
},
"settingsPage": "Settings",
"@settingsPage": {
"description": "The label and title of the settings page",
"type": "text",
"placeholders": {}
},
"settingsDescription": "Change app color, configure Haptics, and more",
"@settingsDescription": {
"description": "The description of the settings page on the more page",
"type": "text",
"placeholders": {}
},
"triggersPage": "Triggers",
"@triggersPage": {
"description": "The label and title of the trigger page",
"type": "text",
"placeholders": {}
},
"sequencesPage": "Custom Actions",
"@sequencesPage": {
"description": "The label and title of the sequences page",
"type": "text",
"placeholders": {}
},
"sequencesPageDescription": "Create custom Actions for your gear",
"@sequencesPageDescription": {
"description": "The description of the sequences page link on the more page",
"type": "text",
"placeholders": {}
},
"triggersSelectLabel": "Select a Trigger Type",
"@triggersSelectLabel": {
"description": "The title of the add trigger dialog",
"type": "text",
"placeholders": {}
},
"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",
"type": "text",
"placeholders": {}
},
"triggersDefSelectSaveLabel": "Select",
"@triggersDefSelectSaveLabel": {
"description": "The button label on the trigger select screen for saving the selected actions",
"type": "text",
"placeholders": {}
},
"ok": "Ok",
"@ok": {
"description": "Ok on dialog boxes",
"type": "text",
"placeholders": {}
},
"cancel": "Cancel",
"@cancel": {
"description": "Cancel on dialog boxes",
"type": "text",
"placeholders": {}
},
"triggersAdd": "Add Trigger",
"@triggersAdd": {
"description": "Floating Action Button on the triggers page",
"type": "text",
"placeholders": {}
},
"deviceType": "Which gear should this apply to?",
"@deviceType": {
"description": "Title for the selector to select which device to send moves to",
"type": "text",
"placeholders": {}
},
"deviceTypeTail": "Tail",
"@deviceTypeTail": {
"description": "Tail option for the selector to select which device to send moves to",
"type": "text",
"placeholders": {}
},
"deviceTypeMiniTail": "Mini Tail",
"@deviceTypeMiniTail": {
"description": "Tail option for the selector to select which device to send moves to",
"type": "text",
"placeholders": {}
},
"deviceTypeEars": "Ears",
"@deviceTypeEars": {
"description": "Ears option for the selector to select which device to send moves to",
"type": "text",
"placeholders": {}
},
"deviceTypeWings": "Wings",
"@deviceTypeWings": {
"description": "Wings option for the selector to select which device to send moves to",
"type": "text",
"placeholders": {}
},
"sequencesAdd": "New Action",
"@sequencesAdd": {
"description": "Floating Action Button on the sequences page",
"type": "text",
"placeholders": {}
},
"sequencesEdit": "Edit Action",
"@sequencesEdit": {
"description": "Label for the edit icon on a sequence",
"type": "text",
"placeholders": {}
},
"sequencesEditAdd": "Add Move",
"@sequencesEditAdd": {
"description": "Label for the add Floating Action Button on edit sequence page",
"type": "text",
"placeholders": {}
},
"sequencesEditName": "Name",
"@sequencesEditName": {
"description": "Label for the name field on sequence edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditMove": "Move",
"@sequencesEditMove": {
"description": "Label for the move tab on sequence move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditDelay": "Delay",
"@sequencesEditDelay": {
"description": "Label for the delay tab on sequence move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditLeftServo": "Position of the Left Servo",
"@sequencesEditLeftServo": {
"description": "Label for the left servo slider on the move tab of the move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditRightServo": "Position of the Right Servo",
"@sequencesEditRightServo": {
"description": "Label for the right servo slider on the move tab of the move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditSpeed": "How Fast should the gear move to this position?",
"@sequencesEditSpeed": {
"description": "Label for the speed selector on the move tab of the move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditEasing": "Easing Type",
"@sequencesEditEasing": {
"description": "Label for the easing selector on the move tab of the move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditTime": "How long to wait before going to the next move in this Custom Action",
"@sequencesEditTime": {
"description": "Label for the time slider on the delay tab of the move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditHomeLabel": "Home the Gear",
"@sequencesEditHomeLabel": {
"description": "Label on the home tab of the move edit page",
"type": "text",
"placeholders": {}
},
"sequencesEditDeleteTitle": "Delete Action",
"@sequencesEditDeleteTitle": {
"description": "Title of the dialog on the sequence edit page to delete the sequence",
"type": "text",
"placeholders": {}
},
"sequencesEditDeleteDescription": "Are you sure you want to delete this action?",
"@sequencesEditDeleteDescription": {
"description": "Message of the dialog on the sequence edit page to delete the sequence",
"type": "text",
"placeholders": {}
},
"sequenceEditListDelayLabel": "Delay next move for {howMany} ms.",
"@sequenceEditListDelayLabel": {
"description": "Delay move label on the edit sequences page.",
"type": "text",
"placeholders": {
"howMany": {
"example": "42"
}
}
},
"actionsNoBluetooth": "Bluetooth is unavailable",
"@actionsNoBluetooth": {
"description": "Label on the actions page when bluetooth is unavailable",
"type": "text",
"placeholders": {}
},
"actionsNoBluetoothDescription": "Bluetooth is required to connect to Gear. Please turn on bluetooth in settings. Do not connect to gear while in your devices bluetooth settings.",
"@actionsNoBluetoothDescription": {
"description": "description on the actions page when bluetooth is unavailable",
"type": "text",
"placeholders": {}
},
"actionsCategoryCalm": "Calm and Relaxed",
"@actionsCategoryCalm": {
"description": "calm action group label",
"type": "text",
"placeholders": {}
},
"actionsCategoryFast": "Fast and Excited",
"@actionsCategoryFast": {
"description": "fast action group label",
"type": "text",
"placeholders": {}
},
"actionsCategoryTense": "Frustrated and Tense",
"@actionsCategoryTense": {
"description": "tense action group label",
"type": "text",
"placeholders": {}
},
"actionsCategoryGlowtip": "GlowTip",
"@actionsCategoryGlowtip": {
"description": "glowtip action group label",
"type": "text",
"placeholders": {}
},
"actionsSelectScreen": "Select Actions",
"@actionsSelectScreen": {
"description": "Title for action select menu on triggers page",
"type": "text",
"placeholders": {}
},
"settingsHapticsToggleTitle": "Haptic Feedback",
"@settingsHapticsToggleTitle": {
"description": "Settings page haptic feedback toggle title",
"type": "text",
"placeholders": {}
},
"settingsHapticsToggleSubTitle": "Enable vibration when an action is tapped",
"@settingsHapticsToggleSubTitle": {
"description": "Settings page haptic feedback toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsAlwaysScanningToggleTitle": "Always scan for known gear",
"@settingsAlwaysScanningToggleTitle": {
"description": "Settings page always scanning toggle title",
"type": "text",
"placeholders": {}
},
"settingsAlwaysScanningToggleSubTitle": "Continuously scan for known gear. When disabled, you must swipe on the gear bar to scan.",
"@settingsAlwaysScanningToggleSubTitle": {
"description": "Settings page always scanning toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsKeepScreenOnToggleTitle": "Keep Screen On",
"@settingsKeepScreenOnToggleTitle": {
"description": "Settings page Keep Awake toggle title",
"type": "text",
"placeholders": {}
},
"settingsKeepScreenOnToggleSubTitle": "This mode stops the screen from switching off whilst your gear is connected",
"@settingsKeepScreenOnToggleSubTitle": {
"description": "Settings page Keep Awake toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsKitsuneToggleTitle": "Kitsune Mode",
"@settingsKitsuneToggleTitle": {
"description": "Settings page Kitsune mode toggle title",
"type": "text",
"placeholders": {}
},
"settingsKitsuneToggleSubTitle": "If you connect many instances of the same devices, this mode will add random pauses to their move-start times, giving it a different visual effect.",
"@settingsKitsuneToggleSubTitle": {
"description": "Settings page show battery percentage toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsBatteryPercentageToggleTitle": "Show Battery %",
"@settingsBatteryPercentageToggleTitle": {
"description": "Settings page Battery Percentage mode toggle title",
"type": "text",
"placeholders": {}
},
"settingsBatteryPercentageToggleSubTitle": "Show the actual battery level instead of an icon",
"@settingsBatteryPercentageToggleSubTitle": {
"description": "Settings page show battery percentage toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsLargerCardsToggleTitle": "Larger Cards",
"@settingsLargerCardsToggleTitle": {
"description": "Settings page Larger cards toggle title",
"type": "text",
"placeholders": {}
},
"settingsLargerCardsToggleSubTitle": "Makes the action cards bigger for easier tapping",
"@settingsLargerCardsToggleSubTitle": {
"description": "Settings page show larger cards toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsErrorReportingToggleTitle": "Automatic error reporting",
"@settingsErrorReportingToggleTitle": {
"description": "Settings page error reporting toggle title",
"type": "text",
"placeholders": {}
},
"settingsErrorReportingToggleSubTitle": "Sends error reports to Sentry",
"@settingsErrorReportingToggleSubTitle": {
"description": "Settings page error reporting toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsTutorialCardToggleTitle": "Hide Tutorial Cards",
"@settingsTutorialCardToggleTitle": {
"description": "Settings page tutorial card display toggle title",
"type": "text",
"placeholders": {}
},
"settingsTutorialCardToggleSubTitle": "Hide the various tutorial cards throughout the app",
"@settingsTutorialCardToggleSubTitle": {
"description": "Settings page tutorial card display toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsAnalyticsToggleTitle": "Allow Anonymous Analytics",
"@settingsAnalyticsToggleTitle": {
"description": "Settings page analytics reporting toggle title",
"type": "text",
"placeholders": {}
},
"settingsAnalyticsToggleSubTitle": "Report non identifying feature usage to Plausible for enhancing the app",
"@settingsAnalyticsToggleSubTitle": {
"description": "Settings page analytics reporting toggle subtitle",
"type": "text",
"placeholders": {}
},
"settingsAppColor": "App Color",
"@settingsAppColor": {
"description": "Settings page app color picker button title",
"type": "text",
"placeholders": {}
},
"manageDevicesBatteryGraphTitle": "Battery Graph",
"@manageDevicesBatteryGraphTitle": {
"description": "battery graph expansion tile title",
"type": "text",
"placeholders": {}
},
"manageDevicesDisconnect": "Disconnect",
"@manageDevicesDisconnect": {
"description": "manage devices disconnect button title when managing a device",
"type": "text",
"placeholders": {}
},
"manageDevicesConnect": "Connect",
"@manageDevicesConnect": {
"description": "manage devices connect button title when managing a device",
"type": "text",
"placeholders": {}
},
"manageDevicesShutdown": "Shut Down",
"@manageDevicesShutdown": {
"description": "manage devices shutdown button title when managing a device",
"type": "text",
"placeholders": {}
},
"manageDevicesColor": "Gear Color",
"@manageDevicesColor": {
"description": "manage devices color picker button title when managing a device",
"type": "text",
"placeholders": {}
},
"colorPickerTitle": "Pick a Color",
"@colorPickerTitle": {
"description": "The title of the color picker",
"type": "text",
"placeholders": {}
},
"manageDevicesForget": "Forget",
"@manageDevicesForget": {
"description": "manage devices forget button title when managing a device",
"type": "text",
"placeholders": {}
},
"manageDevicesOtaButton": "Tap to update firmware",
"@manageDevicesOtaButton": {
"description": "manage devices ota available button",
"type": "text",
"placeholders": {}
},
"scanDevicesTitle": "Scan For New Gear",
"@scanDevicesTitle": {
"description": "button which opens the scan window",
"type": "text",
"placeholders": {}
},
"scanDevicesFoundTitle": "Found Gear. Tap the gear name to connect",
"@scanDevicesFoundTitle": {
"description": "Title when gear is found on the scan for new gear page",
"type": "text",
"placeholders": {}
},
"scanDevicesScanMessage": "Scanning for gear. Please make sure your gear is powered on and nearby",
"@scanDevicesScanMessage": {
"description": "scan for devices scan in progress message when scanning for a device",
"type": "text",
"placeholders": {}
},
"triggerWalkingTitle": "Walking",
"@triggerWalkingTitle": {
"description": "Walking/Step trigger title",
"type": "text",
"placeholders": {}
},
"triggerWalkingDescription": "Trigger an action on walking",
"@triggerWalkingDescription": {
"description": "Walking/Step trigger description",
"type": "text",
"placeholders": {}
},
"triggerWalkingStopped": "Stopped",
"@triggerWalkingStopped": {
"description": "Walking/Step trigger Stopped action label",
"type": "text",
"placeholders": {}
},
"triggerWalkingStep": "Step",
"@triggerWalkingStep": {
"description": "Walking/Step trigger Step action label",
"type": "text",
"placeholders": {}
},
"triggerCoverTitle": "Cover",
"@triggerCoverTitle": {
"description": "Cover trigger Title",
"type": "text",
"placeholders": {}
},
"triggerCoverDescription": "Trigger an action by covering the proximity sensor",
"@triggerCoverDescription": {
"description": "Cover trigger description",
"type": "text",
"placeholders": {}
},
"triggerCoverNear": "Device Covered",
"@triggerCoverNear": {
"description": "Cover trigger near action label",
"type": "text",
"placeholders": {}
},
"triggerCoverFar": "Device Uncovered",
"@triggerCoverFar": {
"description": "Cover trigger far action label",
"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",
"type": "text",
"placeholders": {}
},
"triggerVolumeButtonDescription": "Trigger an action by pressing the volume button",
"@triggerVolumeButtonDescription": {
"description": "Volume Button trigger description",
"type": "text",
"placeholders": {}
},
"triggerVolumeButtonVolumeUp": "Volume Up",
"@triggerVolumeButtonVolumeUp": {
"description": "Volume Button trigger volume up action label",
"type": "text",
"placeholders": {}
},
"triggerVolumeButtonVolumeDown": "Volume Down",
"@triggerVolumeButtonVolumeDown": {
"description": "Volume Button trigger volume down action label",
"type": "text",
"placeholders": {}
},
"triggerShakeTitle": "Shake",
"@triggerShakeTitle": {
"description": "Shake trigger title",
"type": "text",
"placeholders": {}
},
"triggerShakeDescription": "Trigger an action by shaking your device",
"@triggerShakeDescription": {
"description": "Shake trigger description",
"type": "text",
"placeholders": {}
},
"triggerProximityTitle": "Nearby Gear",
"@triggerProximityTitle": {
"description": "Proximity trigger title",
"type": "text",
"placeholders": {}
},
"triggerProximityDescription": "Trigger an action if gear is nearby",
"@triggerProximityDescription": {
"description": "Proximity trigger description",
"type": "text",
"placeholders": {}
},
"triggerActionNotSet": "No Action Set",
"@triggerActionNotSet": {
"description": "Trigger action label when no action set",
"type": "text",
"placeholders": {}
},
"triggerEarMicTitle": "EarGear Mic",
"@triggerEarMicTitle": {
"description": "EarGear internal mic trigger title",
"type": "text",
"placeholders": {}
},
"triggerEarMicDescription": "Trigger an action when EarGear detects sound",
"@triggerEarMicDescription": {
"description": "EarGear internal mic trigger description",
"type": "text",
"placeholders": {}
},
"triggerEarMicSound": "Sound Detected",
"@triggerEarMicSound": {
"description": "EarGear internal mic trigger sound detected action label",
"type": "text",
"placeholders": {}
},
"triggerEarTiltTitle": "EarGear Tilt Sensor",
"@triggerEarTiltTitle": {
"description": "EarGear internal gesture sensor trigger title",
"type": "text",
"placeholders": {}
},
"triggerEarTiltDescription": "Trigger an action when EarGear detects tilt",
"@triggerEarTiltDescription": {
"description": "EarGear internal mic trigger description",
"type": "text",
"placeholders": {}
},
"triggerEarTiltLeft": "Left Tilt",
"@triggerEarTiltLeft": {
"description": "EarGear internal gesture sensor trigger left tilt detected action label",
"type": "text",
"placeholders": {}
},
"triggerEarTiltRight": "Right Tilt",
"@triggerEarTiltRight": {
"description": "EarGear internal gesture sensor trigger right tilt detected action label",
"type": "text",
"placeholders": {}
},
"triggerEarTiltForward": "Forward Tilt",
"@triggerEarTiltForward": {
"description": "EarGear internal gesture sensor trigger forward tilt detected action label",
"type": "text",
"placeholders": {}
},
"triggerEarTiltBackward": "Backward Tilt",
"@triggerEarTiltBackward": {
"description": "EarGear internal gesture sensor trigger backward tilt detected action label",
"type": "text",
"placeholders": {}
},
"sequenceEditRepeatTitle": "How many times to repeat this Action?",
"@sequenceEditRepeatTitle": {
"description": "Title for slider on sequence edit page to set how many times to repeat the sequence",
"type": "text",
"placeholders": {}
},
"moreManualResponsibleWaggingTitle": "Responsible Wagging",
"@moreManualResponsibleWaggingTitle": {
"description": "Title for Responsible wagging manual button on More page",
"type": "text",
"placeholders": {}
},
"scanConnectToAllButtonLabel": "Connect to all",
"@scanConnectToAllButtonLabel": {
"description": "Title for Connecting to all found gear on the scan page",
"type": "text",
"placeholders": {}
},
"moreManualMiTailTitle": "MiTail Manual",
"@moreManualMiTailTitle": {
"description": "Title for MiTail manual button on More page",
"type": "text",
"placeholders": {}
},
"moreManualEargearTitle": "EarGear Manual",
"@moreManualEargearTitle": {
"description": "Title for EarGear manual button on More page",
"type": "text",
"placeholders": {}
},
"moreManualFlutterWingsTitle": "FlutterWings Manual",
"@moreManualFlutterWingsTitle": {
"description": "Title for FlutterWings manual button on More page",
"type": "text",
"placeholders": {}
},
"moreManualTitle": "Manuals",
"@moreManualTitle": {
"description": "Title for manual header on More page",
"type": "text",
"placeholders": {}
},
"moreManualSubTitle": "Tap to view",
"@moreManualSubTitle": {
"description": "Subtitle for each manual on More page",
"type": "text",
"placeholders": {}
},
"moreUsefulLinksTitle": "Useful Links",
"@moreUsefulLinksTitle": {
"description": "Title for Useful Links header on More page",
"type": "text",
"placeholders": {}
},
"morePrivacyPolicyLinkTitle": "Privacy Policy",
"@morePrivacyPolicyLinkTitle": {
"description": "Title for Privacy policy link under Useful Links on More page",
"type": "text",
"placeholders": {}
},
"homeChangelogLinkTitle": "Changelog",
"@homeChangelogLinkTitle": {
"description": "Title for Changelog on Home page",
"type": "text",
"placeholders": {}
},
"moreTitle": "More",
"@moreTitle": {
"description": "Title for More page",
"type": "text",
"placeholders": {}
},
"otaTitle": "Update Gear",
"@otaTitle": {
"description": "Title for OTA page",
"type": "text",
"placeholders": {}
},
"otaChangelogLabel": "Firmware Changelog",
"@otaChangelogLabel": {
"description": "Label for changelog section of OTA page",
"type": "text",
"placeholders": {}
},
"otaDownloadButtonLabel": "Begin OTA Update",
"@otaDownloadButtonLabel": {
"description": "Label for download firmware button at bottom of OTA page",
"type": "text",
"placeholders": {}
},
"otaInProgressTitle": "Updating Gear. Please do not turn off your gear or close the app",
"@otaInProgressTitle": {
"description": "Label for ota in progress",
"type": "text",
"placeholders": {}
},
"otaCompletedTitle": "Update Completed",
"@otaCompletedTitle": {
"description": "Title for the text that appears when an OTA update is completed",
"type": "text",
"placeholders": {}
},
"otaFailedTitle": "Update Failed. Please restart your gear and try again",
"@otaFailedTitle": {
"description": "Title for the text that appears when an OTA update has failed",
"type": "text",
"placeholders": {}
},
"otaLowBattery": "Low Battery. Please charge your gear to at least 50%",
"@otaLowBattery": {
"description": "Title for the text that appears when an OTA update was blocked due to low battery",
"type": "text",
"placeholders": {}
},
"triggerInfoDescription": "Triggers automatically send actions to your gear. You can have multiple triggers active at the same time. Tap on a trigger to edit it, Use the toggle on the left to enable the trigger.",
"@triggerInfoDescription": {
"description": "Description for what a trigger is and how to use them on the triggers page",
"type": "text",
"placeholders": {}
},
"triggerInfoEditActionDescription": "Tap the pencil to select the Action to play when the event happens. An action will be randomly selected that is compatible with connected gear. GlowTip and Sound actions will trigger alongside Move actions.",
"@triggerInfoEditActionDescription": {
"description": "Instruction on how to select an action on the trigger edit page",
"type": "text",
"placeholders": {}
},
"sequencesInfoDescription": "Custom Actions allow you to make your own Actions for gear. Tapping on a Custom Action will play it. Tap the pencil to edit a Custom Action. Please make sure your gear firmware is up to date.",
"@sequencesInfoDescription": {
"description": "Description for what a custom action is and how to use them on the Custom Actions page",
"type": "text",
"placeholders": {}
},
"sequencesInfoEditDescription": "Each Custom Action consists of 1-6 moves and may repeat up to 5 times. You can long press a move to re-order it.",
"@sequencesInfoEditDescription": {
"description": "Description for making a custom action on the edit Custom Action page",
"type": "text",
"placeholders": {}
},
"onboardingPrivacyPolicyDescription": "While the data collected is anonymous and can't be used to identify a specific user, you still need to accept the privacy policy",
"@onboardingPrivacyPolicyDescription": {
"description": "Description for there being a privacy policy on the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingPrivacyPolicyViewButtonLabel": "View Privacy Policy",
"@onboardingPrivacyPolicyViewButtonLabel": {
"description": "Button label to view privacy policy on the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingPrivacyPolicyAcceptButtonLabel": "Accept Privacy Policy",
"@onboardingPrivacyPolicyAcceptButtonLabel": {
"description": "Button label to accept privacy policy on the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingBluetoothTitle": "Bluetooth",
"@onboardingBluetoothTitle": {
"description": "Title for bluetooth section on the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingBluetoothDescription": "Bluetooth permission is required to connect to gear",
"@onboardingBluetoothDescription": {
"description": "Description for bluetooth section on the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingBluetoothRequestButtonLabel": "Grant Permission",
"@onboardingBluetoothRequestButtonLabel": {
"description": "Label for the button to request bluetooth permission on the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingBluetoothEnableButtonLabel": "Open Settings to turn On Bluetooth",
"@onboardingBluetoothEnableButtonLabel": {
"description": "Label for the button to open bluetooth settings on the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingDoneButtonLabel": "Done",
"@onboardingDoneButtonLabel": {
"description": "Label for the button to close the onboarding screen",
"type": "text",
"placeholders": {}
},
"onboardingCompletedTitle": "Happy Wagging!",
"@onboardingCompletedTitle": {
"description": "Title of the final page of the onboarding screen",
"type": "text",
"placeholders": {}
},
"doubleBackToClose": "Press again to exit",
"@doubleBackToClose": {
"description": "Snackbar message which appears when the back button is pressed at the main screen",
"type": "text",
"placeholders": {}
},
"noLongerSupported": "This gear is no longer supported. Some app features may not work",
"@noLongerSupported": {
"description": "Warning message which appears for unsupported gear on the manage gear page",
"type": "text",
"placeholders": {}
},
"mandatoryOtaRequired": "A firmware update is available to better support your gear",
"@mandatoryOtaRequired": {
"description": "Warning message which appears for gear which have old firmware on the manage gear page",
"type": "text",
"placeholders": {}
},
"actionsFavoriteTip": "Long press an action to favorite",
"@actionsFavoriteTip": {
"description": "tip message which appears when no actions are favorited on the actions page",
"type": "text",
"placeholders": {}
},
"moreSourceCode": "Source Code",
"@moreSourceCode": {
"description": "Label for the github and dev mode button on the more tab",
"type": "text",
"placeholders": {}
},
"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": {}
},
"audioDeleteDescription": "Are you sure you want to delete this sound effect?",
"@audioDeleteDescription": {
"description": "Label for the body of the delete confirmation dialog",
"type": "text",
"placeholders": {}
},
"audioAdd": "Add Sound Effect",
"@audioAdd": {
"description": "Label for sound files",
"type": "text",
"placeholders": {}
},
"audioTipCard": "You can add custom sounds that appear on the Actions tab and can be used with Triggers",
"@audioTipCard": {
"description": "Tutorial card for the audio page",
"type": "text",
"placeholders": {}
},
"scanDemoGear": "Fake Gear",
"@scanDemoGear": {
"description": "Label for the expansion tile to show the demo gear options on the scan for new devices page",
"type": "text",
"placeholders": {}
},
"scanAddDemoGear": "Add Fake Gear",
"@scanAddDemoGear": {
"description": "Label for the dropdown to select a demo gear to add on the scan for new devices page",
"type": "text",
"placeholders": {}
},
"scanRemoveDemoGear": "Remove all fake gear",
"@scanRemoveDemoGear": {
"description": "Label for the button to remove all demo gear on the scan for new devices page",
"type": "text",
"placeholders": {}
},
"scanDemoGearTip": "Want to try out the app but are waiting for your gear to arrive? Add a fake gear. This lets you experience the app as if you had your gear, or if you want to try out gear you currently do not own. This enables a new section on the 'Scan For New Gear' page.",
"@scanDemoGearTip": {
"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. Don't forget to save.",
"@triggerActionSelectorTutorialLabel": {
"description": "Label for the tutorial card on the Action selector for triggers",
"type": "text",
"placeholders": {}
},
"featureLimitedOtaRequiredLabel": "Please update your gear to use this feature.",
"@featureLimitedOtaRequiredLabel": {
"description": "Label for the warning card when a feature requires a firmware update",
"type": "text",
"placeholders": {}
},
"joystickWarning": "The Joystick feature is experimental. Use at your own risk.",
"@joystickWarning": {
"description": "Label for the warning tutorial card on the joystick page",
"type": "text",
"placeholders": {}
},
"otaAvailableSnackbarLabel": "Please update your gear",
"@otaAvailableSnackbarLabel": {
"description": "Label for the snackbar that appears when gear has an update",
"type": "text",
"placeholders": {}
},
"otaAvailableSnackbarTitle": "Update Available",
"@otaAvailableSnackbarTitle": {
"description": "Label for the snackbar that appears when gear has an update",
"type": "text",
"placeholders": {}
},
"newGearConnectedSnackbarTitle": "Gear Connected",
"@newGearConnectedSnackbarTitle": {
"description": "Label for the snackbar that appears when new gear is paired and connected",
"type": "text",
"placeholders": {}
},
"newGearConnectedSnackbarLabel": "Happy Wagging",
"@newGearConnectedSnackbarLabel": {
"description": "Label for the snackbar that appears when new gear is paired and connected",
"type": "text",
"placeholders": {}
},
"earSpeedTitle": "Ear Move 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",