forked from Mail-0/Zero
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathi18n.lock
More file actions
1047 lines (1047 loc) · 73 KB
/
i18n.lock
File metadata and controls
1047 lines (1047 loc) · 73 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
version: 1
checksums:
996756d4e2154b5cf06a476118175f9f:
common/actions/logout: 07948fdf20705e04a7bf68ab197512bf
common/actions/back: f541015a827e37cb3b1234e56bc2aa3c
common/actions/create: 566ab5782e0e8ea5a9a6865a22ba9586
common/actions/saveChanges: 53dd9f4f0a4accc822fa5c1f2f6d118a
common/actions/saving: 7cb2d8f012d57db8a62187b65ef164dc
common/actions/resetToDefaults: bdaee15a0466df4a923dc30d0657a3e5
common/actions/close: 2c2e22f8424a1031de89063bd0022e16
common/actions/signingOut: 044983202ea0adae491172d1b38f9cc3
common/actions/signedOutSuccess: 396443e3ebe20c597b5dedb9ff2c661a
common/actions/signOutError: 0e7e1f2ceb04faa97d227f4a7dd868c3
common/actions/refresh: c0aec3f31be4c984bae9a482572d2857
common/actions/loading: 82b4ea7ed1439094d7c4be13aaba9a66
common/actions/featureNotImplemented: 24f9409547248f371397ef36e9c1ebdc
common/actions/moving: 0f239d832e9ebe673956431915345a6b
common/actions/moved: 1a92e92dcb89f52dbef3fb38c9543bec
common/actions/movedToInbox: 607225b1dfd403c0a068850bfee48d45
common/actions/movingToInbox: 6ed6d10efa5858a3631d89cb5f00d238
common/actions/movedToSpam: daec566f29b9f53f9a52f7c789cf305c
common/actions/movingToSpam: 6f72275c731f9159ecc5a7d46b908c8c
common/actions/deletingMail: 101a9b9e18992289b88823fecf0616bd
common/actions/failedToDeleteMail: c54c5dd8bc5b6037f5142b187a9c1b35
common/actions/deletedMail: 6ed845566bc1e84d636a88d3e4788550
common/actions/archiving: 55a5ce6fc03a5bd9be92c0e3182a2b75
common/actions/archived: cf5127ecfd7e43a35466a1ba5fe16450
common/actions/failedToMove: 29672fc2a832d1e41dfa4aec2ef4136e
common/actions/addingToFavorites: 720e59eec292be6c8310b47dc6c22a32
common/actions/removingFromFavorites: 951348f8f0bbce35e3abff396c012620
common/actions/addedToFavorites: 848046ec65d15913112b466c544722eb
common/actions/addedToImportant: f0c826833d8be2b285cceec77ba6c048
common/actions/removedFromFavorites: 540609ab686ed67b1cfd7649467b8bc1
common/actions/removedFromImportant: bbab6c58ea968faceda26c25584df1a9
common/actions/failedToAddToFavorites: fa51002dd9e7d953a75fd213bbea6ee2
common/actions/failedToRemoveFromFavorites: 5ac9381e679f0f83cf4a4c87c5028106
common/actions/failedToModifyFavorites: f30b45c6232d2a9a8fa2570eaeced133
common/actions/movingToBin: b303252db18a8f86ec36384ae2e3d1e7
common/actions/movedToBin: dc50a2064c876b2fcb81b8b37ac70e8c
common/actions/Bin: e95691895f3a89d896838716e48290bd
common/actions/failedToMoveToBin: 4b9eadfd5f9adaf47456244854546ce9
common/actions/markingAsRead: a8609bb92bc58544185059a4fea73b23
common/actions/markingAsUnread: 4019d279cd09988d9767ffa316fc1f72
common/actions/hiddenImagesWarning: 6dd424198acc3bcc42ed62e80c7d0966
common/actions/showImages: b9e8dc2ce5380180886b89cbe9d51508
common/actions/disableImages: 48609f68b3048e16d0957736cadf25a5
common/actions/trustSender: 54d80a89833396e920d3614b06e736e9
common/actions/cancel: 2e2a849c2223911717de8caa2c71bade
common/actions/save: f7a2929f33bc420195e59ac5a8bcd454
common/actions/remove: dba2fe5fe9f83f8078c687f28cba4b52
common/actions/settings: 8df6777277469c1fd88cc18dde2f1cc3
common/actions/exitSelectionModeEsc: d03f3886b2796834547610e6ecc4ec42
common/actions/deleteAllSpam: 5d147ef6181f7739fbcedd80ce7e112c
common/actions/deletingAllSpam: 36af7ca0879a4ad146085a9abfc5bc2d
common/actions/deletedAllSpam: fb236045e03760a32081e9e32a5e1e02
common/actions/errorDeletingSpam: 72f576d7e4f375b33e208862e4b7d747
common/actions/confirmDeleteSpam: 5d147ef6181f7739fbcedd80ce7e112c
common/actions/confirmDeleteSpamDescription: 6eb967be0fbd59ef7e2371361f936a04
common/actions/confirmDelete: 8bcf303dd10a645b5baacb02b47d72c9
common/themes/dark: 73e6e208ba628b26e90fcf6dce15e1b2
common/themes/light: bb78ea2c6edd8662676c81a8a13ecb93
common/themes/system: 803281c327a02a2feba182f4a2b38311
common/commandPalette/title: 27374fec801ecad6a2a5c58d98c7f531
common/commandPalette/description: b6ef949ddea133e2ffa9cf3a1d623d27
common/commandPalette/placeholder: 1df07536a83ad006b7aafd795e233748
common/commandPalette/noResults: 5518f2865757dc73900aa03ef8be6934
common/commandPalette/groups/mail: 35cc2a9bb05da8ecbc8944be96fefd9a
common/commandPalette/groups/settings: 8df6777277469c1fd88cc18dde2f1cc3
common/commandPalette/groups/actions: c46571856723b03262fd33f511116298
common/commandPalette/groups/help: 62712a1f2fcef75e399e9a9a9ddbd495
common/commandPalette/groups/navigation: 0373afd8238db1c49f4be4fa6cdf5cd3
common/commandPalette/commands/goToInbox: 423746055b0db9271d949824557f56f3
common/commandPalette/commands/goToDrafts: dfa22fb17b8fa3a3d5672505d104e18c
common/commandPalette/commands/goToSent: 944048adaa79fdc8ca2e06f16bd35963
common/commandPalette/commands/goToSpam: d96fe088ed4fd92ef98be24951de7b3a
common/commandPalette/commands/goToArchive: 0c717740df71d4ddc42b1e90d5a97676
common/commandPalette/commands/goToBin: 5b567f48c63b3352fc37cd807f6117bf
common/commandPalette/commands/goToSettings: 6ace3a9c8e0d0bcef02e8835a8e0ac08
common/commandPalette/commands/newEmail: a27757376ab05ff223433ab520a3f489
common/commandPalette/commands/composeMessage: 45b7a175e9f4aaf32558ae59dbfa9541
common/commandPalette/commands/searchEmails: cbe4e19fa34208326dd5a5fcc1e7d02e
common/commandPalette/commands/toggleTheme: 0a3e19fea2f7b1045f53ebf0ccff6bd5
common/commandPalette/commands/backToMail: 817c4dc48868ed7b46c09f2175442b4a
common/commandPalette/commands/goToDocs: 2c12621537998606d003e6b7a555b31f
common/commandPalette/commands/helpWithShortcuts: f8b89d2e465e3a93ff9c5397a114a094
common/commandPalette/commands/commandPalette: 27374fec801ecad6a2a5c58d98c7f531
common/commandPalette/quickResults: 7edcae7952feb7fbb89ddb6c774fddcd
common/commandPalette/searchPlaceholder: fe877a75eac472fc5b188c135c78a558
common/commandPalette/noSearchResults: 622e132be46733cb640c78d62c8041ba
common/commandPalette/actions: c46571856723b03262fd33f511116298
common/commandPalette/addFilters: 54a0a9e1e7e5f5082186da23ca60c647
common/commandPalette/searchForEmails: b148c7fb7b9f7617e02a713aa2428fed
common/commandPalette/filterPlaceholder: 6848bf67d2a93045600bb4b63433c284
common/commandPalette/noFilterResults: 571653cdc49a158cdf20b068a6a034b4
common/commandPalette/availableFilters: 75444f884a2178ce6bd27d5f48ae90d4
common/commandPalette/examples: 9dacb7c56bc894e4bcad39f41265e3a0
common/commandPalette/exampleDate: 4ec0ed39f59a649c1dba0100a4e9d342
common/commandPalette/exampleSender: 9293f425cd783abcef876867406ece5b
common/searchBar/pickDateRange: 580f254a6831994709cba4a82f082a1a
common/searchBar/search: 49dd6c21604b5e8d4153ff1aff2177e1
common/searchBar/clearSearch: 0ee4a80abe134b7edd90c74f03638877
common/searchBar/advancedSearch: 67838c483c45b9f2ae14c77c16d4c61a
common/searchBar/quickFilters: 2f691f6413e740287fd3df1622f1687f
common/searchBar/searchIn: 36b2d21bb725e82593319a688637b315
common/searchBar/recipient: cccd041f08a57c1ae658324b5073fc7d
common/searchBar/sender: a2d18a44b4320d124f6f33a32023e74f
common/searchBar/subject: de5b885eb327b2f233f3b67aab4c4c0a
common/searchBar/from: 3d84daca8c92c8609deeab4b294b4afb
common/searchBar/dateRange: be548c93a997ed6c2e9ac5c943faac10
common/searchBar/category: 1b0340cd175aa5a2be745a0d54908466
common/searchBar/folder: 55abc55b8ff7891f38db1a5b7bf97765
common/searchBar/allMail: 8ee9a794d1366b252decb770c6f7558a
common/searchBar/unread: 3cc4336d27b43274c0f38350dae2421d
common/searchBar/hasAttachment: 72ac39f8b38b179e3794447e11d13258
common/searchBar/starred: ffe2e6d743353191e792c494336777f6
common/searchBar/applyFilters: 6543c1e80038b3da0f4a42848d08d4d1
common/searchBar/reset: c19c53a05e21c7f3b395247809a14b51
common/searchBar/searching: 56cf28d6712bf3f7f73af2a81974ac45
common/searchBar/aiSuggestions: f1c7a7f899377efe0801255efff7c59a
common/searchBar/aiSearching: 672f09b44eaaf3abfc0b1bdfe991b64e
common/searchBar/aiSearchError: d4ee14a7cc979e265a45cd44b895a385
common/searchBar/aiNoResults: 15ae5ea3fcc516ef967b56b3cd8ace3e
common/searchBar/aiEnhancedQuery: 7bc20def675d9eacbec6d98a7f6cccd0
common/navUser/customerSupport: aa83f4456d11185e5e72dba3260bf00b
common/navUser/documentation: 1563fcb5ddb5037b0709ccd3dd384a92
common/navUser/appTheme: 0a3e19fea2f7b1045f53ebf0ccff6bd5
common/navUser/accounts: dbb9796c495f5e0f0de6f71bd32527ae
common/navUser/signIn: cb8757c7450e17de1e226e82fb0fa4a2
common/navUser/otherAccounts: 6206808c3673bd05c8d024eaac703f2a
common/navUser/switchingAccounts: fa53f8796a652161c8ec25281a1c5d3e
common/navUser/accountSwitched: e7b3f7c988574e8cf7aa8d2caed27adb
common/navUser/failedToSwitchAccount: 21c3b37b3b23c44637ce98b6af08e1c5
common/mailCategories/primary: f5fb269c8406736788b7785a0c68e500
common/mailCategories/allMail: 8ee9a794d1366b252decb770c6f7558a
common/mailCategories/important: 4cf0e8fc8e4e7c5c9b9458059a172a2b
common/mailCategories/personal: 1c619008563115c5c99acdab4e8c9717
common/mailCategories/updates: c5f658a393f5d8d6e251a0fb5a0de394
common/mailCategories/promotions: 046d70330572dc2b24522e3296ebddd6
common/mailCategories/social: ff80c74b36f0511287404d286ec7976e
common/mailCategories/unread: 3cc4336d27b43274c0f38350dae2421d
common/mailCategories/starred: ffe2e6d743353191e792c494336777f6
common/mailCategories/notes: 93c7ef9bc767f51fbe360afcf6b1fecb
common/mailCategories/forums: 028ba63a4c8ee444d870c99ae4721f4b
common/mailCategories/work: 8511de4788623b09e595581433c410bd
common/replyCompose/replyTo: e7f83bcc57c1e4248e6835477cd8e28a
common/replyCompose/thisEmail: 74ce60ea90c3119d506bc9a9f1893a5c
common/replyCompose/dropFiles: e24aa4f8bf0eb75c7622ee8d5427840f
common/replyCompose/attachments: c07b0f71c56630aef60ef8d754efd867
common/replyCompose/attachmentCount: 55a8d16786ad826534004447fcbb5992
common/replyCompose/fileCount: 189568c39df75e6c235d4d1cedb8a247
common/replyCompose/saveDraft: 85b75c24897ad6d44953fda57805501a
common/replyCompose/send: 76a8497d7b546628b03bb81d5c1ce995
common/replyCompose/forward: aa6a7c8cb8116039de946d324e803acc
common/mailDisplay/details: 2a8bbb1bc386c059783f925aca2cc522
common/mailDisplay/from: 3d84daca8c92c8609deeab4b294b4afb
common/mailDisplay/to: 24ef32707b456cff90a91d438df59bbe
common/mailDisplay/replyTo: 06ad90a6586a800226eb585a16af4f50
common/mailDisplay/cc: 3502fdcc26caeb501541c6437fcd4d45
common/mailDisplay/bcc: 0a8e9f01c54ba0df044f3ad679aa6298
common/mailDisplay/date: 56f41c5d30a76295bb087b20b7bee4c3
common/mailDisplay/mailedBy: 57b808c440b344c2a7b47a8cc796d606
common/mailDisplay/signedBy: 03db469bf23bf1dd2c59b56819cfea26
common/mailDisplay/security: 4b34923fef858a2b9a4a914c3e822889
common/mailDisplay/standardEncryption: 565594bde62cad1c7a49ec5c0825936b
common/mailDisplay/loadingMailContent: ee74ff3af67c7611e0494b41bce9d100
common/mailDisplay/unsubscribe: d1a0b07295687d1f08d4df1c411072dd
common/mailDisplay/unsubscribed: f3f3fe4be6764c04c3c205b8b6d9706f
common/mailDisplay/unsubscribeDescription: 744433432fb8ae2c2bfe0f9354b12527
common/mailDisplay/unsubscribeOpenSiteDescription: 50715a4a56783772155525725dfe7e0e
common/mailDisplay/cancel: 2e2a849c2223911717de8caa2c71bade
common/mailDisplay/goToWebsite: 4a606fcd69b644552771f4ecb9454065
common/mailDisplay/failedToUnsubscribe: b6c4eafb9b32021163988213d80c7deb
common/mailDisplay/print: 96b471223326706b965b5f5c36675935
common/threadDisplay/exitFullscreen: 910de8c8ec56a0b09328c471d76ea301
common/threadDisplay/enterFullscreen: f7e424edfd72ea623565c2cef45b5ccb
common/threadDisplay/archive: fa813ab3074103e5daad07462af25789
common/threadDisplay/reply: 37a07e1dbda9841da3feb16c9e1e63b5
common/threadDisplay/moreOptions: 53d90eae6a9b0243b5bc043b3d9de169
common/threadDisplay/moveToSpam: e06d86eee5c8c14a347764d7dd7c2f0d
common/threadDisplay/replyAll: c5612a9c392c61f530ec598496cdcde4
common/threadDisplay/forward: aa6a7c8cb8116039de946d324e803acc
common/threadDisplay/markAsUnread: 69a6c98a45e6fec5028ffff79baffeee
common/threadDisplay/markAsRead: 6904117ae35e7c7148a3304092762b08
common/threadDisplay/addLabel: 0be732d46df263265935fda342097a08
common/threadDisplay/muteThread: e0740aefc87f17dfc48a152250be87d5
common/threadDisplay/favourites: 50e845cb3e83330eb1cfa57bf87dad70
common/threadDisplay/disableImages: 48609f68b3048e16d0957736cadf25a5
common/threadDisplay/enableImages: b9e8dc2ce5380180886b89cbe9d51508
common/threadDisplay/star: 0586c1c76e8a0367c0a7b93adf598cb7
common/threadDisplay/unstar: f3f96945ed198343b3641ae902af454e
common/threadDisplay/printThread: 3398c39f3f12a05c2338ab77a2feaf32
common/notes/title: 93c7ef9bc767f51fbe360afcf6b1fecb
common/notes/empty: fa2d823fe4c9adb5df5c5c725ccc3815
common/notes/emptyDescription: 344e82cfef3fcad6fb4461324874a662
common/notes/addNote: a7e5149f56b7d6c6c678331bb193b672
common/notes/addYourNote: 979726fb4d6b1449c072b953c9cb93ce
common/notes/editNote: 3d7f69b6ba53f385810954c8f32e52e4
common/notes/deleteNote: 7a9f58406aba08b245c31a8a44818239
common/notes/deleteConfirm: a742969db551363ad6f3ee8aababc174
common/notes/deleteConfirmDescription: 3d8b13374ffd3cefc0f3f7ce077bd9c9
common/notes/cancel: 2e2a849c2223911717de8caa2c71bade
common/notes/delete: 8bcf303dd10a645b5baacb02b47d72c9
common/notes/save: ae249b0e134b2e1ead186a8ff2b574e6
common/notes/toSave: 8bb9e5fccac0b42d1c6c936f26b6b32e
common/notes/label: 6df9cfa5d832ac8948954cccbbfca902
common/notes/search: cc4bf061b4de359b716f1bf1494f0698
common/notes/noteCount: 33e495dde3103f8a33564415174bdb34
common/notes/notePinned: a94078d0939ef0b72fff4e0fb2227dd9
common/notes/noteUnpinned: 4ca3023fe22a27ec118baa24c1a45ccc
common/notes/colorChanged: fc4d8c2c42673be1b4af09be42f4784d
common/notes/noteUpdated: 98009af0883685e6c48499e8d9d94206
common/notes/noteDeleted: 559241f1c974c2d429574ad0127daa18
common/notes/noteCopied: 6a3c394a9a51646bad2f72d7311b242d
common/notes/noteAdded: 4d2c2b9af5161bacbe1dd4550e0a4819
common/notes/notesReordered: dce01cb37ab88c6cf98742f79b309050
common/notes/noMatchingNotes: ec87c712a0c2dec9108a244f4ca598f7
common/notes/clearSearch: 0ee4a80abe134b7edd90c74f03638877
common/notes/pinnedNotes: dbdd8fc8059caf4302c13ef60cce37c8
common/notes/otherNotes: 27cf094cc051ba089f399598b3f80a82
common/notes/created: 6045b4ff97fb7dca19ebadfa2e34a700
common/notes/updated: 8aa8ff2dc2977ca4b269e80a513100b4
common/notes/errors/failedToLoadNotes: 2f3915802290d4475b53e8bc6be84ef2
common/notes/errors/failedToLoadThreadNotes: 68b7f9117ab0e983c2236d679b78d417
common/notes/errors/failedToAddNote: 95db53c3dfd96902d6300cc5bfcd7771
common/notes/errors/failedToUpdateNote: 365abc1e16bf66c8b00adb9e231f3ca6
common/notes/errors/failedToDeleteNote: 219b882b288bec303918b09cd31c056d
common/notes/errors/failedToUpdateNoteColor: a96934c5d0478063f644e59eeeb5894a
common/notes/errors/noValidNotesToReorder: 5cb0b067585acdd779adbf4c65181d0c
common/notes/errors/failedToReorderNotes: a7a7bd4e1b84add13edb3cda11ca10c2
common/notes/colors/default: d9c6dc5c412fe94143dfd1d332ec81d4
common/notes/colors/red: bace0083b78cdb188523bc4abc7b55c6
common/notes/colors/orange: 836094fa3fcf7488957f6d7cba7c1f60
common/notes/colors/yellow: 15d533755d35af887dfa584975549fda
common/notes/colors/green: 482ff383a4258357ba404f283682471d
common/notes/colors/blue: a5cf034b2d370a976119335cd99f4217
common/notes/colors/purple: 547ba93b6f68317e2dfbafb16cabc30f
common/notes/colors/pink: d6c91bab1871309e1f3f304db218a2f9
common/notes/actions/pin: 103b3620c7c3a447d4342ab217026b05
common/notes/actions/unpin: ee966ccbd63db18d07b3c2079209a9ac
common/notes/actions/edit: 3d7f69b6ba53f385810954c8f32e52e4
common/notes/actions/delete: 7a9f58406aba08b245c31a8a44818239
common/notes/actions/copy: 4bb60f8626001c0da9ddeeb55b817ecb
common/notes/actions/changeColor: fe061f6979f5405cc42ace762de070bf
common/settings/notFound: e8fea4b4c8ddd51d8e5aca9d09b474cc
common/settings/saved: 0f46e6d1d0a3c93ca8136cc8c91fecd4
common/settings/failedToSave: 40417c48b29d285eadcd5363630dff1a
common/settings/languageChanged: 71fdc3486c49d228838ed1b541de999c
common/settings/defaultEmailUpdated: 9ef02980f416d937d5724dfc1434ba3f
common/settings/failedToUpdateGmailAlias: b8e186766156fba39688cd87ac8dc467
common/mail/replies: fc3e60cff29ffe474db270154bb64099
common/mail/deselectAll: d06b551a6d60cdc4dfc51c7683644bad
common/mail/selectedEmails: 8070ccaf317cb4216c364b2cb1223fd7
common/mail/noEmailsToSelect: a797578836d0bf18e69a2537429b119a
common/mail/markedAsRead: 903a51ed4d120f733869deedd94df503
common/mail/markedAsUnread: 258c883ff7985308ecb3d3d4eea9ddf1
common/mail/failedToMarkAsRead: 083756295f86655461e45f0aec7f641b
common/mail/failedToMarkAsUnread: 7360e8d11e5f00bc81ac6e06073dd32c
common/mail/selected: e0cafa74c97b9acbc3da9345fa7d8d84
common/mail/clearSelection: 8866ba583a4b867910caf421b62de2a3
common/mail/moveToSpam: e06d86eee5c8c14a347764d7dd7c2f0d
common/mail/moveToInbox: 75b5f96eeba8305782ae5dc684ea4355
common/mail/deleteFromBin: 116802933c93b87c23323885d2cfc61a
common/mail/unarchive: 671fc7e9d7c8cb4d182a25a46551c168
common/mail/archive: fa813ab3074103e5daad07462af25789
common/mail/moveToBin: 0a1bbf5cacd49c0b7c770d35dac8b5fa
common/mail/restoreFromBin: b3f37114e57b10469978e4b2adfe886c
common/mail/markAsUnread: 69a6c98a45e6fec5028ffff79baffeee
common/mail/markAsRead: 6904117ae35e7c7148a3304092762b08
common/mail/addFavorite: 8edfa436dade607a9ad05951eaedfe4d
common/mail/removeFavorite: 79618f71f3f2081a74dd726d6a10ad67
common/mail/muteThread: b024210dfdfb4a2f9875102da5128586
common/mail/moving: 0f239d832e9ebe673956431915345a6b
common/mail/moved: 1a92e92dcb89f52dbef3fb38c9543bec
common/mail/errorMoving: 7eb7faabc3b73f090b005e0dc6e183cb
common/mail/reply: 37a07e1dbda9841da3feb16c9e1e63b5
common/mail/replyAll: c8e4a876f387c8d979e0492a65907005
common/mail/forward: aa6a7c8cb8116039de946d324e803acc
common/mail/labels: 6f15627a90002323eac018274b6922d6
common/mail/createNewLabel: 67a23bfaf68422b3d232d0357d8b1770
common/mail/noLabelsAvailable: 927f2a43cd44c2d604249989ff47d7af
common/mail/loadMore: 365c2d8dfc53ac7e9188acd5274e2837
common/mail/imagesHidden: b80d357fa53259eeca5b4bc6f4492558
common/mail/showImages: b9e8dc2ce5380180886b89cbe9d51508
common/mail/noEmails: 999c0c96bd60076639ea4d5215f36106
common/mail/noSearchResults: 3176102f55edd2d913f3fa95f03bd380
common/mail/clearSearch: 0ee4a80abe134b7edd90c74f03638877
common/mail/markAsImportant: e802707c384b87a4d9581bfd7d5940b3
common/mail/removeFromImportant: c7ea65948437047ffa5f1f00de61c8ed
common/mail/markedAsImportant: b131adbb4520d1a425f9857686e4953a
common/mail/markedAsUnimportant: c217083ebedce69b61fb0524a2210e8d
common/mail/toggleImportant: e9893030c91cd85ff4c8776d96c5abf5
common/mail/unSubscribeFromAll: ee99d0007d97aa774d89cd25ade6e8c0
common/mail/starAll: 926c027bfe1d87e76bb1a12b9fbc8a1b
common/mail/mute: 3ade14017ee6826e52a7e9fa75a54852
common/mail/unmute: 69d34cad3d7418d599407b736813ad9e
common/mail/muted: d5f7e2f5d60e49968b4e66022d16d789
common/mail/failedToMute: 6aaaccf544ae50e85591af4063367d7b
common/mail/failedToUnmute: 9a9c946ac9980a7845122a5c3bae8f13
common/mail/archived: cf5127ecfd7e43a35466a1ba5fe16450
common/mail/failedToArchive: e844b73a518542027803b7ff97e82b89
common/units/mb: ed9c3b369a1ac40741b182458b69143a
common/labels/color: 9d53d1d120e8b8954bcae9a322573748
common/labels/labelName: 682eade7443c047bc680664f821c9e0d
common/labels/createLabel: f05ff11324149930de6d986dc627f768
common/labels/deleteLabel: 2f1a736693311e4dc5bb4ab66f884963
common/labels/deleteLabelConfirm: 037fbaf1d04356937e6afb574714f51f
common/labels/deleteLabelConfirmDescription: 3d8b13374ffd3cefc0f3f7ce077bd9c9
common/labels/deleteLabelConfirmCancel: 2e2a849c2223911717de8caa2c71bade
common/labels/deleteLabelConfirmDelete: 8bcf303dd10a645b5baacb02b47d72c9
common/labels/deleteLabelSuccess: a3577fff42d01a7737c8b8dcd0f57b2e
common/labels/failedToDeleteLabel: 8ba3381b063f7792f82063779c9f749b
common/labels/deletingLabel: 0b6f9a6709a0602cb183985976600dd6
common/labels/editLabel: dfe967d8f9d14ba8aa89254f42236097
common/labels/savingLabel: 232d4cc013b0bb525899a27f69d1acc8
common/labels/failedToSavingLabel: 9d95b12e2d0f164eeb64ad2207c8b702
common/labels/saveLabelSuccess: 85d1d32421806260b73c50c1e93623fa
navigation/sidebar/inbox: 57e9db873911bf848c79e2ed546ecf45
navigation/sidebar/drafts: 76dab0f0b2e6c4933b80f69e388070d0
navigation/sidebar/sent: 01b803329590ea067a0e9b41b3193353
navigation/sidebar/spam: 904064026d3ce87cd872e0b819a15310
navigation/sidebar/archive: fa813ab3074103e5daad07462af25789
navigation/sidebar/bin: e95691895f3a89d896838716e48290bd
navigation/sidebar/feedback: 6fac88806e0c269a30777b283988c61c
navigation/sidebar/settings: 8df6777277469c1fd88cc18dde2f1cc3
navigation/sidebar/voice: 81a94ad8770dca9c3cbb5a88329b6a6f
navigation/settings/general: b891e8f15579fc5d97bcaf3637f5ae59
navigation/settings/connections: e03a59f742f7b798488a69760bf8a603
navigation/settings/security: 4b34923fef858a2b9a4a914c3e822889
navigation/settings/appearance: cdd8c41c5fb859234e8a603544fce631
navigation/settings/signatures: 681d432cf5709e710da79b9d0155aaa2
navigation/settings/shortcuts: db3330ed3240c398054f3be23c52851f
navigation/settings/labels: 6f15627a90002323eac018274b6922d6
navigation/settings/categories: fd4e44f3b1b2bba9ca45f3aef963d042
navigation/settings/dangerZone: ab5417cabdfa70b0a7c9d407ec69b450
navigation/settings/deleteAccount: f5f7b88ff3122fb0d3a330e2b99d7e3d
navigation/settings/privacy: 6007d5d5f6591c027b15bd49ab7a8c47
pages/error/notFound/title: 5b1dea4722f8fd52b68f7ac5ce89875d
pages/error/notFound/description: 057147f33cbf65e4049928e7afa4103d
pages/error/notFound/goBack: b917ea82facb90c88c523b255d29f84b
pages/error/settingsNotFound: a1319609f287ab531e8d12c3865c3c9b
pages/settings/general/title: b891e8f15579fc5d97bcaf3637f5ae59
pages/settings/general/description: 2a689ea8fffcd92ba6e81636e4ba641d
pages/settings/general/language: 277fd1a41cc237a437cd1d5e4a80463b
pages/settings/general/selectLanguage: 1a08ac1e72413da132b3220242878111
pages/settings/general/timezone: 370780b854bdbef55320f977a4fb9ddb
pages/settings/general/selectTimezone: b55f0b9eec307c091664d2e2f442ff5f
pages/settings/general/dynamicContent: f2540d1fdacd3fd319ccca98d778d0c0
pages/settings/general/dynamicContentDescription: 44a7ecf3578b6c1c6c26ffa4be979cd7
pages/settings/general/languageChangedTo: 71fdc3486c49d228838ed1b541de999c
pages/settings/general/customPrompt: 6e79aab785ccc1e0f792672cf64c6e35
pages/settings/general/customPromptPlaceholder: cfc2bb3508913d8f3c0b7d2627cf8ba6
pages/settings/general/customPromptDescription: cc5fa56cc99ace9ef4bbf669cd9cbd45
pages/settings/general/noResultsFound: 5518f2865757dc73900aa03ef8be6934
pages/settings/general/zeroSignature: 0e94e29f00f4b39838ebed8a774148c3
pages/settings/general/zeroSignatureDescription: 296c4c81828361128b071969cde8ad76
pages/settings/general/defaultEmailAlias: dc269bad429dd22b27d82118441ea9b2
pages/settings/general/selectDefaultEmail: c2abb2947589920179e4757876ea905c
pages/settings/general/defaultEmailDescription: 0ebf26fceccb4cad99f4b2a20cbcfab0
pages/settings/general/autoRead: 959803ec8269e00d8407c6c189269640
pages/settings/general/autoReadDescription: 10de6d8f3040b36a0c4b369172dfe2f7
pages/settings/connections/title: d7bc733cc82ab74c649a4816373a2295
pages/settings/connections/description: f05d355994f9fe0e089ce2c54d0de381
pages/settings/connections/disconnectTitle: efecc2354d665e68492fe985af575508
pages/settings/connections/disconnectDescription: 8ebb0ef10e905d22a193a7a001b85378
pages/settings/connections/cancel: 2e2a849c2223911717de8caa2c71bade
pages/settings/connections/remove: dba2fe5fe9f83f8078c687f28cba4b52
pages/settings/connections/disconnectSuccess: 9b6bc1d1b9c6a649fe3345130351350f
pages/settings/connections/disconnectError: ee8c4caafa293403a6b2deae51a9c1c9
pages/settings/connections/addEmail: e463835157222ee941f194512e0badbe
pages/settings/connections/connectEmail: dea62d12c923908e9bee484c0b720b33
pages/settings/connections/connectEmailDescription: b5383f2bb1c90ffdfec05601a5d56e2c
pages/settings/connections/moreComingSoon: 86b93377c3ac8b265cb42333db3abeab
pages/settings/connections/reconnect: 8992a0f250278c116cb26be448b68ba2
pages/settings/connections/disconnected: d9d377835b64c098c5ac32efcebc093d
pages/settings/security/title: 4b34923fef858a2b9a4a914c3e822889
pages/settings/security/description: e54112d11a6dea5459db28e83b119c38
pages/settings/security/twoFactorAuth: 8bc1572b5995cc2b222f381d0f75d873
pages/settings/security/twoFactorAuthDescription: ecdfc7cdaa8a3b078cc17251618848be
pages/settings/security/loginNotifications: b1b5f057cac8cf8c732845d3deff1b7e
pages/settings/security/loginNotificationsDescription: ccd661dcf0875f4c0c478806e564c595
pages/settings/security/deleteAccount: f5f7b88ff3122fb0d3a330e2b99d7e3d
pages/settings/security/loadImagesDefault: 11026263fbe81b88775c2044116c387b
pages/settings/security/loadImagesDefaultDescription: 3584a6e5b1f8be258d3d5e96a6ce3ce7
pages/settings/appearance/title: cdd8c41c5fb859234e8a603544fce631
pages/settings/appearance/description: 7aec60af8dd9c7b4fccc89963b83e299
pages/settings/appearance/theme: 21fe00b7a518089576fb83c08631107a
pages/settings/appearance/inboxType: 596d44793e1820a9c510cf5c9003dde1
pages/settings/signatures/title: c1d8ea4f6e2cdb9db3b21290108e4c6e
pages/settings/signatures/description: 832739cebe7db5061db16962ba361883
pages/settings/signatures/enableSignature: b6f45b8d1006d551e5c65e30f24cfdf2
pages/settings/signatures/enableSignatureDescription: 2d3f76f1252996b6050577c6675a27d6
pages/settings/signatures/includeByDefault: 82d3e44316baaae03f3f9454d9fd56fd
pages/settings/signatures/includeByDefaultDescription: 31ea7f10f5b1585a52ee96364164ed5b
pages/settings/signatures/signatureContent: 0213bc51f0c815837f0594e3e03a286b
pages/settings/signatures/signatureContentPlaceholder: 8e17347ad1e8049bf9e6644d91e03d7a
pages/settings/signatures/signaturePreview: 35b7deb5d96759850fd2d35e77eb4ea4
pages/settings/signatures/signatureSaved: 64dd2728d863469d1ace5bf8f0ffad36
pages/settings/signatures/signaturePreviewDescription: 52f16a0260af64403497ebda392e0759
pages/settings/signatures/editorType: 077db32a3c3f4158a93d5875616148d4
pages/settings/signatures/editorTypeDescription: 871fa700c2499440286b2f8b3c67038a
pages/settings/signatures/plainText: 2299f36d94f030fd34cdefc437f391a6
pages/settings/signatures/richText: c9219db800f80b1ff1ea137a88ac3d66
pages/settings/signatures/richTextDescription: f162a63f176440179e396fc22f816c53
pages/settings/signatures/richTextPlaceholder: 4137555a8778e844a14f33189434be8d
pages/settings/signatures/signatureContentHelp: d9949c5a4ac259dcccd7862caefd46b7
pages/settings/shortcuts/title: ef00d7494b69def6841620bd6554d040
pages/settings/shortcuts/description: 0423caf6605293a1279a0e3baa3f8a5c
pages/settings/shortcuts/actions/newEmail: 45b7a175e9f4aaf32558ae59dbfa9541
pages/settings/shortcuts/actions/sendEmail: 11d380c15cdc68f42d4afa70360b4e10
pages/settings/shortcuts/actions/reply: 37a07e1dbda9841da3feb16c9e1e63b5
pages/settings/shortcuts/actions/replyAll: c8e4a876f387c8d979e0492a65907005
pages/settings/shortcuts/actions/forward: aa6a7c8cb8116039de946d324e803acc
pages/settings/shortcuts/actions/drafts: 5dfad5cd57dfdab77419bca7aba5b6af
pages/settings/shortcuts/actions/inbox: 0f901e088f9bdd0e9d4e1993d76ae12c
pages/settings/shortcuts/actions/sentMail: c9d28a171a72c12c94e6109056258628
pages/settings/shortcuts/actions/delete: 8bcf303dd10a645b5baacb02b47d72c9
pages/settings/shortcuts/actions/search: 49dd6c21604b5e8d4153ff1aff2177e1
pages/settings/shortcuts/actions/markAsUnread: 7642b29738b56bea533b3f0bc2dd2aac
pages/settings/shortcuts/actions/muteThread: e0740aefc87f17dfc48a152250be87d5
pages/settings/shortcuts/actions/printEmail: 0d1f68c48e2416691460ccaaf3a68c0c
pages/settings/shortcuts/actions/archiveEmail: 6d289090d05f69922e2714b872427041
pages/settings/shortcuts/actions/markAsSpam: 79d13311fa6529ed0604af101f71eb7b
pages/settings/shortcuts/actions/moveToFolder: 4500b74b3c7c79678c53d13f84b19b9f
pages/settings/shortcuts/actions/undoLastAction: f9f2bafa90923e797b4e42d785412ca6
pages/settings/shortcuts/actions/viewEmailDetails: 324504835744ab1cbdbfcab7afed1be2
pages/settings/shortcuts/actions/goToDrafts: dfa22fb17b8fa3a3d5672505d104e18c
pages/settings/shortcuts/actions/expandEmailView: ad31f53032e788ee0e30b14f484a6ec3
pages/settings/shortcuts/actions/helpWithShortcuts: f8b89d2e465e3a93ff9c5397a114a094
pages/settings/shortcuts/actions/recordHotkey: ae6d389f2e9a27e68b34349658df365b
pages/settings/shortcuts/actions/pressKeys: c000cad4c6e6b701c9437998d6726ebf
pages/settings/shortcuts/actions/releaseKeys: dfa63857eb8a9b8486eacb589b66591b
pages/settings/shortcuts/actions/selectAll: ef9e1f8aaf1fbbdf868934209c85aea2
pages/settings/shortcuts/actions/commandPalette: 27374fec801ecad6a2a5c58d98c7f531
pages/settings/shortcuts/actions/markAsRead: 6904117ae35e7c7148a3304092762b08
pages/settings/shortcuts/actions/exitSelectionMode: e56b61e67b948e0bb727b640f4a61cf2
pages/settings/shortcuts/actions/closeCompose: af734639ca1ea59dbf252f45c872c88d
pages/settings/shortcuts/actions/goToSpam: d96fe088ed4fd92ef98be24951de7b3a
pages/settings/shortcuts/actions/goToArchive: 0c717740df71d4ddc42b1e90d5a97676
pages/settings/shortcuts/actions/goToBin: 5b567f48c63b3352fc37cd807f6117bf
pages/settings/shortcuts/actions/scrollDown: 2c9203d844e88e8c4854e79b5e3ad673
pages/settings/shortcuts/actions/scrollUp: d498a56c18503f03c3f864191175c3a1
pages/settings/shortcuts/actions/goToSettings: 6ace3a9c8e0d0bcef02e8835a8e0ac08
pages/settings/shortcuts/actions/showImportant: 957efba1aa3ba2e58b08b17d134e226a
pages/settings/shortcuts/actions/showAllMail: d4f1d7ebc25c8d1d726a357e4217302a
pages/settings/shortcuts/actions/showPersonal: 81793e4936105946728187b27d8bbb46
pages/settings/shortcuts/actions/showUpdates: 4831c672f270ed9f2bea9ff2e30b9d83
pages/settings/shortcuts/actions/showPromotions: 0adf7973051c25739500c0a74f556d68
pages/settings/shortcuts/actions/showUnread: e53cd61d7e4fe6f1695d02c864909a39
pages/settings/shortcuts/actions/selectUnderCursor: d4642d66eb27aea7513af1fbb1bd3bb2
pages/settings/shortcuts/actions/openVoice: 2714834f0421b991f34a5691b64e3e7f
pages/settings/shortcuts/actions/clearAllFilters: 0bc64da95ec15d9bc7fb12cb77f2838a
pages/settings/shortcuts/actions/markAsImportant: 769bc967a0b821770be68d7f0bd8fe10
pages/settings/shortcuts/actions/markAsUnimportant: cbd2aecd8cfb3abef02f6751af998812
pages/settings/shortcuts/actions/bulkDelete: 031d6c108a5e54ede0a8633310d2aff7
pages/settings/shortcuts/actions/bulkSelect: 0ea2ec60fc2c2b3ac674ee25dbb9877f
pages/settings/shortcuts/actions/bulkArchive: 52af7732715466e200a08108339e1283
pages/settings/shortcuts/actions/bulkStar: 07aa74bbf7f2637eb35202c2793745c3
pages/settings/labels/title: 6f15627a90002323eac018274b6922d6
pages/settings/labels/description: 0418ef2ed4c3ca5082fddd6686b8596d
pages/settings/dangerZone/title: ab5417cabdfa70b0a7c9d407ec69b450
pages/settings/dangerZone/description: 3f881579c9b1558714e38471e020e78b
pages/settings/dangerZone/warning: 3d8b13374ffd3cefc0f3f7ce077bd9c9
pages/settings/dangerZone/confirmation: ab3ed2b0fd15fc48825b6d60270d1b19
pages/settings/dangerZone/deleteAccount: f5f7b88ff3122fb0d3a330e2b99d7e3d
pages/settings/dangerZone/deleting: 683cd814a3fc94e50b3e4e4a9c90c19c
pages/settings/dangerZone/deleted: b89ba650e7bcee62707eaca730782aff
pages/settings/dangerZone/error: f2dc3872ea00ac48a3c64ab85e2ebeda
pages/settings/privacy/title: 6007d5d5f6591c027b15bd49ab7a8c47
pages/settings/privacy/description: f65576a07e8801b1830a2bf97497ca75
pages/settings/privacy/externalImages: 330cb188d8382dde410477c9aa838dcd
pages/settings/privacy/externalImagesDescription: 7e76ca6f6feb479af08be4f2f3bfe93a
pages/settings/privacy/trustedSenders: d11f34c52317834d329a2daf24e3fb35
pages/settings/privacy/trustedSendersDescription: f446f9e23481b953659fd95860d52384
pages/createEmail/invalidEmail: b2d9f25626f2d15c7c63e0281bccc247
pages/createEmail/body: e88eb1ea71f5ef886aa43ea6ba292d87
pages/createEmail/example: ff2b301b819e5067ce63d236731e50c2
pages/createEmail/attachments: 09168a5ca9fef8e18a7cabc8f07d3b34
pages/createEmail/addMore: 81594be142178561005070421ed6a434
pages/createEmail/dropFilesToAttach: e24aa4f8bf0eb75c7622ee8d5427840f
pages/createEmail/writeYourMessageHere: 84c11d7b908047ae3454e36ed2255084
pages/createEmail/emailSent: e6c483cc384fb2c6f89ae3f335e7ce62
pages/createEmail/emailSentSuccessfully: 981021f0402b2dee2589123c60480ef0
pages/createEmail/failedToSendEmail: a424e9f9b6c1830e035881fe1c8c4291
pages/createEmail/signature/title: f27cd2bc9c74af4be75578c6417dad41
pages/createEmail/signature/include: 149070fa24a067d5f83b4d4cd961273f
pages/createEmail/signature/remove: ccddc41c4269a0ce751f453dabc48c61
pages/createEmail/signature/enable: b6f45b8d1006d551e5c65e30f24cfdf2
pages/createEmail/signature/disable: 47231846119b75ae982f392fbc0e0e37
pages/createEmail/signature/add: 36e33cb26898b6d2746362a6d0ecaeda
pages/createEmail/addLink: 6b5a3fd0ea3a6f9586eb88db9118a80d
pages/createEmail/addUrlToCreateALink: 43187c881fbf7c436921fb03ae5c0981
pages/createEmail/editor/menuBar/heading1: cbd66aa1808eceecbda71e16fe05747c
pages/createEmail/editor/menuBar/heading2: 317cb373550914953c97c8f97e9b00fa
pages/createEmail/editor/menuBar/heading3: a6daf7c67948ba1c0b81428bd66e4faf
pages/createEmail/editor/menuBar/bold: 4d7306bc355ed2befd6a9237c5452ee6
pages/createEmail/editor/menuBar/italic: 555c60fb1d12ae305136202afa6deb3d
pages/createEmail/editor/menuBar/strikethrough: f164af28b651b5e7eb2dbe93f7a50f0d
pages/createEmail/editor/menuBar/underline: aed1340c6de1b829ec96c0d0da99e9ec
pages/createEmail/editor/menuBar/link: 60f0aa33e70ca6df3b6659802b16f433
pages/createEmail/editor/menuBar/bulletList: 10ed24b2b8d641d31231ebbc404da196
pages/createEmail/editor/menuBar/orderedList: fb2995db78e8fd28b74f8b7e52969c7e
pages/createEmail/editor/menuBar/viewAttachments: d3750ecafb12686d72305e51a239451c
pages/createEmail/editor/menuBar/attachFiles: f618d751abb8f97c634df1b19bf52b10
pages/createEmail/imageCompression/title: 958063ff8c4d3b6f485a258fd9f2a0fe
pages/createEmail/imageCompression/description: e33a2430b45b8dec586362365d638c4e
pages/createEmail/imageCompression/low/label: 97359f18d6648e0980854c5e68bb0969
pages/createEmail/imageCompression/low/description: e4517ba7a36e205a94d28e12e18379fd
pages/createEmail/imageCompression/medium/label: 43983f2178fb28aacaef6c5f41282c4a
pages/createEmail/imageCompression/medium/description: fdeca6d179e1f87c059296ec72985d91
pages/createEmail/imageCompression/original/label: 7e55782bdf7cb49f5616b326c003c278
pages/createEmail/imageCompression/original/description: 1cb2ca29cc6051f042017e7fc460c722
errorMessages/required_scopes_missing: 5c38faec359df462e422e2178da18852
errorMessages/early_access_required: 177c31769f58822fd05ac5363b0a560c
errorMessages/unauthorized: 1fc10fbde54ddc7a8e5989f16f84a86f
b41b2082858331dea874abfd9742d10c:
common/actions/logout: 07948fdf20705e04a7bf68ab197512bf
common/actions/back: f541015a827e37cb3b1234e56bc2aa3c
common/actions/create: 566ab5782e0e8ea5a9a6865a22ba9586
common/actions/saveChanges: 53dd9f4f0a4accc822fa5c1f2f6d118a
common/actions/saving: 7cb2d8f012d57db8a62187b65ef164dc
common/actions/resetToDefaults: bdaee15a0466df4a923dc30d0657a3e5
common/actions/close: 2c2e22f8424a1031de89063bd0022e16
common/actions/signingOut: 044983202ea0adae491172d1b38f9cc3
common/actions/signedOutSuccess: 396443e3ebe20c597b5dedb9ff2c661a
common/actions/signOutError: 0e7e1f2ceb04faa97d227f4a7dd868c3
common/actions/refresh: c0aec3f31be4c984bae9a482572d2857
common/actions/loading: 82b4ea7ed1439094d7c4be13aaba9a66
common/actions/featureNotImplemented: 24f9409547248f371397ef36e9c1ebdc
common/actions/moving: 0f239d832e9ebe673956431915345a6b
common/actions/moved: 1a92e92dcb89f52dbef3fb38c9543bec
common/actions/movedToInbox: 607225b1dfd403c0a068850bfee48d45
common/actions/movingToInbox: 6ed6d10efa5858a3631d89cb5f00d238
common/actions/movedToSpam: daec566f29b9f53f9a52f7c789cf305c
common/actions/movingToSpam: 6f72275c731f9159ecc5a7d46b908c8c
common/actions/deletingMail: 101a9b9e18992289b88823fecf0616bd
common/actions/failedToDeleteMail: c54c5dd8bc5b6037f5142b187a9c1b35
common/actions/deletedMail: 6ed845566bc1e84d636a88d3e4788550
common/actions/archiving: 55a5ce6fc03a5bd9be92c0e3182a2b75
common/actions/archived: cf5127ecfd7e43a35466a1ba5fe16450
common/actions/failedToMove: 29672fc2a832d1e41dfa4aec2ef4136e
common/actions/addingToFavorites: 720e59eec292be6c8310b47dc6c22a32
common/actions/removingFromFavorites: 951348f8f0bbce35e3abff396c012620
common/actions/addedToFavorites: 848046ec65d15913112b466c544722eb
common/actions/addedToImportant: f0c826833d8be2b285cceec77ba6c048
common/actions/removedFromFavorites: 540609ab686ed67b1cfd7649467b8bc1
common/actions/removedFromImportant: bbab6c58ea968faceda26c25584df1a9
common/actions/failedToAddToFavorites: fa51002dd9e7d953a75fd213bbea6ee2
common/actions/failedToRemoveFromFavorites: 5ac9381e679f0f83cf4a4c87c5028106
common/actions/failedToModifyFavorites: f30b45c6232d2a9a8fa2570eaeced133
common/actions/movingToBin: b303252db18a8f86ec36384ae2e3d1e7
common/actions/movedToBin: dc50a2064c876b2fcb81b8b37ac70e8c
common/actions/Bin: e95691895f3a89d896838716e48290bd
common/actions/failedToMoveToBin: 4b9eadfd5f9adaf47456244854546ce9
common/actions/markingAsRead: a8609bb92bc58544185059a4fea73b23
common/actions/markingAsUnread: 4019d279cd09988d9767ffa316fc1f72
common/actions/hiddenImagesWarning: 6dd424198acc3bcc42ed62e80c7d0966
common/actions/showImages: b9e8dc2ce5380180886b89cbe9d51508
common/actions/disableImages: 48609f68b3048e16d0957736cadf25a5
common/actions/trustSender: 54d80a89833396e920d3614b06e736e9
common/actions/cancel: 2e2a849c2223911717de8caa2c71bade
common/actions/save: f7a2929f33bc420195e59ac5a8bcd454
common/actions/remove: dba2fe5fe9f83f8078c687f28cba4b52
common/actions/settings: 8df6777277469c1fd88cc18dde2f1cc3
common/actions/exitSelectionModeEsc: d03f3886b2796834547610e6ecc4ec42
common/actions/deleteAllSpam: 5d147ef6181f7739fbcedd80ce7e112c
common/actions/deletingAllSpam: 36af7ca0879a4ad146085a9abfc5bc2d
common/actions/deletedAllSpam: fb236045e03760a32081e9e32a5e1e02
common/actions/errorDeletingSpam: 72f576d7e4f375b33e208862e4b7d747
common/actions/confirmDeleteSpam: 5d147ef6181f7739fbcedd80ce7e112c
common/actions/confirmDeleteSpamDescription: 6eb967be0fbd59ef7e2371361f936a04
common/actions/confirmDelete: 8bcf303dd10a645b5baacb02b47d72c9
common/themes/dark: 73e6e208ba628b26e90fcf6dce15e1b2
common/themes/light: bb78ea2c6edd8662676c81a8a13ecb93
common/themes/system: 803281c327a02a2feba182f4a2b38311
common/commandPalette/title: 27374fec801ecad6a2a5c58d98c7f531
common/commandPalette/description: b6ef949ddea133e2ffa9cf3a1d623d27
common/commandPalette/placeholder: 1df07536a83ad006b7aafd795e233748
common/commandPalette/noResults: 5518f2865757dc73900aa03ef8be6934
common/commandPalette/groups/mail: 35cc2a9bb05da8ecbc8944be96fefd9a
common/commandPalette/groups/settings: 8df6777277469c1fd88cc18dde2f1cc3
common/commandPalette/groups/actions: c46571856723b03262fd33f511116298
common/commandPalette/groups/help: 62712a1f2fcef75e399e9a9a9ddbd495
common/commandPalette/groups/navigation: 0373afd8238db1c49f4be4fa6cdf5cd3
common/commandPalette/commands/goToInbox: 423746055b0db9271d949824557f56f3
common/commandPalette/commands/goToDrafts: dfa22fb17b8fa3a3d5672505d104e18c
common/commandPalette/commands/goToSent: 944048adaa79fdc8ca2e06f16bd35963
common/commandPalette/commands/goToSpam: d96fe088ed4fd92ef98be24951de7b3a
common/commandPalette/commands/goToArchive: 0c717740df71d4ddc42b1e90d5a97676
common/commandPalette/commands/goToBin: 5b567f48c63b3352fc37cd807f6117bf
common/commandPalette/commands/goToSettings: 6ace3a9c8e0d0bcef02e8835a8e0ac08
common/commandPalette/commands/newEmail: a27757376ab05ff223433ab520a3f489
common/commandPalette/commands/composeMessage: 45b7a175e9f4aaf32558ae59dbfa9541
common/commandPalette/commands/searchEmails: cbe4e19fa34208326dd5a5fcc1e7d02e
common/commandPalette/commands/toggleTheme: 0a3e19fea2f7b1045f53ebf0ccff6bd5
common/commandPalette/commands/backToMail: 817c4dc48868ed7b46c09f2175442b4a
common/commandPalette/commands/goToDocs: 2c12621537998606d003e6b7a555b31f
common/commandPalette/commands/helpWithShortcuts: f8b89d2e465e3a93ff9c5397a114a094
common/commandPalette/commands/commandPalette: 27374fec801ecad6a2a5c58d98c7f531
common/commandPalette/quickResults: 7edcae7952feb7fbb89ddb6c774fddcd
common/commandPalette/searchPlaceholder: fe877a75eac472fc5b188c135c78a558
common/commandPalette/noSearchResults: 622e132be46733cb640c78d62c8041ba
common/commandPalette/actions: c46571856723b03262fd33f511116298
common/commandPalette/addFilters: 54a0a9e1e7e5f5082186da23ca60c647
common/commandPalette/searchForEmails: b148c7fb7b9f7617e02a713aa2428fed
common/commandPalette/filterPlaceholder: 6848bf67d2a93045600bb4b63433c284
common/commandPalette/noFilterResults: 571653cdc49a158cdf20b068a6a034b4
common/commandPalette/availableFilters: 75444f884a2178ce6bd27d5f48ae90d4
common/commandPalette/examples: 9dacb7c56bc894e4bcad39f41265e3a0
common/commandPalette/exampleDate: 4ec0ed39f59a649c1dba0100a4e9d342
common/commandPalette/exampleSender: 9293f425cd783abcef876867406ece5b
common/searchBar/pickDateRange: 580f254a6831994709cba4a82f082a1a
common/searchBar/search: 49dd6c21604b5e8d4153ff1aff2177e1
common/searchBar/clearSearch: 0ee4a80abe134b7edd90c74f03638877
common/searchBar/advancedSearch: 67838c483c45b9f2ae14c77c16d4c61a
common/searchBar/quickFilters: 2f691f6413e740287fd3df1622f1687f
common/searchBar/searchIn: 36b2d21bb725e82593319a688637b315
common/searchBar/recipient: cccd041f08a57c1ae658324b5073fc7d
common/searchBar/sender: a2d18a44b4320d124f6f33a32023e74f
common/searchBar/subject: de5b885eb327b2f233f3b67aab4c4c0a
common/searchBar/from: 3d84daca8c92c8609deeab4b294b4afb
common/searchBar/dateRange: be548c93a997ed6c2e9ac5c943faac10
common/searchBar/category: 1b0340cd175aa5a2be745a0d54908466
common/searchBar/folder: 55abc55b8ff7891f38db1a5b7bf97765
common/searchBar/allMail: 8ee9a794d1366b252decb770c6f7558a
common/searchBar/unread: 3cc4336d27b43274c0f38350dae2421d
common/searchBar/hasAttachment: 72ac39f8b38b179e3794447e11d13258
common/searchBar/starred: ffe2e6d743353191e792c494336777f6
common/searchBar/applyFilters: 6543c1e80038b3da0f4a42848d08d4d1
common/searchBar/reset: c19c53a05e21c7f3b395247809a14b51
common/searchBar/searching: 56cf28d6712bf3f7f73af2a81974ac45
common/searchBar/aiSuggestions: f1c7a7f899377efe0801255efff7c59a
common/searchBar/aiSearching: 672f09b44eaaf3abfc0b1bdfe991b64e
common/searchBar/aiSearchError: d4ee14a7cc979e265a45cd44b895a385
common/searchBar/aiNoResults: 15ae5ea3fcc516ef967b56b3cd8ace3e
common/searchBar/aiEnhancedQuery: 7bc20def675d9eacbec6d98a7f6cccd0
common/navUser/customerSupport: aa83f4456d11185e5e72dba3260bf00b
common/navUser/documentation: 1563fcb5ddb5037b0709ccd3dd384a92
common/navUser/appTheme: 0a3e19fea2f7b1045f53ebf0ccff6bd5
common/navUser/accounts: dbb9796c495f5e0f0de6f71bd32527ae
common/navUser/signIn: cb8757c7450e17de1e226e82fb0fa4a2
common/navUser/otherAccounts: 6206808c3673bd05c8d024eaac703f2a
common/navUser/switchingAccounts: fa53f8796a652161c8ec25281a1c5d3e
common/navUser/accountSwitched: e7b3f7c988574e8cf7aa8d2caed27adb
common/navUser/failedToSwitchAccount: 21c3b37b3b23c44637ce98b6af08e1c5
common/mailCategories/primary: f5fb269c8406736788b7785a0c68e500
common/mailCategories/allMail: 8ee9a794d1366b252decb770c6f7558a
common/mailCategories/important: 4cf0e8fc8e4e7c5c9b9458059a172a2b
common/mailCategories/personal: 1c619008563115c5c99acdab4e8c9717
common/mailCategories/updates: c5f658a393f5d8d6e251a0fb5a0de394
common/mailCategories/promotions: 046d70330572dc2b24522e3296ebddd6
common/mailCategories/social: ff80c74b36f0511287404d286ec7976e
common/mailCategories/unread: 3cc4336d27b43274c0f38350dae2421d
common/mailCategories/starred: ffe2e6d743353191e792c494336777f6
common/mailCategories/notes: 93c7ef9bc767f51fbe360afcf6b1fecb
common/mailCategories/forums: 028ba63a4c8ee444d870c99ae4721f4b
common/mailCategories/work: 8511de4788623b09e595581433c410bd
common/replyCompose/replyTo: e7f83bcc57c1e4248e6835477cd8e28a
common/replyCompose/thisEmail: 74ce60ea90c3119d506bc9a9f1893a5c
common/replyCompose/dropFiles: e24aa4f8bf0eb75c7622ee8d5427840f
common/replyCompose/attachments: c07b0f71c56630aef60ef8d754efd867
common/replyCompose/attachmentCount/0/declarations/0: 29aee1ee2343961bbd3da03e91eb4b1a
common/replyCompose/attachmentCount/0/declarations/1: b65b792281f6c606eb95b21bd2da44ac
common/replyCompose/attachmentCount/0/selectors/0: 4206517b68ca230406fe826568921689
common/replyCompose/attachmentCount/0/match/countPlural%3D0: 51fb503c584ad9bcdd46e94276e522d8
common/replyCompose/attachmentCount/0/match/countPlural%3Done: a684f78f648dffc1c3d901c41c68f7b0
common/replyCompose/attachmentCount/0/match/countPlural%3Dother: 51fb503c584ad9bcdd46e94276e522d8
common/replyCompose/fileCount/0/declarations/0: 29aee1ee2343961bbd3da03e91eb4b1a
common/replyCompose/fileCount/0/declarations/1: b65b792281f6c606eb95b21bd2da44ac
common/replyCompose/fileCount/0/selectors/0: 4206517b68ca230406fe826568921689
common/replyCompose/fileCount/0/match/countPlural%3D0: 3fcf034ac93aa3789488ffd876bfe7e9
common/replyCompose/fileCount/0/match/countPlural%3Done: ff54df6bcb27abe91b5c5c2a41520973
common/replyCompose/fileCount/0/match/countPlural%3Dother: 3fcf034ac93aa3789488ffd876bfe7e9
common/replyCompose/saveDraft: 85b75c24897ad6d44953fda57805501a
common/replyCompose/send: 76a8497d7b546628b03bb81d5c1ce995
common/replyCompose/forward: aa6a7c8cb8116039de946d324e803acc
common/mailDisplay/details: 2a8bbb1bc386c059783f925aca2cc522
common/mailDisplay/from: 3d84daca8c92c8609deeab4b294b4afb
common/mailDisplay/to: 24ef32707b456cff90a91d438df59bbe
common/mailDisplay/replyTo: 06ad90a6586a800226eb585a16af4f50
common/mailDisplay/cc: 3502fdcc26caeb501541c6437fcd4d45
common/mailDisplay/bcc: 0a8e9f01c54ba0df044f3ad679aa6298
common/mailDisplay/date: 56f41c5d30a76295bb087b20b7bee4c3
common/mailDisplay/mailedBy: 57b808c440b344c2a7b47a8cc796d606
common/mailDisplay/signedBy: 03db469bf23bf1dd2c59b56819cfea26
common/mailDisplay/security: 4b34923fef858a2b9a4a914c3e822889
common/mailDisplay/standardEncryption: 565594bde62cad1c7a49ec5c0825936b
common/mailDisplay/loadingMailContent: ee74ff3af67c7611e0494b41bce9d100
common/mailDisplay/unsubscribe: d1a0b07295687d1f08d4df1c411072dd
common/mailDisplay/unsubscribed: f3f3fe4be6764c04c3c205b8b6d9706f
common/mailDisplay/unsubscribeDescription: 744433432fb8ae2c2bfe0f9354b12527
common/mailDisplay/unsubscribeOpenSiteDescription: 50715a4a56783772155525725dfe7e0e
common/mailDisplay/cancel: 2e2a849c2223911717de8caa2c71bade
common/mailDisplay/goToWebsite: 4a606fcd69b644552771f4ecb9454065
common/mailDisplay/failedToUnsubscribe: b6c4eafb9b32021163988213d80c7deb
common/mailDisplay/print: 96b471223326706b965b5f5c36675935
common/threadDisplay/exitFullscreen: 910de8c8ec56a0b09328c471d76ea301
common/threadDisplay/enterFullscreen: f7e424edfd72ea623565c2cef45b5ccb
common/threadDisplay/archive: fa813ab3074103e5daad07462af25789
common/threadDisplay/reply: 37a07e1dbda9841da3feb16c9e1e63b5
common/threadDisplay/moreOptions: 53d90eae6a9b0243b5bc043b3d9de169
common/threadDisplay/moveToSpam: e06d86eee5c8c14a347764d7dd7c2f0d
common/threadDisplay/replyAll: c5612a9c392c61f530ec598496cdcde4
common/threadDisplay/forward: aa6a7c8cb8116039de946d324e803acc
common/threadDisplay/markAsUnread: 69a6c98a45e6fec5028ffff79baffeee
common/threadDisplay/markAsRead: 6904117ae35e7c7148a3304092762b08
common/threadDisplay/addLabel: 0be732d46df263265935fda342097a08
common/threadDisplay/muteThread: e0740aefc87f17dfc48a152250be87d5
common/threadDisplay/favourites: 50e845cb3e83330eb1cfa57bf87dad70
common/threadDisplay/disableImages: 48609f68b3048e16d0957736cadf25a5
common/threadDisplay/enableImages: b9e8dc2ce5380180886b89cbe9d51508
common/threadDisplay/star: 0586c1c76e8a0367c0a7b93adf598cb7
common/threadDisplay/unstar: f3f96945ed198343b3641ae902af454e
common/threadDisplay/printThread: 3398c39f3f12a05c2338ab77a2feaf32
common/notes/title: 93c7ef9bc767f51fbe360afcf6b1fecb
common/notes/empty: fa2d823fe4c9adb5df5c5c725ccc3815
common/notes/emptyDescription: 344e82cfef3fcad6fb4461324874a662
common/notes/addNote: a7e5149f56b7d6c6c678331bb193b672
common/notes/addYourNote: 979726fb4d6b1449c072b953c9cb93ce
common/notes/editNote: 3d7f69b6ba53f385810954c8f32e52e4
common/notes/deleteNote: 7a9f58406aba08b245c31a8a44818239
common/notes/deleteConfirm: a742969db551363ad6f3ee8aababc174
common/notes/deleteConfirmDescription: 3d8b13374ffd3cefc0f3f7ce077bd9c9
common/notes/cancel: 2e2a849c2223911717de8caa2c71bade
common/notes/delete: 8bcf303dd10a645b5baacb02b47d72c9
common/notes/save: ae249b0e134b2e1ead186a8ff2b574e6
common/notes/toSave: 8bb9e5fccac0b42d1c6c936f26b6b32e
common/notes/label: 6df9cfa5d832ac8948954cccbbfca902
common/notes/search: cc4bf061b4de359b716f1bf1494f0698
common/notes/noteCount/0/declarations/0: 29aee1ee2343961bbd3da03e91eb4b1a
common/notes/noteCount/0/declarations/1: b65b792281f6c606eb95b21bd2da44ac
common/notes/noteCount/0/selectors/0: 4206517b68ca230406fe826568921689
common/notes/noteCount/0/match/countPlural%3D0: 2e162d880384fd0e3438311f8f8931b3
common/notes/noteCount/0/match/countPlural%3Done: a513f458fdfe98ef846cc11186f24558
common/notes/noteCount/0/match/countPlural%3Dother: a781cd44d959c189b285d940506ac68e
common/notes/notePinned: a94078d0939ef0b72fff4e0fb2227dd9
common/notes/noteUnpinned: 4ca3023fe22a27ec118baa24c1a45ccc
common/notes/colorChanged: fc4d8c2c42673be1b4af09be42f4784d
common/notes/noteUpdated: 98009af0883685e6c48499e8d9d94206
common/notes/noteDeleted: 559241f1c974c2d429574ad0127daa18
common/notes/noteCopied: 6a3c394a9a51646bad2f72d7311b242d
common/notes/noteAdded: 4d2c2b9af5161bacbe1dd4550e0a4819
common/notes/notesReordered: dce01cb37ab88c6cf98742f79b309050
common/notes/noMatchingNotes: ec87c712a0c2dec9108a244f4ca598f7
common/notes/clearSearch: 0ee4a80abe134b7edd90c74f03638877
common/notes/pinnedNotes: dbdd8fc8059caf4302c13ef60cce37c8
common/notes/otherNotes: 27cf094cc051ba089f399598b3f80a82
common/notes/created: 6045b4ff97fb7dca19ebadfa2e34a700
common/notes/updated: 8aa8ff2dc2977ca4b269e80a513100b4
common/notes/errors/failedToLoadNotes: 2f3915802290d4475b53e8bc6be84ef2
common/notes/errors/failedToLoadThreadNotes: 68b7f9117ab0e983c2236d679b78d417
common/notes/errors/failedToAddNote: 95db53c3dfd96902d6300cc5bfcd7771
common/notes/errors/failedToUpdateNote: 365abc1e16bf66c8b00adb9e231f3ca6
common/notes/errors/failedToDeleteNote: 219b882b288bec303918b09cd31c056d
common/notes/errors/failedToUpdateNoteColor: a96934c5d0478063f644e59eeeb5894a
common/notes/errors/noValidNotesToReorder: 5cb0b067585acdd779adbf4c65181d0c
common/notes/errors/failedToReorderNotes: a7a7bd4e1b84add13edb3cda11ca10c2
common/notes/colors/default: d9c6dc5c412fe94143dfd1d332ec81d4
common/notes/colors/red: bace0083b78cdb188523bc4abc7b55c6
common/notes/colors/orange: 836094fa3fcf7488957f6d7cba7c1f60
common/notes/colors/yellow: 15d533755d35af887dfa584975549fda
common/notes/colors/green: 482ff383a4258357ba404f283682471d
common/notes/colors/blue: a5cf034b2d370a976119335cd99f4217
common/notes/colors/purple: 547ba93b6f68317e2dfbafb16cabc30f
common/notes/colors/pink: d6c91bab1871309e1f3f304db218a2f9
common/notes/actions/pin: 103b3620c7c3a447d4342ab217026b05
common/notes/actions/unpin: ee966ccbd63db18d07b3c2079209a9ac
common/notes/actions/edit: 3d7f69b6ba53f385810954c8f32e52e4
common/notes/actions/delete: 7a9f58406aba08b245c31a8a44818239
common/notes/actions/copy: 4bb60f8626001c0da9ddeeb55b817ecb
common/notes/actions/changeColor: fe061f6979f5405cc42ace762de070bf
common/settings/notFound: e8fea4b4c8ddd51d8e5aca9d09b474cc
common/settings/saved: 0f46e6d1d0a3c93ca8136cc8c91fecd4
common/settings/failedToSave: 40417c48b29d285eadcd5363630dff1a
common/settings/languageChanged: 71fdc3486c49d228838ed1b541de999c
common/settings/defaultEmailUpdated: 9ef02980f416d937d5724dfc1434ba3f
common/settings/failedToUpdateGmailAlias: b8e186766156fba39688cd87ac8dc467
common/mail/replies/0/declarations/0: 29aee1ee2343961bbd3da03e91eb4b1a
common/mail/replies/0/declarations/1: b65b792281f6c606eb95b21bd2da44ac
common/mail/replies/0/selectors/0: 4206517b68ca230406fe826568921689
common/mail/replies/0/match/countPlural%3D0: a787a6c9cb22ad1ea7be33c56ceb70ba
common/mail/replies/0/match/countPlural%3Done: f502c63daacea0c9429cd03e91f87d2b
common/mail/replies/0/match/countPlural%3Dother: 6bd4863d8e8882188009a083d2791fbe
common/mail/deselectAll: d06b551a6d60cdc4dfc51c7683644bad
common/mail/selectedEmails: 8070ccaf317cb4216c364b2cb1223fd7
common/mail/noEmailsToSelect: a797578836d0bf18e69a2537429b119a
common/mail/markedAsRead: 903a51ed4d120f733869deedd94df503
common/mail/markedAsUnread: 258c883ff7985308ecb3d3d4eea9ddf1
common/mail/failedToMarkAsRead: 083756295f86655461e45f0aec7f641b
common/mail/failedToMarkAsUnread: 7360e8d11e5f00bc81ac6e06073dd32c
common/mail/selected: e0cafa74c97b9acbc3da9345fa7d8d84
common/mail/clearSelection: 8866ba583a4b867910caf421b62de2a3
common/mail/moveToSpam: e06d86eee5c8c14a347764d7dd7c2f0d
common/mail/moveToInbox: 75b5f96eeba8305782ae5dc684ea4355
common/mail/deleteFromBin: 116802933c93b87c23323885d2cfc61a
common/mail/unarchive: 671fc7e9d7c8cb4d182a25a46551c168
common/mail/archive: fa813ab3074103e5daad07462af25789
common/mail/moveToBin: 0a1bbf5cacd49c0b7c770d35dac8b5fa
common/mail/restoreFromBin: b3f37114e57b10469978e4b2adfe886c
common/mail/markAsUnread: 69a6c98a45e6fec5028ffff79baffeee
common/mail/markAsRead: 6904117ae35e7c7148a3304092762b08
common/mail/addFavorite: 8edfa436dade607a9ad05951eaedfe4d
common/mail/removeFavorite: 79618f71f3f2081a74dd726d6a10ad67
common/mail/muteThread: b024210dfdfb4a2f9875102da5128586
common/mail/moving: 0f239d832e9ebe673956431915345a6b
common/mail/moved: 1a92e92dcb89f52dbef3fb38c9543bec
common/mail/errorMoving: 7eb7faabc3b73f090b005e0dc6e183cb
common/mail/reply: 37a07e1dbda9841da3feb16c9e1e63b5
common/mail/replyAll: c8e4a876f387c8d979e0492a65907005
common/mail/forward: aa6a7c8cb8116039de946d324e803acc
common/mail/labels: 6f15627a90002323eac018274b6922d6
common/mail/createNewLabel: 67a23bfaf68422b3d232d0357d8b1770
common/mail/noLabelsAvailable: 927f2a43cd44c2d604249989ff47d7af
common/mail/loadMore: 365c2d8dfc53ac7e9188acd5274e2837
common/mail/imagesHidden: b80d357fa53259eeca5b4bc6f4492558
common/mail/showImages: b9e8dc2ce5380180886b89cbe9d51508
common/mail/noEmails: 999c0c96bd60076639ea4d5215f36106
common/mail/noSearchResults: 3176102f55edd2d913f3fa95f03bd380
common/mail/clearSearch: 0ee4a80abe134b7edd90c74f03638877
common/mail/markAsImportant: e802707c384b87a4d9581bfd7d5940b3
common/mail/removeFromImportant: c7ea65948437047ffa5f1f00de61c8ed
common/mail/markedAsImportant: b131adbb4520d1a425f9857686e4953a
common/mail/markedAsUnimportant: c217083ebedce69b61fb0524a2210e8d
common/mail/toggleImportant: e9893030c91cd85ff4c8776d96c5abf5
common/mail/unSubscribeFromAll: ee99d0007d97aa774d89cd25ade6e8c0
common/mail/starAll: 926c027bfe1d87e76bb1a12b9fbc8a1b
common/mail/mute: 3ade14017ee6826e52a7e9fa75a54852
common/mail/unmute: 69d34cad3d7418d599407b736813ad9e
common/mail/muted: d5f7e2f5d60e49968b4e66022d16d789
common/mail/failedToMute: 6aaaccf544ae50e85591af4063367d7b
common/mail/failedToUnmute: 9a9c946ac9980a7845122a5c3bae8f13
common/mail/archived: cf5127ecfd7e43a35466a1ba5fe16450
common/mail/failedToArchive: e844b73a518542027803b7ff97e82b89
common/units/mb: ed9c3b369a1ac40741b182458b69143a
common/labels/color: 9d53d1d120e8b8954bcae9a322573748
common/labels/labelName: 682eade7443c047bc680664f821c9e0d
common/labels/createLabel: f05ff11324149930de6d986dc627f768
common/labels/deleteLabel: 2f1a736693311e4dc5bb4ab66f884963
common/labels/deleteLabelConfirm: 037fbaf1d04356937e6afb574714f51f
common/labels/deleteLabelConfirmDescription: 3d8b13374ffd3cefc0f3f7ce077bd9c9
common/labels/deleteLabelConfirmCancel: 2e2a849c2223911717de8caa2c71bade
common/labels/deleteLabelConfirmDelete: 8bcf303dd10a645b5baacb02b47d72c9
common/labels/deleteLabelSuccess: a3577fff42d01a7737c8b8dcd0f57b2e
common/labels/failedToDeleteLabel: 8ba3381b063f7792f82063779c9f749b
common/labels/deletingLabel: 0b6f9a6709a0602cb183985976600dd6
common/labels/editLabel: dfe967d8f9d14ba8aa89254f42236097
common/labels/savingLabel: 232d4cc013b0bb525899a27f69d1acc8
common/labels/failedToSavingLabel: 9d95b12e2d0f164eeb64ad2207c8b702
common/labels/saveLabelSuccess: 85d1d32421806260b73c50c1e93623fa
navigation/sidebar/inbox: 57e9db873911bf848c79e2ed546ecf45
navigation/sidebar/drafts: 76dab0f0b2e6c4933b80f69e388070d0
navigation/sidebar/sent: 01b803329590ea067a0e9b41b3193353
navigation/sidebar/spam: 904064026d3ce87cd872e0b819a15310
navigation/sidebar/archive: fa813ab3074103e5daad07462af25789
navigation/sidebar/bin: e95691895f3a89d896838716e48290bd
navigation/sidebar/livesupport: 087e6998c099b3c08c5ade57c5f68752
navigation/sidebar/feedback: 6fac88806e0c269a30777b283988c61c
navigation/sidebar/settings: 8df6777277469c1fd88cc18dde2f1cc3
navigation/sidebar/voice: 81a94ad8770dca9c3cbb5a88329b6a6f
navigation/settings/general: b891e8f15579fc5d97bcaf3637f5ae59
navigation/settings/connections: e03a59f742f7b798488a69760bf8a603
navigation/settings/security: 4b34923fef858a2b9a4a914c3e822889
navigation/settings/appearance: cdd8c41c5fb859234e8a603544fce631
navigation/settings/signatures: 681d432cf5709e710da79b9d0155aaa2
navigation/settings/shortcuts: db3330ed3240c398054f3be23c52851f
navigation/settings/labels: 6f15627a90002323eac018274b6922d6
navigation/settings/categories: fd4e44f3b1b2bba9ca45f3aef963d042
navigation/settings/dangerZone: ab5417cabdfa70b0a7c9d407ec69b450
navigation/settings/deleteAccount: f5f7b88ff3122fb0d3a330e2b99d7e3d
navigation/settings/privacy: 6007d5d5f6591c027b15bd49ab7a8c47
pages/error/notFound/title: 5b1dea4722f8fd52b68f7ac5ce89875d
pages/error/notFound/description: 057147f33cbf65e4049928e7afa4103d
pages/error/notFound/goBack: b917ea82facb90c88c523b255d29f84b
pages/error/settingsNotFound: a1319609f287ab531e8d12c3865c3c9b
pages/settings/general/title: b891e8f15579fc5d97bcaf3637f5ae59
pages/settings/general/description: 2a689ea8fffcd92ba6e81636e4ba641d
pages/settings/general/language: 277fd1a41cc237a437cd1d5e4a80463b
pages/settings/general/selectLanguage: 1a08ac1e72413da132b3220242878111
pages/settings/general/timezone: 370780b854bdbef55320f977a4fb9ddb
pages/settings/general/selectTimezone: b55f0b9eec307c091664d2e2f442ff5f
pages/settings/general/dynamicContent: f2540d1fdacd3fd319ccca98d778d0c0
pages/settings/general/dynamicContentDescription: 44a7ecf3578b6c1c6c26ffa4be979cd7
pages/settings/general/languageChangedTo: 71fdc3486c49d228838ed1b541de999c
pages/settings/general/customPrompt: 6e79aab785ccc1e0f792672cf64c6e35
pages/settings/general/customPromptPlaceholder: cfc2bb3508913d8f3c0b7d2627cf8ba6
pages/settings/general/customPromptDescription: cc5fa56cc99ace9ef4bbf669cd9cbd45
pages/settings/general/noResultsFound: 5518f2865757dc73900aa03ef8be6934
pages/settings/general/zeroSignature: 0e94e29f00f4b39838ebed8a774148c3
pages/settings/general/zeroSignatureDescription: 296c4c81828361128b071969cde8ad76
pages/settings/general/defaultEmailAlias: dc269bad429dd22b27d82118441ea9b2
pages/settings/general/selectDefaultEmail: c2abb2947589920179e4757876ea905c
pages/settings/general/defaultEmailDescription: 0ebf26fceccb4cad99f4b2a20cbcfab0
pages/settings/general/autoRead: 959803ec8269e00d8407c6c189269640
pages/settings/general/autoReadDescription: 10de6d8f3040b36a0c4b369172dfe2f7
pages/settings/connections/title: d7bc733cc82ab74c649a4816373a2295
pages/settings/connections/description: f05d355994f9fe0e089ce2c54d0de381
pages/settings/connections/disconnectTitle: efecc2354d665e68492fe985af575508
pages/settings/connections/disconnectDescription: 8ebb0ef10e905d22a193a7a001b85378
pages/settings/connections/cancel: 2e2a849c2223911717de8caa2c71bade
pages/settings/connections/remove: dba2fe5fe9f83f8078c687f28cba4b52
pages/settings/connections/disconnectSuccess: 9b6bc1d1b9c6a649fe3345130351350f
pages/settings/connections/disconnectError: ee8c4caafa293403a6b2deae51a9c1c9
pages/settings/connections/addEmail: e463835157222ee941f194512e0badbe
pages/settings/connections/connectEmail: dea62d12c923908e9bee484c0b720b33
pages/settings/connections/connectEmailDescription: b5383f2bb1c90ffdfec05601a5d56e2c
pages/settings/connections/moreComingSoon: 86b93377c3ac8b265cb42333db3abeab
pages/settings/connections/reconnect: 8992a0f250278c116cb26be448b68ba2
pages/settings/connections/disconnected: d9d377835b64c098c5ac32efcebc093d
pages/settings/security/title: 4b34923fef858a2b9a4a914c3e822889
pages/settings/security/description: e54112d11a6dea5459db28e83b119c38
pages/settings/security/twoFactorAuth: 8bc1572b5995cc2b222f381d0f75d873
pages/settings/security/twoFactorAuthDescription: ecdfc7cdaa8a3b078cc17251618848be
pages/settings/security/loginNotifications: b1b5f057cac8cf8c732845d3deff1b7e
pages/settings/security/loginNotificationsDescription: ccd661dcf0875f4c0c478806e564c595
pages/settings/security/deleteAccount: f5f7b88ff3122fb0d3a330e2b99d7e3d
pages/settings/security/loadImagesDefault: 11026263fbe81b88775c2044116c387b
pages/settings/security/loadImagesDefaultDescription: 3584a6e5b1f8be258d3d5e96a6ce3ce7
pages/settings/appearance/title: cdd8c41c5fb859234e8a603544fce631
pages/settings/appearance/description: 7aec60af8dd9c7b4fccc89963b83e299
pages/settings/appearance/theme: 21fe00b7a518089576fb83c08631107a
pages/settings/appearance/inboxType: 596d44793e1820a9c510cf5c9003dde1
pages/settings/signatures/title: c1d8ea4f6e2cdb9db3b21290108e4c6e
pages/settings/signatures/description: 832739cebe7db5061db16962ba361883
pages/settings/signatures/enableSignature: b6f45b8d1006d551e5c65e30f24cfdf2
pages/settings/signatures/enableSignatureDescription: 2d3f76f1252996b6050577c6675a27d6
pages/settings/signatures/includeByDefault: 82d3e44316baaae03f3f9454d9fd56fd
pages/settings/signatures/includeByDefaultDescription: 31ea7f10f5b1585a52ee96364164ed5b
pages/settings/signatures/signatureContent: 0213bc51f0c815837f0594e3e03a286b
pages/settings/signatures/signatureContentPlaceholder: 8e17347ad1e8049bf9e6644d91e03d7a
pages/settings/signatures/signaturePreview: 35b7deb5d96759850fd2d35e77eb4ea4
pages/settings/signatures/signatureSaved: 64dd2728d863469d1ace5bf8f0ffad36
pages/settings/signatures/signaturePreviewDescription: 52f16a0260af64403497ebda392e0759
pages/settings/signatures/editorType: 077db32a3c3f4158a93d5875616148d4
pages/settings/signatures/editorTypeDescription: 871fa700c2499440286b2f8b3c67038a
pages/settings/signatures/plainText: 2299f36d94f030fd34cdefc437f391a6
pages/settings/signatures/richText: c9219db800f80b1ff1ea137a88ac3d66
pages/settings/signatures/richTextDescription: f162a63f176440179e396fc22f816c53
pages/settings/signatures/richTextPlaceholder: 4137555a8778e844a14f33189434be8d
pages/settings/signatures/signatureContentHelp: d9949c5a4ac259dcccd7862caefd46b7
pages/settings/shortcuts/title: ef00d7494b69def6841620bd6554d040
pages/settings/shortcuts/description: 0423caf6605293a1279a0e3baa3f8a5c
pages/settings/shortcuts/actions/newEmail: 45b7a175e9f4aaf32558ae59dbfa9541
pages/settings/shortcuts/actions/sendEmail: 11d380c15cdc68f42d4afa70360b4e10
pages/settings/shortcuts/actions/reply: 37a07e1dbda9841da3feb16c9e1e63b5
pages/settings/shortcuts/actions/replyAll: c8e4a876f387c8d979e0492a65907005
pages/settings/shortcuts/actions/forward: aa6a7c8cb8116039de946d324e803acc
pages/settings/shortcuts/actions/drafts: 5dfad5cd57dfdab77419bca7aba5b6af
pages/settings/shortcuts/actions/inbox: 0f901e088f9bdd0e9d4e1993d76ae12c
pages/settings/shortcuts/actions/sentMail: c9d28a171a72c12c94e6109056258628
pages/settings/shortcuts/actions/delete: 8bcf303dd10a645b5baacb02b47d72c9
pages/settings/shortcuts/actions/search: 49dd6c21604b5e8d4153ff1aff2177e1
pages/settings/shortcuts/actions/markAsUnread: 7642b29738b56bea533b3f0bc2dd2aac
pages/settings/shortcuts/actions/muteThread: e0740aefc87f17dfc48a152250be87d5
pages/settings/shortcuts/actions/printEmail: 0d1f68c48e2416691460ccaaf3a68c0c
pages/settings/shortcuts/actions/archiveEmail: 6d289090d05f69922e2714b872427041
pages/settings/shortcuts/actions/markAsSpam: 79d13311fa6529ed0604af101f71eb7b
pages/settings/shortcuts/actions/moveToFolder: 4500b74b3c7c79678c53d13f84b19b9f
pages/settings/shortcuts/actions/undoLastAction: f9f2bafa90923e797b4e42d785412ca6
pages/settings/shortcuts/actions/viewEmailDetails: 324504835744ab1cbdbfcab7afed1be2
pages/settings/shortcuts/actions/goToDrafts: dfa22fb17b8fa3a3d5672505d104e18c
pages/settings/shortcuts/actions/expandEmailView: ad31f53032e788ee0e30b14f484a6ec3
pages/settings/shortcuts/actions/helpWithShortcuts: f8b89d2e465e3a93ff9c5397a114a094
pages/settings/shortcuts/actions/recordHotkey: ae6d389f2e9a27e68b34349658df365b
pages/settings/shortcuts/actions/pressKeys: c000cad4c6e6b701c9437998d6726ebf
pages/settings/shortcuts/actions/releaseKeys: dfa63857eb8a9b8486eacb589b66591b
pages/settings/shortcuts/actions/selectAll: ef9e1f8aaf1fbbdf868934209c85aea2
pages/settings/shortcuts/actions/commandPalette: 27374fec801ecad6a2a5c58d98c7f531
pages/settings/shortcuts/actions/markAsRead: 6904117ae35e7c7148a3304092762b08
pages/settings/shortcuts/actions/exitSelectionMode: e56b61e67b948e0bb727b640f4a61cf2
pages/settings/shortcuts/actions/closeCompose: af734639ca1ea59dbf252f45c872c88d
pages/settings/shortcuts/actions/goToSpam: d96fe088ed4fd92ef98be24951de7b3a
pages/settings/shortcuts/actions/goToArchive: 0c717740df71d4ddc42b1e90d5a97676
pages/settings/shortcuts/actions/goToBin: 5b567f48c63b3352fc37cd807f6117bf
pages/settings/shortcuts/actions/scrollDown: 2c9203d844e88e8c4854e79b5e3ad673
pages/settings/shortcuts/actions/scrollUp: d498a56c18503f03c3f864191175c3a1
pages/settings/shortcuts/actions/goToSettings: 6ace3a9c8e0d0bcef02e8835a8e0ac08
pages/settings/shortcuts/actions/showImportant: 957efba1aa3ba2e58b08b17d134e226a
pages/settings/shortcuts/actions/showAllMail: d4f1d7ebc25c8d1d726a357e4217302a
pages/settings/shortcuts/actions/showPersonal: 81793e4936105946728187b27d8bbb46
pages/settings/shortcuts/actions/showUpdates: 4831c672f270ed9f2bea9ff2e30b9d83
pages/settings/shortcuts/actions/showPromotions: 0adf7973051c25739500c0a74f556d68
pages/settings/shortcuts/actions/showUnread: e53cd61d7e4fe6f1695d02c864909a39
pages/settings/shortcuts/actions/selectUnderCursor: d4642d66eb27aea7513af1fbb1bd3bb2
pages/settings/shortcuts/actions/openVoice: 2714834f0421b991f34a5691b64e3e7f
pages/settings/shortcuts/actions/clearAllFilters: 0bc64da95ec15d9bc7fb12cb77f2838a
pages/settings/shortcuts/actions/markAsImportant: 769bc967a0b821770be68d7f0bd8fe10
pages/settings/shortcuts/actions/markAsUnimportant: cbd2aecd8cfb3abef02f6751af998812
pages/settings/shortcuts/actions/bulkDelete: 031d6c108a5e54ede0a8633310d2aff7
pages/settings/shortcuts/actions/bulkSelect: 0ea2ec60fc2c2b3ac674ee25dbb9877f
pages/settings/shortcuts/actions/bulkArchive: 52af7732715466e200a08108339e1283
pages/settings/shortcuts/actions/bulkStar: 07aa74bbf7f2637eb35202c2793745c3
pages/settings/labels/title: 6f15627a90002323eac018274b6922d6
pages/settings/labels/description: 0418ef2ed4c3ca5082fddd6686b8596d
pages/settings/dangerZone/title: ab5417cabdfa70b0a7c9d407ec69b450
pages/settings/dangerZone/description: 3f881579c9b1558714e38471e020e78b
pages/settings/dangerZone/warning: 3d8b13374ffd3cefc0f3f7ce077bd9c9
pages/settings/dangerZone/confirmation: ab3ed2b0fd15fc48825b6d60270d1b19
pages/settings/dangerZone/deleteAccount: f5f7b88ff3122fb0d3a330e2b99d7e3d
pages/settings/dangerZone/deleting: 683cd814a3fc94e50b3e4e4a9c90c19c
pages/settings/dangerZone/deleted: b89ba650e7bcee62707eaca730782aff
pages/settings/dangerZone/error: f2dc3872ea00ac48a3c64ab85e2ebeda