-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy pathapp_en.arb
More file actions
10299 lines (10299 loc) · 377 KB
/
app_en.arb
File metadata and controls
10299 lines (10299 loc) · 377 KB
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-12-26",
"appTitle": "Omi",
"@appTitle": {
"description": "The app title displayed in various places"
},
"conversationTab": "Conversation",
"@conversationTab": {
"description": "Tab label for conversation summary"
},
"transcriptTab": "Transcript",
"@transcriptTab": {
"description": "Tab label for transcript view"
},
"actionItemsTab": "Action Items",
"@actionItemsTab": {
"description": "Tab label for action items"
},
"deleteConversationTitle": "Delete Conversation?",
"@deleteConversationTitle": {
"description": "Title for delete confirmation dialog"
},
"deleteConversationMessage": "This will also delete associated memories, tasks, and audio files. This action cannot be undone.",
"@deleteConversationMessage": {
"description": "Message for delete confirmation dialog"
},
"confirm": "Confirm",
"@confirm": {
"description": "Confirm button label"
},
"cancel": "Cancel",
"@cancel": {
"description": "Generic cancel button label"
},
"ok": "Ok",
"@ok": {
"description": "Generic OK button text"
},
"delete": "Delete",
"@delete": {
"description": "Delete button"
},
"add": "Add",
"@add": {
"description": "Add button label"
},
"update": "Update",
"@update": {
"description": "Button label to update action item"
},
"save": "Save",
"@save": {
"description": "Save button label"
},
"edit": "Edit",
"@edit": {
"description": "Edit menu item label"
},
"close": "Close",
"@close": {
"description": "Close button label"
},
"clear": "Clear",
"@clear": {
"description": "Button label to clear files"
},
"copyTranscript": "Copy Transcript",
"@copyTranscript": {
"description": "Option to copy transcript to clipboard"
},
"copySummary": "Copy Summary",
"@copySummary": {
"description": "Option to copy summary to clipboard"
},
"testPrompt": "Test Prompt",
"@testPrompt": {
"description": "Menu item for testing prompts"
},
"reprocessConversation": "Reprocess Conversation",
"@reprocessConversation": {
"description": "Menu item to reprocess a conversation"
},
"deleteConversation": "Delete Conversation",
"@deleteConversation": {
"description": "Menu item to delete a conversation"
},
"contentCopied": "Content copied to clipboard",
"@contentCopied": {
"description": "Snackbar message when content is copied"
},
"failedToUpdateStarred": "Failed to update starred status.",
"@failedToUpdateStarred": {
"description": "Error message when starring fails"
},
"conversationUrlNotShared": "Conversation URL could not be shared.",
"@conversationUrlNotShared": {
"description": "Error message when sharing fails"
},
"errorProcessingConversation": "Error while processing conversation. Please try again later.",
"@errorProcessingConversation": {
"description": "Error message for conversation processing failure"
},
"noInternetConnection": "No internet connection",
"@noInternetConnection": {
"description": "Error message shown when there is no internet connection"
},
"unableToDeleteConversation": "Unable to Delete Conversation",
"@unableToDeleteConversation": {
"description": "Title for delete error dialog"
},
"somethingWentWrong": "Something went wrong! Please try again later.",
"@somethingWentWrong": {
"description": "Generic error message"
},
"copyErrorMessage": "Copy error message",
"@copyErrorMessage": {
"description": "Button to copy error details"
},
"errorCopied": "Error message copied to clipboard",
"@errorCopied": {
"description": "Snackbar message after copying error"
},
"remaining": "Remaining",
"@remaining": {
"description": "Label showing time remaining for SD card transfer"
},
"loading": "Loading...",
"@loading": {
"description": "Loading indicator text"
},
"loadingDuration": "Loading duration...",
"@loadingDuration": {
"description": "Loading duration indicator"
},
"secondsCount": "{count} seconds",
"@secondsCount": {
"description": "Duration in seconds",
"placeholders": {
"count": {
"type": "int",
"example": "30"
}
}
},
"people": "People",
"@people": {
"description": "People section title"
},
"addNewPerson": "Add New Person",
"@addNewPerson": {
"description": "Title for add person dialog"
},
"editPerson": "Edit Person",
"@editPerson": {
"description": "Title for edit person dialog"
},
"createPersonHint": "Create a new person and train Omi to recognize their speech too!",
"@createPersonHint": {
"description": "Hint text for creating a person"
},
"speechProfile": "Speech Profile",
"@speechProfile": {
"description": "Speech profile setting"
},
"sampleNumber": "Sample {number}",
"@sampleNumber": {
"description": "Label for speech sample",
"placeholders": {
"number": {
"type": "int",
"example": "1"
}
}
},
"settings": "Settings",
"@settings": {
"description": "Settings dialog title"
},
"language": "Language",
"@language": {
"description": "Label for language selector"
},
"selectLanguage": "Select Language",
"@selectLanguage": {
"description": "Title for language selection"
},
"deleting": "Deleting...",
"@deleting": {
"description": "Deleting in progress indicator"
},
"pleaseCompleteAuthentication": "Please complete authentication in your browser. Once done, return to the app.",
"@pleaseCompleteAuthentication": {
"description": "Message shown during OAuth flow"
},
"failedToStartAuthentication": "Failed to start authentication",
"@failedToStartAuthentication": {
"description": "Error when OAuth fails to start"
},
"importStarted": "Import started! You'll be notified when it's complete.",
"@importStarted": {
"description": "Success message when import begins"
},
"failedToStartImport": "Failed to start import. Please try again.",
"@failedToStartImport": {
"description": "Error when import fails to start"
},
"couldNotAccessFile": "Could not access the selected file",
"@couldNotAccessFile": {
"description": "Error when file access fails"
},
"askOmi": "Ask Omi",
"@askOmi": {
"description": "Shortcut to ask Omi a question"
},
"done": "Done",
"@done": {
"description": "Status when download is done"
},
"disconnected": "Disconnected",
"@disconnected": {
"description": "Status text when device is disconnected"
},
"searching": "Searching...",
"@searching": {
"description": "Loading text displayed while search is in progress"
},
"connectDevice": "Connect Device",
"@connectDevice": {
"description": "Button to connect a device"
},
"monthlyLimitReached": "You've reached your monthly limit.",
"@monthlyLimitReached": {
"description": "Message when usage limit is reached"
},
"checkUsage": "Check Usage",
"@checkUsage": {
"description": "Button to check usage details"
},
"syncingRecordings": "Syncing recordings",
"@syncingRecordings": {
"description": "Title when sync is in progress"
},
"recordingsToSync": "Recordings to sync",
"@recordingsToSync": {
"description": "Title when there are recordings to sync"
},
"allCaughtUp": "All caught up",
"@allCaughtUp": {
"description": "Title when everything is synced"
},
"sync": "Sync",
"@sync": {
"description": "Sync button label"
},
"pendantUpToDate": "Pendant is up to date",
"@pendantUpToDate": {
"description": "Status when pendant is synced"
},
"allRecordingsSynced": "All recordings are synced",
"@allRecordingsSynced": {
"description": "Status text when sync is complete"
},
"syncingInProgress": "Syncing in progress",
"@syncingInProgress": {
"description": "Status when sync is happening"
},
"readyToSync": "Ready to sync",
"@readyToSync": {
"description": "Status when ready to sync"
},
"tapSyncToStart": "Tap Sync to start",
"@tapSyncToStart": {
"description": "Hint to start sync"
},
"pendantNotConnected": "Pendant not connected. Connect to sync.",
"@pendantNotConnected": {
"description": "Warning when pendant is not connected"
},
"everythingSynced": "Everything is already synced.",
"@everythingSynced": {
"description": "Message when all is synced"
},
"recordingsNotSynced": "You have recordings that aren't synced yet.",
"@recordingsNotSynced": {
"description": "Message when there are unsynced recordings"
},
"syncingBackground": "We'll keep syncing your recordings in the background.",
"@syncingBackground": {
"description": "Message during background sync"
},
"noConversationsYet": "No conversations yet",
"@noConversationsYet": {
"description": "Title shown when user has no conversations"
},
"noStarredConversations": "No starred conversations",
"@noStarredConversations": {
"description": "Empty state title when no starred conversations"
},
"starConversationHint": "To star a conversation, open it and tap the star icon in the header.",
"@starConversationHint": {
"description": "Hint explaining how to star conversations"
},
"searchConversations": "Search conversations...",
"@searchConversations": {
"description": "Placeholder text for conversation search field"
},
"selectedCount": "{count} selected",
"@selectedCount": {
"description": "Selection count label",
"placeholders": {
"count": {
"type": "int"
}
}
},
"merge": "Merge",
"@merge": {
"description": "Merge button label"
},
"mergeConversations": "Merge Conversations",
"@mergeConversations": {
"description": "Merge dialog title"
},
"mergeConversationsMessage": "This will combine {count} conversations into one. All content will be merged and regenerated.",
"@mergeConversationsMessage": {
"description": "Merge confirmation message",
"placeholders": {
"count": {
"type": "int"
}
}
},
"mergingInBackground": "Merging in background. This may take a moment.",
"@mergingInBackground": {
"description": "Snackbar message during merge"
},
"failedToStartMerge": "Failed to start merge",
"@failedToStartMerge": {
"description": "Error message when merge fails"
},
"askAnything": "Ask anything",
"@askAnything": {
"description": "Chat input placeholder"
},
"noMessagesYet": "No messages yet!\nWhy don't you start a conversation?",
"@noMessagesYet": {
"description": "Empty chat state message"
},
"deletingMessages": "Deleting your messages from Omi's memory...",
"@deletingMessages": {
"description": "Loading text when clearing chat"
},
"messageCopied": "✨ Message copied to clipboard",
"@messageCopied": {
"description": "Snackbar message for copied text"
},
"cannotReportOwnMessage": "You cannot report your own messages.",
"@cannotReportOwnMessage": {
"description": "Error when trying to report own message"
},
"reportMessage": "Report Message",
"@reportMessage": {
"description": "Report dialog title"
},
"reportMessageConfirm": "Are you sure you want to report this message?",
"@reportMessageConfirm": {
"description": "Report message confirmation"
},
"messageReported": "Message reported successfully.",
"@messageReported": {
"description": "Confirmation after reporting message"
},
"thankYouFeedback": "Thank you for your feedback!",
"@thankYouFeedback": {
"description": "After thumbs up/down feedback"
},
"clearChat": "Clear Chat",
"@clearChat": {
"description": "Button/menu item to clear chat"
},
"clearChatConfirm": "Are you sure you want to clear the chat? This action cannot be undone.",
"@clearChatConfirm": {
"description": "Clear chat confirmation message"
},
"maxFilesLimit": "You can only upload 4 files at a time",
"@maxFilesLimit": {
"description": "Max files upload warning"
},
"chatWithOmi": "Chat with Omi",
"@chatWithOmi": {
"description": "Chat share subject"
},
"apps": "Apps",
"@apps": {
"description": "Navigation label for apps page"
},
"noAppsFound": "No apps found",
"@noAppsFound": {
"description": "Empty state title when no apps match search"
},
"tryAdjustingSearch": "Try adjusting your search or filters",
"@tryAdjustingSearch": {
"description": "Hint when no apps found"
},
"createYourOwnApp": "Create Your Own App",
"@createYourOwnApp": {
"description": "Button title for creating custom apps"
},
"buildAndShareApp": "Build and share your custom app",
"@buildAndShareApp": {
"description": "Create app button subtitle"
},
"searchApps": "Search apps...",
"@searchApps": {
"description": "Placeholder text for search input"
},
"myApps": "My Apps",
"@myApps": {
"description": "Filter button for user's own apps"
},
"installedApps": "Installed Apps",
"@installedApps": {
"description": "Filter button for installed apps"
},
"unableToFetchApps": "Unable to fetch apps :(\n\nPlease check your internet connection and try again.",
"@unableToFetchApps": {
"description": "Error when apps fail to load"
},
"aboutOmi": "About Omi",
"@aboutOmi": {
"description": "About page title"
},
"privacyPolicy": "Privacy Policy",
"@privacyPolicy": {
"description": "Link text for Privacy Policy"
},
"visitWebsite": "Visit Website",
"@visitWebsite": {
"description": "Visit website link"
},
"helpOrInquiries": "Help or Inquiries?",
"@helpOrInquiries": {
"description": "Help link title"
},
"joinCommunity": "Join the community!",
"@joinCommunity": {
"description": "Discord community link"
},
"membersAndCounting": "8000+ members and counting.",
"@membersAndCounting": {
"description": "Discord member count"
},
"deleteAccountTitle": "Delete Account",
"@deleteAccountTitle": {
"description": "Delete account page title"
},
"deleteAccountConfirm": "Are you sure you want to delete your account?",
"@deleteAccountConfirm": {
"description": "Delete account confirmation"
},
"cannotBeUndone": "This cannot be undone.",
"@cannotBeUndone": {
"description": "Warning that action is permanent"
},
"allDataErased": "All of your memories and conversations will be permanently erased.",
"@allDataErased": {
"description": "Delete account warning 1"
},
"appsDisconnected": "Your Apps and Integrations will be disconnected effectively immediately.",
"@appsDisconnected": {
"description": "Delete account warning 2"
},
"exportBeforeDelete": "You can export your data before deleting your account, but once deleted, it cannot be recovered.",
"@exportBeforeDelete": {
"description": "Delete account warning 3"
},
"deleteAccountCheckbox": "I understand that deleting my account is permanent and all data, including memories and conversations, will be lost and cannot be recovered.",
"@deleteAccountCheckbox": {
"description": "Delete account checkbox confirmation"
},
"areYouSure": "Are you sure?",
"@areYouSure": {
"description": "Final confirmation title"
},
"deleteAccountFinal": "This action is irreversible and will permanently delete your account and all associated data. Are you sure you want to proceed?",
"@deleteAccountFinal": {
"description": "Final delete confirmation message"
},
"deleteNow": "Delete Now",
"@deleteNow": {
"description": "Delete now button"
},
"goBack": "Go Back",
"@goBack": {
"description": "Go back button"
},
"checkBoxToConfirm": "Check the box to confirm you understand that deleting your account is permanent and irreversible.",
"@checkBoxToConfirm": {
"description": "Checkbox validation error"
},
"profile": "Profile",
"@profile": {
"description": "Profile page title"
},
"name": "Name",
"@name": {
"description": "Name field label"
},
"email": "Email",
"@email": {
"description": "Email field label"
},
"customVocabulary": "Custom Vocabulary",
"@customVocabulary": {
"description": "Custom vocabulary section"
},
"identifyingOthers": "Identifying Others",
"@identifyingOthers": {
"description": "People identification setting"
},
"paymentMethods": "Payment Methods",
"@paymentMethods": {
"description": "Payment methods setting"
},
"conversationDisplay": "Conversation Display",
"@conversationDisplay": {
"description": "Conversation display setting"
},
"dataPrivacy": "Data Privacy",
"@dataPrivacy": {
"description": "Data privacy setting"
},
"userId": "User ID",
"@userId": {
"description": "User ID field"
},
"notSet": "Not set",
"@notSet": {
"description": "Value not set placeholder"
},
"userIdCopied": "User ID copied to clipboard",
"@userIdCopied": {
"description": "Confirmation when user ID is copied"
},
"systemDefault": "System Default",
"@systemDefault": {
"description": "System language option"
},
"planAndUsage": "Plan & Usage",
"@planAndUsage": {
"description": "Plan and usage menu item"
},
"offlineSync": "Offline Sync",
"@offlineSync": {
"description": "Page title for offline sync"
},
"deviceSettings": "Device Settings",
"@deviceSettings": {
"description": "Device settings menu item"
},
"integrations": "Integrations",
"@integrations": {
"description": "Integrations menu item"
},
"feedbackBug": "Feedback / Bug",
"@feedbackBug": {
"description": "Feedback menu item"
},
"helpCenter": "Help Center",
"@helpCenter": {
"description": "Help center menu item"
},
"developerSettings": "Developer Settings",
"@developerSettings": {
"description": "Title for developer settings page"
},
"getOmiForMac": "Get Omi for Mac",
"@getOmiForMac": {
"description": "Mac app download link"
},
"referralProgram": "Referral Program",
"@referralProgram": {
"description": "Referral program menu item"
},
"signOut": "Sign Out",
"@signOut": {
"description": "Sign out button"
},
"appAndDeviceCopied": "App and device details copied",
"@appAndDeviceCopied": {
"description": "Confirmation when version info is copied"
},
"wrapped2025": "Wrapped 2025",
"@wrapped2025": {
"description": "Wrapped 2025 menu item"
},
"yourPrivacyYourControl": "Your Privacy, Your Control",
"@yourPrivacyYourControl": {
"description": "Data privacy page heading"
},
"privacyIntro": "At Omi, we are committed to protecting your privacy. This page allows you to control how your data is stored and used.",
"@privacyIntro": {
"description": "Data privacy page introduction"
},
"learnMore": "Learn more...",
"@learnMore": {
"description": "Learn more link"
},
"dataProtectionLevel": "Data Protection Level",
"@dataProtectionLevel": {
"description": "Data protection section title"
},
"dataProtectionDesc": "Your data is secured by default with strong encryption. Review your settings and future privacy options below.",
"@dataProtectionDesc": {
"description": "Data protection section description"
},
"appAccess": "App Access",
"@appAccess": {
"description": "App access section title"
},
"appAccessDesc": "The following apps can access your data. Tap on an app to manage its permissions.",
"@appAccessDesc": {
"description": "App access section description"
},
"noAppsExternalAccess": "No installed apps have external access to your data.",
"@noAppsExternalAccess": {
"description": "Empty state for app access"
},
"deviceName": "Device Name",
"@deviceName": {
"description": "Device name label"
},
"deviceId": "Device ID",
"@deviceId": {
"description": "Label for device ID field"
},
"firmware": "Firmware",
"@firmware": {
"description": "Label for firmware version"
},
"sdCardSync": "SD Card Sync",
"@sdCardSync": {
"description": "Menu item for SD card synchronization"
},
"hardwareRevision": "Hardware Revision",
"@hardwareRevision": {
"description": "Hardware revision label"
},
"modelNumber": "Model Number",
"@modelNumber": {
"description": "Label for model number field"
},
"manufacturer": "Manufacturer",
"@manufacturer": {
"description": "Label for manufacturer field"
},
"doubleTap": "Double Tap",
"@doubleTap": {
"description": "Double tap action label"
},
"ledBrightness": "LED Brightness",
"@ledBrightness": {
"description": "LED brightness setting"
},
"micGain": "Mic Gain",
"@micGain": {
"description": "Microphone gain setting"
},
"disconnect": "Disconnect",
"@disconnect": {
"description": "Disconnect device button"
},
"forgetDevice": "Forget Device",
"@forgetDevice": {
"description": "Forget device button"
},
"chargingIssues": "Charging Issues",
"@chargingIssues": {
"description": "Menu item for charging help"
},
"disconnectDevice": "Disconnect Device",
"@disconnectDevice": {
"description": "Action to disconnect device"
},
"unpairDevice": "Unpair Device",
"@unpairDevice": {
"description": "Action to unpair device"
},
"unpairAndForget": "Unpair and Forget Device",
"@unpairAndForget": {
"description": "Unpair and forget device button"
},
"deviceDisconnectedMessage": "Your Omi has been disconnected 😔",
"@deviceDisconnectedMessage": {
"description": "Message shown when device is disconnected"
},
"deviceUnpairedMessage": "Device unpaired. Go to Settings > Bluetooth and forget the device to complete unpairing.",
"@deviceUnpairedMessage": {
"description": "Message shown after device is unpaired"
},
"unpairDialogTitle": "Unpair Device",
"@unpairDialogTitle": {
"description": "Unpair dialog title"
},
"unpairDialogMessage": "This will unpair the device so it can be connected to another phone. You will need to go to Settings > Bluetooth and forget the device to complete the process.",
"@unpairDialogMessage": {
"description": "Unpair dialog message"
},
"deviceNotConnected": "Device Not Connected",
"@deviceNotConnected": {
"description": "Device not connected header"
},
"connectDeviceMessage": "Connect your Omi device to access\ndevice settings and customization",
"@connectDeviceMessage": {
"description": "Message encouraging user to connect device"
},
"deviceInfoSection": "Device Information",
"@deviceInfoSection": {
"description": "Device information section header"
},
"customizationSection": "Customization",
"@customizationSection": {
"description": "Customization section header"
},
"hardwareSection": "Hardware",
"@hardwareSection": {
"description": "Hardware section header"
},
"v2Undetected": "V2 undetected",
"@v2Undetected": {
"description": "V2 device undeteced dialog title"
},
"v2UndetectedMessage": "We see that you either have a V1 device or your device is not connected. SD Card functionality is available only for V2 devices.",
"@v2UndetectedMessage": {
"description": "V2 device undeteced dialog message"
},
"endConversation": "End Conversation",
"@endConversation": {
"description": "End conversation action"
},
"pauseResume": "Pause/Resume",
"@pauseResume": {
"description": "Pause/Resume action"
},
"starConversation": "Star Conversation",
"@starConversation": {
"description": "Star conversation action"
},
"doubleTapAction": "Double Tap Action",
"@doubleTapAction": {
"description": "Double tap action setting"
},
"endAndProcess": "End & Process Conversation",
"@endAndProcess": {
"description": "End and process action"
},
"pauseResumeRecording": "Pause/Resume Recording",
"@pauseResumeRecording": {
"description": "Pause/Resume recording action"
},
"starOngoing": "Star Ongoing Conversation",
"@starOngoing": {
"description": "Star ongoing conversation action"
},
"off": "Off",
"@off": {
"description": "Toggle state label when disabled"
},
"max": "Max",
"@max": {
"description": "Max state"
},
"mute": "Mute",
"@mute": {
"description": "Mute state"
},
"quiet": "Quiet",
"@quiet": {
"description": "Quiet preset"
},
"normal": "Normal",
"@normal": {
"description": "Normal preset"
},
"high": "High",
"@high": {
"description": "High preset"
},
"micGainDescMuted": "Microphone is muted",
"@micGainDescMuted": {
"description": "Mic gain description: Muted"
},
"micGainDescLow": "Very quiet - for loud environments",
"@micGainDescLow": {
"description": "Mic gain description: Low"
},
"micGainDescModerate": "Quiet - for moderate noise",
"@micGainDescModerate": {
"description": "Mic gain description: Moderate"
},
"micGainDescNeutral": "Neutral - balanced recording",
"@micGainDescNeutral": {
"description": "Mic gain description: Neutral"
},
"micGainDescSlightlyBoosted": "Slightly boosted - normal use",
"@micGainDescSlightlyBoosted": {
"description": "Mic gain description: Slightly Boosted"
},
"micGainDescBoosted": "Boosted - for quiet environments",
"@micGainDescBoosted": {
"description": "Mic gain description: Boosted"
},
"micGainDescHigh": "High - for distant or soft voices",
"@micGainDescHigh": {
"description": "Mic gain description: High"
},
"micGainDescVeryHigh": "Very high - for very quiet sources",
"@micGainDescVeryHigh": {
"description": "Mic gain description: Very High"
},
"micGainDescMax": "Maximum - use with caution",
"@micGainDescMax": {
"description": "Mic gain description: Max"
},
"developerSettingsTitle": "Developer Settings",
"@developerSettingsTitle": {
"description": "Developer settings page title"
},
"saving": "Saving...",
"@saving": {
"description": "Text shown while saving settings"
},
"personaConfig": "Configure your AI persona",
"@personaConfig": {
"description": "Persona configuration subtitle"
},
"beta": "BETA",
"@beta": {
"description": "Beta label for experimental features"
},
"transcription": "Transcription",
"@transcription": {
"description": "Transcription feature name"
},
"transcriptionConfig": "Configure STT provider",
"@transcriptionConfig": {
"description": "Transcription configuration subtitle"
},
"conversationTimeout": "Conversation Timeout",
"@conversationTimeout": {
"description": "Conversation timeout feature name"
},
"conversationTimeoutConfig": "Set when conversations auto-end",
"@conversationTimeoutConfig": {
"description": "Conversation timeout configuration subtitle"
},
"importData": "Import Data",
"@importData": {
"description": "Import data feature name"
},
"importDataConfig": "Import data from other sources",
"@importDataConfig": {
"description": "Import data details subtitle"
},
"debugDiagnostics": "Debug & Diagnostics",
"@debugDiagnostics": {
"description": "Debug & Diagnostics section header"
},
"endpointUrl": "Endpoint URL",
"@endpointUrl": {
"description": "Label for webhook endpoint URL field"
},
"noApiKeys": "No API keys yet",
"@noApiKeys": {
"description": "No API keys message"
},
"createKeyToStart": "Create a key to get started",
"@createKeyToStart": {
"description": "Create key instruction"
},
"createKey": "Create Key",
"@createKey": {
"description": "Button text to create API key"
},
"docs": "Docs",
"@docs": {
"description": "Documentation button text"
},
"yourOmiInsights": "Your Omi Insights",
"@yourOmiInsights": {
"description": "Usage page title"
},
"today": "Today",
"@today": {
"description": "Label for today date"
},
"thisMonth": "This Month",
"@thisMonth": {
"description": "Time period: This Month"
},
"thisYear": "This Year",
"@thisYear": {
"description": "Time period: This Year"
},
"allTime": "All Time",
"@allTime": {
"description": "Time period: All Time"
},
"noActivityYet": "No Activity Yet",
"@noActivityYet": {
"description": "Empty state title"
},
"startConversationToSeeInsights": "Start a conversation with Omi\nto see your usage insights here.",
"@startConversationToSeeInsights": {
"description": "Empty state description"
},
"listening": "Listening",
"@listening": {
"description": "Listening stat title"
},
"listeningSubtitle": "Total time Omi has actively listened.",
"@listeningSubtitle": {
"description": "Listening stat subtitle"
},
"understanding": "Understanding",
"@understanding": {
"description": "Understanding stat title"
},
"understandingSubtitle": "Words understood from your conversations.",
"@understandingSubtitle": {
"description": "Understanding stat subtitle"
},
"providing": "Providing",
"@providing": {
"description": "Providing stat title"
},
"providingSubtitle": "Action items, and notes automatically captured.",
"@providingSubtitle": {
"description": "Providing stat subtitle"
},
"remembering": "Remembering",
"@remembering": {
"description": "Remembering stat title"
},
"rememberingSubtitle": "Facts and details remembered for you.",
"@rememberingSubtitle": {
"description": "Remembering stat subtitle"
},
"unlimitedPlan": "Unlimited Plan",
"@unlimitedPlan": {
"description": "Unlimited plan name"
},
"managePlan": "Manage Plan",
"@managePlan": {
"description": "Manage plan button"
},
"cancelAtPeriodEnd": "Your plan will cancel on {date}.",
"@cancelAtPeriodEnd": {
"description": "Cancellation message",
"placeholders": {
"date": {
"type": "String",
"example": "Jan 1, 2026"
}
}
},
"renewsOn": "Your plan renews on {date}.",
"@renewsOn": {
"description": "Renewal message",
"placeholders": {
"date": {
"type": "String",
"example": "Jan 1, 2026"
}
}
},
"basicPlan": "Free Plan",
"@basicPlan": {
"description": "Basic plan name"
},
"usageLimitMessage": "{used} of {limit} mins used",
"@usageLimitMessage": {
"description": "Usage limit message",
"placeholders": {
"used": {
"type": "String",
"example": "100"
},
"limit": {
"type": "int",
"example": "60"
}
}
},
"upgrade": "Upgrade",
"@upgrade": {
"description": "Upgrade button"
},
"upgradeToUnlimited": "Upgrade to unlimited",